/*=

	Theme Name: Cool Media Collective
	Theme URI: http://www.coolmediacollective.com
	Description: CMC.
	Author: CMC
	Author URI: http://www.coolmediacollective.com
	Version: 1.0.0
	Changelog:
		
	Tags: fixed width, three columns, valid CSS, valid XHTML, white, simple, widgets, widget ready, 3columns, right sidebars, SEO friendly, gravatars, h:over effects, text-only
	
=== === === === === === === === === === */


/*=STRUCTURE
=== === === === === === === === === === */

@import 'reset.css';

html {

}

body {
	text-align: center;
	background-color: #181818;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
}

div#WrapOuter {
	width: 900px;
	margin-left:auto;
	margin-right:auto;
}

div#WrapInner {
	text-align: left;
	width: 900px;
	background-color: #000;
	float: left;
	margin: auto;
}

/*=COMMON
=== === === === === === === === === === */

* {
	padding: 0;
	margin: 0
}

h2 {
	font-size: 180%;
	line-height: 120%;
}

h1 {
	font-size: 140%;
	line-height: 150%;
}

a {
	color: #3a80ff;
	text-decoration: none;
}

a:hover {
	color: #3a80ff;
	text-decoration: underline;
}

h1 a {
	color: #000;
	text-decoration: none;
}

h1 a:hover {
	color: #3a80ff;
	text-decoration: none;
}

.line {
	height: 2px;
	border-top: 0px dotted #fff;
	border-right: 0px dotted #fff;
	border-left: 0px dotted #fff;
	border-bottom: 1px dotted #6f6f6f;
	display: block;
}

/*=Logo
=== === === === === === === === === === */

#logo {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 78px;
	width: 165px;

}

/*=NAVIGATION
=== === === === === === === === === === */

a.main:hover {
background:none;
}


div#MainNav {
	font-size: 16px;
	list-style: none;
	padding-right: 15px;
	font-family: "Times New Roman", Times, serif;
	line-height: 36px;
	float: left;
	width: 180px;
}



#navlist
{
	padding-left: 0;
	margin-left: 10px;
	margin-top: 10px;
}

#navlist li
{
	list-style-type: none;
	padding-right: 20px;
}

#navlist li a {
	text-decoration: none;
	color: #FFF;
}

#navlist li a:hover  {
	color: #f80000;
}
#navlist li .on  {
	color: #f80000;
}

/*IE workaround*/
/*All IE browsers*/
* html div#MainNav li {
	border-left: 1px solid black;
	padding: 0 0.4em 0 0.4em;
	margin: 0 0.4em 0 -0.4em;
}

/*Win IE browsers - hide from Mac IE\*/
* html div#MainNav { height: 1%; }

* html div#MainNav li {
	display: block;
	float: left;
}

/*End hide*/
/*Mac IE 5*/
* html div#MainNav li:first-child { border-left: 0; }


/*=CONTENT
=== === === === === === === === === === */

div#PageContainer {
	width: 900px;
	float: left;
}
div#Header {
	width: 900px;
	padding: 0px;
	margin-bottom: 20px;
	margin-top: 20px;
}

	div#SiteTitle {
		float: left;
	}
	
	div#SiteSubTitle {
		font-size: 100%;
		line-height: 100%;
		text-transform: uppercase;
		float: left;
		clear: both;
	}


div#PageBody {
	line-height: 150%;
	float: right;
	width: 700px;
}

div#Content {
	float: left;
	overflow: hidden;

	text-align:justify;
	color: #FFF;
}

	.post {
	margin-bottom: 14px;
	padding-bottom: 14px;
	}

	div.entry {
		margin-top: 10px;
		
	}

	#Content h1 {
	font-size: 50px;
	clear: both;
	margin-bottom: 14px;
	line-height: 110%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	}

	div.navigation {
		margin-bottom: 10px;
	}

	div.alignleft,
	div.alignright {
		width: 430px;
		clear: both;
	}
	
	div.alignright {
		text-align: right;
	}
	
	#Content p {
		margin-bottom: 18px;
	}
	
	#Content ul {
		margin-bottom: 8px;
		padding-right: 5px;
		padding-left: 20px;
	}
	
	#Content ul li {
		list-style-type: circle;
	}

.postmetadata {
	margin-top: 20px;
}



div#CommentsContainer {
	width: 430px;
	margin-left: 20px;
	float: left;
}

h3#comments {
	margin-bottom: 8px;
}

img.avatar {
	float: left;
	position: relative;
}

div#CommentText {
	padding-left: 50px;
	margin-bottom: 20px;
}

div#CommentReply {
	margin-top: 10px;
}

form#commentform input#url,
form#commentform input#email,
form#commentform input#author {
	border: 1px #737373 solid;
}

div#CommentReply #commentform p {
	margin-top: 4px;
	margin-bottom: 4px;
}

textarea#comment {
	width: 430px;
}

div#SideColumn1,
div#SideColumn2 {
	font-size: 110%;
	line-height: 140%;
	color: #4c4c4b;
	width: 150px;
	float: left;
	padding: 0 30px;
}

	div#SideColumn1 {
		border-left: 1px #cccccb dotted;
		border-right: 1px #cccccb dotted;
	}

	#SideColumn1 h2,
	#SideColumn2 h2 {

	}

	#SideColumn1 ul,
	#SideColumn2 ul
	 {
		margin-left: 3px;
		margin-bottom: 8px;
	}
	
	#SideColumn1 ul li,
	#SideColumn2 ul li {
		font-size: 90%;
		line-height: 150%;
	}

	input#s {
		margin-top: 2px;
		border: 1px solid #ccc;
	}
	
	input#searchsubmit {
		padding: 2px;
		margin-top: 4px;
		margin-bottom: 7px;
		background: none;
		border: 1px solid #ccc;
		text-transform: uppercase;
}
	
	#SideColumn1 ul li ul {
		margin-bottom: 7px;
	}

	div#SubContent {
		color: #4c4c4b;
		border-top: 1px #666665 dotted;
		width: 930px;
		float: left;
		clear: both;
		margin-top: 10px;
	}

	div#SubContent h2 {
	font-size: 120%;
	line-height: 150%;
	}
	
	div#SubColumn1,
	div#SubColumn2,
	div#SubColumn3 {
		font-size: 100%;
		line-height: 130%;
		float: left;
		background-color: #e6e6e5;
		margin-top: 15px;
		padding: 10px;
	}
	
	div#SubColumn1 ul,
	div#SubColumn2 ul,
	div#SubColumn3 ul {
		margin-left: 3px;
		margin-bottom: 8px;
	}
	
	div#SubColumn1 ul li,
	div#SubColumn2 ul li,
	div#SubColumn3 ul li {
		font-size: 100%;
		line-height: 180%;
	}
	
	div#SubColumn1 {
		width: 460px;
		min-height: 80px;
		margin-right: 15px;
	}
		
	div#SubColumn2 {
		width: 160px;
		min-height: 80px;
		margin: 15px 15px 0 20px;
	}

	div#SubColumn3 {
		width: 150px;
		min-height: 80px;
		margin-left: 15px;
	}


/*=FOOTER
=== === === === === === === === === === */

div#footer {
	clear: both;
	line-height: 150%;
	font-size: 10px;
	text-transform: uppercase;
	width: 900px;
	color: #2e2e2e;
}


/*=REQUIRED
=== === === === === === === === === === */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
