/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: url(images/bg.gif) #6c655f;
}

h1, h2, h3 {
        color: #514b45;
        font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
	letter-spacing:0.1em;
	font-size: 18pt;        
}


ul, ol {
	margin: 0 0 2em 0;
	font-size: 15px;
	text-align: justify;
	line-height: 22px;
}

p {
        color: #514b45;
        font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
	letter-spacing:0.1em;
	margin: 0px 20px 20px 0px;
	line-height: 145%;
	font-size: 12pt;
	border-bottom: 1px dotted #ccc;
        }

#bio {
        color: #514b45;
        font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
	letter-spacing:0px;
	margin: 0px 40px 20px 0px;
	line-height: 135%;
	font-size: 11pt;
	border:none;
}

#bio-b {
        color: #514b45;
        font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
	letter-spacing:0px;
	margin: 0px 40px 25px 0px;
	line-height: 155%;
	font-size: 14pt;
	border:none;
}


#bio-q {
        color: #514b45;
        font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
	letter-spacing:0px;
	margin: 0px 40px 3px 0px;
	line-height: 135%;
	font-size: 12pt;
	border:none;
}

#contact {
        color: #514b45;
        font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
	letter-spacing:0px;
	margin: 0px 40px 20px 0px;
	line-height: 135%;
	font-size: 12pt;
	border:none;
}



a {color: #6391cc; text-decoration:none;border:none;} 
a:link {color: #6391cc; text-decoration:none;border:none;} 
a:visited {color: #6391cc; text-decoration:none;border:none;}
a:hover {color:#33302d; text-decoration:none; border:none;}
a:active { color:#6391cc; text-decoration: none;}

img {
	padding: 5px;
	border: 1px dotted #ccc;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: Sabon, Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
}

/* Header */

#header {
	width: 939px;
	margin: 0 auto;
}

/* Menu */

#menu {
	margin: 0px;
	float: left;
	width: 939px;
	height: 30px;
	background: url(images/menu.gif) no-repeat left top; #33302d;	
	border-top: 1px solid #33302d;
	border-bottom: 1px solid #33302d;
}

#menu ul {
	margin: 0px 5px 0px 20px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	padding: 8px 15px 0px 2px;
	text-decoration: none;
	font-size: 14px;
	letter-spacing:0.1em;
	font-family: Sabon, Georgia, "Times New Roman", Times, serif;
	color: #6391cc;
}

#menu a:hover { 
	text-decoration: none; 
	color: #fff;
}

#menu .current_page_item a {
	color: #fff;
}

/** LOGO */

#logo {
	display: block;
	width: 939px;
	height: 225px;
	margin-left: 60px;
	background: url(images/img02.jpg) no-repeat left top;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 60px 0 0 140px;
	line-height: normal;
}

#logo h1 { 
	font-family: Sabon, Georgia, "Times New Roman", Times, serif;
	font-size: 46px;
	font-style: italic;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	margin: 0;
	padding: 0 0 0 140px;
	font-family: Sabon, Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#logo p a {
	text-decoration: none;
	color: #B6ACA2;
}

#logo p a:hover { text-decoration: underline; }

#wrapper {
	width: 1059px;
	margin: 0 auto;
	background: url(images/img01.png) repeat-y left top;
}

/* Page */

#page {
	width: 939px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 580px;
	padding: 30px 0px 30px 30px;
}

/* Post */

.post {
}

.post .entry {
	padding:0px;
}

.post .meta {
	padding: 7px 0 40px 0;
	border-top: 1px dotted #D1D1D1;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding-right: 20px;
}

.post .meta .comments {
}

.post .meta b {
	display: none;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
	padding: 30px 50px 0 20px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	padding-bottom: 20px;
	font-family: Sabon, Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333333;
}

}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 0px 0 2px 0;
}

#sidebar h2 {
	height: 32px;
}


#s {
	width: 135px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #3A0700;
}

#x {
	padding: 3px;
	border: none;
	background: #3A0700;
	text-transform: lowercase;
	font-size: 11px;
	color: #FFFFFF;
}

/* Boxes */

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */
#footer-wrap {
	width: 939px;
	height: 24px;
	margin: 0 auto;
	border-top: 1px solid #3a6ba9;
	border-bottom: 1px solid #3a6ba9;
	background: #6391cc;
}

#footer {
	margin: 0 auto;
	height: 20px;
}

html>body #footer {
	height: auto;
}

#footer p {

}

#legal {
	clear: both;
	text-align: center;
	padding: 5px 0 0px 0px;
	font-size: 11px;
	color: #fff;
	border: none;
}

#legal a {
	text-decoration: none;
	padding: 5px 0 0px 0px;
	font-size: 11px;
	color: #fff;
	border: none;

}
