/* -------------------------------------------------------------------------------

	Theme Name: St Pauls Web

	Theme URI: david.ford@yahoo.com

	Description: St Pauls Website

	Version: 1.00

	Author: stpaulsatlanta.com

	Author URI: http://www.stpaulsatlanta.com/

	Tags: 

   ------------------------------------------------------------------------------- */

/* general */



body{

	margin:0px auto;

	font-size: 12px;

	font-family: Verdana, Arial, Helvetica, Sans-Serif;

	color:#333333;

	background:#2C4153 url(images/bg_repeat.jpg) repeat-y top center;

	border:0px yellow solid;

}



img {

	border:0px;

	padding:5px;

        margin: 10px 2px 8px 8px;

	max-width: 100%; /* not working in IE6*/

}

a {color:#0033CC;text-decoration: none;}

a:hover {color: #0033CC;text-decoration: underline;}



h1 {font-size:30px;}

h2 {font-size:20px;
     margin-top: 6px;
     margin-right: 8px;
     margin-bottom: 10px;
     margin-left: 0px;
     font-weight: normal;
     letter-spacing: 2px;
     color:#990000;}

h3 {font-size:17px;
    margin-top: 2px;
    margin-right: 0px;
    margin-bottom: 2px;
    margin-left: 4px;
    color:#223C80;}

h4 {font-size:14px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 1px;
    margin-left: 0px;
    font-weight: bold;}

h5 {font-size:14px;}

h6 {font-size:12px;}



p {margin: 5px 8px 15px 8px;
   color:#333333;
   font-style: normal;
   line-height: 19px;}

hr {height:1px;border:none;border-top:1px dashed #5D769A; width:95%;}

del {color:red;}

ins {color:green;}


#container ul {
        color:#333333;
}
#container ol {
        color:#333333;
}
#container li {
        color:#333333;
}



blockquote {

	clear: left;

	text-align: justify;

	padding: 0px 0px 0px 22px;

	margin: 10px 10px 10px 10px;

	border-left: 2px solid #ACACAC;

}

input,select,textarea {

	font-size:12px;

	font-family: Verdana, Arial, Helvetica, Sans-Serif;

}

code{

	font: 1.1em 'Courier New', Courier, Fixed;

}

.xaras {float: left;
            margin: 0px;}

.alignleft {float: left;
            margin-right: 15px;}

.alignright {float: right;
             margin-left: 15px;}

.aligncenter,div.aligncenter{

   display: block;

   margin-left: auto;

   margin-right: auto;

}

img.alignleft {

	padding: 5px;

	margin: 0 7px 2px 0;

	display: inline;

}



img.alignright {

	padding: 5px;

	margin: 0 0 2px 7px;

	display: inline;

}

img.centered {

	display: block;

	margin-left: auto;

	margin-right: auto;

}

.clear {clear:both;}

.spacer {height:10px;}



/***** layout *****/

#base_btm{

		background:  url(images/bg_bottom.jpg) no-repeat bottom center;	

}

#base_top{

	background: url(images/bg_top3.jpg) no-repeat top center;

}

#base{

	/*position:relative;*/

	margin:0 auto;

	width:894px;

	padding:0 28px 0 28px;

	background:transparent url(images/bg_repeat2.png) repeat-y top center;

}

#header{

	position:relative;

	width:894px;

	height:340px;

	background:transparent url(images/bg_header.jpg) no-repeat top center;

}


#container{

	position:relative;

	/*background:transparent url(images/bg_container_xxx.jpg) repeat-x;*/

}

#sidebar_bg{

	float:right;

	overflow:hidden;

	width:213px;

        border-left-width: 2px;

	border-left-style: solid;

	border-left-color: #CCCCCC;

        margin: 25px 15px 0px 0px;

	padding: 0px 5px 0px 15px;
}

#sidebar{

	overflow:hidden;	

	width:213px;

}

#content{

	float:left;

	display:inline;

	width:595px;

	margin:0px 5px 0px 35px;

	border:0px red solid;

}

#calendar {

	float:left;

	display:inline;

	width:850px;

	margin: 0px 5px 0px 35px;

	border:0px red solid;

}

#footer{
 
        overflow:hidden;

	font-size:11px;

	height:42px;

	padding:20px 0 0 10px;

	background:transparent url(images/bg_footer.jpg) no-repeat bottom center;

}

#footer a{

	color:#7b8fac;

}

#gallery-1 {
				margin: auto;
			}
			#gallery-1 .gallery-item {
				float: left;
				margin-top: 10px;
				text-align: center;
				width: 50%;			}
			#gallery-1 img {
				border: 2px solid #cfcfcf;
			}
			#gallery-1 .gallery-caption {
				margin-left: 0;
			}


#staff3 {
	display: inline;
	float: left;
	width: 555px;
        margin-bottom: 35px;
}
#ben {
	float: left;
	width: 171px;
	margin-top: 10px;
	margin-left: 5px;
	display: inline;
	text-align: center;
}
#adam {
	float: left;
	width: 171px;
	margin-top: 10px;
	margin-left: 11px;
	display: inline;
	text-align: center;
}
#alex {
	float: left;
	width: 171px;
	margin-top: 10px;
	margin-left: 11px;
	display: inline;
	text-align: center;
}


/*######### header ############*/

#blogtitle{

	position:relative; 

	font-family: Arial,Verdana; 

	margin:0px 250px 0 20px;

	padding:20px 0 0 0;

	font-size:32px; 

	font-weight:bold;

	border:0px red solid;

}

#blogtitle a, #blogtitle a:hover {

	font-family: Arial,Verdana; 

	color:#ffffff; 

	text-decoration:none;

}

#subtitle {

	position:relative; 

	font-family: Arial, Verdana; 

	margin:0px 300px 0 30px;

	padding:10px 0 0 0;

	font-size:12px; 

	color:#000000; 

	font-style:italic;

	font-weight:bold;

	border:0px red solid;

}

#header img.home {

	position: absolute;

	margin:0px;

	padding:0px;

	left: 0px;

	top: 0px;

	width:894px;

	height:250px;

	border:0px red solid;

}

#mainsearch{

	position:absolute;

	top:306px;

	left:500px;

	width:165px;

	height:25px;

	margin:0;padding:0;

	border:0px red solid;

}

#mainsearch .input {

	position:absolute;

	top:1px;

	left:1px;

	height:18px;

	width:153px;

	padding:5px 5px 0px 5px;

	margin:0 0 0 0;

	font-size:11px;

	font-family: Arial, Verdana, Helvetica;

	color:#000000; 

	border:none;

	background:transparent;

	border:0px red solid;

}

#mainsearch .submit{

	cursor:pointer;

	border:none;

	background:transparent;

	position:absolute;

	top:0px;

	right:-24px;

	height:25px;

	width:55px;

}

/*#rss_bg{

	position:absolute;

	right:-4px;

	top:-127px;

	width:240px;

	height:150px;

	background:transparent url(images/bg_rss.png) no-repeat;

}*/

/*#container img.rss {

	position: absolute;

	cursor:pointer;

	margin:0px;

	top:-80px;

	right: 65px;

	width:60px;

	height:60px;

}*/





/******************* Sidebar *****************/

#sidebar {

color:#333333;

}

#sidebar a{color:#0033CC; text-decoration:none;}

#sidebar a:hover {color:#0033CC; text-decoration:underline;}

#sidebar p {

	margin: 0px 8px 6px 8px;

	padding: 0px 0px 0px 0px;

}

#sidebar h1 {

	color: #223C80;

	line-height:20px;

	font-size: 15px;

	font-weight: bold;

	letter-spacing: 0px;

	font-variant: normal;

	margin: 1px 3px 0px 0px;

	padding: 0px 2px 2px 8px;

        text-decoration: none;

        letter-spacing: 2px;

        border-bottom-width: 1px;

	border-bottom-style: dotted;

        border-bottom-color: #223C80;

        background-color: #fff;

       
}

#sidebar select{

	margin:5px 0px 0px 0px;

	font-size:11px;

	width:200px;



}

#sidebar ul {

	margin: 0px 0px 0px 0px;

	padding: 0px 0px 0px 0px;

}



#sidebar li {

	list-style-type: none;

	margin: 0px 0px 0px 0px;

	padding: 0px 0px 0px 0px;



}

#sidebar ul ul{

	margin: 0px 0px 0px 0px;

	padding: 0px 0px 0px 0px;

}

#sidebar ul li{

	padding-bottom:5px;

	margin:0px;


}


#sidebar ul ul li{

	line-height: 7px;

	font-size:10px;

	font-family:Verdana,Arial;

	margin: 0px 0px 5px 0px;

	padding:0px 2px 0px 15px; /*padding-bottom:0;*/

	border:0px red solid;

	width:185px;

}

#sidebar ul ul li a{

}



/*************** content ***************/

.archivetitle {

	color: #351E00;

	text-align:left;

	font-size: 12px;

	font-weight:bold;

	height:25px;

	line-height:25px;

	padding: 0px 0px 0px 0px;

	margin: 0px 10px 15px 0px;

}

.post {/*width=595px*/

	width:595px;

	padding:0 0 30px 0;

	margin:0 0px 0 0px;

	border-bottom:0px red solid;

}

.postcal {/*width=595px*/

	width:850px;

	padding:0 0 30px 0;

	margin:0 0px 0 0px;

	border-bottom:0px red solid;

}

.post_title{

	line-height:50px;

	font-size:18px;

	padding:3px 0px 0px 0px;

        font-size:30px;
        margin-top: 2px;
        margin-right: 0px;
        margin-bottom: 5px;
        margin-left: 0px;
        font-weight: normal;
        letter-spacing: 5px;
        color:#7E6D0A;

}

.post_title a,.post_title a:hover{

	text-decoration:none;

	color:#7E6D0A;

}

.post_author{

	font-size:11px;

	padding:0 20px 0 20px;

}

.entry{

	overflow:hidden;

	width:565px;

	color: #000000;

	line-height: 1.6em;

	text-align: justify;

	padding: 10px 15px 10px 15px;

	margin:0;

}

.entrycal{

	overflow:hidden;

	width:820px;

	color: #000000;

	line-height: 1.6em;

	text-align: justify;

	padding: 10px 15px 10px 15px;

	margin:0;

}

.info {

	line-height: 1.6em;

	font-size: 10px;

	text-align: left;

	margin: 10px 30px 0px 30px;

	padding: 10px 0px 0px 0px;

	

	

}

.category {

	font-size: 10px;

	margin: 0px 0px 0px 0px;

	padding: 0px 0px 4px 20px;

	background: url('images/icon_category.jpg') no-repeat top left transparent;

}



.tags {

	font-size: 10px;

	margin: 0px 0px 0px 0px;

	padding: 0px 0px 4px 20px;

	background: url('images/icon_tags.jpg') no-repeat top left transparent;

}



.bubble {

	font-size: 10px;

	margin: 0px 0px 0px 0px;

	padding: 0px 0px 4px 20px;

	background: url('images/icon_comment.jpg') no-repeat top left transparent;

}

.navigation {

	font-size: 11px;

	margin: 20px 0px 0px 0px;

	padding: 10px 0px 10px 0px;

        border-bottom: 1px dotted #CCCCCC; 

}



.sorry {

	font-size: 12px;

	font-style: italic;

	margin: 8px 0px 0px 10px;

	padding: 3px 0px 3px 0px;

}



/*************** comment ***************/

#postmetadata {

	font-size: 11px;

	margin: 0px 0px 20px 0px;

	padding: 5px 5px 5px 5px;

	background:#CEDBD0;

}



.nocomments {background: none; color: #000000;}



#comments {

	color: #000000;

	font-size: 13px;

	text-align: left;

	font-weight: bold;

	margin: 0px 5px 0px 5px;

	padding: 0px 0px 0px 0px;

	font-variant: normal;

	border-bottom: 1px dotted #CCCCCC;

}



.commentlist {

	list-style: none;

	margin:0px ;

	padding:0 5px 10px 5px;

}

.comment,.trackback,.pingback{

	clear:both;

	margin:10px 0px 0px 0;

	padding:0px 0px 0px 0px;

	

}

.comment .children{

	list-style: none;

	padding:0px 0 0 0;

	margin:0px 0 0px 15px;

	border:0px red solid;

}

.comment div, .trackback div, .pingback div{

	height:100%;

	background:#CEDBD0;

	border:1px #6D8A9A solid;

	padding:5px;

}

.trackback div, .pingback div{

	border:1px #6D8A9A dashed;

}

.comment div div,.trackback div div, .pingback div div{

	background:none;

	padding:0;

	border:0px;

}



.comment .says, .trackback .says, .pingback .says{

	display:none;

}

.comment .avatar{

	position:relative;

	float: left;

	margin: 0px 5px 0px 0px;

	padding: 0px;

}

.comment .fn,.comment .fn a,.trackback .fn,.trackback .fn a,.pingback .fn,.pingback .fn a{

	margin-left:0px;

	color:#000000;

	text-decoration:none;

	font-size: 11px;

}	

.byuser .fn a{

	font-weight:normal;

	text-decoration:underline;

}

.bypostauthor .fn a{

	font-weight:bold;

	text-decoration:underline;

}

.comment .comment-meta,.trackback .comment-meta, .pingback .comment-meta{

	border-bottom: 1px dashed #6D8A9A;

	margin:0 0 10px 0px;

	padding:6px 0 6px 0;

	font-size:10px;

}

.trackback .comment-meta{

	padding:2px 0 2px 0;

}

.comment .comment-meta a, .trackback .comment-meta a, .pingback .comment-meta a {

	color:#000000;

	text-decoration:none;

}



.comment .reply{

	margin:5px 0 0px 0;

	padding:2px;

	font-size:10px;

	text-align:right;

}

.comment .reply a{

	color:#000000;

	text-decoration:none;

}

.trackback .reply, .pingback .reply{

	display:none;

}

	/**comment paging WP2.7**/

.commentnavi{

	padding-right:20px;

}

.commentpages{

	float:right;

	padding:5px 10px;

}

.page-numbers{

	padding-left:5px;

}

.current{

	font-weight:bold;

}

	/*** comment form ***/

#respond {

	clear:both;

	padding:5px 15px 5px 5px;

	margin:10px 0px 0px 20px;

	font-size:11px;

}	

.cancel-comment-reply{

}



#commentform {

	margin:0;

	padding:10px 0 0 0;

}

#email, #author, #url {

	color: #000000;

	font-size: 11px;

	padding-left: 2px;

	vertical-align: middle;

	border: 1px solid #6D8A9A;

	font-family: Verdana, Arial, Helvetica, Sans-Serif;

}

#comment {

	width: 98%;

	color: #000000;

	font-size: 11px;

	font-family: Verdana, Arial, Helvetica, Sans-Serif;

	border: 1px solid #6D8A9A;

	padding: 2px 2px 2px 2px;

}

#submit {

	height: 20px;

	color: #000000;

	font-size: 11px;

	background: #ffffff;

	margin: 0px 0px 0px 0px;

	padding: 0px 10px 2px 10px;

	border: 1px solid #6D8A9A;

	background:#CEDBD0;

	font-family: Verdana, Arial, Helvetica, Sans-Serif;

}





/*************** widget ***************/

#wp-calendar td {font-size:11px;color:#cccccc;}

#wp-calendar td a {color:#fffffe;font-weight:bold;text-decoration:underline;}

#wp-calendar {

	width: 200px;

	margin:0 0 0 10px;

	text-align: center;

	font-size:11px;

	color:#cccccc;

}



.wp-caption {  

    text-align: center;

    color:#000000;

    font-size:9px;
}



.textwidget {

	margin:2px 5px 0 5px;

}

#akismetwrap{

	margin:2px 0 2px 10px;

}

/*.rsswidget img {

	display:none;

}*/



#sidebar h1 a.rsswidget{

	margin-left:0px;

	overflow:hidden;

	text-decoration:none;

}

.wp-smiley{

	vertical-align:middle;

	border:0px;

	padding:0px;

}

.photoright {
	float: right;
	margin-right: 2px;
	margin-left: 8px;
	border: 2px solid #000000;
}


.clear{clear:both;}

/* Tabs  */

.horizmenu{
width: 100%;
line-height:16px;
background: #555;
float:left;
font-size:95%;
}

.horizmenu a{
font-weight: 100;
color: white;
}

.horizmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.horizmenu ul li{
position: relative;
display: inline;
float: left;
}

.horizmenu ul li a{
display: block;
background: #555; 
padding: 8px 15px;
border-right: 1px solid #fff;
color: #fff;
text-decoration: none;
}

* html .horizmenu ul li a{ 
display: inline-block;
}

.horizmenu ul li a:link, .horizmenu ul li a:visited{
color: #E8E8E8;
}

.horizmenu ul li a:hover{
background: #919191; 
color: white;
}

.horizmenu ul li a:hover, .horizmenu ul li ul li a:hover{
 text-decoration:none;
}

.horizmenu ul li.current_page_item a, .horizmenu ul li.current_page_item ul li a{
color:black;
background: #597EA6;
}

.horizmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

.horizmenu ul li ul li{
display: list-item;
float: none;
}

.horizmenu ul li ul li ul{
top: 0;
}

.horizmenu ul li ul li a{
width: 150px; 
padding: 5px 8px;
margin: 0;
border-top-width: none;
border-bottom: 1px solid #f2f2f2;
}

.horizmenu ul li ul li a:hover{ 
background: #919191;
color: white;
}

.downarrow{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrow{
position: absolute;
top: 9px;
right: 5px;
}


#search{
background: #ccc;
border: 1px solid #b3b3b3;
float: left;
height: 22px;
margin: 5px 5px 0px 35px;
padding: 0 5px 0 0;
width:175px;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}

* html #search{
margin-right: 8px;
}

#search input{
background: #ccc;
border: 0;
float: left;
font-size: 105%;
margin: 2px 0 0;
padding: 1px 5px 2px 5px;
width:140px;
}
#search .searchsubmit{
margin: 3px 0 0 5px;
padding: 0;
width: auto;
}
