/*
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: url(images/floral2.png);  
	margin:0;
	font: 10pt/14pt "Adobe Garamond Pro", AdobeGaramondPro-regular, "Trebuchet MS", century gothic, 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;}
h5 {font-size: 8pt;}


/* images and misc. */

img{ border: none; padding: 2px; }
img a{border:none;}

img.left{ float: left; border: none; padding: 0 0px 0px 0; }
img.right{ float: right; border: none; padding: 0 0 0px 0px; }

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:#5883BC; text-decoration:none; }
a:visited:hover{ color:#000000; text-decoration:underline; }



/* container */


#container {
	width:1000px;
	margin: auto;
        background: #fff;
	border: 1px dashed #000;
        
	}

/* header */

#header {
	height: auto;
	width: 1000px;
        padding: 0px;
        margin: 0px;
	background: #fff;
	font-size:10px;
	color:#ffffff;

	}
	

#header h1{
	font: 8pt century gothic, Verdana, Helvetica, sans-serif;
	margin: 0 10px 0 0;	
	padding: 4px 10px 4px 0;
	font-weight: 300;
	float: center;
	text-transform:uppercase; 
	}
	
#header h1 a{color: #ffffff; text-decoration: none;}
#header h1 a:hover{color: #ffffff; text-decoration: none;}

#header h2{
	font: 7pt century gothic, Verdana, Helvetica, sans-serif;
	margin: 0;	
	padding: 4px 15px;	
	font-weight: 300;
	}


/*social networking*/

#other {
        width: 1000px;
        

}

#lefticons {
        padding: 2px 0px 2px 375px;
        
}
#lefticons ul li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	}

/*twitter*/

#twitter {
        width: 450px;
        margin: -48px 0px 0px 500px;
        

}

#twittertext {
        float: right;
        width: 400px;
        font: normal 8pt Arial, Verdana, Helvetica, sans-serif;
        text-align: center;
	color: #000;
        padding: 2px;
        margin: -40px 0px 0px 0px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border: 1px solid #000;
        
}
#headerimgbase{
        background: url(images/head/basebg.png);
        background-repeat: repeat-x center;	
        
	height:300px;
        width: 4000px;
	margin: 0px;
	}

#headerimg{
        background: url(images/head/head9.jpg) no-repeat transparent center;
	width:1000px;
	height:300px;
	margin: 0px;
	}

#headerimg2{
        background: url(images/head/top_frame.png) no-repeat transparent center;
	width:1000px;
	height:300px;
	margin: 0px;
	}

#headerimg3{
        background: url(images/head/shadowhead.png) no-repeat transparent center;
	width:1000px;
	height:300px;
	margin: 0px;
	}
/* main menu */


#menu {
	background:transparent;
	width:1000px;

	margin: 0px 0 0 0px;
	}


#menu ul {
        font: bold 12pt Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	}

#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: #000000; }
#menu li a:visited { color: #000000; }
#menu li a:hover {color:#666666; }

/* content */


#content {
        
	overflow: hidden;
      	}	

#content h2{
        font: normal 20pt century gothic, Verdana, Helvetica, sans-serif;
	color: #000;
        
	}
	

.search{
	font: normal 16pt century gothic, Verdana, Helvetica, sans-serif;
	color: #000;
	padding: 26px;
	}
	
.archives{
	font: normal 16pt century gothic, Verdana, Helvetica, sans-serif;
	color: #000;
	padding: 26px;
	}
.archives h2{
	font: normal 16pt century gothic, Verdana, Helvetica, sans-serif;
	color: #993300;
	padding: 26px;
	}

.post {
        width: 90%
       	margin: 0 10px;
	padding: 15px 50px; 
	line-height: 14pt;
	}
	
.post h2{
	font: normal 14pt century gothic, Verdana, Helvetica, sans-serif;
        text-align: center;
	color: #000;
        text-transform: lowercase;
	}
	
.post h2 a{
	color: #993300;
        text-transform: lowercase;
       	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #666666;
        text-transform: lowercase;
	text-decoration: none;
	}
	
.post h3{
	font: normal 10pt century gothic, Verdana, Helvetica, sans-serif;
	color: #525252;
	}
	
.post p{margin: 12px 0 0 0; padding:0; font: 11pt  "Adobe Garamond Pro", adobegaramondpro, adobegaramondpro-regular, century gothic, arial, Helvetica, sans-serif; line-height: 20px; text-align: justify;}

.post ul {margin: 10px 0 10px 0; padding: 0 0 0 25px;}

.post li {list-style-type: circle; color:#5D4229;}

.entry img {  
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border: 1px solid #a6a6a6;
         
 }  

/*Archive Lists */
#arch ul {
        font: normal 12pt Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	}

#arch ul li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	text-align: right;
	}

#arch ul li a {
	padding: 0.25em 0.5em 0.25em 0.75em;
	text-decoration: none;
	text-transform: lowercase;
               	}

#arch li a:link { color: #000000; }
#arch li a:visited { color: #000000; }
#arch li a:hover {color:#666666; }



.postmetadata{
	clear: both;
	background: #fafafa;
	padding:8px;
	margin-top: 16px;
	border: 1px dotted #666666;
	
	font-size: 10pt;
	text-align: left;
	}
	
.postmetadata_single{
	clear: both;
	background: #ffffff;
	padding:8px;
	margin-top: 16px;
	font-size: 8pt;
	text-align: left;
	}
	

	
	

.navigation {
        clear: both
       	font-size: 8pt;
        font-weight: bold;
	width: 1000px;
	overflow: hidden;
	margin: 0px;
	background: #ffffff;
	letter-spacing: 1px;
        text-transform: uppercase;
	}
	
.navigation a{
	color: #000;
	border-bottom: none;
	}
	
.alignleft {float:left; margin: 5px 0 4px 15px;}
.alignright {float:right; margin: 5px 15px 5px 0;}

.notfound{padding: 25px; font-size: 14pt; font-weight: 300;}



/* comments */

.commentstemplate{width:1000px; clear: both; background: #ffffff; padding: 2px;}

#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: 15px 50px;
	padding:0;
	}
	
#commentform p{
	color: #000;
	font-size: 8pt;
	}
	
#commentform a{color: #666666; 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:65%;
        margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fafafa;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding: 6px;
	border: 1px inset #aaaaaa;
	}
	
#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:0;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #fff;}
ol.commentlist li p.awaitingmod {margin: 0; padding: 2px 12px 2px 14px; line-height: 14pt; background: #fff; 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: 12pt;
	padding: 2px;
	margin: 0;
	border: 1px solid #000;
	width: 175px;
	}
	
#searchform input#s:hover{
	background:#fafafa;
	}
	
#searchform input#s:focus{
	background:#fff;
	}

#searchform input#searchsubmit{
	font-family: verdana, arial, times;
	font-size: 10pt;
	padding: 2px;
	margin: 2px 0 0 0;
	border: none;
	background-color: #fff;
	color: #333;
	width: 50px;
	text-transform: lowercase;
	}

#searchform input#searchsubmit:hover{
	background:#fff;
	color: #666666;
	}	


/* footer link section */

#linksection {
	clear: both;
	background:#fafafa;
	width:900px;
	overflow: hidden;
	margin: 5px 50px 20px 50px;
	padding: 15px 0 15px 0;
	font-family: verdana, arial, tahoma;
	font-size: 9pt;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border: 1px solid #000;
	
	}
	
#linksection .section1{padding: 20px 0 0 40px; width: 25%; float: left;}
#linksection .section2{padding: 20px 0 0 105px; width: 25%; float: left;}
#linksection .section3{padding: 20px 40px 0 0; width: 20%; float: right;}

#linksection h2{
	font-family: georgia, tahoma, verdana, arial, times;
	font-size: 12pt;
	font-weight: 300;
	color: #000;
	margin: 0 0 5px 0;
	padding: 3px;
	letter-spacing: 1px;
	border: 1px solid #666666;
        text-align: center;
	}
	
#linksection ul{
	margin: 0px 0 24px 0;
	padding: 10px;
	list-style-type: none;
	}
	
#linksection li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
#linksection li a{
	margin: 0;
	padding: 2px 0px;
	list-style-type: none;
	border-bottom: 1px dotted #666666;
	display: block;
	color: #5883BC;
	}
	
* html body #linksection li a {
   width:100%;
}
	
#linksection li a:hover{
	background: #fff;
	color: #000;
	text-decoration: none;
	}
	
#linksection p{
	color: #5883BC;
	line-height: 14pt;
	}
	
#linksection .textwidget{
	color: #5883BC;
	line-height: 14pt;
	}
	



/* footer */

#footer{
	clear:both;
	width:1000px;
	margin:0px;
	
	background:#fff;
	padding:0px;
	text-align:center;
	text-transform:lowercase;
	font: 8pt/9pt century gothic, Verdana, Helvetica, sans-serif;
	color:#fff;
	line-height: 14pt;
	}

#footer a:link{color:#5883BC; text-decoration:none; }
#footer a:hover{color:#000000; }