/*=

	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 {
    height: 100%;
}


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}
body  {

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: 50% 0;
	background-color: #DDFF75;
}
.charlstoys #container {
	width: 880px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	} 
.charlstoys #header {
	background-image: url(images/header.jpg);
	height: 210px;
} 
.charlstoys #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	display: none;
	visibility: hidden;
}
.charlstoys #mainContent h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.charlstoys #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
.charlstoys #mainContent {
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFF;
} 
.charlstoys #footer {
	height: 190px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #A4CC38;
} 
.charlstoys #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/*=COMMON
=== === === === === === === === === === */

* {
	padding: 0;
	margin: 0
}

h1 {
	font-size: 180%;
	line-height: 120%;
	text-transform: uppercase;
}

h2 {
	font-size: 120%;
	line-height: 150%;
}

a {
	color: #333333;
	font-size:14px;
	text-decoration: none;
}

a:hover {
	color: #0F6AA3;
	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;
}

.clear{clear:both}
/*=MASTHEAD
=== === === === === === === === === === */



/*=NAVIGATION
=== === === === === === === === === === */

/*Fat Erik's Pipelist*/



#navcontainer ul
{
	padding-top:7px;
	color: #333;
	float: left;
	width: 100%;
	background-image: url(images/navbg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	height: 33px;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	text-transform: lowercase;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 0.3em 1em;
	color: #AE039B;
	text-decoration: none;
	float: left;
}

#navcontainer ul li a:hover
{
	color: #FF010E;

}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/*=CONTENT
=== === === === === === === === === === */





	.post {
	margin-bottom: 14px;
	padding-bottom: 14px;
	}

	div.entry {
		margin-top: 10px;
		
	}

	#mainContent h2 {
	font-size: 160%;
	/*clear: both;*/
	margin-bottom: 14px;
	line-height: 110%;
	font-family: "Times New Roman", Times, serif;
	color: #0061A0;
	}

	div.navigation {
		margin-bottom: 10px;
	}

	.alignleft {
	width: 184px;
	}
	
	.alignright {
	width: 540px;
	
	}
	
	div.alignright {
		text-align: right;
	}
	
	#mainContent p {
		margin-bottom: 18px;
	}
	
	#mainContent ul {
		margin-bottom: 8px;
		padding-right: 5px;
		padding-left: 20px;
	}
	
	#mainContent 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
=== === === === === === === === === === */




/*=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;
}
