/*
Theme Name: saintseester 10
Theme URI: http://www.bethanddavidallen.net/
Description: Saintseester is my new 2 column theme created for Wordpress 2.3.
Version: 0.1
Author: Beth Allen
The CSS, XHTML, images and design are for the authorized use of the owner of this file only.
*/



html>body #content {
	height: auto;
	min-height: 580px;
}

body{
	padding: 0px;
	margin: 0px;
        /*background: #468c7b;*/
        background: #000000;
	font: 62.5% Georgia, "Times New Roman", Times, Serif; /* Resets 1em to 10px */
        height: 100%; 
}

#wrap {
    width: 800px;
    padding-left: 0px;
    margin: auto;
    /*background: #d3ebd3;*/

}


/***************************/
/*	Headers            */
/***************************/

#header {
	text-align: left;
        background-color: #ffffff;
        background-image: url(images/header.jpg);	
        background-repeat: no-repeat;
        height: 250px;
	  width: 800px;
        margin: auto;
}

#header h4{
        font-size: 5.0em;
	  color: #6ca798;
        padding: 100px 0px 0px 465px;
        margin: 10px 0px 0px 0px;
}

#header h4 a {
        color: #6ca798;
}

#desc {
	font-size: 1.6em;
	color: #595441;
	font-style: italic;
        padding: 5px 0px 0px 470px;
}


/* Main page Menu over the Header Image */


ul.menu {
        width: 800px;
        height: 30px;
	margin: auto;
	padding: 0px;
        font-size: 1.7em;
        list-style: none;
        line-height: 1.2em;
        background: #000000;
	}

ul.menu li {
	display: inline;
	margin: 0;
	}

ul.menu,
ul.menu li a {
	padding: 10px 10px 0px 10px;
	}

ul.menu li a {
        color: #ffc700;
	margin:0px;
       	}

ul.menu li a:hover {
	color: #ffffff;
	text-decoration: none;
       	}

/************************************************/
/*	Other HTML Markups */
/************************************************/


a img,:link img,:visited img { border:none }    



a, a:link {
	color: #cccccc;
	text-decoration: none;
}

a:hover {
	color: #ffc700;
	text-decoration: none;
}

h1 {
        font-size: 2.2em;
	color: #ece6d0;
	font-weight: normal;
        margin: 0px;
        padding-bottom: 0px;
}

h1 a:link, h3 a:hover, h3 a:visited{
	color: #cccccc;
}

h1 a:hover {
	color: #ffc700;
	text-decoration: none;
}

h2 {
	font-size: 2.2em;
	line-height: 1.2em;
	color: #ffc700;
	font-weight: normal;
}


h3 {
	color: #ffc700;
        margin: 8px 0px 0px 0px;
	padding: 0px;
        font-size: 1.5em;
        font-variant: small-caps;
	font-weight: normal;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

/************************************************
*	Main Content									*
************************************************/


#content {
        width: 580px;
        float: left;
}

.item {
    padding: 0px 20px 0px 20px;
    margin-bottom: 0px;
    color: #b3ad96;  
   
}
.itembottom {
    height: 46px;
    width:  580px;
    background: url('images/postrule.jpg') no-repeat bottom;
}


.item p {
        font-size: 1.6em;
        line-height: 1.3em;	
}

.item p a{
        color: #ffc700;
	text-decoration: none;
}

.item p a:hover{
	color: #ffffff;
}

.item img {
        /*padding: 5px;
        margin: 5px;
        background: #595441;*/
}


.item ul {
	list-style-type: disc;
	padding-left: 10px;
	margin: 10px 0px 10px 15px;
	font-size: 1.6em;	
}

.item ol{
	list-style-type: decimal;
	padding-left: 10px;
	margin: 10px 0px 10px 15px;
	font-size: 1.6em;	
}

.item ul a {
        color: #ffc700;
	text-decoration: none;
}
.item ul a:hover{
	color: #ffffff;
}
.item ol a {
        color: #ffc700;
	text-decoration: none;
}
.item ol a:hover{
	color: #ffffff;
}

.itemhead{
	padding-top: 5px;
	padding-bottom: 7px;
      margin-bottom: 18px;
}

.itemhead h3{
	display: inline;
}

.itemtitle {
   float: right;
   width: 500;
   height: 50px;
   margin-left: 50px;
   padding-top: 10px;
   display: inline;
   position: absolute;
}
.itemdate {
   float: left;
   height: 50px;
   width: 50px;
   margin: 0px;
   padding: 0px;
   display: inline;
   position: relative;
   background-image: url(images/datetile.jpg);
   background-repeat: no-repeat;
   text-align: center;
   padding-top: 10px;
   color: #c9c28e;
   font-weight: bold;
   font-size: 1.2em;
}

.date{
	display: inline;
	text-align: right;
	font-size: 1.1em;
        margin-bottom: 20px;
}

input{
	font-size: 100%;
}

.metadata{
	text-align: center;
	font-size: 1.2em;
      line-height: 120%;
      margin-top: 10px;
}

.metadata a:link,  .metadata a:visited{
	color: #cc9933;
}
.metadata a:hover {
        color: #ffffff;
}

cite{
	font-size: 1.1em;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ccc;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}


/*************************************/
/*	Sidebar		*/
/*************************************/

#secondary {
        width: 200px;
	padding: 0px;
	float: right;
}

#sidebar {
	float: left;
	width: 200px;
        font-size: 1.4em;
	padding: 0px 5px 20px 0px;
	}
	
#sidebar h3 { padding-left: 45px; 
                height: 30px; 
                background: url('images/sbrule.jpg') no-repeat bottom; }

#sidebar p{
	padding: 3px 0px 0px 0px;
	margin: 0px;
	line-height: 17px;
        font-size: 1.1em;
        color: #b3ad96;
	}
	
#sidebar ul {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 3px;
        font-size: 13px;
        list-style-type: none;
        list-style-position: outside;
        color: #b3ad96;
}

#sidebar li {
        list-style-type: none;
        margin: 0px;
	padding-left: 0px;
        color: #b3ad96;
}
#sidebar ul li {
	margin: 0px;
	margin-left: 10px;
        padding-left: 20px;
        background: url('images/bullet.jpg') no-repeat; 
}
	
#sidebar ul li a {
	color: #b3ad96;
	text-decoration: none;
}

#sidebar ul li a:hover {
	color:#ffc700; 
}

#sidebar ul ul {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 14px;
        font-size: 13px;
        color: #b3ad96;
        list-style-type: disc;
        list-style-position: outside;
}

#sidebar ul ul li{
	margin: 0px;
}

#sidebar ul ul ul{
	margin-top:0; 
        margin-bottom:0;
	padding: 0px 0px 0px 14px;
        font-size: 13px;
        color: #b3ad96;
        list-style-type: disc;
        list-style-position: outside;
}

#sidebar ul ul ul li{
	margin: 0px;
}


.sidebarcalendar {
   height: 50px;
   width: 200px;
   background-image: url(images/sbcalendar.jpg);
   background-repeat: no-repeat;
}
.sidebartweets {
   height: 50px;
   width: 200px;
   background-image: url(images/sbtweets.jpg);
   background-repeat: no-repeat;
}

	
.sidebaradmin {
   height: 50px;
   width: 200px;
   background-image: url(images/sbadmin.jpg);
   background-repeat: no-repeat;
}
 
  
.sidebarreading {
   height: 100px;
   width: 200px;
   background-image: url(images/sbreading.jpg);
   background-repeat: no-repeat;
}

.sidebardalocals {
   height: 50px;
   width: 200px;
   background-image: url(images/sbdalocals.jpg);
   background-repeat: no-repeat;
}

.sidebardakrewes {
   height: 50px;
   width: 200px;
   background-image: url(images/sbdakrewes.jpg);
   background-repeat: no-repeat;
}
.sidebarwhodats {
   height: 50px;
   width: 200px;
   background-image: url(images/sbwhodats.jpg);
   background-repeat: no-repeat;
}
.sidebarteachers {
   height: 50px;
   width: 200px;
   background-image: url(images/sbteachers.jpg);
   background-repeat: no-repeat;
}


.sidebarrecent {
   height: 50px;
   width: 200px;
   background-image: url(images/sbrecent.jpg);
   background-repeat: no-repeat;
}



li .categories, li .linkcat, li .pagenav {
	margin: 0px;
	padding: 0px;
}

.sidebarSearch{
	clear: both;
        margin-top: 10px;	
        margin-bottom: 10px;
	margin-left: 5px;
}

.feedarea  {
	height: 30px;
        padding-left: 20px;
	background:url(images/feedicon.png) no-repeat;
}

.feedarea  a {
       color: #595441;
}

/*********************************************/
/*	Comment Area	*/
/*********************************************/


#comment {
	width: 550px;
	float: left;
	padding: 10px 10px 0px 10px;
	margin: 10px 0px 10px 0px;
      font-size: 1.3em;
      color: #b3ad96;
}
	

   
#comment  a{
	text-decoration: underline;
}

#comment a:hover{
	color: #58491e;
}

/******************************************************/
/* for alternating block backgrounds in comments area */
/******************************************************/
#comment .alt { border: solid 1px #58491e; padding-top: 5px; margin-top: 10px;}
#comment .standard { border: solid 1px #58491e; padding-top: 5px; margin-top: 10px;}


ol#commentlist {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	list-style-type: none; 
}
.comment-author {
      width: 55%;
      float: left;
      display: inline;
      font-size: 0.9em;
      margin: 0 0 3px 0;
}
.comment-date {
      width: 40%;
      float: right;
      text-align: right;
      font-size: 0.8em;
      color: #58491e;
      display: inline;
      padding-right: 5px;
}

.commentdate {
	font-size: 1.2em;
	padding-left: 0px;
        font-weight: bold;
}
	
.commentlist p {
	clear: both;
	font-size: 1.2em;
}
#commentlist li p{
	margin-top: 4px;
        font-weight: normal;
	}

.commentname {
	margin: 0px;
	padding: 5px 5px 0px 0px;
	}

.commentinfo{
	clear: both;
	}

.commenttext {
	clear: both;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 5px 10px;
	width: 530px;
	}

.commenttext-admin {
	clear: both;
	margin: 5px 0px 10px 0px;
	padding: 0px 10px 5px 10px;
	width: 450px;
	}

#commentsformheader{
	padding-left: 0px;
	}

#commentsform{
	text-align: left;
	margin: 0px;
	padding: 0px;
	}

#commentsform form{
	text-align: left;
	margin: 0px;
	}

#commentsform p{
	margin: 0px;
	}

#commentsform form textarea{
	width: 99%;
      background: #ede8d2;
}
#commentsform form input{
      background: #ede8d2;
}

	
p.comments_link  img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.commentmetadata {
	font-size: 1.1em;
	float: right;
}

.commentlist li {
	padding: 2px;
	border-top: 1px solid #cccccc;
}

.navigation {

	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #515441;
        font-size: 1.3em;
}

.navigation a:link, .navigation a:visited{
	color: #cc9933;
}
.navigation a:hover {
        color: #cccccc;
}
.alignright {
	float: right;
}

.alignleft {
	float: left
}

td { color: #b3ad96; }
/************************************************/
/*	Calendar	*/
/************************************************/


#wp-calendar {
	empty-cells: show;
	margin: 0;
	width: 90%;
      font-size: 0.9em;
      color: #c7af00;
}

#wp-calendar caption { 
        color: #c7af00;
        font-variant: small-caps;
	  font-weight: normal;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar td {
	color: #b3ad96;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar #today {
	color: #ffc700;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/************************************************/
/*	Footer			*/
/************************************************/


#footer {
        border-top: #cc9933 dashed 1px;
        width: 800px; 
        height: 40px;	
        text-align: center;
	margin-top: 20px;
	color: #595441;
        font-size: 1.1em;
}

#footer a:link, #foot a:visited{
	color: #cc9933;
        text-decoration: none;
}
#footer a:hover {
        color: #ffffff;
}