@charset "UTF-8";

/* ====================================== */
/* =		CSS RESET					= */
/* ====================================== */

/* ====================================================== */
/* =	http://meyerweb.com/eric/tools/css/reset/		= */ 
/* =   	v2.0b1 | 201101 								= */
/* =   	NOTE: WORK IN PROGRESS							= */
/* =   	USE WITH CAUTION AND TEST WITH ABANDON			= */
/* ====================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* =============================================== */
/* = HTML5 display-role reset for older browsers = */
/* =============================================== */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block; }

body {  line-height: 1;  }

ol, ul {  list-style: none;  }

blockquote, q {  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }

/* =============================================== */
/* =   	remember to define visible focus styles! = */
/* =	:focus { outline: ?????; }				 = */
/* =============================================== */

/* =============================================== */
/* =    remember to highlight inserts somehow!   = */
/* =============================================== */

ins {	text-decoration: none; }
del {	text-decoration: line-through; }

table {	border-collapse: collapse; border-spacing: 0; }



/* ====================================================================== */
/* =	Design by Free CSS Templates http://www.freecsstemplates.org	= */ 
/* =   	Released for free under a Creative Commons Attribution 		    = */
/* =   	2.5 License														= */
/* =																	= */
/* =   	Modified for the use on this website by Brandon Jenkins. 		= */
/* =   	Please obtain the original template from Free CSS Templates		= */ 
/* =	via the link provided above. 									= */
/* ====================================================================== */



/* ====================================== */
/* =									= */
/* =		  	   General				= */
/* =									= */
/* ====================================== */


body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	background-image:url(../_images/bodybg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A19D9A;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #3E3530;
}

h1 { font-size: 2.8em; }

h2 { font-size: 2em; }

h3 { font-size: 1.6em; }

h4 { font-size: 1.2em; }

p, ul, ol { line-height: 180%; font-size: 14px; }

ul, ol { list-style-type: circle; margin-left: 50px;}

a { text-decoration: none; color: #339CCB; }

a:hover { }

#wrapper { margin: 0 auto; padding: 0; }



/* ====================================== */
/* =									= */
/* =		  	 ALL HEADER				= */
/* =									= */
/* ====================================== */


#header-wrapper { }

#header {
	width: 1000px;
	height: 150px;
	margin: 0 auto;
}



/* ====================================== */
/* =									= */
/* =		        LOGO				= */
/* =									= */
/* ====================================== */


/* =============================================== */
/* =   				 INDEX LOGO  				 = */
/* =============================================== */

#logo {
	width: 900px;
	height: 90px;
	margin: 0;
	padding: 10px 50px 0px 50px;
	color: #228CBE;
	background: url(../_images/img02.png) no-repeat left top;
}

#logo h1, #logo p {
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

#logo h1 { font-family: Impact, Arial, Helvetica, sans-serif; font-size: 40px; }

#logo p {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* =============================================== */
/* =   				 SUBSITE LOGO  				 = */
/* =============================================== */

#sublogo {
	width: 900px;
	height: 90px;
	margin: 0;
	padding: 10px 50px 0px 50px;
	color: #228CBE;
	background: url(../_images/subsiteimg02.png) no-repeat left top;
}

#sublogo h1, #sublogo p {
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

#sublogo h1 { font-family: Impact, Arial, Helvetica, sans-serif; font-size: 40px; }

#sublogo p {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
} 

#sublogo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}



/* ====================================== */
/* =									= */
/* =		  	   SEARCH				= */
/* =									= */
/* ====================================== */

#search {
	width: 280px;
	height: 60px;
	padding: 20px 0px 0px 0px;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 10px 0 0 0px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 170px;
	padding: 6px 5px 2px 5px;
	border: 1px solid #DEDEDE;
	background: #FFFFFF;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #5D781D;
}

#search-submit {
	width: 50px;
	height: 22px;
	border: none;
	background: #B9B9B9;
	color: #000000;
}



/* ====================================== */
/* =									= */
/* =		  	  ALL MENU				= */
/* =									= */
/* ====================================== */

#menu {
	width: 920px;
	height: 50px;
	margin: 0 auto;
	padding: 0px 40px;
	background: url(../_images/img01.png) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li { float: left; }

#menu a {
	height: 35px;
	display: block;
	float: left;
	margin: 0px 20px 0px 10px;
	padding: 15px 25px 0px 10px;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a { text-decoration: none; }

#menu .current_page_item a { font-weight: bold; background: right no-repeat url(../_images/pawmenu.png); }

#menu .first a { padding-left: 0px; }



/* ====================================== */
/* =									= */
/* =		  	  BANNER				= */
/* =									= */
/* ====================================== */

/* =============================================== */
/* =   			   INDEX BANNER   				 = */
/* =============================================== */

#banner {
	width: 1000px;
	height: 425px;
	margin: 0px auto;
	background: url(../_images/img03.png) no-repeat left top;
}

/* =============================================== */
/* =   			   SUBSITE BANNER  				 = */
/* =============================================== */

#subbanner {
	width: 1000px;
	height: 193px;
	margin: 0px auto;
	background: url(../_images/subsiteimg03.png) no-repeat left top;
}



/* ====================================== */
/* =									= */
/* =		  	  ALL PAGE  			= */
/* =									= */
/* ====================================== */

#page {
	width: 1000px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background: url(../_images/img04.png) repeat-y left top;
}

#page-bgbtm { padding: 0px 50px 0px 50px; }



/* ====================================== */
/* =									= */
/* =		  	  Content   			= */
/* =									= */
/* ====================================== */

#content {
	float: left;
	width: 900px;
	padding: 0px 0px 0px 0px;
}

.post { margin-bottom: 40px; }

.post .title {
	text-transform: uppercase;
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-size: 28px; 
	font-weight: normal;
	color: #606060;
}

.post .subtitle {
	text-transform: uppercase;
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-size: 14px; 
	font-weight: normal;
	color: #606060;
	margin-bottom: 5px;
}

.post .title a { border: none; color: #606060; }

.post .meta {
	padding-left: 2px;
	text-align: left;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.post .meta .date { float: left; }

.post .meta .posted { float: right; }

.post .meta a { }

.post .entry {
	padding: 20px 25px;
	border: 1px solid #E4E4E4;
	text-align: justify;
}

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

.links {
	padding-top: 20px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}


/* ====================================== */
/* =									= */
/* =		  	  SIDE BAR				= */
/* =									= */
/* ====================================== */

/*
#sidebar {
	float: right;
	width: 280px;
	margin: 0px;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li { margin: 0; padding: 0; }

#sidebar li ul { margin: 0px 0px; padding-bottom: 30px; }

#sidebar li li {
	background: url(../_images/img07.gif) no-repeat left 15px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	line-height: 35px;
	border-bottom: 1px dotted #E7E2DC;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar li li a { padding: 0px 0px 0px 0px; }

#sidebar h2 {
	height: 38px;
	text-transform: uppercase;
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	color: #606060;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 0px 20px 0px;
	text-align: justify;
}

#sidebar a { border: none; color: #339CCB; }

#sidebar a:hover { text-decoration: underline; color: #8A8A8A; }

*/

/* ====================================== */
/* =									= */
/* =		  	  CALENDAR				= */
/* =									= */
/* ====================================== */
/*

#calendar { }

#calendar_wrap { padding: 20px; }

#calendar table { width: 100%; }

#calendar tbody td { text-align: center; }

#calendar #next { text-align: right; }

*/

/* ====================================== */
/* =									= */
/* =		  	 ALL FOOTER				= */
/* =									= */
/* ====================================== */

#footer {
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	color: #A19D9A;
}

#footer a { color: #A19D9A; }



/* ====================================== */
/* =									= */
/* =		  MISCELLANIOUS				= */
/* =									= */
/* ====================================== */

.strong{ font-weight: bold; }
