/*
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.4
Author: Nyssa Brown Design
Author URI: http://www.nyssajbrown.net/
*/

/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,h7,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
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;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}

q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* Global */

body {

background:#ffffff;

}

#wrapper {
width:1000px;
background:url(images/wrapper.gif) center repeat-y;
margin:0 auto;
}

.content {
width:800px;
margin:0 auto;
text-align:left;
}


/* Menu Styling */

#menu {
margin:0 auto;
background:url(images/menubg.gif) top no-repeat;
font-family: serif, sans serif;
font-size:.85em;
height:108px;
line-height:3.5em;
text-align:left;
}

#menu ul {
margin:0;
padding:10px 1px 5px 10px;
width:800px;
float:left;
}

#menu ul li {
display:inline;
}

#menu ul li a {
padding:10px 0px 0px 16px;
color:#002157;
text-decoration:none;
}

#menu ul li a:hover {
color:#a19e4e;
}

.current_page_item a { 
color:#a19e4e;
}

.current_page_parent a {
color:#FFF;
}

/* About/Image Styling */

#about {
height:145px;
background:url(images/header.jpg) no-repeat;
color:#b9b542;
text-align:right;top
padding:20px;
font-family: Arial, Helvetica, sans-serif;
font-size:82%;
line-height:1.6em;
}

#about a {
color:#002157;
text-decoration:none;
}

#about a:hover {
color:#a19e4e;
}

/* Primary Content */

#primary {
padding:20px;
}

/* Pages */

.page_title, .page_title a {
font-family: Georgia, "Times New Roman", Times, serif;
color:#606060;
text-decoration:none;
font-size:0.8em;
}

.page_body {
font-size:0.8em;
line-height:1.2em;
color:#3c3c3c;
margin:10px 0;
}

.page_body p {
margin-bottom:10px;
}

.page_body h1, .page_body h2, .page_body h3 {
font-weight:normal;
font-family:Georgia, "Times New Roman", Times, serif;
color:#a19e4e;
font-size:1.4em;
text-align:center;
margin-bottom:25px;
}

.page_body h4 {
font-weight:normal;
font-family:Georgia, "Times New Roman", Times, serif;
color:#5b462c;
font-size:1.0em;
margin-top:20px;
margin-bottom:20px;
}

.page_body h5 {
font-weight:bold;
font-family:Georgia, "Times New Roman", Times, serif;
color:#002157;
font-size:0.9em;
margin-bottom:3px;
}

.page_body h6 {
font-weight:bold;
font-family:Georgia, "Times New Roman", Times, serif;
color:#002157;
font-size:0.9em;
margin-bottom:3px;
}

.page_body h7 {
font-weight:normal;
font-family:Georgia, "Times New Roman", Times, serif;
color:#3c3c3c;
font-size:0.8em;
margin-bottom:3px;
}

.page_body a {
color:#002157;
text-decoration:underline;
}

.page_body a:hover {
color:#a19e4e;
}

.page_body h4 a {
color:#5b462c;
text-decoration:underline;
}

.page_body h4 a:hover {
color:#9aa915;
}

.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.gif) left no-repeat;
}

.edit a {
color:#bdbdbd;
text-decoration:none;
}


/* Footer */

#footer {
background:url(images/footerbg.gif) no-repeat;
height:40px;
padding:10px 20px;
font-family: Arial, Helvetica, sans-serif;
font-size:62%;
color:#5b462c;
}

#footer a {
color:#5b462c;
text-decoration:underline;
}

#footer a:hover {
color:#9aa915;
}

/* Hide WordPress stats image */

img#wpstats {
display:none;
}
