/*
Theme Name: Pharaoh
Theme URI: http://themeterminal.com/free-themes/
Description: A simple theme. Design by <a href="http://www.dream-logic.com">Dream Logic</a>. WordPress development by <a href="http://www.themeterminal.com">Theme Terminal</a>.  Support is offered <a href="http://themeterminal.com/forum/">here</a>.
Author: Theme Terminal
Author URI: http://themeterminal.com
version: 1.0
*/

/*  Fee free to make any adjustments needed for your personal or commecial website. All we ask is for you to leave our credit links in the stylesheet and footer */

/* basics */

*{margin:0; padding:0;}

body{
	background:#A79B91;
	margin:0;
	font: 10pt/14pt 'Lucida Grande', Verdana, Helvetica, sans-serif; 
}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt; margin-top:10px;}
h3 {font-size: 10pt; margin-top:10px;}
h4 {font-size: 9pt;}


/* images and misc. */

img{ border: none; padding: 6px; }
img a{border:none;}

img.left{ float: left; border: none; padding: 0 15px 2px 0; }
img.right{ float: right; border: none; padding: 0 0 2px 15px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}


/* links */

a:link{ color:#5883BC; text-decoration:none; }
a:hover{ color:#000000; text-decoration:underline; }
a:active{ color:#403139; text-decoration:none; }
a:active:hover{ color:#000000; text-decoration:underline; }
a:visited{ color:#403139; text-decoration:none; }
a:visited:hover{ color:#000000; text-decoration:underline; }



/* container */


#container {
	width:692px;
	margin: 0 auto;
	background:url(images/bg.gif) #E5DFD6;
	border:0;
	}

	
/* header */

#header {
	height:30px;
	width:653px;
	margin-left:auto;
	margin-right:11px;
	background:#ACCBE2;
	text-align:left;
	padding-top:6px;
	padding-left:20px;
	font-size:10px;
	letter-spacing:2px;
	color:#403139;
	}
	
#header:hover{background: #A5C4DB;}

#header h1{
	font: 8pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
	margin: 0 10px 0 0;	
	padding: 4px 10px 4px 0;	
	font-weight: 300;
	float: left;
	border-right: 1px solid #D1E8FA;
	text-transform:uppercase; 
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}

#header h2{
	font: 7pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
	margin: 0;	
	padding: 4px 15px;	
	font-weight: 300;
	}

#headerimg{
	background:url(images/header.gif) no-repeat transparent top left;
	width:673px;
	height:277px;
	margin-left:8px;
	}


/* main menu */


#menu {
	background:#5D4229;
	width:673px;
	margin: -18px 0 0 8px;
	}


#menu ul {
	margin: 0;
	padding: 0;
	text-align: right;
	}

#menu ul li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	text-align: right;
	}

#menu ul li a {
	padding: 0.25em 0.5em 0.25em 0.75em;
	text-decoration: none;
	text-transform: lowercase;
	}

#menu li a:link { color: #FFFFFF; }
#menu li a:visited { color: #ACCBE2; }
#menu li a:hover {color:#A79B91; }

/* content */


#content {
	width: 100%;
	overflow: hidden;
	}	

#content h2{
	font: normal 16pt georgia, baskerville, times, serif;
	color: #000;
	}
	

.search{
	font: normal 16pt georgia, baskerville, times, serif;
	color: #000;
	padding: 26px;
	}
	
.archives{
	font: normal 16pt georgia, baskerville, times, serif;
	color: #000;
	padding: 26px;
	}

.post {
	margin: 0 10px;
	padding:16px 19px 16px 16px;
	line-height: 14pt;
	}
	
.post h2{
	font: normal 16pt georgia, baskerville, times, serif;
	color: #000;
	}
	
.post h2 a{
	color: #553B21;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #666;
	text-decoration: none;
	}
	
.post h3{
	font: normal 10pt sylfaen, georgia, baskerville, times, serif;
	color: #525252;
	}
	
.post p{margin: 12px 0 0 0; padding:0; font: 8pt 'Lucida Grande', Verdana, Helvetica, sans-serif; line-height: 14pt; text-align: justify;}

.post ul {margin: 10px 0 10px 0; padding: 0 0 0 25px;}

.post li {list-style-type: square; color:#5D4229;}

.postmetadata{
	clear: both;
	background: #E3DED1;
	padding:4px;
	margin-top: 16px;
	border-top: 1px dotted #f7f7f7;
	border-bottom: 1px dotted #f7f7f7;
	font-size: 8pt;
	text-align: right;
	}
	

.navigation {
	font-size:8pt;
	width:673px;
	overflow: hidden;
	margin: 8px 0 0 8px;
	background: #A79B91;
	border-top:1px dotted #5F5F5F;
	letter-spacing: 1px;
	}
	
.navigation a{
	color: #fff;
	border-bottom: none;
	}
	
.alignleft {float:left; margin: 4px 0 4px 8px;}
.alignright {float:right; margin: 4px 8px 4px 0;}

.notfound{padding: 25px; font-size: 14pt; font-weight: 300;}



/* comments */

.commentstemplate{width:649px; margin-left:8px; clear: both; background: #A79B91; padding: 2px 12px; border-top:1px dotted #5F5F5F;}

#commentssection{
	clear: both;
	padding:0;
	margin: 0;
	}
	
#commentssection h3{
	font-family: georgia, times, verdana;
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color: #fff;
	}

#commentform{
	margin: 0 0 12px 0;
	padding:0;
	}
	
#commentform p{
	color: #fff;
	font-size: 8pt;
	}
	
#commentform a{color: #fff; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #fff;
	}
	
#commentbox{
	width:98%;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding: 6px;
	border-top: 1px solid #5F5F5F;
	border-right: 1px solid #5F5F5F;
	border-left: 1px solid #939090;
	border-bottom: 1px solid #939090;
	}
	
#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #D3CBBC;
	margin:10px 0;
	padding:0;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #E5DFD6;}
ol.commentlist li p.awaitingmod {margin: 0; padding: 2px 12px 2px 14px; line-height: 14pt; background: #DED8CE; display: block; font-size: 8pt;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 14px; line-height: 14pt;}

ol.commentlist a {color:#5883BC;}

.commentmetadata{padding:0 0 0 14px; margin: 0; overflow: hidden;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background: #fff;
	display: block;
	padding: 0 0 0 12pt;
	margin: 0;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71; padding:0; margin: 0;}



/* search */

#searchform{
	padding:0;
	margin: 0 0 15px 0;
	font-family: verdana, arial, times;
	}

#searchform input#s{
	font-family: verdana, arial, times;
	font-size: 8pt;
	padding: 2px;
	margin: 0;
	border: none;
	width: 130px;
	}
	
#searchform input#s:hover{
	background:#A79B91;
	}
	
#searchform input#s:focus{
	background:#fff;
	}

#searchform input#searchsubmit{
	font-family: verdana, arial, times;
	font-size: 7pt;
	padding: 2px;
	margin: 2px 0 0 0;
	border: none;
	background-color: #fff;
	color: #333;
	width: 42px;
	text-transform: lowercase;
	}

#searchform input#searchsubmit:hover{
	background:#A79B91;
	color: #fff;
	}	


/* footer link section */

#linksection {
	clear: both;
	background:#5D4229;
	width:673px;
	overflow: hidden;
	margin-left:8px;
	padding: 15px 0 30px 0;
	font-family: verdana, arial, tahoma;
	font-size: 7pt;
	border-bottom: 1px dotted #A79B91;
	}
	
#linksection .section1{padding: 20px 0 0 40px; width: 20%; float: left;}
#linksection .section2{padding: 20px 0 0 50px; width: 34%; float: left;}
#linksection .section3{padding: 20px 50px 0 0; width: 20%; float: right;}

#linksection h2{
	font-family: georgia, tahoma, verdana, arial, times;
	font-size: 12pt;
	font-weight: 300;
	color: #fff;
	margin: 0 0 12px 0;
	padding: 0 0 6px 0;
	letter-spacing: 1px;
	border-bottom: 1px dotted #A79B91;
	}
	
#linksection ul{
	margin: 6px 0 24px 0;
	padding: 0;
	list-style-type: none;
	}
	
#linksection li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
#linksection li a{
	margin: 0;
	padding: 2px 0 2px 0;
	list-style-type: none;
	border-bottom: 1px dotted #A79B91;
	display: block;
	color: #fff;
	}
	
* html body #linksection li a {
   width:100%;
}
	
#linksection li a:hover{
	background: #745839;
	color: #fff;
	text-decoration: none;
	}
	
#linksection p{
	color: #666;
	line-height: 14pt;
	}
	
#linksection .textwidget{
	color: #666;
	line-height: 14pt;
	}
	



/* footer */

#footer{
	clear:both;
	width:656px;
	margin-left:8px;
	margin-right:auto;
	background:#5D4229;
	padding:9px;
	text-align:right;
	text-transform:lowercase;
	font: 8pt/9pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color:#fff;
	line-height: 14pt;
	}

#footer a:link{color:#C1C1C1; text-decoration:none; }
#footer a:hover{color:#A79B91; }

