/*
Theme Name: Custom
Theme URI: http://www.custom.com
Description: Custom
Version: 1.0
Author: Xonatek.com
*/

/* Universal */
/*

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

h1, h2, h3, h4, h5 {
	color:#333333;
}
*/
/* links */

html {

}

body {
	background-color: #0F2441;
	padding: 0 0 35px 0;
	margin: 0 0 0 0;
	font-family: Lucida Grande, Georgia, Times New Roman;
	font-size: 13px;
	background-image: url(images/barker_bgd.jpg);
	background-repeat: repeat-x;
	text-align: left;
}

a {
	outline: none;
}

a {
	color:#AB0C20;
	text-decoration:none;
}

a:hover {
	color:#204C8A;
	text-decoration:underline;
}

form {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.clear {
    line-height: 0;
    clear: both;
    margin : 0;
    padding: 0;
    border: 0;
  }

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

  
  
/* Top Nav */
#top_nav {
	border-bottom: 0px solid #ddd;
	background-color: #AB0C20;
	border-top: 0px solid #ddd;
	margin: 0;
	border-right: 8px solid #f9f9f9;
	border-left: 8px solid #f9f9f9;
	height: 32px;
}

#top_nav ul {
	margin:0;
	padding:0px 0px 0px 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
	list-style:none;
}

#top_nav div ul {
	padding: 0 0 0 0;
}

#top_nav ul li {
	display:inline;
}


#top_nav ul li a:link, #top_nav ul li a:active, #top_nav ul li a:visited {
	color:#fff;
	padding: 0 0px 0 0;
	font-size:16px;
	font-family: Georgia, Lucinda Grande;
	font-variant: small-caps;
	text-align: left;
	font-weight: normal;
}

/*NAV PLUGIN*/
/* Default CSS generated by dTabs */

/* make the list horizontal */
#tabbar li, #tabbar ul li {
	display: inline;
}
#tabbar a, .tab, .tabselected {
	display: inline-block;
}

/* draw borders around the tabs with rounded top corners, and add a little spacing */
.tab, .tabselected {
	height: 14px;
	margin: 0 15px;
}

/* colour unselected tabs grey */
.tab {
	
}

/* colour selected tabs white, and make their border white along the bottom to blend in with the background */
.tabselected {

}

/* style the dropdown menus */
#top_nav .dmenu {
display: none; /* REQUIRED dont display them to begin with */
position: absolute; /* REQUIRED enables javascript to position them below the right tab */
z-index: 100; /* REQUIRED makes sure they appear on top of other content on the page */

margin: 21px 0 0 0; /* display them 21px below the top of the tabs. this is a kind of average value for the height of the tabs, which seems to vary slightly between browsers */

padding: 2px; /* put some space around the contents */
background-color: #666; /* colour the background grey */

border: 1px solid #f0f0f0; /* add a border */

/* round all the corners except the top left */
-moz-border-radius: 5px;
-moz-border-radius-topleft: 0;
-khtml-border-radius: 5px;
-khtml-border-radius-top-left: 0;
-webkit-border-radius: 5px;
-webkit-border-top-left-radius: 0;

text-align: left; /* just in case */
}

#top_nav .dmenu ul li a{
	display: block;
	padding: 0;
	padding: 3px;
	padding-right: 15px;
	text-align: left;
	color: #fff;
	width: auto;
	font-weight: normal;
	white-space: nowrap;
}

#top_nav .dmenu ul li a:hover {
	background-color: #204C8A;
	color: #fff;
	text-decoration: none;
	font-family: Georgia, Lucinda Grande;
	font-variant: small-caps;
	text-align: left;
	font-weight: normal;
}

/*END NAV PLUGIN*/



/* CONTRIBUTE TEMPLATE */

.contribute table {
	width: 260px;
	margin: 0 auto 10px auto;
	border: 1px solid #204C8A;
}

.contribute table td {
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}

.contribute table {
}

/* Content */

#content {
	background-color: #f9f9f9;
	padding: 15px 0;

}

.date_style h2 {
	margin-top:0px;
	padding:0;
	color:#003366;
}	
.storytitle {
	color: #204C8A;
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	letter-spacing: .07em;
	font-family: Georgia, Lucinda Grande, Times New Roman;
	padding-top:6px;
	padding-bottom:4px;
	padding-left:7px;
	border-bottom: 1px solid #ccc; 
	background-color: #ddd;
}

.storytitle a, .storytitle a:visited, .storytitle a:active  {
	color:#333;
	text-decoration: none;
}

.storytitle a:hover {
	color: #204C8A;
}

.post {
	width: 932px;
	margin: 0px auto 20px auto;
	border: 1px solid #ccc;
	background-color: #fff;
	padding-bottom: 5px;
}

.post img {
	margin: 3px;
	padding: 2px;
	border: 1px solid #f0f0f0;
}

.storycontent h3, .storycontent h4 { 
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
}

.storycontent {
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
}

.storycontent li {
	margin: 3px 0 0 10px;
}

/*
.slideshow_left .ngg-galleroverview {
	float: left;
}

.slideshow_right .ngg-galleryoverview {
	float: right;
}
*/


/* Footer */

.footer {
	text-align: center; 
	background-color: #204C8A; 
	border-top:1px solid #ddd;
	font-size: 11px; 
	padding: 3px; 
	line-height: 150%;
	color: #fff;
}

.footer a:link, .footer a:active, .footer a:visited, .footer a:hover {
	color:#fff;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	background: #90a090;
	border-top: double 3px #aba;
	color: #fff;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #fff;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}

.meta {
	font-size: 90%;
	margin: 10px 5px 0 0;
	color: #666;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	font-weight: normal;
	letter-spacing: 0;
}

/* Comment */
#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 75%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

/* Calendar */
#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}



/*SIDEBAR MENU*/
.post-column {
	margin-right: 210px;
	margin-right: 0;
}

#menu {
	background: #fff;
	border: 1px dotted #ccc;
	border-top: solid 13px #204C8A;
	padding: 20px 0 10px 30px;
	position: absolute;
	right: 8px;
	top: 15px;
	width: 170px;
}

#menu form {
	margin: 0 0 0 13px;
}

#menu input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menu ul {
	color: #ccc;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	text-transform: lowercase;
}

#menu ul li {
	font: italic normal 110% 'Times New Roman', Times, serif;
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul ul li {
	border: 0;
	font: normal normal 12px/115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}

#menu ul ul li a {
	color: #000;
	text-decoration: none;
}

#menu ul ul li a:hover {
	border-bottom: 1px solid #809080;
}

#menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}
/*END SIDEBAR*/