@charset "UTF-8";
/* CSS Document */

/*
Theme Name: Scarlet Monk's Custom Theme
Theme URI: http://www.scarletmonk.com/
Description: A custom theme for you woman. Sorry it took so long...
Version: 1.0
Author: Sir Arthur Guimond
Author URI: http://kumakharma.com/

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #fff;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
body.page {	background: #fff;}
body.single {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: none;
	color: #fff;
	text-align: center;
	margin: auto;
	height:427px;
	width:90%;
	}
a, a:link, a:visited, a:active {color:#fff; text-decoration:none;}
a:hover {color:#ccc; text-decoration:underline;}
p {color:#fff; margin:0px; padding:0px;}
/* End Typography & Colors */


/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}
body.blank {background:none;}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 1024px;
	border: 1px solid #fff;
	}
.single img {display:block; width:90%; height:auto;}
.single p {text-align:center; margin: 0px auto;}
.main {width:1024px;top:0px;position:relative;left:5%; padding-bottom:-180px;}
#header {position:relative; display:block; width:1024px; height:126px; background:#fff url('_images/header.png') no-repeat;}
#header p.description {position:absolute; margin:50px 20px 20px 600px; height:25px; width:350px;}
#space {position:relative; width:1024px; height:43px; background:#fff url('_images/seperater.png') no-repeat; margin: 10px 0px 8px 0px;}
#navigation { text-align:center; position:relative; width:1024px; height:25px;padding-left:0px;}
#navigation li {display:inline; text-align:center; margin:0px 20px;}
#navigation a {color:#940000; text-decoration:none; margin:0px;}
#navigation a:avtive, #navigation a:visited {color:#940000;}
#navigation a:hover {color:#ccc; text-decoration:underline;}
#navigation li {font-size:2em;}
#navigation a .pageoff {}
#navigation a .pageon {}
#container {position:relative;}
#confer {position:relative; top:-180px;}
#content-top hr {width:85%;}
#content {min-height:427px; width:1024px;}
#content-top {position:relative display:block; min-height:292px; width:1024px; background:url('_images/content_1_b.png') no-repeat; z-index:52;font-size:1.8em; padding-top:8px;}
#content-mid {min-height:40px; width:1024px; background:url('_images/content_2_b.png') repeat-y;z-index:50; position:relative;top:-10px;}
/*#content-bot {display:block; min-height:247px; width:1024px; background:url('_images/content_3.png') no-repeat; position:relative; z-index:51;}*/
#content .indent p {display:block;}
#content-mid .main-indent {position:relative;}
#calender {height:300px; width:450px; margin:auto; text-align:center; position:relative; display:block; z-index:100;}
#conleft {background:none; float:left; position:relative; width:200px; margin-right:15px; z-index:60;}
#post {width:100%; margin:auto; float:none; position:relative; z-index:66;border-right: solid #fff 1px; border-bottom: dotted #fff 1px;}
#conmed {background:none; float:left; position:relative; width:700px; margin-right:15px;  display:block; z-index:70;}
#conright {background:none; float:left; position:relative; width:530px; height: auto; margin-right:15px; z-index:62;}
#footer {display:block; min-height:150px; width:1024px; background:url('_images/content_3_b.png') no-repeat; position:relative; z-index:51; top:-10px;}
/*#footer {position:relative; margin-top:0px; z-index:500; width:1024px; height:140px; color:#fff; font-size:1em;}*/
.indent {padding:20px 10px 10px 10px;}
.media-indent {padding:8px 10px 10px 10px;}
.main-indent {padding:30px 10px 10px 10px;}
.findent {padding:40px 15px 20px 15px;}
#flink {}
#fnav li {display:inline; list-style:none;}
#finfo {}
#fnav {}
#footer a {color:#fff; font-size:1em;}
#footer a:active {color:#fff; font-size:1em;}
#footer a:visited {color:#fff; font-size:1em;}
#footer a:hover {color:#bbb; font-size:1em; text-decoration:none;}
.slideshowlink {float:left; width:145px;}
.piclenselink {float:left;wdth:145px;}
#player {float:left; display:block; width:205px; height:255px; margin:20px 0px; padding:0px; position:relative;}
.page-id-6 .book-indent {padding:10px 10px 10px 200px; text-align:left;}
.spacewords {font-size:1.8em; padding-top:8px;}
.clear {clear:both; height:0px; width:0px;}

.entry p {font-size:1.2em;}
#conmed p {font-size:1.2em;}
/*	End Structure */


/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}
.page-id-6 .book-indent h1 {
	padding-top: 0px;
	margin: 0;
	}
h2 {
	margin: 30px 0 0;
	}
.blog h2 {
	margin: 8px 0 0;
	}
.post h2 {
	margin: 8px 0 10px 0;
	} 
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

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

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



