/*  
Theme Name: Madame Lescaut
Version: 0.1
Author: Aquariuz
Author URI: http://aquariuz.com/
*/

body {
	margin:0 0 20px 0;
	padding:0; 
	font-size:62.5%; /* Resets 1em to 10px */
	font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
	background:#FFF url('images/bg.gif') top center;
	color:#333;
	text-align: center;
}
#page {
	margin:0 auto;
	padding:0;
	width:760px;
	text-align:left;
	background:url('images/bg_content.jpg') 0 200px no-repeat;
	min-height:700px;
	height:expression(this.scrollHeight > 700 ? "auto" : "700px");
}


/* begin header */
#header {
	position:relative;
	margin:0 auto;
	padding:0;
	width:760px;
	height:186px;
	background:#FFF url('images/mmelescaut_logo.gif') center top no-repeat;
}
h1, .description {
	display:none;
}
/* end header */


/* begin navigation */
#nav {
	position:absolute;
	top:186px;
	left:0;
	width:730px;
	padding:1px 15px 3px;
	background:#AE975D;
	font-size:1.1em;
}
#nav ul, #nav ul li {
	list-style-type:none;
	margin:0;
	padding:0;
}
#nav ul li {
	float:left;
}
#nav ul a {
	float:left;
	margin:3px 0;
	padding:0 9px 0 6px;
	text-decoration:none;
	background:url('images/navsep.gif') right top no-repeat;
	color:#000000;
}
#nav a:hover {
	text-decoration:underline;
}
#nav li.current_page_item, #nav li.current_page_item a:hover {
	font-weight:bold;
}
/* end navigation */


/* begin content */ 
#content {
	margin:15px 0 0;
	font-size:1.2em;
}
.narrowcolumn {
	float:left;
	padding:0 30px 20px 20px;
	margin:0px 0 0;
	width:475px;
}
.widecolumn {
	padding:10px 0 20px 0;
	margin:5px 0 0 150px;
	width:450px;
}
.post {
	margin:0 0 40px;
}
.widecolumn .post {
	margin:0;
}
small {
	font-size: 0.9em;
}
.entry {
	margin:6px 0 0;
}
.entry p {
	line-height:1.4em;
}
#content a {
	text-decoration:underline;
}
#content h2 a, #content h3 a {
	text-decoration:none;
}
/* end content */


/* begin entry */ /* NEW-NEW-NEW-NEW-NEW-NEW */
.entry form {
	text-align:center;
}
html>body .entry ul {
	margin-left:0px;
	padding:0 0 0 30px;
	list-style:none;
	padding-left:10px;
	text-indent:-10px;
} 
html>body .entry li {
	margin:7px 0 8px 10px;
}
.entry ul li:before {
	content:"\00BB \0020";
}
.entry ol {
	margin:0;
	padding:0 0 0 35px;
}
.entry ol li {
	margin:0;
	padding:0;
}
.entry p a:visited {
/*	color:#B85B5A;*/
}
/* end entry */


/* begin metadata */
.postmetadata {
	clear:left;
}
.postmetadata ul, .postmetadata li {
	display:inline;
	list-style-type:none;
	list-style-image:none;
}
.narrowcolumn .postmetadata {
	padding-top:5px;
	text-align:center;
}
.widecolumn .postmetadata, .narrowcolumn .postmetadata_single {
	margin:30px 0;
	text-align:left;
}
/* end metadata */


/* begin comments */
.alt {
	margin:0;
	padding:10px;
	background-color:#F8F8F8;
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
}
.commentlist {
	padding:0;
}
.commentlist li, #commentform input, #commentform textarea {
	font-size:1em;
}
.commentlist li {
	margin:15px 0 3px;
	padding:5px 10px 3px;
	list-style:none;
	font-weight:bold;
}
.commentlist cite, .commentlist cite a {
	font-weight:bold;
	font-style:normal;
	font-size:1em;
}
.commentlist p {
	margin:10px 5px 10px 0;
	font-weight:normal;
}
#commentform p {
	margin:5px 0;
}
.commentmetadata {
	display:block;
	margin:0;
	font-weight:normal;
}
#commentform input {
	width:170px;
	margin:5px 5px 1px 0;
	padding:2px;
}
#commentform textarea {
	width:97%;
	padding:2px;
}
#commentform #submit {
	float:right;
	margin:0;
}
.nocomments {
	margin:0;
	padding:0;
	text-align:center;
}
/* end comments */


/* begin attachments */
.widecolumn .smallattachment {
	float:left;
	width:128px;
	margin:5px 5px 5px 0px;
	text-align:center;
}
.widecolumn .attachment {
	margin: 5px 0px;
	text-align:center;
}
/* end attachments */


/* begin sidebar */
#sidebar {
	float:right;
	width:205px;
	padding:25px 15px 15px;
	font-size:1em;
 	color:#000;
}
html>body #sidebar {background:url(images/shade.png) top left repeat-x;}
#sidebar h2 {
	margin:5px 0 0;
	font-size:1.6em;
	text-decoration:none;
	color:#000;
}
#sidebar ul ul li:before {
	content:"\00BB \0020";
}
#sidebar ul, #sidebar ul ol {
	margin:0;
	padding:0;
}
#sidebar ul li {
	list-style-type:none;
	list-style-image:none;
	margin-bottom:15px;
}
#sidebar ul p, #sidebar ul select {
	margin:5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol {
	margin:5px 0 0 10px;
}
#sidebar ul ul ul, #sidebar ul ol {
	margin:0 0 0 10px;
}
#sidebar ul ol li {
	list-style:decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li {
	margin:3px 0 0;
	padding:0;
}
#sidebar form {
	margin:0;
}
#sidebar #searchform #s {
	width:108px;
	padding:2px;
}
#sidebar #searchsubmit {
	padding:1px;
}
/* end sidebar */


/* begin searchform */
#searchform {
	margin:10px auto;
	padding:5px 3px; 
}
#sidebar #searchform #s {
	width:108px;
	padding:2px;
}
#sidebar #searchsubmit {
	padding:1px;
}
#searchform input {
	font-size:1em;
}
/* end searchform */


/* begin footer */
#footer {
	clear:both;
	margin:0 auto;
	padding:0 235px 0 0;
	width:525px;
}
#footer p {
	margin:0;
	padding:10px 0;
	font-size:0.9em;
	text-align:center;
}
/* end footer */


/* begin contact form */
.contactform {
	position:static;
	overflow:hidden;
}
.contactleft {
	float:left;
	clear:both;
	display:inline;
	width:25%;
	margin:5px 0;
	padding:4px;
	text-align:right;
}
.contactright {
	float:right;
	display:inline;
	width:70%;
	margin:5px 0;
	padding:4px;
	text-align:left;
}
.contacterror {
	border:1px solid #FF0000;
}
.contactsubmit {}
/* end contact form */


/* begin headers */
h1, h2, h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:400;
}
h2 {
	margin:15px 0 0;
	font-size:2.1em;
}
h2.pagetitle {
	margin:0;
}
h3 {
	margin:20px 0 0;
	padding:0;
	font-size:1.6em;
}
h3.comments {
	margin:40px auto 20px;
	padding:0;
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color:#000;
}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited {
	text-decoration:none;
}
h4 {
	margin:15px 0 0;
	padding:0;
	font-size:1.3em;
}
/* end headers */


/* begin form elements */
select {
	width:130px;
}
/* end form elements */


a, h2 a:hover, h3 a:hover {
	color:#399;
	text-decoration:none;
}
a:hover {
	color:#399;
	text-decoration:underline;
}
#page a:hover {
	text-decoration:none;
}
a img {
	border:none;
}

acronym, abbr, span.caps {
	font-size:0.9em;
	letter-spacing:.07em;
}
acronym, abbr {
	border-bottom:1px dashed #999;
	cursor:help;
}
code {
	font:1.1em 'Courier New', Courier, Fixed;
}
small, .nocomments, .postmetadata, blockquote, strike {
	color:#666;
}
blockquote {
	margin:10px 30px 10px 10px;
	padding-left:20px;
	border-left:6px solid #DDD;
}
blockquote cite {
	display:block;
	margin:6px 0 0;
}
cite {
	text-decoration:none;
}

hr {
	display:none;
}
.center {
	text-align:center;
}
.clearall {
	clear:both;
}

ol li {
	list-style:decimal outside;
}


/* begin images */
p img {
	margin:10px;
	padding:0;
	max-width:88%;
	border:6px solid #FFF;
}
img.alignright {
	display:inline;
	margin-right:0;
}
/* end images */


/* begin sIFR */
.sIFR-flash{visibility:visible !important;margin:0;}
.sIFR-replaced{visibility:visible !important;}
span.sIFR-alternate{position:absolute;left:0;top:0;width:0;height:0;display:block;overflow:hidden;}
.sIFR-hasFlash h1{visibility:hidden;}
.sIFR-hasFlash h2{visibility:hidden;}
.sIFR-hasFlash h3{visibility:hidden;}
.sIFR-hasFlash h4{visibility:hidden;}
.sIFR-hasFlash h5{visibility:hidden;}
/* end sIFR */

