/*  
Theme Name: Very Very White 2 Column
Theme URI: http://www.apatheticthursday.net
Description: Theme colors based off of the first rendition of this theme. Style and Format inspired by Dimitry (http://www.arthero.com/blog/). [Thanks Dimitry!]
Version: 2.1
Author: Philip Wels
Author URI: http://www.apatheticthursday.net

*
	A two column version of the theme for my photo blog.	
*

*/
body {
	background-color: #fff;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 62.5%;
	padding: 0px;
	margin: 0px;
}

/* define main content blacks */

#header {
	width: 800px;
	height: 136px;
	background-image: url('images/shortheader2.png');
	background-repeat: no-repeat;
	margin: auto;
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
}

#content {
	width: 800px;
	background-image: url('images/contentback.png');
	background-repeat: repeat-y;
	margin: auto;
	padding: 0px;
}

#sidebar {
	width: 185px;
	padding-right: 50px;
	padding-left: 10px;
	margin-top: 35px;
	float: right;
	border-left: 1px solid #ccc;
	font-size: 1.1em;
}

#main {
	width: 440px;
	padding-left: 80px;
	padding-top: 5px;
}

#main-wide {
	width: 600px;
	padding-left: 100px;
	padding-top: 15px;
}

#mainmenu {
	width: 600px;
	padding-left: 80px;
	padding-right: 80px;
	font-size: 1.2em;
	letter-spacing: .2em;
	text-align: center;
}

#footer {
	height: 33px;
	background-image: url('images/footer.png');
	background-repeat: no-repeat;
	margin: auto 0 0 0;
	padding-top: 10px;
	text-align: center;
}

#recently{
	width: 300px;
	padding: 3px;
}
#mysearchform{
	float: right;
	width: 250px;
	margin-top: 30px;
	padding-top: 20px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	text-align: center;
	line-height: 1.5em;
	border: 1px dashed #909090;
}

/* define post blockage */

.post {
	padding-top: 15px;
}

p{
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: .8em;
	margin: 0px;
}
.entry {
	font-size: 1.2em;
	text-indent: 0em;
	line-height: 1.8em;
	color: #333;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

.metadata {
	text-align: right;
	color: #666;
}

blockquote{
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px dashed #13691d;
}

/* define headers and special formats */

h2, h2 a {
	font-size: 1.2em;
	color: #333;
	padding: 0px;
	margin: 0px;
}
h2 a{
	color: #236c91;
}

h1, h1 a {
	font-size: 2em;
	color: #236c91;
	padding-top: 15px;
	padding-left: 30px;
	margin: 0px;
	margin-top: 0px;
	text-align: left;
}

a, a:visited{
	color: #236c91;
	text-decoration: none;
}

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

.centered{
	text-align:center;
}

small {
	
}

#tagline {
	color: #333;
	font-size: 1.2em;
	font-style: italic;
}

#menu {
	display: block;
	color: #333;
	font-size: 1.2em;
	padding-top: 10px;
	padding-right: 50px;
	letter-spacing: .3em;
	word-spacing: 1.5em;
	text-align: right;
	float: right;
	width: 100px;
	line-height: 1.6em;
}

.postspermonth {
	margin: 5px 0 10px 0;
	list-style: none;
	padding-left: 0px;
	margin-bottom: 25px;
	font-size: 1.1em;
	width: 100%;
	border-bottom: 1px dotted #909090;
}
.postspermonth li{
	margin: 0px;
	list-style: none;
	padding-left: 0px;
	font-size: 1.1em;
	background-color: #fff;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px dotted #909090;
}
.page_item{
	margin: 0px;
	list-style: none;
	padding-left: 0px;
	font-size: 1.1em;
	background-color: #fff;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px dotted #909090;
}

#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;
}


.navigation {
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-left: 60px;
	padding-right: 60px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* define link colors */
a img{
	border: none;
}
img{
	padding: 3px;
}
	
.commentlist{
	width: 400px;
	margin: auto;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #333;
	padding-bottom: 0px;
}
.commentmetadata{
	background: #fff;
	display: block;
	width: 200px;
	text-align: right;
	float: right;
	font-size: .9em;
	line-height: 1em;
	padding-top: 3px;
	margin-top: 0px;
}
cite{
	font-weight: bold;
}
.alt{
	padding-top: 10px;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
}