/*  
Theme Name: Gerard's Blog Theme
Theme URI: http://blog.metrailler.net/
Description: Gerard's Blog Theme for WordPress
Version: 0.4
Author: Gerard Metrailler
Author URI: http://gerard.metrailler.net/

Based on the default theme that comes with WordPress as well as the style created for my Blojsom blog.
Last change: December 22, 2007
*/

html {
	margin: 0;
	padding: 0;
}
	
body {
	font-size: 12px;  
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Verdana, Tahoma, Helvetica, Arial, sans-serif;
	background: #fff2e5 url(images/metrailler_background_main.jpg) repeat-x top;
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 18px;
}	

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

a {
	color: #03a;
	text-decoration: none;
}

a:link { 
	text-decoration: none; 
}

a:visited { 
	text-decoration: none; 
}

a:hover, a:active { 
	color: #147;
	text-decoration: underline; 
}

a img {
	border: none;
}

#page {
	width: 784px;
	background: url(images/metrailler_background_center.jpg) repeat-y top;
	text-align: left;
	border: none; 
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 180px;
	background: url(images/metrailler_background_top.php) no-repeat top center;
	margin-left: auto;
	margin-right: auto;
	width: 784px;
}

#header h1 {
	display: none;
}

#header h2 {
	position: absolute;
	font-size: 16px;
	text-align: left;
	margin-top: 160px;
	margin-left: 34px;
}

#content {
	width: 500px;
	float: left;
	padding-left: 35px;
	padding-right: 26px;
}

#sidebar {
	width: 223px;
	float: left;
	margin-bottom: 10px;
	background: url(images/metrailler_background_right.jpg) repeat-y right;
}

#footer {
	background: url(images/metrailler_background_bottom.jpg) no-repeat bottom left;
	height: 70px;
	clear: both;
}

#footer .copyright {
	font-size: 10px;
	padding-top: 28px;
	padding-left: 30px;
	padding-right: 21px;
	text-align: center;
	width: 500px;
	color: #666;
}

.post, .commentlist {
	border-bottom: 1px dotted #000;
}
.post h2 {
	margin-top: 20px;
	font-size: 14px;
}

.post small {
	color: #666;
}

.post p a:visited {
	color: #66f;
}

.post .alt {
	color: #666;
	font-size: 10px;
	text-align: center;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-left: -20px;
	padding: 10px 10px 10px 10px;
}

.entry {
	margin-left: 20px;
	text-align: justify;
}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 12px;
}

.commentlist li {
	font-weight: bold;
	border-top: 1px solid #ddd;
	padding: 10px 10px 10px 10px;
	margin-left: -20px;
	display: block;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	font-size: 11px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}

#search, #author, #pages, #archives, #categories, #websites, #twitter, #meta, #tag_cloud {
	margin-left: 2px;
	margin-right: 12px;
}

#search h2, #author h2, #pages h2, #archives h2, #categories h2, #websites h2, #twitter h2, #meta h2, #tag_cloud h2 {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 14px;
}

#search p, #author p, #pages p, #archives p, #categories p, #websites p, #twitter p, #meta p, #tag_cloud p{
	font-size: 10px;
	margin-left: 10px;
	margin-right: 12px;
	text-align: justify;
	color: #666;
}

#search ul, #author ul, #pages ul, #archives ul, #categories ul, #websites ul, #twitter ul, #meta ul, #tag_cloud ul {
	margin: 0;
	padding: 0;
	font-size: 10px;
	border-top: 1px solid #6595FF;
	border-bottom: 1px solid #6595FF;
	background: url(images/metrailler_background_linkhover.jpg) repeat;
}

#search ol, #author ol, #pages ol, #archives ol, #categories ol, #websites ol, #twitter ol, #meta ol, #tag_cloud ol {
	margin: 0;
	padding: 0;
	font-size: 10px;
	border-top: 1px solid #6595FF;
	border-bottom: 1px solid #6595FF;
	background: url(images/metrailler_background_linkhover.jpg) repeat;
}

#search li, #author li, #pages li, #archives li, #categories li, #websites li, #twitter li, #meta li, #tag_cloud li {
	font-size: 10px;
	color: #666;
	display: block;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 20px;
	padding-right: 10px;
	background: url(images/metrailler_background_linkhover.jpg) repeat;
}

#search a, #author a, #pages a, #archives a, #categories a, #websites a, #twitter a, #meta a, #tag_cloud a {
	font-weight: normal;
}

#search #searchform {
	font-size: 10px;
	line-height: 10px;
	margin: auto;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 10px;
}

small, .nocomments, blockquote, strike {
	color: #666;
	font-size: 10px;
}

.navigation {
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.navigation .alignright {
	float: right;
}

.navigation .alignleft {
	float: left
}

code {
	font-family: 'Courier New', Courier, Fixed;
}

em {
	font-style: italic;
}

acronym, abbr {
	cursor: help;
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

.center {
	text-align: center;
}

hr {
	display: none;
}

.feedburnerFlareBlock {
	display: none;
}
