/* CLEARS AND STUFF */

.clearall {clear: both;}

a {outline:none; color:#243340;}

/* LOSE THE BORDERS */

.custom #header, .custom .post, .custom .teasers_box, .custom #footer, .custom #footer a, .custom #footer a:active, .custom #archive_info, dl#comment_list dl dt.bypostauthor, dl#comment_list dl dd.bypostauthor .format_text, .custom .prev_next, .custom #comment_list, .custom #comment_list dd, .custom #commentform, .custom #sidebar_1, .custom #sidebar_2, .custom #comment_list dt.comment, .custom #comment_list dd.comment, dl#comment_list dl dt, dl#comment_list dl dd .format_text {
	border-bottom: 0px;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
}

/* SET WIDTHS*/

	/* Percentages */
.custom #header_area .page {width:100%;}
.custom #content_area .page {width:100%;}
.custom #footer_area .page {width:100%;}
.custom #contact_area .page {width:100%;}
.custom #navigation {width: 100%;}
.custom .teaser {width: 100%;}
.custom .teasers_box {width: 100%;}

	/* Header Area */
.custom #header #logo {width:930px;}
.custom #header #logo a {width:930px;} 
.custom #navigation .nav_container {width:930px;}

	/* Content Area */
.custom #slide_box {width:1000px;}
.custom #typer .statement {width:1000px;}
.custom #content_box {width:1000px;}
.custom #thumb_panel {width:1000px;}
.custom .cashman {width:1000px;}
.custom .cashman .shots {width:650px;}
	/* Footer Area */

.custom #copyright {width:1000px;}
.custom #contact_footer {width:1000px;}
.custom #footer_nav  {width:1000px;}
/* BODY */

body.custom {
	color: #000000;
	background:#f7e7c2 url(images/body_bg.jpg) repeat top left;
	font-family:Frutiger, 'Frutiger Linotype', Univers, Calibri, 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', Myriad, 'DejaVu Sans Condensed', 'Liberation Sans', 'Nimbus Sans L', Tahoma, Geneva, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.custom .full_width .page {
	padding-left:0;
	padding-right:0;
	}

.custom .full_width > .page {
	background:none;
	}

/* Header */

.custom #header_area {}
	
.custom #header_area .page {
	padding:0;
	padding-bottom:10px;
	border-bottom:4px solid #000;
/*	background:url(images/header_bg.jpg) repeat top center; */
	}

.custom #header {
	padding:0;
	margin:0;
	height:240px;
	}

.custom #header #logo {margin:0 auto;}

.custom #header #logo a {
	text-align:center;
	display: block; 
	height: 240px;
	background: url(images/logo.png) no-repeat; 
	outline: none;
	margin: 0 auto;
}

.custom #header #logo {text-indent: -9999px;}
.custom #header #tagline {display:none;}


/* Navigation */
#navigation {
	float: left;
	margin:10px 0 20px 0;
	}

#navigation .nav_container {margin:0 auto;}

#navigation ul {
	list-style:none;
	list-style-image:none;
	list-style-type:none;
	float:right;
	}
	
#navigation ul li {
	float:left;
	color:#000;
	font-size:28px;
	line-height:38px;
	font-family: 'League Gothic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	padding:0 10px 0 10px;
/*	background:url(images/nav_bomb.png) no-repeat top right; */
	}

#navigation ul li a {
	color:#000;
	}

#navigation ul li a:hover {
/*	color:#418dbe; */
	border-bottom:3px solid #000;
	}

#navigation ul li.current {
	background:url(images/nav_bomb.png) no-repeat top left;
	padding:0 10px 0 30px;
	}

#navigation ul li.current a {
	color:#d03219;
	font-size:36px;
	line-height:38px;	
/*	border-bottom:3px solid #d03219; */
	border-bottom:none;
	}

/* Content Area */

.custom #content_area .page {
	padding-left:0;
	padding-right:0;
	background:#f7e7c2 url(images/body_bg.jpg) repeat top left;
	}

/* Featured Content Slider */

#slide_box {margin:15px auto 50px auto;}

#slider {
    width: 720px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin:0 auto;
	box-shadow: 5px 5px 20px #000;
	-moz-box-shadow: 5px 5px 20px #000;
	-webkit-box-shadow: 5px 5px 20px #000;
}

#sliderContent {
    width: 720px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage, .slider1Image {
    float: left;
    position: relative;
	display: none;
}

.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 694px;
    background-color: #243340;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
	-khtml-opacity: 0.85;
    opacity: 0.7;
    color: #fff;
    display: none;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
}
.clear {
	clear: both;
}
.sliderImage span strong, .slider1Image span strong {
    font-size: 14px;
}

.bottom {
	bottom: 0;
    left: 0;
}
/*
.top {
	top: 0;
	left: 0;
}

.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
*/
ul { list-style-type: none;}
	/* Headline & Excerpt */
	
	#content_feature_box {float: left;}

	#feature_box_post_info {
		position: relative !important;
		width: 366px;
		height: 150px;
		margin-left: 1.5em;
		}
	
	#feature_box_post_info h2 a {
		color: #000;
		font-family: 'League Gothic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		font-size: 32px;
		padding: .2em;
		}
		
	#feature_box_post_info h2 a:hover { color: #443c1a;}

/* Typer */

.custom #typer {border-bottom:4px solid #000;}

.custom #typer .statement {
	padding:0;
	margin:0 auto;
	/* background:url(images/bomb_bg.png) no-repeat 0 0;*/ 
	}
	
.custom #typer .statement h2 {
	padding:3px 0 3px 50px;
	text-align:left;
	color:#000;
	font-size:56px;
	font-family: 'League Gothic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	}

.custom #typer span.smaller {font-size:46px;}
	
.custom #typer h2 span#Typed {
	color:#243340;
	padding:0 5px;
	}
	
.custom #typer h2 span.PhraseHighlighted {
	color: #fff;
	background: #243340;
	text-decoration:line-through;
	}

/* Thumbnail Panel */

.custom #thumb_panel {
	margin:10px auto;
	}
	
.custom #thumb_panel h3{
	font-family: 'Nashville', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:46px;
	line-height:46px;
	margin:0 0 10px 0;
	text-align:left;
	color:#000;
/*	color:#243340; */
	text-align:center;
	font-weight:normal;
	}

.custom #thumb_panel .thumb_layout {
	float:left;
	margin:10px 10px 20px;
	}

.custom #thumb_panel ul{}

.custom #thumb_panel li.thumb_display {
	display:block;
	float:left;
	margin:0 10px;
	}

.custom #thumb_panel li.thumb_display img {
	border:1px solid #000;
	}
	
.custom #thumb_panel li.thumb_display p.carousel_title {
	text-align:center;
	font-size:10px;
	}

/* Content Box */
	
.custom #content_box {
	margin:0 auto;
	background:none;
	}

.custom .headline_area {
	margin-bottom:0;
	} 
	
.custom .headline_area h1, 
.custom .headline_area h2 {
	font-family: 'League Gothic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:4em;
	color:#000;
	text-transform:uppercase;
	text-align:right;
	padding-right:120px;
	background:url(images/red_bomb.png) no-repeat 870px 20px;
	line-height:1.364em;
	}

.custom .headline_area h1 a:hover, 
.custom .headline_area h2 a:hover {
	color:#243340;
	}

.custom .teaser h1, 
.custom .teaser h2 {
	font-family: 'League Gothic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:4em;
	color:#000;
	text-transform:uppercase;
	text-align:right;
	padding-right:120px;
	background:url(images/red_bomb.png) no-repeat 890px 20px;
	line-height:1.364em;
	}

.custom .teaser h1 a:hover, 
.custom .teaser h2 a:hover {
	color:#243340;
	text-decoration:underline;
	}

.custom .post_box, 
.custom .teasers_box {
	padding-top:0;
	padding-bottom:0;
	}

.custom .teaser {
	margin-bottom:5em;
	}

.custom .teaser .format_teaser {
	font-size:22px;
	line-height:26px;
	margin-bottom:0;
	margin-top:0;
	}

.custom .teaser .format_teaser p.continue{
	font-family: 'League Gothic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding:30px 0 0 0;
	text-align:left;
	}

.custom .format_text {
	font-size:22px;
	line-height:26px;
	}

.custom .format_text p {
	margin-bottom:10px;
	}

.custom .format_text p span.bigger {
	font-size:160%;
	text-transform:uppercase;
	color:#243340;
	font-family: 'League Gothic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
/*	font-family: 'Cicle Gordita Italic', 'Cicle Gordita',Calibri,"Helvetica Neue",Helvetica,Arial,Verdana,sans-serif; */
	}

.custom .format_text ul {
	list-style-image:url(images/list_bomb.png);
	list-style-type:square;
	}

/*
.custom .format_text li {
	background:url(images/list_bomb.png) no-repeat left;
	padding-left:17px;
	}
*/

.custom .cashman {
	margin:0 10px;
	float:left;
	}

.custom .cashman img.littleman {
	margin:0 0.271em 0.571em 0;
	float:left;
	}
	
.custom .format_text img.left, 
.custom .format_text img.alignleft, 
.custom .wp-caption.alignleft {
	margin:0 0.271em 0.571em 0;
	}

.custom .format_text img.right, 
.custom .format_text img.alignright, 
.custom .wp-caption.alignright {
	margin:0 0 0.571em 0.271em;
	}

.custom .format_text .site_image_home {
	float:right;
	}
	
.portfolio_item .format_text img.right, 
.portfolio_item .format_text img.alignright, 
.portfolio_item .wp-caption.alignright {
	-moz-box-shadow:5px 10px 20px #000000;
	}

.portfolio_item .format_text p {
	float:left;
	margin:10px 0;
	padding:0 15px;
	}

.custom .teasers_box .category-folio img {
	box-shadow: 5px 5px 20px #000;
	-moz-box-shadow: 5px 5px 20px #000;
	-webkit-box-shadow: 5px 5px 20px #000;
	}
/* Testimonials */

.reactions #sfstest-page blockquote {
	border-left:none;
	color:#000;
	box-shadow: 5px 5px 20px #000;
	-moz-box-shadow: 5px 5px 20px #000;
	-webkit-box-shadow: 5px 5px 20px #000;
	font-size:16px;
	line-height:18px;
	width:30%;
	float:left;
	margin:0 0 1.571em 0.786em;
	padding-left:0;
	}

.reactions #sfstest-page blockquote p {
	padding:15px 10px 10px;
	margin-bottom:5px;
	}

.reactions #sfstest-page blockquote cite{
	font-family: 'League Gothic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding-left:10px;
	font-style:normal;
	font-size:20px;
	}

.reactions #sfstest-page blockquote cite a.cite-link {
	padding-left:10px;
	}

.custom .folio_postnav {
	height:40px;
	width:700px;
	margin:20px auto 5px auto;
	}

.custom .folio_postnav span.previous {float:left;}
	
.custom .folio_postnav span.previous a {
	background:url(images/prev_crumbs.png) no-repeat ;
	background-position:left 0;
	padding:13px 100px;
	}

.custom .folio_postnav span.previous a:hover {
	background-position:left -41px;
	}
			
.custom .folio_postnav span.next {float:right;}
	
.custom .folio_postnav span.next a {
	background:url(images/next_crumbs.png) no-repeat ;
	background-position:right 0;
	padding:13px 70px;
	}

.custom .folio_postnav span.next a:hover {
	background-position:right -41px;
	}
/*
.custom #comments {display:none;}
*/

.custom input.form_submit:hover {
	color:#243340;
	}

/* Site Details*/
.custom .format_text .site_details {
	font-family: 'League Gothic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
/* 	border:1px #243340 solid; */
	padding:15px 15px 5px 20px;
	margin:0 0 10px 0;
	width:210px;
	box-shadow: 5px 5px 20px #000;
	-moz-box-shadow: 5px 5px 20px #000;
	-webkit-box-shadow: 5px 5px 20px #000;
	min-height:200px;
	float:left;
	}

.custom .format_text .site_details h3{
	font-family: 'Nashville', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:32px;
	line-height:32px;
	margin:0 0 10px 0;
	text-align:left;
	color:#000;
/*	color:#243340; */
	text-align:center;
	font-weight:bold;
	}

.custom .format_text .site_details ul{
	font-size:18px;
	line-height:18px;
	margin:0;
	padding-left:5px;
	list-style:none;
	}

.custom .format_text .site_details li{
	padding:0 0 5px 0;
	width:100%;
	float:left;
	list-style:none;
	}

.custom .format_text .site_details li span.label{
	text-transform:uppercase;
	width:33%;
	float:left;
	}
.custom .format_text .site_details li span.detail{
	font-family:Frutiger, 'Frutiger Linotype', Univers, Calibri, 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', Myriad, 'DejaVu Sans Condensed', 'Liberation Sans', 'Nimbus Sans L', Tahoma, Geneva, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	width:67%;
	float:left;
	}

/* Hire Me Page */

/* Testimonials Side Box */
.custom .format_text .reactions_box {
	float:right;
	border:1px #000 solid;
	padding:5px 20px;
	margin:0 10px 20px 15px;
	background:#c1c7cb;
	width:230px;
	box-shadow: 5px 5px 20px #000;
	-moz-box-shadow: 5px 5px 20px #000;
	-webkit-box-shadow: 5px 5px 20px #000;
	}

.custom .format_text .reactions_box h3 {
	font-family: 'League Gothic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:20px;
	line-height:20px;
	margin:0 0 5px 0;
	text-align:center;
	}

.custom .reactions_box #sfstest-sidebar p {
	font-size:13px;
	line-height:16px;
	margin:0 0 0 0;
	}

.custom .reactions_box #sfstest-sidebar blockquote {
	margin:0;
	padding-left:0;
	border-left:none;
	color:#000;
	}

.custom .reactions_box #sfstest-sidebar blockquote p {float:left;}
	
.custom .reactions_box #sfstest-sidebar blockquote cite{
	padding-top:10px;
	float:left;
	}

.custom .reactions_box #sfstest-sidebar .sfststreadmore {
	float:left;
	width:230px;
	}

.custom .reactions_box #sfstest-sidebar .sfststreadmore a {
	float:left;
	font-size:16px;
	font-weight:600;
	text-decoration:none;
	}

.custom .reactions_box #sfstest-sidebar .sfststreadmore a:hover {color:#d03219;}
	
/* Side Box*/
.custom .format_text .side_box {
	float:right;
	border:1px #000 solid;
	padding:5px 20px;
	margin:0 10px 20px 10px;
	background:#c1c7cb;
	width:160px;
	box-shadow: 5px 5px 20px #000;
	-moz-box-shadow: 5px 5px 20px #000;
	-webkit-box-shadow: 5px 5px 20px #000;
	}

.custom .format_text .side_box h3 {
	font-family: 'League Gothic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:20px;
	line-height:20px;
	margin:0 0 5px 0;
	text-align:center;
	}

.custom .format_text .side_box p {
	font-size:13px;
	line-height:16px;
	margin:0 0 0 0;
	}

.custom .format_text .side_box img.qr{
	padding:5px 20px;
	}	

.contact .format_text {
	padding-left:45px;
	}

.contact .format_text .side_contact_box {
	position:relative;
	top:120px;
	right:250px;
	}

/* Contact Page */

.custom .wpcf7 {
	font-size:16px;
	line-height:20px;
	}

.contact input, .contact textarea {
	background:#fff;
	width:305px;
	font-size:16px;
	line-height:20px;
	}

.contact .format_text input.wpcf7-submit {
	text-indent:-9999px;
	background:url(images/submit.png) no-repeat 0 0;
	border-style:none;
	height:99px;
	width:158px;
	margin-left:80px;
	}

/* Tutorials */

.tutorial_item .format_text {}

.tutorial_item .teaser .format_teaser a.post_image_link img{
	border:2px solid #000;
	}

.tutorial_item .syntaxhighlighter .line {
	font-size:12px !important;
	}

.tutorial_item .side_box {
	float:right;
	border:1px #000 solid;
	padding:5px 20px;
	margin:0 15px 20px 10px;
	background:#c1c7cb;
	width:250px;
	box-shadow: 5px 5px 20px #000;
	-moz-box-shadow: 5px 5px 20px #000;
	-webkit-box-shadow: 5px 5px 20px #000;
	}

.tutorial_item .side_box h3 {
	font-family: 'League Gothic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:20px;
	line-height:20px;
	margin:0 0 5px 0;
	text-align:center;
	}

.tutorial_item .side_box p {
	font-size:13px;
	line-height:16px;
	margin:0 0 0 0;
	}

.tutorial_item .side_box p.svcs_link {
	font-weight:600;
	margin-top:7px;
	text-align:center;
	font-size:16px;
	line-height:18px;
	}

.custom p.twitter {float:right; margin:0 15px 15px;}

/* Tutorial Comments */
.tutorial_item #comments {float:left;}
		
.tutorial_item .comments_intro {
	font-family: 'League Gothic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin-bottom:10px;
	margin-left:0;
	width:400px;
	float:left;
	}
	
.tutorial_item .comments_intro p {
	font-size:20px;
	line-height:22px;
	color:#243340;
	text-transform:uppercase;
	}

.tutorial_item .comments_intro p a {text-decoration:none;}
.tutorial_item .comments_intro p a.intro_respond {
	margin-left:5px;
	font-size:18px;
	line-height:22px;
	}

.tutorial_item .comments_intro p a:hover {text-decoration:none;color:#D03219;}
.tutorial_item .comments_intro p span {color:#D03219; margin-right:5px;}


.tutorial_item .comment_cap {
	width:990px;
	padding:0 10px;
	float:left;
	}

.tutorial_item dl#comment_list {
	margin-bottom:3.4em;
	background:none;
	padding-top:0;
	padding-left:0;
	padding-right:0;
	float:left;
	}
	
.tutorial_item dl#comment_list dt {padding-left:0; padding-right:0;}
.tutorial_item dl#comment_list dd {padding-top:0;padding-left:0;}
.tutorial_item dl#comment_list dl dd.bypostauthor > .format_text {padding-left:0;}
.tutorial_item dl#comment_list dd .format_text, dl#comment_list dd #respond {padding-right:0;}

.tutorial_item dl#comment_list span.avatar {
	float:left;
	background:url(images/commentarrow.png) no-repeat top right;
	height:100px;
	padding:40px 100px 0 0;
	}

.tutorial_item dl#comment_list span.avatar img {margin-left:0; border:2px solid #000; background:#fff;}	

.tutorial_item dl#comment_list dt.bypostauthor span.avatar {background:url(images/commentarrow_red.png) no-repeat top right;}
.tutorial_item dl#comment_list dt.bypostauthor span.avatar img {margin-left:0; border:2px solid #000; background:#000;}	

.tutorial_item dl#comment_list dt span.comment_author {font-size:1.9em;}
.tutorial_item dl#comment_list dt span.comment_time {font-size:1.6em;}
.tutorial_item dl#comment_list span.comment_time a{color:#000;}
.tutorial_item dl#comment_list span.comment_time a:hover {text-decoration:none;}

.tutorial_item dl#comment_list dd.comment .format_text {
	margin-bottom:0;
	background:#fff;
	margin-bottom:20px;
	border-radius: 25px;
	width:500px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	box-shadow: 5px 5px 20px #000;
	-moz-box-shadow: 5px 5px 20px #000;
	-webkit-box-shadow: 5px 5px 20px #000;
	}

.tutorial_item dl#comment_list dd.parent .format_text {padding-right:0.3em;margin-left:140px;}
.tutorial_item dl#comment_list dd.depth-1 .format_text {padding-right:0.3em;margin-left:140px;}
.tutorial_item dl#comment_list dd.depth-2 .format_text {padding-right:1.3em;margin-left:160px;}
.tutorial_item dl#comment_list dd.depth-3 .format_text {padding-right:1.3em;margin-left:160px;}
.tutorial_item dl#comment_list dd.depth-4 .format_text {padding-right:1.3em;margin-left:160px;}
.tutorial_item dl#comment_list dd.depth-5 .format_text {padding-right:1.3em;margin-left:160px;}

.tutorial_item dl#comment_list dd.comment .format_text p{
	padding-top:1.1em;
	padding-left:3.5em;
	padding-right:0.5em;
	font-size:0.7em;
	}

.tutorial_item dl#comment_list dd.comment dl.children .format_text p{
	padding-top:1.1em;
	padding-left:3.5em;
	padding-right:0.5em;
	font-size:0.7em;
	}
	
.tutorial_item dl#comment_list dd.comment .format_text p.reply{padding-top:0;}
.tutorial_item dl#comment_list dd.comment .format_text p.reply a.comment-reply-link{
	color:#000;
	font-family: 'League Gothic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:1.2em;
	}
.tutorial_item dl#comment_list dd.comment .format_text p.reply a:hover{color:#d03219; text-decoration:none;}	


.tutorial_item dl#comment_list .bypostauthor {background:none;}
.tutorial_item dl#comment_list dd.bypostauthor .format_text {background:#e4f5ef;}

.tutorial_item dl.children {
	margin-left:20px;
	}

.tutorial_item #comments #respond {width:100%;float:left;}	
.tutorial_item #respond_intro {width:400px;}
.tutorial_item #respond_intro p {
	font-family: 'League Gothic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:20px;
	line-height:22px;
	color:#243340;
	text-transform:uppercase;
	}

.tutorial_item .commentform_cap {
	width:1000px;
	float:left;
	}

.tutorial_item #commentform p.comment_box textarea {
	width:480px;
	font-family:Frutiger,'Frutiger Linotype',Univers,Calibri,'Gill Sans','Gill Sans MT','Myriad Pro',Myriad,'DejaVu Sans Condensed','Liberation Sans','Nimbus Sans L',Tahoma,Geneva,'Helvetica Neue',Helvetica,Arial,sans-serif;
	}

.tutorial_item .comment_footer {width:600px;}

		
/* 404 Page */

.custom .format_text h2.fof_title {
	text-align:center;
	}

.custom .four_oh_four {}

.custom .four_oh_four ul {
	list-style:none;
	}

.custom .four_oh_four ul li{
	display:inline;
	width:200px;
	}

/* Removing Sidebars*/
.custom #sidebars { display:none;}

/* Footer */
.custom #footer_area .page {
	padding:0;
	background:none;
	padding-top:0;
	border-top:4px solid #000;
	border-bottom:4px solid #000;
	}
	
.custom #footer {
	display:none;
	padding-top:0;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	margin:0 auto;
	}


.custom #copyright {
	margin:0 auto;
	padding-top:20px;
	padding-bottom:10px;
	height:80px;
	}

.custom #copyright p {
	color:#000;
	font-size:1.8em;
	line-height:1.364em;
	}
	
.custom #copyright p a {
	outline:none;
	color:#243340;
	font-weight:600;
	}

.custom #copyright .attribution {
	text-align:right;
	float:right;
	}
	
.custom #copyright .awesome {
	float:left;
	background:url(images/awesome.png) no-repeat 0 0;
	padding:30px 310px;
	text-indent:-9999px;
	}

.custom #contact_area {}
	
.custom #contact_footer {
	margin:15px auto 0 auto;
	padding-bottom:10px;
	}

.custom #contact_footer ul {
	text-align:center;
	}

.custom #contact_footer ul li {
	display:inline;
	font-family: 'League Gothic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#000;
	font-size:28px;
	line-height:32px;
	background:url(images/nav_bomb.png) no-repeat top center;
	padding:0 50px;
	text-transform:uppercase;
	}

/* Footer Nav */
.custom #footer_nav {
	font-family: 'League Gothic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align:center;
	font-size:26px;
	color:#000;
	font-weight:normal;
	margin:0 auto;
	text-transform:uppercase;
	padding:5px 0 0;
	}

.custom #footer_nav ul {
	list-style-type:none;
	margin:0;
	padding:10px 0;
	}

.custom #footer_nav ul li {
	margin-left:0;
	margin-right:0;
	display:inline; 
	}

.custom #footer_nav ul li.current a, 
.custom #footer_nav ul li.current a:hover,  
.custom #footer_nav ul li.current a:focus {
	color:#d03219;
	background:url(images/red_bomb.png) no-repeat left;
	}	
	
.custom #footer_nav ul li a {
	text-decoration : none;
	outline:none;
	color:#000;
	padding: 0 10px 0 30px;
	}

.custom #footer_nav ul li a:hover,  
.custom #footer_nav ul li a:focus {
	color:#243340;
	background:url(images/nav_bomb.png) no-repeat left;
	}
	
/* Music Mix Table */	

table.musicmix {
	width:600px;
	margin:0 auto;
	padding:10px 10px 20px 10px;
	}
	
table.musicmix th.title {
	text-align:left;
	border-bottom:2px solid #000;
	font-variant:small-caps;
	font-size:110%;
	padding:2px 4px 2px 10px;
	}

table.musicmix td {
	padding:2px 4px 2px 10px;
	font-variant:small-caps;
	font-weight:bold;
	}

table.musicmix td.odd {
	text-align:left;
	color:#000;
	background:#CCCC66;
	}