/*  
Theme Name: Dub Station
Theme URI: http://www.dubstation.com
Description: This theme is for dub station website
Version: 0.1a
Author: Zachary Segal
Author URI: http://www.illproductions.net/
*/


/* HTML */
body {
	font-family: geneva, arial, sans-serif;
	font-size: 13px;
	line-height: 14px;
	color: #ffffff;
	background-color: #000000;
}
a {
	color: #57b7d2;
	text-decoration: none;
}
a:hover {
	color: #dbd455;
}
p { margin: 1em 0; }
h1 { font-size: 32px; line-height: 34px; }
h2 { font-size: 28px; line-height: 30px; }
h3 { font-size: 22px; line-height: 28px; }
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: #aaa; }
strong { font-weight: bold; }
em, address { font-style: italic; }
pre { font-family: Monaco, "Courier New", Courier, monospace; }
object, embed { margin: 1em 0; }



/* PAGE */
#page {
	width: 960px;
	margin: 0 auto;
	padding: 0 33px;
	background-image: url('images/background.png');
	background-position: left top;
	background-repeat: repeat-y;
}



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






/* MENU */
#menu {
	display: block;
	width: 960px;
	margin: 0 auto;
	vertical-align: middle;
	background-color: #57b7d2;
	border-bottom: 1px #000 solid;
}
#menu li {
	float: left;
	margin: 0;
	line-height: 54px;
}
#menu li.last {
	float: none;
	text-align: right;
	margin: 0 30px 0 0;
}
#menu li a {
	display: block;
	width: 192px;
	text-align: center;
	font-size: 20px;
	text-decoration: none;
	color: #000000;
}
#menu li a:hover {
	background-color: #b9e1ec;
	border-top: 5px #756357 solid;
	color: #272727;
	line-height: 49px;
}
#menu li.last a {
	display: inline;
}





/* POSTS */
#nav {
	text-align: center;
	padding: 0 0 15px 0;
}
#posts {
	width: 960px;
	margin: 0 auto;
	background-color: #0d1327;
	border-top: 1px #5d5d5d solid;
}
#posts #leftColumn {
	float: left;
	width: 600px;
	margin: 0;
	padding: 20px 40px;
	border-right: 1px #5d5d5d solid;
	border-bottom: 1px #5d5d5d solid;
}
#posts #rightColumn {
	width: auto;
	margin: 0 0 0 681px;
	padding: 20px 40px;
	background-color: #23283a;
	border-left: 1px #000 solid;
	border-bottom: 1px #5d5d5d solid;
}
#posts #rightColumn p {
	margin: 0.3em 0 1.5em 0 !important;
}
.post {

}
.show {
	margin: 0 0 15px 0;
	text-align: center;
}
.post .title {
	color: #57b7d2;
	text-decoration: none;
}
.post .title a:hover {
	color: #dbd455;
}
.date {
	
}




/* FOOTER */
#footer {
	clear: both;
	padding: 20px 60px;
	border-top: 1px #000 solid;
}
#footer #text_menu {
	font-size: 16px;
	line-height: 26px;
	width: 600px;
}
#footer #text_menu li {
	float: left;
	margin: 0 2em 0 0;
}
#footer #text_menu li a {
	
}
#footer .credits {
	text-align: right;
}





/* CLASSES */
.socialIcon {
	display: inline;
	width: 38px;
	height: 38px;
	margin: 0;
	vertical-align: middle;
}
.impact {
	
}
.center {
	text-align: center;
}
.extraHeight {
	line-height: 40px;
}
.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;
}