/* ----------------------------------------------- */
/* Customized Vanilla theme for Michael B Studios
----------------------------------------------- */

/* Body */

body {
	background:#000;
	margin:0;
	padding:40px 20px;
	font: 75% georgia, Times, serif;
	text-align:center;
	color:#ccc;
}

a:link {
	color:#58a;
	text-decoration:none;
}

a:visited {
	color:#969;
	text-decoration:none;
}

a:hover {
	color:#CC6600;
	text-decoration:underline;
}

a:img {
	border-width:0;
}

h2 {
	font:85%/1.4em "Trebuchet",Trebuchet,Arial,Verdana,Sans-serif;
	text-transform:uppercase;
	letter-spacing:.2em;
	color:#999;
}

ol {
	margin:0px;
	font-size:.90em;
}

ol li{ 
	margin-bottom:5px;
}




/* Header
----------------------------------------------- */

#header {
	width:660px;
	height:115px;
	margin:0 auto 10px;
	border:0px solid #ccc;
	vertical-align:bottom;
	text-align:center;
}

#logo {
	margin:5px 5px 0;
	padding:0px 0px 0px 0px;
	height:103px;
	border:0px solid #eee;
	vertical-align:bottom;
	text-align:center;
}




/* Sidebar Stuff
----------------------------------------------- */

#sidebar {
	width:200px;
	position:absolute;
	top:120;
	right:0px;
	list-style:none;
	text-align:left;
}

#syndicate a {
	display:block;
	background:url(/images/rss-small.png) no-repeat;
	position:relative;
	padding-left:25px;
	padding-top:3px;
	top:9px;
	height:20px;
	margin-top:10px;
}

#pictage {
	color:#58a;
	text-decoration:none;
}

#pictage h2 {
	border-bottom:1px dotted #ccc;
	font:81%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	text-transform:uppercase;
	letter-spacing:.2em;
	color:#999;
	padding: 1.5em 0 0 0;
}

#pictage a {
	color:#58a;
	text-decoration:none;
}

#pictage a:visited {
	color:#58a;
	text-decoration:none;
}

#pictage a:hover {
	color:#c60;
	text-decoration:underline;
}

#about {
	color:#999;
}

#about a:visited {
	color:#58a;
	text-decoration:none;
}

#about a:hover {
	color:#c60;
	text-decoration:underline;
}

#about h1 {
	border-bottom:1px dotted #ccc;
	font:81%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	text-transform:uppercase;
	letter-spacing:.2em;
	color:#999;
	padding: 1.5em 0 0 0;
}

#about h2 {
	border-bottom:1px dotted #ccc;
	font:81%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	text-transform:uppercase;
	letter-spacing:.2em;
	color:#999;
	padding: 1.5em 0 0 0;
}

#archives ul {
	list-style:none;
	text-align:left;
	margin:0;
	padding:0 0 0 0;
}

#archives li {
	list-style:none;
	text-align:left;
	margin:0;
	padding:0 0 0 0;
}

#archives a:visited {
	color:#58a;
	text-decoration:none;
}

#archives a:hover {
	color:#c60;
	text-decoration:underline;
}

#archives h2 {
	border-bottom:1px dotted #ccc;
	margin-bottom: 10px;
	font:81%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	text-transform:uppercase;
	letter-spacing:.2em;
	color:#999;
	padding: 1.5em 0 0 0;
}



/* Post Area Stuff
----------------------------------------------- */

.post_date {
	font: 1em "Eurostile",Trebuchet,Arial,Verdana,Sans-serif;
	text-transform:uppercase;
	letter-spacing:.2em;
	color:#aaa;
	padding: 1.5em 0 0 0;
}

#container {
	position:absolute;
	left:40%;
	margin-left:-300px;
	width:1000px;
	min-width:600px;
	top:30px;
	text-align:left;
}

.image_wrapper img {
	margin:2px;
	padding:3px;
	border:1px solid #ddd;
	width:90px;
	overflow:hidden;
}

.image img {
	padding:4px;
	border:1px solid #ddd;
	margin:12 0 3 0;
}

#main {
	width:410px;
	text-align:left;
}

.post {
	border-bottom:1px dotted #ccc;
	margin: 0 0 20 0;
}

.article p {
	margin-bottom: 20px;
}

.article h1 {
	margin-bottom:10px;
	color:#000;
}

.article h2 {
	margin-bottom:10px;
	color:#000;
}

.article h3 {
	margin:.5em 0 0 0;
	padding:0 0 4px;
	font-size:140%;
	font-weight:normal;
	line-height:1.4em;
	color:#708cba;
}

.quote .content {
	display:inline;
	color:#c60;
	font-weight:bold;
	font-size:1.5em;
}

.content {
	font-size:9.5pt;
}

.quote {
	display:inline;
}

.caption {
	margin:.25em 0 0;
	padding:0 0 4px;
	font-size:140%;
	font-weight:normal;
	line-height:1.4em;
	color:#708cba;
}

.caption a {
	text-decoration:none;
}

.caption a:hover {
	color:#c70;
}

.quote {
	margin-bottom:10px;
}

.link .caption a {
	font-weight:bold;
	font:1.5em;
	text-decoration:none;
}

.link .caption a:hover{
	color:#c60;
}


/* Post Footer
----------------------------------------------- */

.permalink {
	font: 9pt "Eurostile",Trebuchet,Arial,Verdana,Sans-serif;
	text-transform:uppercase;
	letter-spacing:.1em;
	float:right;
	padding: 0;
	line-height:12pt;
}

.comments {
	font:1.2em "Eurostile",Trebuchet,Arial,Verdana,Sans-serif;
	text-transform:uppercase;
	letter-spacing:.1em;
	padding: 0;
}