/*
Theme Name: Anglican Bible
Theme URI: http://refueled.net/wordpress-themes/
Description: A custom Wordpress theme
Version: 1.0
Author: Nate from Refueled Dot Net
Author URI: http://www.refueled.net
*/


/* Basics */

*{margin:0; padding:0;}

body {
	background: #000 url(images/pat.gif) fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	margin: 20px;
	}


img{ border: none; padding: 6px; float: left; margin: 0 15px 10px 0;}
img a{border:none;}

img.left{ float: left; border: none; padding: 8px; margin: 0;}
img.right{ float: right; border: none; padding: 8px; margin: 0;}

ul{margin:5px 0 5px 20px;}
ol{margin:5px 0 5px 20px;}

blockquote{
	border-left: 1px solid #5D2421;
	margin:15px 0 15px 12px;
	padding:0 0 0 12px;}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;
	}


/* Links and Headings */


a, a:link {
	color: #333333;
	text-decoration: none;
}

h1 {font-size: 20pt;}
h2 {font-size: 14pt; margin-top:10px;}
h3 {font-family: palatino linotype, georgia, verdana; font-size: 12pt; margin-top:10px;}
h4 {font-size: 10pt;}




/*  Container  */


#container {
	width: 900px; 
	margin: 0 auto;
	background:#fff url(images/bg2.jpg);
	color:#333;
	}
	
	
/*  HEADER  */

#header {
	width: 100%;
	height: 100px;
	background: #5D2421 url(images/header.jpg);
	}

	
#header h2 {
	color: #fff;
	font-family: georgia, verdana, serif;
	font-size: 20pt;
	font-variant: small-caps;
	font-weight: normal;
	margin: 0;
	padding: 30px 0 0 0;
	letter-spacing: 2px;
	text-align: center;
	}

#header h2 a {
	color: #fff;
	text-decoration: none;
	}

#header h2 a:hover {
	color: #DED3C6;
	text-decoration: none;
	}

#header h3 {
	font-family: georgia, verdana, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	color: #F0F0F0;
	margin: 6px 0 0 0;
	text-align: center;
	}
	


/* Tres Pictures  */

#pics {
	width: 900px;
	height: 130px;
	border-top: 1px solid #fff;
	}	

#left-pic {
	background-image: url(images/study.jpg);
	border-bottom: 1px solid #fff;
	float: left;
	width: 179px;
	height: 130px;

}	

#middle-pic {
	margin: 0px;
	background-image: url(images/middle.jpg);
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 540px;
	height: 130px;
	float: left;

}


#right-pic {
	background-image: url(images/boat.jpg);
	border-bottom: 1px solid #fff;
	width: 179px;
	height: 130px;
	float: right;
}


/*  Menu  */

#menu {
	font-family: verdana, "Microsoft Sans Serif", Times, serif;
	font-size: 10pt;
	background: #EAE0D7 url(images/menu.jpg);
	width:900px; 
	height:23px;
	border-top: 2px solid #fff;

}


#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 4px 15px 6px 15px;
	text-decoration: none;
	color: #353535;
}

#menu a:hover {
	background-color: #fff;
	color:#353535;
}




/*  Main Content  */


#content { 
	width: 500px;
	padding: 8px 18px 0 20px;
	text-align: justify;
	float: left;
	overflow: hidden;
	}
	
#content h2 {
	font-family: georgia, verdana, times;
	font-size: 16pt;
	font-weight: 300;
	margin: 8px 0 6px 0;
	}
	
	
#content ul li {
	list-style-type: square;
	}


.entry {
	margin: 6px 0 8px 0 ;
	}
	
.entry p {
	margin: 6px 0 0 0;
	}
	
.entry a {
	color: #7E7E7E;
	text-decoration: underline;
	}
	
.entry a:hover {
	color: #7E7E7E;
	text-decoration: none;
	}

.postmetadata{
	clear: both;
	padding:6px;
	margin: 16px 0 16px 0;
	border-top:1px solid #BDB3AA;
	border-bottom:1px dotted #BDB3AA;
	}



/* Left Sidebar */

#left {
	width: 179px;
	float:left;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

#left h2 {
	font-family: palatino linotype, georgia, arial, verdana;
	font-size: 9pt;
	font-variant: small-caps;
	color: #490909;
	padding: 3px 6px 4px 14px;
	letter-spacing: 1px;
	text-decoration: none;
	}

#left p {margin:0 6px 0 12px; padding: 0;}

#left a {color: #747474; text-decoration: none; margin: 0; padding: 0; line-height: 14pt;}
#left a:hover {color: #333; text-decoration: underline;}

#left ul{
	list-style-type:none;
	margin:0 0 12px 12px;
	padding:0;
}

#left ul li{
	list-style-type:none;
	margin:0 0 0 12px;
	padding:0;
}

#left ul ul{
	margin:0;
	padding:0;
}

#left ul ul li{
	list-style-type:square;
	list-style-position: inside;
	margin:0 0 0 12px;
	padding:0;
	color: #455A79;
}

#left ul li.recentcomments {
  margin: 0 12px 0 12px;
  }
  
#left ul li.recentcomments a{
  line-height: 12pt;
  }


/* Right Sidebar */

#right {
	width: 179px;
	float:right;
	font-size:8pt;
	margin: 0 0 0 0; /* top, right, bottom, left */
	padding: 0; /* top, right, bottom, left */
	overflow: hidden;
  }

#right h2 {
	font-family: palatino linotype, georgia, arial, verdana;
	font-size: 9pt;
	font-variant: small-caps;
	color: #490909;
	padding: 3px 6px 4px 14px;
	letter-spacing: 1px;
	text-decoration: none;
	}

#right p {padding:0; margin: 0 6px 0 12px;}

#right a {color: #747474; text-decoration: none; margin: 0; padding: 0; line-height: 14pt;}
#right a:hover {color: #333; text-decoration: underline;}

#right ul{
	list-style-type:none;
	margin:0 0 12px 12px;
	padding:0;
}

#right ul li{
	list-style-type:none;
	margin:0 0 0 12px;
	padding:0;
}

#right ul ul{
	margin:0;
	padding:0;
}

#right ul ul li{
	list-style-type:square;
	list-style-position: inside;
	margin:0 0 0 12px;
	padding:0;
	color: #455A79;
}



#left ul li.recentcomments {
  margin: 0 12px 0 12px;
  }
  
#left ul li.recentcomments a{
  line-height: 12pt;
  }


/* RSS Widget */

.rsswidget img {
	display: none;
	}

#left h2 a.rsswidget{
	color: #fff;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#left h2 a.rsswidget a:hover{
	color: #fff;
	text-decoration: none;
	
}

#right h2 a.rsswidget{
	color: #fff;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#right h2 a.rsswidget a:hover{
	color: #fff;
	text-decoration: none;
	
}


/* Calendar Widget */

#wp-calendar {
	margin: 0 auto;
	text-align: left;
	}
	
#wp-calendar a{ 
	margin: 0;
	padding: 0;
	}
	
/* text Widget */


.textwidget {margin:0 12px 0 12px; padding: 0;}


/* Comment Form */

#commentform{
	margin:10px;
	padding:10px;}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;}

#author, #email, #url{margin:5px 5px 0 0;}

#submit{margin:5px 5px 0 0;}

/* Comments */

#comments{
	margin:10px;
	padding:10px;}
	
ol.commentlist {}

ol.commentlist li {
	background: #E5DED3;
	margin:0;
	padding:5px 0 5px 10px;
	border-top:none;
	border-bottom:none;}

ol.commentlist li.alt {background: #EAE0D7; border-top:solid 1px #BDB3AA; border-bottom:dashed 1px #BDB3AA;}

ol.commentlist a {}

cite {}

small.commentmetadata {}



/* Search */

#searchform {margin:12px 0; padding: 0;}
	
#searchform input {
	background:#EAE0D7 url(images/search.jpg);
	font-family: arial, verdana, sans-serif;
	font-size: 8pt;	
	border-top:1px solid #BCBCBC;
	border-right:1px solid #BCBCBC;
	border-left:1px solid #D1D1D1;
	border-bottom:1px solid #D1D1D1;
	color: #6A6A6A;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding: 2px 22px 2px 4px;
	display: block;
	width: 120px;
	}
	

/* Footer */

#footer {
	background: #3E0808;
	clear: both;
	width: 100%;
	margin-top:15px;
	border-top:solid 1px #fff;
	color: #fff;
	}
	
#footer p{padding:5px; text-align: center; font-size: 7pt;}

#footer a {
	color: #eee;
	font-size: 7pt;
	}
