/*  
Theme Name: My Dear Disco
Theme URI: http://dancethink.com
Description: Theme for My Dear Disco's new website made in summer 2010.
Author: Robert Lester
Author URI: http://bodyrockmusic.com
Version: 1.0
Tags: My Dear Disco, Dancethink, Music, Band
.
Your theme can be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html

Colors:
Black: #000000
Red Splat: #c81505
Dark Red: #920c00
Light Grey: #e9e9e9
White: #ffffff

Fonts: Arial, Gill Sans MT Bold

*/

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Include Header Stytlings*/
@import url('styles/header.css');

/* Include wp.css Stytlings*/
@import url('styles/wp.css');

/* Include comments.css Stytlings*/
@import url('styles/comments.css');




/*
	UTILITY
*/	
.clear							{	clear: both;	}
.floatleft						{	float: left;	}
.floatright						{	float: right;	}
	
	
	
	
/*
	HOME PAGE STRUCTURE
*/
#wrapper						{	width: 1065px;
									margin: 0px auto -100px;
									min-height:100%;
									background:#e9e9e9;
									height: auto !important;
									height: 100%;	}							
#push							{	height:50px; background:black;	}
#container						{	float:left; width: 765px;  	}
/* #divider						{	float:left; width:10px; height: 400px;background:black; margin-left: 10px;	}*/
#main							{	background-color:#ffffff;	}
#content						{	color:black;	}

body							{ 	background:black;
									color: black;	}
									
#content	 					{	margin:0 0 12px 12px;	background: white; padding:10px;}

#navMenu						{	padding-top:10px;
									margin-bottom:10px;
									background:black;
									height:60px;
									margin-top:-5px;	}
ul#navList						{	width:100%;	float:left;	margin-left:40px;}
ul#navList li					{	display:inline;	margin-left: 43px;}

/*
	SINGLE PAGE STRUCTURE
*/
#singleContainer				{	float:left; width: 1053px;  	}
#singleHeader					{	margin-top:15px;	}


/*
	TYPOGRAPHY
*/
p,li							{	font-size:1.2em; line-height:1.2em; margin 0 0 10px 0;	}
a								{	color:#000000; 	}
a:hover							{	background:black; color:#ffffff; text-decoration:none;	}

h1								{	font-size:3.6em; font-family: Arial, sans-serif; font-weight:normal;	}
h2								{	font-size:2.8em; font-family: Arial, Helvetica, sans-serif; font-weight:bold;	}
h3								{	font-size:2.6em; font-family: Arial, sans-serif; font-weight:normal; margin: 0 0 10px 0;	}

h2 a 							{	text-decoration:none; text-transform: capitalize;	}

.headerLinks a:hover			{	background:transparent;	}


/*
	BLOG ENTRIES
*/
.post h2						{	}
.datebox						{ 	width: 46px; float: left; padding:5px; padding-right: 7px; background: #c81505; color:white; text-align: center; margin: 0 10px 0 0;	}
.day							{	font-size:3.4em; font-weight:bold; margin:0;	}
.month							{	font-size:1.8em; font-weight:bold; text-transform: 											uppercase; margin:0;	
								}
.year							{	font-size:1.6em; font-weight:bold; margin:0;	}
.topImageDate 					{
									text-transform:uppercase;
									background:#C81505;
									width:7em;
									height:1.4em;
									padding:0 .4em 0 .4em;
									font-weight:bolder;
									color:white;
									font-size:large;
								}
.entry-utility					{	background:Gainsboro none repeat scroll 0 0;
									color:white;
									float:left;
									font-weight:bold;
									margin-top:5px;
									padding:0px 5px 0px 0px;
									text-align:right;
									text-decoration:none;
									text-transform:lowercase;
									width:99.4%;	
								}
								
.entry-utility a 				{	color:black;
									text-decoration:none;	
								}								

.wp-caption img 				{	height:auto;
									max-width:725px;
									margin-right:20px;	
								}
								
.size-full						{	height:auto;
									max-width:725px;
									margin-right:20px;
								}								
								
.wp-caption a:hover 			{	background:transparent;		}
.wp-caption-text 				{	font-style:italic; font-size:small;	}
.more-link 						{	font-weight:bold;
									font-family:arial black, arial;
									float:right;
									margin-top:10px;
									font-size:101%;
									text-transform:lowercase;
									margin-bottom:4px;
									color:white;
									background:black;
									padding:0px 4px 2px;
									text-decoration:none;
								}	
blockquote em					{	font-style: italic;
								}
																
/*
	SIDEBAR
*/
.widget-area span 				{	margin-left:0;
								}
.widget-area ul 				{	list-style-position:outside;
									list-style-type:none;
									margin-bottom:5px;
									margin-left:16px;
								}
.widget-title 					{	font-family:Arial black;
									margin:19px 11px;
									line-height:0.8em;
								}
.widget-area 					{	-moz-background-clip:border;
									-moz-background-inline-policy:continuous;
									-moz-background-origin:padding;
									background:white none repeat scroll 0 0;
									float:right;
									margin-right:12px;
									padding-top:0px;
									width:265px;
									padding-right:12px;
								}
.xoxo h2 a 						{	padding-left:27px;	}
.xoxo li 						{	padding-bottom:10px;	}
.xoxo li li 					{
									padding:4px;
									padding-bottom:10px;
									padding-left:0px;
								}

/*
	FOOTER
*/
#site-info						{	text-align:right; background:black; color:white;font-style:italic;		}
#site-info a					{	background:black; color:white;	}
#site-info a:hover				{	background:white; color:black;	}