*{
	margin:0;
	padding:0;
}

img{
	border:none;
}

body{
	background:#000 url(images/lwp-background.jpg) top center fixed no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
}

#container{
	width:960px;
	overflow:hidden;
	background:url(images/bg_content.jpg) repeat-y #990000;;
	margin:0 auto;
}

@font-face {
    font-family: 'ArialBlack';
    src: url('ariblk-webfont.eot');
    src: url('ariblk-webfont.eot?iefix') format('eot'),
         url('ariblk-webfont.woff') format('woff'),
         url('ariblk-webfont.ttf') format('truetype'),
         url('ariblk-webfont.svg#webfontHmmetz5r') format('svg');
    font-weight: normal;
    font-style: normal;

}

.headelines{
	font-family:'ArialBlack', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, section, footer, address {  
	display: block;  
}  


/* HEADER
-----------------------------------------------*/

#header{
	background:url(images/header.png) no-repeat top center;
	height: 157px;
    width: 100%;
	margin-bottom:-20px;
	position:relative;
}

	#header img{
		z-index:1000;
	}

	#nav{
		font-family:'ArialBlack', Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		font-size:1.4em;
		padding-top:81px;
		height:32px;
	}
	
	#nav a {
		display: block;
		min-width:10px;
	}
	
		#nav li{
			list-style:none;
			float:left;
			margin:0 14px;
			letter-spacing:-1px;
		}
		
		#nav li a{
			color:#fefbce;
			text-decoration:none;
		}
		
		#nav li a:hover{
			display:block;
			color:#fff;
			text-shadow: 0px 0px 5px #fff; 
		}
		
		#nav li ul {
			position: absolute;
			left: -999em;
   			padding-top: 12px;
		}
		
		#nav li:hover ul, #nav li.sfhover ul {
				left: auto;
			}
			
		
			#nav li ul li{
				float:none !important;
				background:#000;
				border:1px solid #fefbce;
				padding:5px;
				font-size:0.8em;
				margin:auto !important;
			}
				
			#nav li ul li a:hover{
				display:inherit !important;
			}
			
							
			.home a{
				display: block;
				height: 110px;
				margin: -80px 2px 0 -20px !important;
				overflow: hidden;
				text-indent: -9999px;
				width: 172px;
			}
			
				.home a:hover{
					padding:inherit !important;
					margin:-80px 2px 0 -20px !important;
				}
					
		
			 .first{
				padding-left:10px;
			}




/* CONTENT
----------------------------------------*/

#content{
	min-height:450px;
}

h1{
	font-size:6em;
	font-weight:100;
	letter-spacing:-4px;
	color:#fefbce;
	background:#000;
	line-height:58px;
	margin-top:10px;
	padding-left:8px;
}

h2{
	padding:0 10px;
	background:#000;
	color:#fefbce;
	font-size:1.6em;
}

#content p{
	color:#fff;
	padding:10px;
	font-size:1.4em;
	line-height:20px;
}

#content700{
	width:698px;
	margin:10px 0 0 10px;
	float:left;
	background:#fbf9e3;
	min-height:600px;
	padding-bottom:20px;
}


	#content700 p{
		padding:10px;
		font-size:1.4em;
	}



/* FEATURED
----------------------------------------*/

#featured{
	width:100%;
	letter-spacing:-2px;
	background:url(images/featured_03.jpg);
	height:385px;
	margin:-22px 0 10px;
	float:left;
}

#featured h1{
	color:#fefbce;
	font-size:3em;
	font-weight:100;
    height: 50px;
    margin-left:10px;
    padding: 10px 0 0 2px !important;
	background:none !important;
	letter-spacing:-2px !important;
	text-shadow:2px 0 5px #000;
}

#featured span{
	color:#fff;
	letter-spacing:-4px;
	margin-left:10px;
	text-shadow:2px 0 5px #000;
}
	
	.span1{
		font-size:6em;
		line-height:26px;
	}
	
	.span2{
		font-size:7.8em;
		line-height:50px;
	}
	
	.span3{
		font-size:10em;
		line-height:64px;
		letter-spacing: -6px !important;
	}

	.span4{
		font-size:6em;
		line-height: 40px;
	}



/* INDEX PAGE
---------------------------------------*/

#index{
	width:698px;
	margin:10px 0 0 10px;
	float:left;
/*	background:#fbf9e3;*/
	min-height:400px;
}

	#index h2{
		color:#000 !important;
		font-size:2.4em !important;
		background:none !important;
		text-transform:capitalize !important;
		letter-spacing:-1px;
	}

	#index p{
		color:#000 !important;
		font-size:1.2em !important;
	}
	
	#index img{
		margin:o auto;
	}


.entry{
	background:url(images/bg_blogpost.gif) #fefcde;
	width:100%;
	float:left;
}

	.entry span{
		float:left;
		font-size:1.4em;
		width:100%;
		margin-left:10px;
	}
	
	.entry a{
		color:#900;
		font-weight:bold;
		text-decoration:none;
	}
	
		.entry a:hover{
			text-decoration:underline;
		}

div.rssincl-content div.rssincl-entry {
    background-color: #F3F3F3;
    border: none !important;
    margin-bottom:20px !important;
	padding: 10px !important;
	display:block;
}

div#rssincl-box-196597{
	border:none !important;
	width:698px !important;
}

div.rssincl-head{
	display:none !important;
}


div.rssincl-content div.rssincl-entry p.rssincl-itemtitle a{
	color:#000 !important;
	font-size:2.4em !important;
	background:none !important;
	text-transform:capitalize !important;
	letter-spacing:-1px !important;
	font-family:'ArialBlack', Arial, Helvetica, sans-serif !important;
	text-decoration:none !important;
	font-weight:300 !important;
}

	div.rssincl-content div.rssincl-entry p.rssincl-itemtitle a:hover{
		text-decoration:underline !important;
		color:#900 !important;
	}

div.rssincl-content div.rssincl-entry div.rssincl-itemdesc img {
    margin:5px auto !important;
	max-width:600px;
}


#index div.rssincl-content div.rssincl-entry div.rssincl-itemdesc a {
    color:#900 !important;
	font-weight:bold !important;
	text-decoration:none !important;
}

	#index div.rssincl-content div.rssincl-entry div.rssincl-itemdesc a:hover {
		text-decoration:underline !important;
	}


div.rssincl-content div.rssincl-entry {
    background:url(images/bg_blogpost.gif) top no-repeat #fefcde !important;
    padding: 5px;
}

div#rssincl-box-196597 div.rssincl-content div.rssincl-last {
    display: none !important;
}

/* PORTFOLIO PAGE
---------------------------------------*/

ul#portfolio{
	margin:10px;
	list-style:none;
}

#portfolio li{
	float:left;
}

	#portfolio li a{
		display:block;
		text-indent:-9999px;
		width:140px;
		height:336px;
		float:left;
		border:2px solid #fefbce;
		margin:6px;
		overflow:hidden;
	}

		.illustration a{
			background:url(images/illustration_a.jpg);
			width:140px;
			height:336px;
		}
		
			.illustration a:hover{
				background:url(images/illustration_b.jpg);
			}

		.design a{
			background:url(images/graphic_design_a.jpg);
		}
		
			.design a:hover{
				background:url(images/graphic_design_b.jpg);
			}
		
		.logos a{
			background:url(images/logo_design_a.jpg);
		}
		
			.logos a:hover{
				background:url(images/logo_design_b.jpg);
			}
		
		.web a{
			background:url(images/web_design_a.jpg);
		}
		
			.web a:hover{
				background:url(images/web_design_b.jpg);
			}
		
		.posters a{
			background:url(images/tour_posters_a.jpg);
		}
		
			.posters a:hover{
				background:url(images/tour_posters_b.jpg);
			}
		
		.photos a{
			background:url(images/photography_a.jpg);
		}
		
			.photos a:hover{
				background:url(images/photography_b.jpg);
			}



ul#gallery{
	margin:10px;
	list-style:none;
}

#gallery li{
	float:left;
}
	
	#gallery img{
		border: 2px solid #000000;
		float:left;
		margin:9px;
	}
	
	#gallery img:hover{
		-webkit-box-shadow: 0x 0px 5px #fff;
		-moz-box-shadow: 0px 0px 5px #fff;
	}
	

/*#webdesign{
	width: 960px; 
	position: relative; 
	overflow: hidden;
	height: 450px;
	z-index:100;
}

#webdesign h3{
	font-size:2.4em;
	color:#fff;
	letter-spacing:-1px;
}

	.siteDesign{
		width:900px;
	}
	
	.siteDesign img{
		float:left;
		margin:0 15px;
	}

#webdesign ul, #webdesign ul li {
	display: block;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
*/


#webdesign h3{
	color:#fff;
	font-size: 2.4em;
    letter-spacing: -1px;
    line-height: 22px;
    margin-right: 10px;
	font-weight:100;
}

	.siteDesign{
		width:900px;
	}
	
	.siteDesign img{
		float:left;
		margin:0 15px;
	}

#webdesign ul, #webdesign ul li {
	display: block;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#webdesign ul{
	width:900px;
	margin:0 auto;
}

#webdesign ul li{
	float:left;
	overflow:auto;
	margin:10px 0;
	background:#000;
	padding:20px 0;
	width:900px;
}




hr {
	display: block;
	float: left;
}

.link{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

	.link:hover{
		text-decoration:underline;
		color:#FC0;
	}

/* Controls */
#clicker {
	display: block;
	float: left;
	margin: 27px 0 0 20px;
}

	#clicker a {
		background: #000;
		border: 1px solid #fefbce;
		font-size: 12px;
		color: white;
		padding: 5px 10px 4px;
		margin: 0;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		text-decoration:none;
	}
	
		#clicker a:hover {
			color: #252529;
			background: white;
		}
		
/* Carousel */
#billy_clip { 
	width: 960px; 
	position: relative; /* For IE */
	overflow: hidden;
	height: 400px;
	z-index:100;
}

ul#billy_scroller,
ul#billy_fader {
	width: 9999px;
	height: 400px;
	display: block;
	float: left;
	position: relative;
}
	
	ul#billy_scroller li,
	ul#billy_fader li {
		width: 960px;
		height: 400px;
		float: left;
		display: block;
		background:#000;
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000000), to(#000000), color-stop(.5,#333333));
		background: -moz-linear-gradient(top, #000000 0%, #333333 50%, #000000 100%);
		padding:10px 0;
		border-bottom:2px solid #fefbce;
		border-top:2px solid #fefbce;
	}



#photos{
	margin:30px;
}




/* SERVICES
----------------------------------------*/

.services{
}

	.services h2{
		background:none !important;
		font-weight:100;
	}

	.services h2 a{
		text-transform:uppercase;
		color:#900;
		text-decoration:none;
		font-weight:100;
	}
	
		.services h2 a:hover{
			text-decoration:underline;
		}
	
	.services img{
		border:3px double #000;
		margin:10px;
	}
	
	.services ul{
		float:left;
		margin: 5px -2px 30px;
	}
	
		.services li{
			list-style:none;
			margin-left:15px;
			font-size:1.4em;
		}




/* CONTACT
----------------------------------------*/

#contact_form{
    border:none;
    font-size: 1.2em;
    margin: 20px 55px;
    width: 600px;
	background:#990000;
	border-radius:5px;
	overflow:hidden;
}

	#contact_form .form{
		margin-bottom:5px;
	}

	#contact_form fieldset{
		border:none;
		padding:5px
	}

	#contact_form input, #contact_form textarea{
		margin: 2px 15px 7px 19px;
		padding: 5px;
		width: 545px;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	#contact_form strong{
		margin:0 15px;
		color:#fff;
		font-size:1.4em;
	}
	
	.button{
		width:70px !important;
		padding:2px !important;
		background: #999; /* for non-css3 browsers */
		border:1px solid #999;
		-moz-border-radius: 5px;
		border-radius: 5px;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc'); /* for IE */
		background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); /* for webkit browsers */
		background: -moz-linear-gradient(top,  #fff,  #ccc); /* for firefox 3.6+ */
		cursor:pointer;
		margin:10px !important;
		float:left;
	}
	
	.button1{
		width:90px !important;
		font-size:1.6em;
		padding:6px !important;
		color:#fff;
		background: #38b449; /* for non-css3 browsers */
		border:none;
		-moz-border-radius: 5px;
		border-radius: 5px;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#38b449', endColorstr='#003600'); /* for IE */
		background: -webkit-gradient(linear, left top, left bottom, from(#38b449), to(#003600)); /* for webkit browsers */
		background: -moz-linear-gradient(top,  #38b449,  #003600); /* for firefox 3.6+ */
		cursor:pointer;
		margin:0 20px 20px !important;
		box-shadow: 0 0 5px #000000;
		float:left;
	}

#contactMessage{
	font-family: 'ArialBlack',Gadget,sans-serif;
	font-size: 2.8em;
	letter-spacing: -1px;
	margin: 50px;
	text-align: center;
}



/* ABOUT ME
----------------------------------------*/

.about{
}

	.about h2{
		font-size:3em;
		text-transform:uppercase;
		margin-top:125px;
	}

	.about h3{
		padding:0 10px;
		font-size: 2.4em;
    	margin: 10px 0 0;
	}
	
	.about h4{
		padding:0 10px;
		font-size:1.6em;
	}
	
	.about strong{
		font-size:1.3em;
		padding:0 10px;
	}


/* LINKS
----------------------------------------*/

.links h2{
	background:none !important;
	color:#000;
	margin:10px 0 -10px;
}

.links p{
	margin-left:5px;
}

.links h3{
	font-size:1.8em;
	color:#F00;
	margin-bottom: -5px;
    padding-left: 10px;
}

	

/* DOWNLOADS
----------------------------------------*/

.wallpaper{
	float:left;
	margin:12px;
	padding:0 10px;
	width:305px;
}

.wallpaper a{
	font-weight:bold;
	color:#900;
}

	.wallpaper h3{
		font-size:1.6em;
		text-align:left;
	}

	.wallpaper li{
		list-style:none;
		float:left;
		font-size:1.2em;
		margin:3px;	
	}

	.wallpaper img{
		float:left;
		width:300px;
		margin:5px 0;
		border:2px solid #000;
	}


/*  SIDEBAR
-----------------------------------------*/

#sidebar{
	width:239px;
	margin:10px 10px 0 0;
	background:#fbf9e3;
	float:right;
	border-left:1px solid #000;
}

	#mspr{
		width:100%;
		background:url(images/mspr-bg.gif) top center no-repeat;
		padding:40px 0 20px;;
	}
	
		#mspr .station{
			display:block;
			width:100%;
			height:25px;
			text-indent:-9999px;
			overflow:hidden;
		}
	
		#mspr a{
			color:#900;
			text-align:center;
			width:100%;
			margin:10px 0;
		}
	
	#live365Player{
		margin:0 20px;
	}
	
	#like-box{
		margin:10px;
	}

#quote{
	background:url(images/free-quote.png);
	margin:0 42px 5px;
	display:block;
	width:150px;
	height:102px;
	overflow:hidden;
	text-indent:-9999px;
}

/* FOOTER
----------------------------------------*/

#footer{
	width:100%;
	color:#fff;
	font-size:1.2em;
}

	#footer li{
		list-style:none;
	}
	
	#footer h4{
		text-transform:uppercase;
		font-size:1.2em;
		font-weight:100;
	}
	
	#footer a{
		color:#fff;
		text-decoration:none;
	}
	
		#footer a:hover{
			text-decoration:underline;
			color:#fefbce;
		}
	
	#footer p{
		text-align:center;
		margin-top:25px;
		text-transform:uppercase;
	}

#footer .kmfdm{
	background:#000; 
	padding:25px; 
	margin-top:-7px;
}

#footer table{
	width:910px;
}

	#footer table tr td{
		vertical-align:top;
	}

#network{
	border-left:1px solid #fff;
	width:300px;
	height:150px;
}
	
	#network ul{
		margin-left:30px;
	}
	
	#network li{
		list-style:none;
		float:left;
		margin:4px;
	}
	
	#network strong{
		float:left;
		margin: 10px 0 0 35px;
		width:200px;
	}
