/*
Theme Name: Brass Casing
Theme URI: http://brassgoggles.co.uk/
Description: ©2010 Brass Goggles: custom theme by proteus
Author: proteus
Version: 1.0
*/

@import url(http://fonts.googleapis.com/css?family=Quattrocento);
@font-face {
	font-family: 'JaneAusten';
	font-style: normal;
	font-weight: normal;
	src: local('JaneAusten'), url('http://brassgoggles.co.uk/fonts/JaneAusten.woff') format('woff');
}

body {
	width: 100%;
	margin: 0;
	padding: 0;
	background: rgb(243,239,220);
	font-family: 'Quattrocento', serif;
}

#page {
	clear: both;
	width: 990px;
	margin: 0px auto;
}

#sidebar {
	float: right;
	width: 300px;
	margin-left: 90px;
	font-size: 80%;
}

#sidebar ul { list-style-type: none; }
#sidebar ul ul { list-style-type: disc; }
#sidebar ul ul ul { list-style-type: square; }
#sidebar ul ul ul ul { list-style-type: circle; }
#sidebar img { vertical-align: middle; border: none; padding-right: 5px;}

#sidebar li {  
	padding: 0;
	margin-left: -8px;
}

#sidebar h2 { margin-top: 16px; }
	

#posts {
	float: left;
	width: 600px;
	padding: 0;
	margin: 0;
}

#headerimg { 
	width: 990px;
	height: 100px;
	margin: 0px auto;
    padding: 20px 0 0 0;
}

#headerimg .description,
#headerimg h1 {
	margin-left: 100px;
}
#headerimg h1 { font-family:Helvetica,sans-serif !important; }
#headerimg.description {
	padding: 0; margin: 0;
	font-family: 'JaneAusten',cursive,sans-serif !important;
}
#headerimg a, #headerimg {
	color: rgb(243,239,220);
}
#headerimg ol {
	float: right;
	font-size: 70%;
}

#header {
	width: 100%;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6d3f32), to(#3d0f02)) !important;
	background: -moz-linear-gradient(top, #6d3f32, #3d0f02) !important;
	background: #3d0f02;
    -webkit-box-shadow: 0 4px 10px #432;
    -moz-box-shadow: 0 4px 10px #432;
    box-shadow: 0 4px 10px #432;
}

#footer {
	clear: both;
	margin: 0;
	padding: 32px 0 16px 0;
	font-size: 9pt;
	font-style: italics;
}

textarea#comment {
	width: 584px;
}

.comments {
	border-top: 1px solid #000;
}

.comment {
	margin: 16px 0px;
	padding: 8px;
}

.comment.odd { 
	background: rgb(223,219,200);
}

h3#comments {
	font-size: 11pt;
	font-family: sans-serif;
}

.postbody img { border: 8px solid #fff; max-width: 584px; }
.aligncenter { margin: 0px auto 0px auto; text-align: center; }
.alignleft   { float: left; margin-right: 5px; }
h1,h2,h3,h4,h5  { margin: 0px; font-family: 'JaneAusten', sans-serif; }

p { margin: 1em 0px; }

a { 
	text-decoration: none; 
	border-bottom: 1px dotted;
}
a:link { color: #6d3f32; }
a:visited, a:active { color: #6d6f62; }
a:hover { border-bottom: 1px solid; }

.posthead h1 { font-family: Quattrocento,serif; font-size: 20px; padding: 8px 0 0 5px; margin: 0; }
.posthead img { vertical-align: middle; margin: 0; float: left;}
.posthead cite { 
}

.postbody { clear: both; }

img.avatar { vertical-align: middle; }

div.post {
	margin: -48px 0 16px 0;
	padding: 48px 8px 8px 8px;
}

div.posthead cite {
	font-size: 80%;
	color: #555;
}

#nav-below {
	font-size: 80%;
	width: 100%;
}

.nav-next { float: right; }
