/*
Theme Name: Glen Cooper
Theme URI: 
Description: Custom blog theme for Glen Cooper.
Author: Neon Sky
Author URI: http://www.neonsky.com

Based Upon: 2 Column Fixed - Menu Left, Will Healey, http://www.tomorrows-laundry.com


/*---------------------------------------------*/
/*---------  Block Level Elements  ------------*/
/*---------------------------------------------*/

body {
	border:0; margin:0; padding:0;
	width:100%; height:100%;
	background-color:#404040;
}

#page  {
	width:960px;
	margin:0 auto;
	background-color:#ffffff;
}

#header {
	width: 100%;
	background-color:#404040;
	margin-top:75px;
}

#headerimg {
	width: 100%;
	height:50px;
	margin:0;
}

#headerimg h1 {
	display:none;
}

#header .description {
	display:none;
}

#wrapper{
	width:940px;
	/*background:url(background_3.gif) repeat-y;  WARNING: IF YOU CHANGE THE COLORS OF THE LAYOUT YOU HAVE TO CHANGE THIS IMAGE! */
	overflow:auto; /* USE FIREFOX GUYS! WE ONLY NEED THIS LINE BECAUSE INTERNET EXPLODER ISN'T READING CODE PROPERLY */
	margin:30px 10px 10px 10px;
}

#content {
	float: right;
	width: 720px;
    padding:0 10px 0 30px;
	min-height:500px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:500px; /* for IE5.x and IE6 */
	margin-top:10px;
	padding:0;
}

#sidebar {
	width: 180px;
	padding-right:20px;
	margin-right: 760px; /* same value as width of content */
	min-height:500px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:500px; /* for IE5.x and IE6 */
}


#footer {
	width: 100%;
	clear: both;
	background-color:#404040;
}



/*---------------------------------------------*/
/*-------------  Text Elements  ---------------*/
/*---------------------------------------------*/


body {
	color:#444444;
	font-family:"Lucida Sans", Helvetica, Arial, sans-serif;	
	font-size:12px;
	}


h1, h2, h3, h4, h5 {
	font-family:  "Adobe Garamond Pro", AdobeGaramondPro, "Adobe Jenson Pro", AdobeJensonPro, "Palatino Linotype", "Book Antiqua", Palatino, serif;	
	color:#151515;
}

h2 {
	font-size:24px; margin:0; padding:0; text-align:left; }

h3 {
	font-size:20px; margin:0; padding:0; }


a {
	color:#666666;
	text-decoration:none;
}

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


#sidebar {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif;
}

#sidebar ul li h2 {
	font-family:  "Adobe Garamond Pro", AdobeGaramondPro, "Adobe Jenson Pro", AdobeJensonPro, "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#footer p{
	font-family:  "Adobe Garamond Pro", AdobeGaramondPro, "Adobe Jenson Pro", AdobeJensonPro, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding:20px;
	text-align:center;
	font-size:13px;
	color:#cecece;
}
#footer a:link {color:#cecece;
}

/*-------------Other------------------*/

hr {
	display: none;
}

/*-------------The Post-------------*/




.post {
	width:100%;
	padding-bottom:40px;
}
.post h2 { clear:both; }

.post p {
	font-size:12px;
	line-height:18px;

}

.post a {
	color:#666666;
	text-decoration:none;
}

.post a:hover {
	color:#666666;
	text-decoration:underline;
}
.post img {
	border:#cecece 1px solid;
	}

.post ul {

}

.post li {

}

.entry {
	width:100%;
}

.entrytext .postmetadata, .postmetadata, p.postmetadata {
	font-size:10px;
	color:#888888;
}

.postmetadata alt {
font-size:10px;
font-style:italic;
	color:#888888;

}

.postmetadata a {

}

.navigation {
font-size:10px;
color:#333333;
margin-bottom:15px;
}

.alignleft {
float:left;
margin-bottom:10px;
}

.alignright {
float:right;
margin-bottom:10px;
}

.center {
text-align:center;
}

.pagetitle {

}

blockquote {
	margin:0 0 0 20px;
	padding:10px 20px;
	border-top:1px dotted #cecece;
	border-bottom:1px dotted #cecece;
	background-color:#e8e8e8;
	font-size:11px;
	line-height:16px;
}

cite {

}

a img {
border:0px;
}

acronym, abbr {

}
.time {
	font-size:10px;
	color:#888888;
}

h2 a:link, h2 a:hover, h2 a:visited, h2 a, h3 a:link, h3 a:hover, h3 a:visited, h3 a {
	color:#151515;
}

/*--------------Sidebar------------*/

#sidebar ul, li {
	list-style-type:none;
}

#sidebar ul {
	padding:10px 0 10px 0;
	margin:0;
	background:#ffffff;
	color:#333333;
}

#sidebar ul li h2 {
	background-color:#888888;
	color:#ffffff;
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:2px;
	font-weight:bold;
	padding:7px 10px 3px 10px;
	margin:0;
}

#sidebar ul li {
	list-style:none;
}
#sidebar ul ul {
list-style:none;
}
#sidebar ul ul li {
	margin-left:10px;
	padding:4px 5px;
	font-size:10px;
	border-bottom:1px dotted #cecece;
}
#sidebar ul ul li:hover {
	/* background:#e8e8e8; */
}

#sidebar ul ul ul {
list-style:none;
}

#sidebar p {
	font-size:10px;
	color:#666666;
	margin-left:12px;
}

#sidebar a {
	color:#666666;
	text-decoration:none;

}
#sidebar a:hover {
	text-decoration:underline;
}

#sidebar a:visited {

}


/*--------------Comments--------------*/

#commentform {
	width:700px;
}
#comment {
	width:600px;
}
ol.commentlist {
	font-size:12px;

}

ol.commentlist li {
	font-size:12px;

}

ol.commentlist li.alt {

}

ol.commentlist a {
}

.commentmetadata {
	font-size:9px;

}
#commentform #submit {
margin-top:2px;
color:#666666;
border: 1px solid #cecece;
background-color:#e8e8e8;
font-size:10px;
font-weight:bold;
}

#commentform input {
border: 1px dotted #cecece;
}

#commentform textarea {
border: 1px dotted #cecece;
}

/*--------------Search Form-------------*/


#searchform {
margin-left:10px;
margin-top:3px;
margin-bottom:10px;
}

#searchform input, .search input {
border: 1px dotted #cecece;
padding:3px;
margin:3px 0;
font-size:10px;
color:#666666;
font-weight:bold;
}

#searchform #s {
font-size:10px;
padding:3px 0 3px 3px;
}

/*#searchform #searchsubmit {
margin-top:2px;
color:#666666;
border: 1px solid #cecece;
background-color:#e8e8e8;
font-size:10px;
font-weight:bold;
margin-bottom:5px;
} */

/*-------------Calendar-----------------*/

#wp-calendar {
	empty-cells: show;
	width:160px;
	margin-left:15px;
	margin-top:10px;
	font-size:9px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	background-color:#ffffff;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	background-color:#ffffff;
	}

#wp-calendar a {
	display: block;
	color:#333333;
	background-color:#e8e8e8;
	}

#wp-calendar caption {
	padding-top:10px;
	text-align: center;
	text-transform:uppercase;
	font-weight:bold;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}


/*-------------Images------------------*/
/* To use it, create the link to your image and add 
class="right",  class="left", or class="centered"
and the image will move to the right, left, or center
and the text will wrap around it. It's just that simple. */

p img { max-width: 100%; }
img.right { margin: 0 0 10px 10px; display: inline; }
img.left { margin: 0 10px 10px 0; display: inline; }
.right { float: right; }
.left { float: left; }
img.centered { display: block; margin-left: auto; margin-right: auto; }

/*--------------Drop Down-------------*/

select {
	width:160px;
	margin-left:15px;
	margin-top:10px;
	margin-bottom:10px;
	border: 1px solid #cecece;
	padding:3px;
	font-size:10px;
	}
	
a.more-link {
	font-style:italic;
	text-align:right;
	color:#151515;
	}
