/*  
Theme Name: Two Column - Right Sidebar
Theme URI: http://
Description: A two column style based on Kubrick
Version: 1.6
Author: Blizzard Internet Marketing
Author URI: http://blizzardinternet.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #BEB591;
	color: #333;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0; 
	}

#page {
	background: #E0DBC3 url(images/pagebg.gif);
	text-align: left;
	margin: 20px auto;
	padding: 0;
	width: 780px;
	}

#header {
	background:#AC061E;
	padding: 0; 
	height: 35px; 
	width: 780px;
	}

#content {
	font-size: 1.2em;
	float: right;
	margin-right: 5px;
	padding:5px 10px 10px 10px;
	width: 555px;
	background:url(images/contentbg.jpg) no-repeat;
	min-height:525px; 
	height:auto;
}
/* for Internet Explorer */
/*\*/
* html #content {
height: 525px;
width: 550px;
margin-right: 5px;
padding:30px 10px 10px 10px;
}
/**/

#content img {
margin-left:5px;
margin-right: 5px;
}

#contentlink {
float:right;
width:150px;
height:150px;
border:none;
}

.postmetadata {
	text-align: center;
	font-size: 0.8em;
	}
	
.post {
	margin: 0 0 40px;
	text-align: left;
	}
	
.postmetadata {
	clear: both;
}
	
.alt {
	margin: 0;
	padding: 10px;	
/*	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;*/
	}

	
#footer {
	padding: 0;
	margin: 0 auto;
	width: 780px;
	height:50px;
	clear: both;
	background: #232B4F; 
	border: none;
	color:#ffffff;
	}
	
#footer p {
	margin: 0;
	padding: 20px 0;
	color:#ffffff;
	}
#footer a{
color:#cccccc;
}
#footer a:hover{
color:#dddddd;
}

	
/* Begin Sidebar */
#sidebar {
	float:left;
	padding: 2px;
	margin: 0px;
	width: 196px;
	color:#ffffff;
	font-size:1.2em;
	}
	
#sidebar h3 {
padding:0;
margin:3px 0 0 5px;
font-size:1em;
}
	
#sidebar a{
color:#cccccc;
}

#sidebar a:hover{
color:#dddddd;
}

#sidebar form {
	margin: 0;
	}	
	
#sidebar ol, #sidebar ul, #sidebar li {
	list-style-type: none;
	list-style-image: none;
	margin:0 0 0 5px;
	padding:0;
	}

#sidebar ul p, #sidebar ul select {
	margin: 0 0 0 5px;
	padding:0;
	}
	

/*Font Style */

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 1.4em;
	color: #CCCCCC;
	}
	
h2 {
	font-size: 1.6em;
	margin: 30px 0 0;
	}

h2.pagetitle {
	font-size: 1.6em;
	margin-top: 30px;
	text-align: center;
	}
	
#sidebar h2 {
	font-size: 1.2em;
	margin: 5px 0 0;
	padding: 0;
	}

h3.comments {
	padding: 0;
	margin: 20px auto 10px ;
	}
	
h3 {
	font-size: 1.3em;
	margin: 0;
	}


/*Comments*/

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 90%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
	
.commentlist li {
	font-weight: bold;
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

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

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0;
	}
	
.commentlist {
	padding: 0;
	text-align: justify;
	}

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
	
/*Links*/
a {
	color: #AC061E;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
	
a:visited {
	color: #80404A;
	}
	
/* Begin Images */
#content img {
margin-right:7px;
margin-left:7px;
}

p img {
	padding-right: 0;
	padding-left: 0;
	max-width: 100%;
	}

a img {
	border: none;
	}
	
/* Begin Form Elements */
#searchform {
	padding: 0; 
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

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

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

.nextandback {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	}

#wp-calendar table {
	background:#364172;
	}
#wp-calendar #next {
	float:right;
	}
#wp-calendar thead th{
border:1px solid #232B4F;
}
#wp-calendar tbody td{
border:1px solid #232B4F;
}
#wp-calendar tbody a{
border:1px solid white;
}

.nav td a,.nav td{
border:none !important;
}
/*Calendar - uncomment to use
#wp-calendar #prev 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;
	}

#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 */
*/

/* Navigation */
#nav .top { /* all 1st level list items should include class="top" */
background: white;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0 0 0 15px;
	list-style: none;
	line-height: 1;
	font-size:12px;
}
#nav a {
	text-align:left;
	display: block;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
}
#nav a:hover {
background:#AC061E;
display: block;
	}
#nav li { /* all list items */
	float: left;
}
#nav li ul { /* second-level lists */
	position: absolute;
	background: #AC061E;
	border-top:9px solid #AC061E;
	width: 160px;
	margin-left:-1px;
	border-left:3px solid #AC061E;
	border-bottom:3px solid #AC061E;
	border-right:3px solid #AC061E;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul a{
margin:0;
width:140px;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
.navtop{
margin-top:8px;
border-right:1px solid white;
}
.navtop a{
	padding:3px 10px 3px 10px;
	}
.navtopright{
margin-top:8px;
}
.navtopright a{
	padding:3px 10px 3px 10px;
	}
.nav {
width:160px;
}