/*
Theme Name: The Fringe Movement
Theme URI: http://thefringemovement.com
Description: Custom Theme for the Fringe Movement
Version: 1.0
Author: Zack Sears
*/
* { margin:0; padding:0; font-family:arial, helvetica, sans-serif; }
body, HTML { background:#fff; }
h1 {  }
	h1#logo { width:234px; margin:150px auto 50px auto; }
	h1#logo a { display:block; background:url('images/logo.gif') no-repeat top left; text-indent:-9999px; width:234px; height:95px; }
h2 { font-family:georgia, serif; font-style:italic; text-transform:uppercase; font-size:12px; color:#121212; margin-bottom:15px; }
	.post h2, .post h2 a { color:#fff; font-family:georgia, serif; font-size:11px; text-decoration:none; margin-bottom:0px; }
		h2 span, h2 span a { color:#bdbdbd; display:block; margin-top:10px; }
		.post h2 a:hover { background:none; }
p { font-size:12px; color:#5b5b5b; line-height:18px; margin-bottom:15px; }
a { font-style:italic; text-decoration:none; color:#5b5b5b; }
a:hover { background:#dee024; color:#111; }
#global {  }
	#nav { margin-top:39px; list-style:none; }
	#nav li { float:left; margin-right:10px; position:relative; }
	#nav li a { display:block; width:230px; color:#d5d5d5; font-size:10px; text-decoration:none; border-bottom:2px solid #e5e5e5; padding-bottom:2px; text-transform:uppercase; font-style:normal; }
		#nav li a:hover, #nav li:hover a, #nav li a.activeSlide { color:#313131; border-color:#313131; background:none; }
	#body .container { width:960px; }
		.panel { width:960px; }
		#homepage-posts, #businesses { margin-left:-5px; }
		#homepage-posts .post, #businesses .post { cursor:pointer; width:230px; height:130px; float:left; margin:0 0 10px 10px; text-align:center; position:relative; }
		#homepage-posts .post img, #businesses .post img { position:relative; z-index:1; }
		#homepage-posts .post .post-overlay, #businesses .post .post-overlay { position:absolute; z-index:2; top:0px; left:0px; background:url('images/post-overlay.png') no-repeat top left; width:210px; height:70px; padding:60px 10px 0 10px; }
			#homepage-posts .post .post-overlay:hover, #businesses .post .post-overlay:hover { background-position:bottom left; }
			#homepage-posts .post .post-overlay:hover h2 a, #businesses .post .post-overlay:hover h2 a { color:#dee024; }
			#businesses .post h2 { text-transform:none; }
		.post-single { min-height:300px; padding:10px; }
		.artist-post h2 { font-family:georgia, serif; color:#d4be2d; font-style:italic; line-height:50px; font-size:24px; font-weight:normal; text-transform:capitalize; }
		.entry {  }
	#footer { height:100%; width:100%; margin-top:50px; background:url('images/footer-tile.gif') repeat top left; border-top:2px solid #c5c5c5; line-height:50px; color:#7b7b7b; text-transform:uppercase; font-size:10px; }
	
.container { width:950px; margin:0 auto; }
.column { width:430px; }
.hidden { display:none; }
.clear { clear:both; }
.left { float:left; }
.right { float:right; }
.last { margin:0; }