/*
Theme Name: Farewell Party Records
Theme URI: http://farewellpartyrecords.com
Description: Bi mi rekidz
Version: 1.0
Author: Gregory Hauenstein
Author URI: http://greghauenstein.com
Tags:
*/

/*   STRUCTURE   */

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	}
	
	img#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	}
	
		<!--[if IE 6]>
		<style type="text/css">
		html { overflow-y: hidden; }
		body { overflow-y: auto; }
		#bg { position:absolute; z-index:-1; }
		#content { position:static; }
		</style>
		<![endif]-->
	
#header {
	width: 865px;
	height: 430px;
	background: url('images/header2.jpg') no-repeat #424141;
}

#page_header {
	width: 865px;
	margin: 25px 0 0 0;
/*	height: 180px;
	background: url('images/header2.jpg') no-repeat #424141;*/
	overflow: hidden;
	}

	#page_header a {
	border: none;
	}
	
	#page_header img.a {
	border: none;
	}


#content {
	width: 865px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}


#nav_container {
	background: #111111;
	padding: 10px 0 10px 50px;
	border: 1px solid #eaeaea;
	width: 815px;
	height: 84px;
}


	#nav {
		background: url('images/nav.png') no-repeat;
		width: 865px;
		overflow: hidden;
		margin: 0 auto;
		height: 85px;
}


	/*  NAVIGATION  */
	
	#nav a {
	display: block;
	height: 85px;
	width: 125px;
	margin: -14px 0 0 -40px;
	padding: 0;
	}
	
	#nav span {
	display: none;
	}

	#nav li {
	display: inline;
	float: left;
	height: 85px;
	width: 125px;
	}

		li#nav_home { width: 125px; height:85px;}
	
		li#nav_store { width: 125px; height:85px; }
	
		li#nav_blog { width: 125px; height:85px; }
	
		li#nav_press { width: 125px; height:85px; }
		
		li#nav_about { width: 125px; height:85px; }
		
		li#nav_contact { width: 125px; height:85px; }	
		
				li#nav_home a:hover { background: url('images/nav.jpg') 0px -85px no-repeat; border: none; }
	
				li#nav_store a:hover { background: url('images/nav.jpg') -125px -85px no-repeat; border: none; }
	
				li#nav_blog a:hover { background: url('images/nav.jpg') -250px -85px no-repeat; border: none; }
	
				li#nav_press a:hover { background: url('images/nav.jpg') -375px -85px no-repeat; border: none; }
		
				li#nav_about a:hover { background: url('images/nav.jpg') -500px -85px no-repeat; border: none; }
		
				li#nav_contact a:hover { background: url('images/nav.jpg') -625px -85px no-repeat; border: none; }
	
	
	#main_content {
	background: none;
	margin-top: 10px;
	}
	
		#main_blurb {
		margin: 0 0 20px 40px;
		width: 530px;
		float: left;
/*		border-bottom: 1px dotted #949494;*/
		}
	
		#main_blog {
		width: 270px;
		float: right;
		clear: none;
		margin: 0 60px 20px 20px;
		padding: 75px 10px 15px 10px;
		background: url('images/fprblog.jpg') no-repeat top #212121;
		border: 3px solid #949494;
			-moz-border-radius: 8px;
			-webkit-border-radius: 8px;
		
		}

		#features {
		width: 540px;
		padding: 20px;
		margin: 0;
		background: #111111;
		border: 1px solid #c2c2c2;
		float: left;
		clear: left;		
		}
		
			#feature {
			width: 160px;
			margin-right: 25px;
			float: left;
			}
			
			#feature_end {
			margin-right: 0px;
			}
					
		#page_content {
			padding: 10px;
			background: #111;
			border: 1px solid #eaeaea;
			margin-bottom: 10px;
			width: 550px;
			float: left;
		}
		
		#blog {
		background: url('images/fprblog_lg.jpg') no-repeat top center #424141;
		padding-top: 100px;
		}
		
		#wide {
		width: 600px;
		
		}
		
		#sidebar {
		width: 260px;
		margin-left: 10px;
		float: left;
		padding: 5px;
		background-color: #212121;
		border: 1px solid #c2c2c2;
		font-family: Helvetica, Arial, sans-serif;
		line-height: 120%;
		}
		
			#sidebar_stream {
			width: 300px;
			float: right;
			margin-right: 40px;
			margin-bottom: 30px;
			padding: 5px 15px;
			background-color: #424141;
			}
			
		#footer {
		background: transparent;
		margin: 10px 0;
		overflow: hidden;
/*		border-right: 1px solid #111;
		border-left: 1px solid #111;		*/
		}	
		
			#footer_left {
				width: 270px;
				margin: 0 10px 0 0;
				padding: 15px;
				background: #111111;
				border: 1px solid #c2c2c2;
				font: normal 14px Helvetica, Arial, sans-serif;
				color: #fff;
				line-height: 120%;
				float: left;
			}
			
			#footer_center {
				width: 240px;
				margin: 0 10px 0 0;
				padding: 15px;
				background: #111111;
				border: 1px solid #c2c2c2;
				font: normal 14px Helvetica, Arial, sans-serif;
				color: #fff;
				line-height: 120%;
				float: left;
			}
			
			#footer_right {
				width: 230px;
				padding: 15px;
				margin: 0;
				background: #111111;
				border: 1px solid #c2c2c2;
				font: normal 14px Helvetica, Arial, sans-serif;
				color: #fff;
				line-height: 120%;
				float: left;
			}
			
		
#break {
	border-bottom: 1px dotted #949494;
	width: 200px;
	margin: 0 auto 25px auto;
	}

#clear {
	clear: both;
	}

/*   TYPEOGRAPHY   */

h1, h2, h3, h4, h5 {

    color: #fff;
}


h1 {
    font: bold 80px Helvetica, Arial, sans-serif;
    margin-bottom: 10px;
    text-align: center;
}

	h1 a:link {
		color: #fff;
	}
	h1 a:hover {
		color: #7bbae5;
	}

h2 {
    font: bold 18px Helvetica, Arial, sans-serif;
}
	h2.widgettitle {
		margin-top: -5px;
	}

h3{
    font: italic 16px Helvetica, Arial, sans-serif;
}

p {
	color: #fff;
	font: normal 14px Helvetica, Arial, sans-serif;
	line-height: 20px;
}

blockquote {
	margin: 5px 5px 5px 10px;
	background-color: #212121;
	border: 1px solid #949494;
	padding: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-indent: 10px;
	}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

a:link {
border: none;
font-weight: bold;
color: #7bbae5;
text-decoration: none;
}

a:visited {
	color: 	#7bbae5;
	text-decoration: none;
}

a:hover {
color: #7bbae5;
text-decoration: none;
border-bottom: 1px dashed #7bbae5;
cursor: pointer;
}

a.header {
	display: block;
	}

/*   IMAGE   */

img {
	border: 0px;
}

.logo {
	position: absolute;
	top: 10px;
	right: 200px;
}

.blborder {
	border: 10px solid #000;
}

.socicon {
	padding: 0 10px 10px 0;
	float: left	;
	max-width: 35px;
	max-height: 35px;
}
.imgleft {
	float: left;
	margin: 0 10px 10px 0;
}

.imgright {
	float: right;
	margin: 0 0 10px 10px;
}

/*  OTHER  */

ul {
	list-style: none;
	font: normal 12px Helvetica, Arial, sans-serif;
	color: #fff;
	}

li.twitter-item {
	margin-bottom: 10px;
	border-bottom: 1px dotted #949494;
	padding-bottom: 5px;
	}

p.press {
	line-height: 120%;
}

.indent {
	text-indent: 10px;
}

.center {
	width: auto;
	margin: 5px auto;
}

#sidebar ul {
		margin-left: -20px;
		}
#sidebar li {
	margin-bottom: -10px;
}

#twitter_div li {
	padding: 10px;
	background: #323232;
/*	border: 1px solid #aeaeae;*/

}

/*  PRESSING INFO PAGE  */

#wide .press {
	border-bottom: 1px solid #424141;
	}