/*
Theme Name: JMaury
Theme URI: http://jmaury.com/
Description: The default theme for JMaury.
Version: 1.0
Author: j.verhine
Author URI: http://verhine.com/
Tags: writer

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #fff;
	color: #333; 
	text-align: center;
	}
body#home {
	background: #442015;
}

.content {
	font-size: 1.8em
	}


h1, h2, h3 {
	font-family: 'Georgia', 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 3em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	color: #4f634d;
	font-size: 2.0em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #333;
	}

h2, h2 a, h2 a:visited, h3 a, h3 a:visited {
	color: #efefef;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	}


/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}



.clear {
	clear: both;
}


/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	text-align: left;
	}

h2 {
	margin: 0;
	}

h2.pagetitle {

}


h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* 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: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


.logo {
	width: 435px;
	height: 210px;
	font-size: 0;
	background: url(/images/layout_logo.gif) no-repeat;
}

ul.nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	height: 210px;
}
ul.nav li, ul.nav li a, ul.nav img {
	padding: 0;
	margin: 0;
	font-size: 0;
	display: block;
}
ul.nav li#top {
	width: 260px;
	height: 20px;
	background: url(/images/layout_nav_top.gif) no-repeat;
}
ul.nav li#bio {
	width: 260px;
	height: 45px;
	background: url(/images/layout_nav_bio.gif) no-repeat;
}
ul.nav li#bio a:hover {
	width: 260px;
	height: 45px;
	background: url(/images/layout_nav_bio_on.gif) no-repeat;
}
ul.nav li#archive {
	width: 260px;
	height: 50px;
	background: url(/images/layout_nav_archive.gif) no-repeat;
}
ul.nav li#archive a:hover {
	width: 260px;
	height: 50px;
	background: url(/images/layout_nav_archive_on.gif) no-repeat;
}
ul.nav li#gallery {
	width: 260px;
	height: 48px;
	background: url(/images/layout_nav_gallery.gif) no-repeat;
}
ul.nav li#gallery a:hover {
	width: 260px;
	height: 48px;
	background: url(/images/layout_nav_gallery_on.gif) no-repeat;
}
ul.nav li#blog {
	width: 260px;
	height: 47px;
	background: url(/images/layout_nav_blog.gif) no-repeat;
}
ul.nav li#blog a:hover {
	width: 260px;
	height: 47px;
	background: url(/images/layout_nav_blog_on.gif) no-repeat;
}
.nav_right {
	width: 294px;
	height: 210px;
	font-size: 0;
	background: url(/images/layout_nav_right.gif) no-repeat;
}

.post {
	text-align: left;
}
.blog {
	width: 230px;
	height: 435px;
	background: #fff url(/images/layout_blog_bg.gif);
}
.blog .header {
	width: 230px;
	height: 35px;
	font-size: 0;
}
.blog h2 a {
	color: #666;
}
.blog a:visited {
	color: #333;
}
.blog a:hover {
	color: #990000;
}

.blog .entry {
	border-top: 1px solid #c0c0c0;
	margin-top: 5px;
	padding-bottom: 5px;
}
.blog .entry a:hover {
	border-bottom: 1px solid #c0c0c0;
}

.blog_left {
	width: 50px;
	height: 435px;
	background: url(/images/layout_blog_left.gif) no-repeat;
}
.blog_right {
	width: 40px;
	height: 435px;
	background: url(/images/layout_blog_right.gif) no-repeat;
}


.featured {
	width: 430px;
	height: 435px;
	background: #917339 url(/images/layout_featured_bg.gif);
}
.featured a {
	color: #e2c893;
}
.featured a:hover {
	color: #fff;
}
.featured .header {
	width: 430px;
	height: 75px;
	font-size: 0;
}
.featured .feature {
	background: #987e3e;
	border: 1px solid #cba754;
	padding: 5px;
	margin: 0 0 10px 0;
}
.featured .feature .post {
	background: #987e3e;
	border: 1px solid #cba754;
	padding: 5px;
}
.featured .feature .post .date {
	font-size: .8em;
	font-weight: bold;
	float: right;
	padding: 5px 5px 0 0;
}
.featured .feature .description {
	font-size: .8em;
	text-align: left;
	color: #333;
	padding: 5px;
}
.featured_right {
	width: 239px;
	height: 435px;
	background: url(/images/layout_featured_right.gif) no-repeat;
}
.about {
	width: 300px;
	height: 240px;
	background: #755e30 url(/images/layout_about_bg.gif);
}
.about .header {
	width: 300px;
	height: 40px;
	font-size: 0;
}
.about .aboutContent {
	padding: 10px 15px 0 20px;
	color: #2c2a25;
}
.about .aboutContent span {
	border-bottom: 1px solid #69552e;
}
.about_left {
	width: 320px;
	height: 240px;
	background: url(/images/layout_about_left.gif) no-repeat;
}
.about a {
	color: #dbd69d;
	padding: 0 3px;
}
.about a:hover {
	color: #ebe9d4;
	border-bottom: 1px solid #ab9467;
}
.sendamessage {
	width: 369px;
	height: 240px;
	background: url(/images/layout_sendamessage_bg.gif);
	text-align: left;
}
.badges {
	width: 320px;
	height: 440px;
	padding-top: 50px;
	background: url(/images/layout_badges_bg.gif) no-repeat;
}
.badges p {
	margin-top: none;
}
.links {
	width: 300px;
	height: 440px;
	background: #442015 url(/images/layout_links_bg.gif);
}
.links .header {
	width: 300px;
	height: 35px;
}
.links a {
	color: #bb735d;
}
.links a:hover {
	color: #f1c3b5;
}
.links ul {
	list-style-type: none;
	padding-top: 50px;
	margin: 0;
}
.links ul li {
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid #714a35;
	width: 160px;
}
.contactinfo {
	width: 369px;
	height: 440px;
	background: url(/images/layout_contactinfo_bg.gif);
	color: #bb735d;
}
.contactinfoContent {
	border-left: 1px solid #714a35;
	padding-left: 20px;
}



.about p, .contactinfo p {
	margin-top: 0;
	text-align: left;
}

body#bio {
	background: url(/images/paper1.gif) no-repeat;
}
body#blog {
	background: url(/images/postcard1.gif) no-repeat;
}
body#sendamessage {
	background: url(/images/postcard2.gif) no-repeat;
}
body#sendamessage .from {
	position: absolute;
	left: 460px;
	top: 300px;
}
body#sendamessage .message {
	position: absolute;
	left: 50px;
	top: 100px;
}
body#sendamessage input, body#sendamessage textarea {
	font-size: 2.5em;
	width: 275px;
}
body#sendamessage textarea {
	height: 200px;
}
body#sendamessage p.submitbutton input {
	width: 200px;
}
body#work {
	background: url(/images/postcard3.gif) no-repeat;
}

body#work .post, body#blog .post {
	padding: 20px 0 0 20px;
	font-size: 1.5em;
}
body#work .header, body#blog .header {
	padding-bottom: 5px;
}
body#work .commentsarea, body#blog .commentsarea {
	width: 270px;
	position: absolute;
	top: 100px;
	left: 476px;
	height: 380px;
	overflow: auto;
}
body#work .commentsarea textarea, body#blog .commentsarea textarea {
	width: 250px;
}
body#work h1, body#blog h1 {
	font-size: 2.4em;
	width: 330px;
}
ul.categories {
	list-style-type: none;
}
