/*
Theme Name: WinslowTaft.com
Theme URI: 
Description: 
Version: 0.8
Author: Winslow Taft
Author URI: http://www.winslowtaft.com/
Tags: simple, white, portfolio


*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #fff;
	color: #888;
	padding:30px 0 0 30px;
	margin:0;
	}

#page {
	background-color: white;
	text-align: left;
width:100%;
	/*width:900px;
	padding:50px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-500px;*/
	}

#header {
	width:100%;
	padding:0px 0 30px 0;
	float:left;
	}





#menu ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	list-style-image: none; 
	}
	
#menu li {
	display: inline; 
	text-transform:uppercase;
	}
	
#menu ul li a {
	text-decoration:none;  
	margin: 0 10px 0 0;
	padding: 5px 20px 5px 20px; 
	color: #777;
	background: white;
	}
	
#menu ul li a:hover {color: #333;
	background: #efefef; }





#content {
	float:left;
	width:100%;
	margin:50px 0 0 0;
	padding:0;
	}
	
#content img
{
	float:left;
	/*border:1px #dedede solid;*/
	padding:0 0 12px 0px;
	background: #fff url('images/bottom_shadow.gif') no-repeat bottom left;
}

#content .description
{
	float:left;
	width:198px;
	padding:50px;
	font-size: 12px;
	color:#888;
}
	
h2{
	font-family: Arial, Sans-Serif;
	font-weight: normal;
	font-size: 12px;
	color:#993623;
	text-transform:uppercase;
}

.wrap
{
float:left;
margin:0;
padding:0 30px 50px 0;
width:600px;
}


#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}


.hidden {
	display:none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	display:none;
	}



/* Begin Structure */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */




