/*
Theme Name: Taps Bugler
Theme URI: http://wordpress.org/
Description: Theme for Taps Bugler Website, programming elements borrowed from The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Aaron Basch
Author URI: http://aaronbasch.com/

*/


/* TapsBugler.com Cascading Style Sheet */

/* Broad Browser Resets */

*{
	margin:0;
	padding:0;
	text-decoration:none;
	border:0;
}

body{
	border:2px solid #002e50;
	border-top:none;
	font-size:80%;
	font-family:serif;
	color:#000000;
	background: url(images/header_repeat_x.gif) repeat-x;
}

h1, h2, h3, h4, h5, h6{
	font-size:1em;
}

/* header */

.header{
	position:relative;
	width:980px;
	margin:0 auto;
}

.header h2{
	position:absolute;
}

.header h2 a{

	display:block;
	width:238px;
	height:162px;
	background:url(images/header_logo.jpg) no-repeat;
	text-indent:-999em;
}

/* navigation */

.header .navigation{
	position:absolute;
	top:20px;
	left:236px;
	width:727px;
	height:19px;
}

.header .navigation li{
	list-style:none;
	display:inline;
}

.header .navigation li a{
font-size:1.2em;
font-family:georgia, serif;
font-weight:bold;
color:#ffffff;
	float:left;
	margin-right:20px;
}

.header .navigation li a:hover{
color:#FFCC33;
}


/* breadcrumb nav */

.header .breadcrumb a{
	color:#ffffff;
	margin-right:1.5em;
}

.header .breadcrumb a:hover{
color:#f1e879;
}

.header .breadcrumb{
	float:right;
	font-size:0.85em;
	height:12px;
	position:relative;
	top:80px;
	width:732px;
}

.header .breadcrumb li{
	display:inline;
}

/* container */

.container{
	width:960px;
	margin:0 auto;
}

.container ol{
	padding-left:20px;
}

.container ul, .container ol{
	text-align:left;
}

.container ul li{
	background: url(images/little_star.gif) no-repeat 0 2px;
	list-style:none;
	padding-left:16px;
}

.container a{
	color:#004f9d;
}

.container a:hover{
	text-decoration:underline;
	color:#000000;
}

/* Content */

.content{
	float:left;
	width:500px;
	margin:100px 20px 20px 0;
}

.content h1{
	color:#002e50;
	font-size:1.28em;
	font-weight:bold;
}

.content img{
	border:1px solid #cccccc;
}

.content p, .content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content ul, .content ol{
	margin-bottom:20px;
	line-height:138%;
}

/* Single Post */

.content .about_the_author{
font-size:0.85em;
}

.page-links{
font-size:1.2em;
padding-bottom:12px;
}
.page-links a{
color:#000000;
}

.prevpage{
float:left;
}

.nextpage{
float:right;
}

.prev_next_blog_nav{
width:500px;
margin:0 auto 20px auto;
display:inline;
float:left;
}

/* Left Aside */

.left_aside{
	text-align:left;
	float:left;
	width:196px;
	border:1px solid #002e50;
	margin:182px 40px 20px 0;
}

.left_aside h2{
	font-size:0.80em;
	text-align:center;
	color:#ffffff;
	height:21px;
	padding-top:5px;
	margin-bottom:10px;
	background: url(images/left_header.gif) repeat-x;
}

.left_aside .left_section .left_content{
	width:178px;
	margin:0 auto 20px auto;
}

/* Right Aside */

.right_aside{
	text-align:left;
	float:right;
	width:200px;
	border:1px solid #002e50;
	margin:100px 0 20px 0;
}

.right_aside h2{
	font-size:0.9em;
	color:#ffffff;
	height:25px;
	padding-top:8px;
	margin-bottom:10px;
	background: url(images/right_header.gif) repeat-x;
}

.right_aside h2, .right_aside h3, .right_aside h4{
	text-align:center;
}

.right_aside h3, .right_aside ol, .right_aside ul, .right_aside p{
	margin-bottom:20px;
}

.right_aside .right_section .right_content
{
	font-size:0.80em;
	width:182px;
	margin:0 auto 20px auto;
}

.right_aside .right_section .right_content input{
border-color:#000000;
}

.right_aside .right_section .right_content.search form{
background:#004E9B;
padding:20px 2px;
}

input.search-field{
width:123px;
height:50px;			/*DFD */
}

.right_aside .right_section .right_content li{
margin-bottom:0.90em;
}

.right_aside .right_section .right_content p.tags_list{
font-size:1.2em;
text-align:center;
line-height:1.75em;
}

.right_aside .right_section .right_content select#cat{
width:180px;
border:1px solid #cccccc;
margin-bottom:20px;
}

/* Footer */

.footer{
	clear:both;
	text-align:center;
	font-size:0.80em;
	padding-bottom:20px;
}

/* classes */

/* in post img */

.alignright {float:right; margin:0 0 1em 1em}
.alignleft {float:left; margin:0 1em 1em 0}
.aligncenter {display: block; margin-left: auto; margin-right: auto}

.wp-caption-text{
	margin-top:5px;
	text-align:center;
	font-size:0.80em;
color:#666666;
}

/* Links Page */

.rec_links a{
font-weight:bold;
}

p.link_description{
font-size:0.88em;
margin-top:8px;
}

.sep-border-bottom{
	background:url(images/grey-star.gif) repeat-x;
	width:100%;
	height:10px;
	margin-bottom:20px;
clear:both;
}

.text-align-center{
text-align:center;
}

/* forms */

input{
border:1px solid #cccccc;
}

.donate input{
border:0;
}

.content textarea{
border:1px solid #cccccc;
width:500px;
}


/* Default Kubrick */


.even, .alt {

	border-left: 1px solid #ddd;
}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
#content input{
border:1px solid #cccccc;
}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

/* Custom, Aaron Basch, 2/10/2013. Leave a response link area under last comment on page*/
#comments-respond-link-wrapper{
clear:both;
text-decoration:none;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

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

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

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


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#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;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */