/*  
Theme Name: DubNation/TheSocial
Theme URI: http://local
Description: dubnation and the social wordpress blog theme
Version: 1.0
Author: Zachary Segal
Author URI: http://www.illproductions.net/
*/


/* HTML */
body {
	font-family: tahoma, geneva, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #eee;
	background-color: #000000;
	background-image: url('images/background.png');
	background-position: center top;
	background-repeat: repeat;
}
a {
	color: #ffd37b;
	text-decoration: none;
}
a:hover {
	color: #fff;
}
p { margin: 1em 0; }
h1 { font-size: 32px; line-height: 34px; }
h2 { font-size: 28px; line-height: 30px; }
h3 { font-size: 22px; line-height: 23px; }
h4 { font-size: 18px; line-height: 19px; }
h5 { font-size: 15px; line-height: 16px; }
h6 { font-size: 14px; line-height: 15px;}
small { font-size: 11px; line-height: 12px; color: #ccc; }
strong { font-weight: bold; }
em, address { font-style: italic; }
pre { font-family: Monaco, "Courier New", Courier, monospace; }
object, embed { margin: 1em 0; }

/* HEADER GRAPHIC */
#header {
	display: block;
	width: 920px;
	height: 275px;
	margin: 0 auto;
	line-height: 0;
}
#header img {
	width: 920px;
	height: 275px;
}






/* MENU */
#menu {
	display: block;
	width: 920px;
	margin: 0 auto;
	padding: 0;
	vertical-align: middle;
	background-image: url('images/semi-transparent.png');
	line-height: 50px;
	border: 1px #111 solid;
}
#menu li {
	float: left;
	margin: 0 0 0 30px;
}
#menu li.last {
	float: none;
	margin: 0 0 0 0;
	height: 50px;
	text-align: right;
}
#menu li a {
	display: block;
	font-family: tahoma, geneva, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}
#menu li a:hover {
	color: #ffd37b;
}
#menu li.last a {
	display: inline;
}






/* POSTS */
#posts {
	width: 920px;
	margin: 0 auto;
	padding: 0;
}
#pageFold {
	line-height: 20px;
	width: 650px;
}
#posts #leftColumn {
	float: left;
	width: 590px;
	margin: 0;
	padding: 30px;
	background-image: url('images/semi-transparent.png');
	border: 1px #111 solid;
}
#posts #rightColumn {
	width: auto;
	margin: 0 0 0 670px;
	padding: 30px;
	background-image: url('images/semi-transparent.png');
	border: 1px #111 solid;
}
.post {
	margin-bottom: 2em;
}
.show {
	margin: 0 0 30px 0;
	text-align: center;
}
.show img {
	width: 180px;
	height: auto;
}
.post .title {
	font-weight: bold;
	margin: 0 0 0.3em 0;
}
.post .title a {
	color: #fff;
	text-decoration: none;
}
.post .title a:hover {
	color: #ffd37b;
}


#nextPostLink {
	float: left;
	width: 325px;
	text-align: left;
	margin: 0;
	padding: 0;
}
#prevPostLink  {
	margin: 0 0 0 325px;
	text-align: right;
	padding: 0;
}



/* FOOTER */
#footer {
	clear: both;
	padding: 0 30px;
	margin: 20px 0;
	background-image: url('images/semi-transparent.png');
	border: 1px #111 solid;
}
#footer #text_menu {
	font-size: 16px;
	line-height: 50px;
}
#footer #text_menu li {
	float: left;
	margin: 0 2em 0 0;
}
#footer #text_menu li a {
	color: #fff;
}
#footer #text_menu li a:hover {
	color: #ffd37b;
}
#footer .credits {
	float: none !important;
	text-align: right;
	margin: 0px !important;
}
#footer .credits small {
	line-height: 50px;
}





/* CLASSES */
.socialIcon {
	display: inline;
	width: 38px;
	height: 38px;
	margin: 0;
	vertical-align: middle;
}
.impact {
	
}
.center {
	text-align: center;
}
.clearFloat:after {
	content: ".";
	display: block;
	height: 0;
	clear:both;
	visibility: hidden;
}




/* WORDPRESS STYLES */
.alignnone {}
.aligncenter {
	display: block;
	margin: 15px auto !important;
}
.alignleft {
	float: left;
	margin-right: 20px !important;
	margin-bottom: 20px !important;
}
.alignright {
	float: right;
	margin-left: 20px !important;
	margin-bottom: 20px !important;
}
.wp-caption {
	border: 1px solid #bbb;
	text-align: center;
	background-color: #e8e8e8;
	padding-top: 4px;
	margin: 0;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.wp-caption-text {
	font-size: 11px;
	color: #222;
	margin: 0.5em 1em !important;
}