/*  
Theme Name: To Each His Om
Theme URI: http://www.toeachhisom.com/
Description: A custom theme built specifically for To Each His Om. Copyright 2009 To Each His Om. All Rights Are Reserved.
Version: 1.0
Author: Graham Allen
Author URI: http://www.grahamallen.net/

*/

html{
	width:100%;
	max-height:100%;
}

body{
	width:100%;
	height:100%;
	border:0;
	margin:0;
	padding:0;
	background-color:#f2ebf2;
	text-align:center;
}

#vertical{
	position:absolute;
    top:50%;
    /* OLD MARGIN margin-top:-210px; half main elements height*/
	margin-top:-300px; /*half main elements height*/
    left:0;
    width:100%;
}
#outer_wrap{
	position:relative;
	/* OLD WIDTH width:750px; */
	/* OLD HEIGHT height:420px; */
	width:800px;
	height:550px;
	overflow:hidden;
	border:1px solid black;
	margin:0 auto 0 auto;
	padding:0;
	vertical-align:center;
}

#header{
	position:absolute;
	width:800px;
	/* OLD WIDTH width:750px; */
	height:100px;
	border-bottom:1px solid black;
	background-color:white;
	/* OLD BG COLOR background-color:#986699; */
	text-align:left;
}

#lower{
	position:relative;
	width:800px;
	height:449px;
	/* OLD WIDTH width:750px; */
	/* OLD HEIGHT height:319px; */
	top:101px;
	background-color:#CCCCCC;
}

#outer_content{
	position:absolute;
	left:0;
	width:629px;
	height:449px;
	/* OLD WIDTH width:579px; */
	/* OLD HEIGHT height:319px; */
	border:0;
	border-right:1px solid black;
	margin:0;
	padding:10px;
	background-color:#aa99ab;
}

#inner_content{
	width:627px;
	height:427px;
	/* OLD WIDTH width:577px; */
	/* OLD HEIGHT height:297px; */
	border:1px solid black;
	background-color:white;
	overflow-y:scroll;
	overflow-x:hidden;
}

#right_nav{
	position:absolute;
	width:150px;
	height:449px;
	/* OLD HEIGHT height:319px; */
	left:650px;
	/* OLD LEFT left:600px; */
	background-color:#e4d8e4;
}

#footer{
	margin:0 auto;
	margin-top:10px;
	font-family:Tahoma,Helvetica,Arial,sans-serif;
	font-size:.6em;
	font-weight:bold;
	color:#986699;
}

h1{
	font-family:Tahoma,Helvetica,Arial,sans-serif;
	font-size:1.3em;
	font-weight:bold;
	width:90%;
	border-bottom:2px solid black;
	margin-left:10px;
	text-align:left;
}

p{
	font-family:Tahoma,Helvetica,Arial,sans-serif;
	font-size:.8em;
	font-weight:normal;
	margin-left:10px;
	margin-right:10px;
	text-align:left;
}

.nav{
	text-align:center;
	border-top:5px solid black;
	width:150px;
	border-bottom:5px solid black;
	margin:0;
	margin-top:20px;
	padding:0;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#f2ebf2;
}

.nav li{
	width:130px;
	list-style-type:none;
	font-family:Tahoma,Helvetica,Arial,sans-serif;
	font-size:.8em;
	font-weight:bold;
	margin-left:10px;
	margin-right:10px;
	padding-top:2px;
	padding-bottom:2px;
	border-top:1px dotted black;
}

.nav a{
	display:block;
	width:130px;
	color:black;
	text-decoration:none;
}

.nav a:hover{
	color:white;
	background-color:#986699;
}

#subcontent{
	visibility:hidden;
	display:none;
}

.post{
	width:557px;
	margin:10px;
}

a.posttitle{
	display:block;
	width:537px;
	font-family:Tahoma,Helvetica,Arial,sans-serif;
	font-size:1.2em;
	font-weight:bold;
	color:#986699;
	text-decoration:none;
	text-align:left;
	border-bottom:1px dotted #986699;
}

a.posttitle:hover{
	color:black;
}

.date{
	text-align:left;
	font-family:Tahoma,Helvetica,Arial,sans-serif;
	width:532px;
	background-color:#986699;
	color:white;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:10px;
}

#tcform label{
	font-family:Tahoma,Verdana,Helvetica,Arial,sans-serif;
	font-size:1em;
	font-weight:normal;
	color:#986699;
	margin:0;
}

#tcf_sender{
	display:block;
	font-family:Tahoma,Verdana,Helvetica,Arial,sans-serif;
	font-size:.6em;
	font-weight:bold;
	width:180px;
	height:10px;
	border:1px dotted 986699;
	background-color:#f2ebf2;
	color:#aa99ab;
	margin:0;
	margin-bottom:5px;
}

#tcf_email{
	display:block;
	font-family:Tahoma,Verdana,Helvetica,Arial,sans-serif;
	font-size:.6em;
	font-weight:bold;
	width:180px;
	height:10px;
	border:1px dotted 986699;
	background-color:#f2ebf2;
	color:#aa99ab;
	margin:0;
	margin-bottom:5px;
}

#tcf_subject{
	display:block;
	font-family:Tahoma,Verdana,Helvetica,Arial,sans-serif;
	font-size:.6em;
	font-weight:bold;
	width:180px;
	height:10px;
	border:1px dotted 986699;
	background-color:#f2ebf2;
	color:#aa99ab;
	margin:0;
	margin-bottom:5px;
}

#tcf_msg{
	display:block;
	font-family:Tahoma,Verdana,Helvetica,Arial,sans-serif;
	font-size:.6em;
	font-weight:bold;
	width:185px;
	height:185px;
	border:1px dotted 986699;
	background-color:#f2ebf2;
	color:#aa99ab;
	margin:0;
	margin-bottom:5px;
}

#contactsubmit{
	font-family:Tahoma,Verdana,Helvetica,Arial,sans-serif;
	font-size:.8em;
	font-weight:bold;
	width:120px;
	height:20px;
	border:1px dotted #986699;
	background-color:#e4d8e4;
	color:#aa99ab;
	margin:0;
	margin-left:30px;
}

.contactform_respons{
	font-family:Tahoma,Verdana,Helvetica,Arial,sans-serif;
	font-size:.8em;
	font-weight:normal;
	color:#986699;
}

.contactform_error{
	font-family:Tahoma,Verdana,Helvetica,Arial,sans-serif;
	font-size:.8em;
	font-weight:normal;
	color:red;
}

#footer a{
	text-decoration:none;
	color:#986699;
}

#footer a:hover{
	color:white;
}

.readmore{
	font-family:Tahoma,Verdana,Helvetica,Arial,sans-serif;
	font-size:.9em;
	font-weight:bold;
	color:#986699;
}

.readmore a{
	text-decoration:none !important;
}

.readmore a:hover{
	color:black !important;
}

h5{
	font-family:Tahoma,Verdana,Helvetica,Arial,sans-serif;
	font-size:1em;
	font-weight:bold;
	text-decoration:underline;
	color:#986699;
}

#comment{
	width:550px;
	font-family:Tahoma,Verdana,Helvetica,Arial,sans-serif;
	font-size:.6em;
	font-weight:bold;
	border:1px dotted 986699;
	background-color:#f2ebf2;
	color:#aa99ab;
	margin:0;
	margin-bottom:5px;
}

#author{
	font-family:Tahoma,Verdana,Helvetica,Arial,sans-serif;
	font-size:.6em;
	font-weight:bold;
	width:300px;
	height:10px;
	border:1px dotted 986699;
	background-color:#f2ebf2;
	color:#aa99ab;
	margin:0;
	margin-bottom:5px;
}

#email{
	font-family:Tahoma,Verdana,Helvetica,Arial,sans-serif;
	font-size:.6em;
	font-weight:bold;
	width:300px;
	height:10px;
	border:1px dotted 986699;
	background-color:#f2ebf2;
	color:#aa99ab;
	margin:0;
	margin-bottom:5px;
}

#url{
	font-family:Tahoma,Verdana,Helvetica,Arial,sans-serif;
	font-size:.6em;
	font-weight:bold;
	width:300px;
	height:10px;
	border:1px dotted 986699;
	background-color:#f2ebf2;
	color:#aa99ab;
	margin:0;
	margin-bottom:5px;
}

.commentlist{
	text-align:left;
	font-family:Arial,Helvetica,Geneva,sans-serif;
	font-size:.8em;
	font-weight:bold;
	color:black;
}

.commentlist li{
	background-color:#f2ebf2;
	padding:5px;
	margin-bottom:5px;
}

.commentlist a{
	color:#986699;
}

.commentlist a:hover{
	color:#cccccc;
}

#comment_submit_button{
	font-family:Tahoma,Verdana,Helvetica,Arial,sans-serif;
	font-size:.8em;
	font-weight:bold;
	width:120px;
	height:20px;
	border:1px dotted #986699;
	background-color:#e4d8e4;
	color:#aa99ab;
}

.postcontent2 ul{

	font-family:Tahoma,Verdana,Arial,sans-serif;
	font-size:.8em;
	font-weight:normal;
	text-align:justify;
	list-style-type:none;
	padding-bottom:10px;
	border-bottom:1px dotted #986699;
	
}

.postcontent2 a{

	font-weight:bold;
	color:#986699;
	text-decoration:none;
	
}

.postcontent2 a:hover{
	
	color:black;
	
}