/*
Theme Name: PocketT
Theme URI: http://www.nyssajbrown.net/pockett/
Description: A simple single column theme. Released under <a href="http://creativecommons.org/licenses/GPL/2.0/">Creative Commons General Public License</a> (GNU GPL). 
Version: 1.0
Author: Nyssa Brown
Author URI: http://www.nyssajbrown.net/
*/

/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

#stripe {
        margin:0;
        padding:0;
        width:100%;
        height:214px;
        background:#000 url('images/stripe.gif') repeat-x;
        position:fixed;
        left:0;
        top:63px;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ul {
	list-style:none;
}
ol {
        list-style:decimal;
}
caption,th {
	text-align:left;
}

q:before,q:after {
	content:'';
}
abbr,acronym { border:0; cursor: help; border-bottom: 1px dotted #333;
}

/* Global */

body {
text-align:center;
background: #000 url(images/woodbg.jpg) fixed top center;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:62%;
}

#wrapper {
width:700px;
background:url(images/wrapper.png) center repeat-y;
margin:0 auto;
overflow:hidden;
position:relative;
}

.content {

width:550px;
margin:0 auto;
text-align:left;
}

a {
color:#9aa915;
text-decoration:none;
}

a:hover {
color:#333;
}

.page_body a {
color:#9aa915;
text-decoration:none;
padding: 2px;
}

.page_body a:visited {
color:#CCC;
}
.page_body a:visited:after {
	content: "\00A0\221A";
	font-size: 75%;
}

.page_body a:hover {
color:#FFF !important;
background-color:#879C14;

}


ul, ol {
margin-bottom:10px;
margin-left:20px;
}

ul {
list-style-image: url(images/bullet.gif);
}

ul li {
padding-right: 5px;
}

ol li {
list-style: decimal;
}

dl {
margin-bottom:10px;
}

dt {
font-weight:bold;
}

dd {
padding-left:20px;
font-style:italic;
}

code {
font-size:1em;
font-family:"Courier New", Courier, monospace;
}

strong {
font-weight:bold;
}

em {
font-style:italic;
}

.clear {
clear:both;
}

/* Menu Styling */

#top {
position:relative;
background-color:#000;
width:591px;
height:63px;
margin:0 54px 0 54px;
}

#navbar {
position:absolute;
top:36px;
left:19px;
margin: 0;
padding: 0;
height: 27px;
list-style: none;
list-style-image: none;
display: inline;
overflow: hidden;
}
#navbar li {
margin: 0; 
padding: 0;
list-style: none;
list-style-image: none;
display: inline;
}
#navbar a {
float: left;
padding: 27px 0 0 0;
overflow: hidden;
height: 0px !important;
height /**/:27px; /* for IE5/Win only */
}
#navbar a:hover {
	background-position: 0 -27px;
}
#navbar a:active, #navbar a.selected {
	background-position: 0 0;
}
#home a  {
width: 65px;
background: url(images/menu/home.gif) top left no-repeat;
}
#about a {
width:67px;
background: url(images/menu/about.gif) top left no-repeat;
}
#sermons a {
width:81px;
background: url(images/menu/sermons.gif) top left no-repeat;
}
#archives a {
width:81px;
background: url(images/menu/archives.gif) top left no-repeat;
}
#contact a {
width:77px;
background: url(images/menu/contact.gif) top left no-repeat;
}

/* Blog Title Styling */

.blog_title {
height:65px;
}

.blog_title, .blog_title a, .blog_title h1 a {
font-family: Georgia, "Times New Roman", Times, serif;
color:#000;
text-decoration:none;
font-size:1.4em;
font-weight:normal;
text-indent:-9999em;
}

/* About/Image Styling */

#header {
width:591px;
height:214px;
background:url(images/bible.jpg) no-repeat;
margin-bottom:20px;
margin-left:54px;
line-height:1.4em;
float:left;
display:inline;
}

/* Primary Content */

#primary {
padding:20px;
}

/* Articles */

.date {
float: left;
height: 42px;
width: 34px;
background:url(images/calendar.png) no-repeat;
line-height: 12px;
text-align: left;
font-family: georgia;
}

.date p {
padding-top: 7px;
padding-left: 5px;
color: #7A7A7A;
margin: 0;
text-transform: uppercase;
}

.date span.day {
font-size: 18px;
display: block;
}

.date span.month {

.green {
color: #9aa915;
}

font-size: 9px;
height: 12px;
color: #898989;
display: block;
}

.article_title, .article_title a {
font-family: Georgia, "Times New Roman", Times, serif;
color:#000;
text-decoration:none;
font-size:1.6em;
font-weight:normal;
margin-left:10px;
}

.article_title a:hover {
color:#9aa915;
}

.entry {
font-size:1.4em;
line-height:1.6em;
color:#3c3c3c;
margin:10px 0;
}

.entry p {
margin-bottom:20px;
}

.entry a {
color:#9aa915;
text-decoration:none;
}

.entry a:hover {
color:#333;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5 {
font-weight:normal;
font-family:Georgia, "Times New Roman", Times, serif;
color:#000;
margin-bottom:5px;
}

.postmetadata {
border-top:1px dashed #cccccc;
margin:0 -20px 15px -20px;
padding:10px 20px 10px 40px;
font-size:1.2em;
color:#949494;
background:url(images/info.png) left no-repeat;
}

.postmetadata a {
color:#9aa915;
text-decoration:none;
}

.postmetadata a:hover {
color:#333;
}

.postmetadata_entry {
border-top:1px dashed #cccccc;
margin:0 -20px 15px -20px;
padding:10px 20px 10px 20px;
font-size:1.2em;
color:#949494;
}

.postmetadata_entry a {
color:#9aa915;
text-decoration:none;
}

.postmetadata_entry a:hover {
color:#333;
}

/* Pages */

.page_title, .page_title a {
font-family: Georgia, "Times New Roman", Times, serif;
color:#606060;
text-decoration:none;
font-size:1.6em;
}

.page_body {
font-size:1.4em;
line-height:1.6em;
color:#3c3c3c;
margin:10px 0;
}

.page_body p {
margin-bottom:20px;
}

.page_body h1, .page_body h2, .page_body h3, .page_body h4, .page_body h5 {
font-weight:normal;
font-family:Georgia, "Times New Roman", Times, serif;
color:#000;
margin-bottom:5px;
}

.page_body a {
color:#9aa915;
text-decoration:none;
}

.page_body a:hover {
color:#333;
}

.archive_title {
font-family: Georgia, "Times New Roman", Times, serif;
color:#606060;
text-decoration:none;
font-size:1.8em;
font-weight:normal;
}

.edit {
font-size:1.2em;
padding-left:20px;
background:url(images/pencil.png) left no-repeat;
}

.edit a {
color:#bdbdbd;
text-decoration:none;
}

/* Custom Archives Page */

.archives_left {
width:75%;
float:left;
}

.archives_right {
width:25%;
float:right;
}

/* Comments/Comment Form */

.comments_title {
font-family: Georgia, "Times New Roman", Times, serif;
color:#606060;
text-decoration:none;
font-size:2em;
font-weight:normal;
}

ol.commentlist {
margin:20px 0;
}

ol.commentlist li {
list-style:none;
font-size:1.4em;
padding:10px 20px 10px 20px;
border-bottom:1px dashed #ccc;
margin:0 -20px 0 -20px;
color:#3c3c3c;
background:#F2F2F2;
}

ol.commentlist li p {
margin-bottom:10px;
line-height:1.4em;
}

.alt {
background: #FFF url(images/wrapper.png) center center repeat-y !important;
}

.comment_meta {
padding:5px 0;
font-weight:bold;
}

.comment_meta a {
color:#9aa915;
text-decoration:none;
}

.comment_meta a:hover {
color:#333;
}


.commentno {
color:#cccccc !important;
text-decoration:none;
}

.login {
font-size:1.2em;
color:#8e8e8e;
}

.login a {
color:#9aa915;
text-decoration:none;
}

.login a:hover {
color:#333;
}

label {
color:#454545;
font-size:1.2em;
}

input#author, input#email, input#url {
margin-bottom:5px;
padding:5px;
width:96%;
font-family:Arial, Helvetica, sans-serif;
font-size:1.2em;
border:1px solid #dddddd;
}

input#author:hover, input#author:focus, input#email:hover, input#email:focus, input#url:hover, input#url:focus, textarea#comment:hover, textarea#comment:focus {
border:1px solid #454545;
}

textarea#comment {
width:96%;
margin:10px 0;
font-family:Arial, Helvetica, sans-serif;
font-size:1.2em;
padding:5px;
border:1px solid #dddddd;
}

input#submit {
cursor:pointer;
font-family:Arial, Helvetica, sans-serif;
font-size:1.2em;
border:none !important;
height:28px;
width:158px;
padding:5px;
background:url(images/submit.png) no-repeat;
}

input#submit:active {
background:url(images/submit.png) no-repeat;
background-position:bottom;
}

/* Misc / Custom Styles */

.imgleft {
padding:0 15px 0 0;
}

.imgright {
padding:0 0 0 15px;
}

blockquote {
padding:0 35px;
font-style:italic;
background:url(images/quote.png) top left no-repeat;
}

.note {
background:#F2F2F2 url(images/note.png) top left no-repeat;
border-top:1px dashed #CCC;





border-bottom:1px dashed #CCC;

font-size:.9em;
padding:5px 10px 5px 25px;
color:#6b6b6b;
} 

.codebit {
background:#F2F2F2 url(images/code.png) top left no-repeat;
border-top:1px dashed #CCC;
border-bottom:1px dashed #CCC;
font-family:"Courier New", Courier, monospace;
padding:5px 10px 5px 30px;
}

.dl {
background:#F2F2F2 url(images/dl.gif) top left no-repeat;
border-top:1px dotted #CCC;
border-bottom:1px dotted #CCC;
padding:5px 10px 5px 30px;
}

.green {
background:#c4d550;
padding:0 5px;
}

.grey {
background:#dddddd;
padding:0 5px;
}

.navigation {
margin-bottom:25px;
}

.alignleft {
float:left;
padding-left:20px;
background:url(images/previous.png) left no-repeat;
}

.alignright {
float:right;
padding-right:20px;
background:url(images/next.png) right no-repeat;
}

.alignleft a, .alignright a {
color:#9aa915;
text-decoration:none;
font-size:1.2em;
}

.alignleft a:hover, .alignright a:hover {
color:#333;
}

/* Footer */

#search {
background: url(images/search.png) no-repeat left center;
margin:0 43px 10px 25px;
}

input#s {
width:100%;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:1.2em;
padding:5px;
border:1px solid #DDD;
color:#999;
margin-left:18px;
}

.search_title, .fof_title {
font-family: Georgia, "Times New Roman", Times, serif;
color:#999;
text-decoration:none;
font-size:1.8em;
font-weight:normal;
}

#footer {
background-color:#000;
text-align:left;
width:591px;
height:61px;
margin:0 54px 0 54px;
font-size:12px;
color:#666;
line-height:1.8em;
border-top: #333 solid 2px;
}

#footer p {
padding:5px 0px 0px 25px;
}

#footer a {
color:#737e10;
text-decoration:none;
}

#footer a:hover {
border-bottom: 1px dotted #737e10;
}

.wp {
width:30px;
height:31px;
background:url(images/wp.gif) no-repeat;
float:right;
margin-top:10px;
margin-right:10px;
}

.wp a {
display:block;
width:25px;
height:26px;
text-decoration:none;
border-bottom:none !important;
}

.sep {
width: 284px;
height: 27px;
background: url(images/divider.png) no-repeat;
margin: 10px auto 5px auto;
}

/* Hide WordPress stats image */

img#wpstats {
display:none;
}