/*  
Theme Name: modernarchitecture
Theme URI: http://wordpress.org/
Description: Custom theme for modernarchitecture.net
Version: 1.0
Author: Ewan Branda
Author URI: http://www.modernarchitecture.net/
*/



/* Begin Typography & Colors */

body {
	font-family: georgia, "lucida grande", tahoma, verdana, arial, sans-serif; 
	font-size: 62.5%;
	color: #333;
	background-color:white;
}

#page {
	font-size: 1.2em;  line-height:1.4em;
}

#header .title, #innerheader p {
	text-transform:lowercase; 
	font-size:1.6em; 
	/* letter-spacing:-1px; */
	color:#666;
	margin:75px 0 0 0;
	padding:0;
	line-height:1.8em;
}

#footer {
	font-size:0.8em;
}

#header .blurb {
	font-size:0.95em;
	line-height:1.4em;
}

#innerheader p {
	text-transform:none; 
	font-size:1.6em; 
	color:#666;
	line-height:1.25em;
	margin:0;
}
#innerheader {
	margin-bottom:50px;
}
#innerheader h1 {
	margin:0 0 6px 0;
	font-size:1.6em;
}
#innerheader .entry {
	margin-top:50px;
}

h1,h2,h3 {
	font-weight:normal;
}

img {
	border:none;
}

a, a:visited {
	color: #b00;
	text-decoration: none;
}

a:hover {
	color:#000;
}

#header .logo a:hover {
	text-decoration:none;
}


.post p {
	margin:0 0 6px 0;
}

.postlistentry {
	padding:0;
}

.postlistentry h1 {
	margin:0; 
	font-size:1.6em; 
	text-align:left; 
	line-height:1.1em;
	font-weight:normal;
}

.postlistentry p {
	
}

.postlistentry .spacer {
	clear:both; 
	height:1px; 
	font-size:1px; 
	line-height:1px;
}

.small {
	font-size: 0.95em;
}

.post .category {
	text-transform:lowercase; color:#666;
}

.post .subtitle {
	margin:1px 0 6px 0; color:#666;
}

.postsingle .subtitle {
	margin:0 0 16px 0;
}

.postsingle {
	margin-bottom:30px;
}

.postsingle p {
	margin-bottom:10px;
}

.postsingle h1 {
	margin:0; 
	font-size:1.65em; 
	text-align:left; 
	line-height:1.05em;
	color:#666;
	font-weight:normal;
}

.postsingle h1.title {
	margin-bottom:6px;
}

.postsingle h2 {
	margin:16px 0 3px 0; 
	font-size:1em; 
	line-height:1em;
	font-weight:bold;
}

#sidebar {
	font-size:0.95em;
}

#sidebar h2 {
	font-size:1.2em;
	margin:0;
}

#sidebar p {
	margin:0 0 20px 0;
}

#sidebar ul {
	margin:0;
	margin-left: 0px;
	padding: 0 0 0 20px;
	list-style: none;
	padding-left: 0px;
	} 
	
#sidebar ul {
	margin-bottom:20px;
}
	
#sidebar ul li ul li {
	padding:0 0 1px 10px;
}

#sidebar ul ul li:before {
	content: "\00BB \0020";
	}

blockquote {
	margin: 15px 30px 0 0;
	padding-left: 10px;
	border-left: 5px solid #ddd;
}

.post img {
	margin:6px 0 3px 0;
}

.postlistentry img {
	border:1px solid #999;
}
	
/* End Typography & Colors */



/* Begin Structure */

body {
	margin: 11px 0 20px 100px;
	padding: 0; 
	}

#page {
	width: 760px;
	}

#header {
	margin: 0 0 0 1px; 
	padding: 0; 
	width: 758px; height:175px;
	}
	
#header .blurb {
	position:absolute; top:13px; left:650px;
	width:250px;
}

.postlistentry {
	margin:0 0 45px 0;
}

#content {
	float: left;
	padding: 0 0 5px 0px;
	margin: 0px 0 0;
	width: 500px;
	}

#sidebar {
	width: 250px;
	float:left;
	position:relative; left:50px; top:-65px;
}

.post {
	clear:both;
	}

#footer {
	padding: 10px 0 0 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
/* End 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: 0;
	margin: 2px 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 0;
	margin: 2px 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
