/*
Theme Name: americanext
Description: Created by blue onion. 
Version: 1.0.0
Author: Andrew Senseney
Author URI: http://digourideas.com/
Tags: 
*/

body {
	background: #024E6C;
	text-align: center;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #C62209;
	margin-top: 0px;	margin-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;	margin-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
}

h3 {
	color: #105168;
	font-size: 11px;
	font-weight: bold;
	margin: 5px 0px;
}

h4 {
	color: #105168;
	font-size: 10px;
	font-weight: bold;
	margin: 5px 0px;
}

p {
	margin: 6px 0px;
	line-height: 14px;
}

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

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

blockquote {
	padding: 0 0.5em;
	border-left: 5px solid #f0e8a7;
	margin: 0;
	background-color: #f8f8e2;
}


img.alignleft {
	float: left;
	margin: 0 .8em .8em 0;
}

img.alignright {
	float: right;
	margin: 0 0 .8em .8em;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

a img {
	padding: 5px;
	border: 1px solid #ccc;
}

form {
	padding: 0;
	margin: 0;
}

#shadowContainer {
	margin: 25px auto;
	background: url(images/shadow.gif) repeat-y;
	width: 860px;
}

#header {
	width: 860px;
}

#flashHeader {
	width: 860px;	height: 275px;
	overflow: hidden;
}

#flashNav {
	width: 860px;
	height: 50px;
}

/*******NAV*********/

#navBG {
	background: url(images/mainNav.jpg) no-repeat;
	width: 775px;
	height: 27px;
	margin: 0px auto;
}

#navBG .switch{
	position: absolute;
	display: none;
	width: 650px;
	top: 26px;
	left: -355px;
	padding-left: 15px;
	font-size: 9px;
	background: url(images/subNav-right.jpg) no-repeat 0px 0px;
}

#navBG .switch li {
	position: relative;
	float: right;
	left: -230px;
	padding-left: 0px;
	list-style: none;
	}
	
	
#navBG .switchShort{
	position: absolute;
	display: none;
	width: 650px;
	top: 26px;
	left: -235px;
	padding-left: 15px;
	font-size: 9px;
	background: url(images/subNav-right-short.jpg) no-repeat 0px 0px;
}

#navBG .switchShort li {
	position: relative;
	float: right;
	left: -350px;
	padding-left: 0px;
	list-style: none;
	}
	

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

#navBG ul li {
	top: 1px;
	position: relative;
	float: left;
	height: 27px;
	list-style: none;
	/*padding-left: 30px;*/
	}
	
#navBG li ul li {
	position: relative;
	float: left;
	padding-left: 0px;
	list-style: none;
	}
	
#navBG li ul {
	position: absolute;
	display: none;
	width: 650px;
	top: 26px;
	padding-left: 15px;
	font-size: 9px;
	background: url(images/subNav.jpg) no-repeat 0px 0px;
	list-style: none;
	}

/* Styles for Menu Items */
#navBG ul li a {
	display: block;
	text-decoration: none;
	color: #000;
	/*background: #fff;  IE6 Bug */
	padding: 5px;
	list-style: none;
	}

/* Fix IE. Hide from IE Mac \*/
* #navBG  html ul li { float: left; height: 1%; list-style: none;}
* #navBG  html ul li a { height: 1%; list-style: none;}
/* End */

#navBG ul li a:hover { color: #E2144A; list-style: none;} /* Hover Styles */

#navBG li ul li a:hover { color: #000; text-decoration: underline; list-style: none;} /* Hover Styles */
		
#navBG li ul li a { padding: 5px 5px; list-style: none;} /* Sub Menu Styles */
		
#navBG li:hover ul, #navBG li.over ul { display: block; list-style: none;} /* The magic */

.morePad {
	padding-top: 5px;
}

/***************************************/

#headerMore {
    width: 760px;
    margin: 10px 50px 0 50px;
}

#headerMore .description {
    float: left;
    width: 520px;
    text-align: left;
}

#headerMore #searchBar {
    float: right;
}

#searchBar {
	background: url(images/searchBarBk.gif) repeat-x;
	text-align: right;
}

#searchform {
	padding: 5px;
}

#s {
	border: 1px solid #bbb;
}

#searchsubmit {
	border: 1px solid #bbb;
	background: #fff url(images/buttonBk.gif) repeat-x;
}

#container {
	clear: both;
    position: relative;
	text-align: left;
	margin: 0px 45px;	padding: 0;
	background: url(images/penguin.jpg) bottom left no-repeat;
}

#leftContent {
	float: left;
	padding-bottom: 100px;
	width: 180px;
    background: #fff;
}

#leftContent div {
	position: relative;
}

/***************QUICK FORM**************/
#sidebar h4 {
	margin: 0;
	background: #6B8EAD;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
    font-weight: bold;
	padding: 2px 5px;
}
#leftContent input {
	margin: 2px 0px 5px 0px;
}
#leftContent .txtWidth {
	width: 160px;
}
#leftContent form {
	background: #eeeded;
	padding-left: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px 0px;
}
/***************************************/

#rightContent {
	float: right;
	width: 580px;   min-height: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h1.head {
	background: #6B8EAD;	
	margin: 0;	padding: 2px 5px;
    margin-bottom: 4px;
	color: #fff;
	font-weight: normal;
	font-size: 9px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

#sidebar {
	position: absolute;
	left: 0;
	top: 0;
	width: 180px;
	margin: 0;
	color: #011631;
}

#sidebar a {
	color: #736f44;
}

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

#sidebar ul li {	
	background-color: #eeeded;
	margin: 0 0 13px 0;
	font-size: 0.85em;
}

#sidebar ul li h2 {
	margin: 0;
	background: #6B8EAD;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
    font-weight: bold;
	padding: 2px 5px;
}

#sidebar ul li p,
#sidebar ul li div {
	padding: 5px 10px 10px 10px;
	margin: 0;
}

#sidebar ul li table {
	padding-bottom: 5px;
}

#sidebar ul li table caption {
	padding: 5px 0 0 0;
}

#sidebar ul li ul {
	padding: 0.3em 0;
}

#sidebar ul li ul ul,
#sidebar ul li ul ul ul,
#sidebar ul li ul ul ul ul,
#sidebar ul li ul ul ul ul ul {
	padding: 0;
}

#sidebar ul li ul li {
	font-size: 1em;
	padding: 0.2em 1em 0.2em 0;
	margin: 0 0 0 1em;
}

#sidebar ul li ul li li,
#sidebar ul li ul li li li,
#sidebar ul li ul li li li li,
#sidebar ul li ul li li li li li {
	margin: 0 0 0 1em;
}

#sidebar ul li ul li a {
	text-decoration: none;
	background: url(images/sidebarBullet.gif) left center no-repeat;
	padding-left: 1em;
}
#sidebar ul li ul#themeswitcher li a,
#sidebar ul li ul li.recentcomments a {
	background-image: none;
	padding-left: 0;
}
#sidebar ul li ul#themeswitcher li,
#sidebar ul li ul li.recentcomments {
	background: url(images/sidebarBullet.gif) left center no-repeat;
	padding-left: 1em;
}

#sidebar ul li ul li a:hover {
	color: #863f09;
}

/* Calendar */
#wp-calendar {
	width: 100%;
}

#wp-calendar th,
#wp-calendar td {
	text-align: center;
}

#wp-calendar td#today {
	font-weight: bold;
}

#contentinner {
	padding: 10px;
	font-size: 0.9em;
	line-height: 1.5em;
}

/* Post */
.post h2.posttitle {
	margin: 0;	padding: 0;
    padding-bottom: 4px;
	font-size: 1.2em;
}

.post h2.posttitle a,
.post h2.posttitle a:hover {
	text-decoration: none;
	color: #8e1901;
}

small.postmetadata {
	font-size: 0.85em;
}

ul.postmetadata {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0.85em;
}

ul li.tags {
	float: left;
}

ul li.comments {
	text-align: right;
}

div.divider {
	background: #8e1901;
	height: 2px;
	margin: 1em 0;
}

div.navigation {
	text-align: center;
	padding: 0 0 2em 0;
}


#singlepost {
	background: url(images/commentBk.gif) center bottom repeat-x;
	padding: 10px 10px 49px 10px;
	margin: 0;
	font-size: 0.9em;
	line-height: 1.5em;
}

#commentwrapper {
	background: #BBCBD9;
	padding: 0 15px 49px 15px;
}

#commentwrapper h2 {
	margin: 0;
	padding: 0.5em 0;
}

/* Comment */
h2.commentheading {
	font-size: 1.2em;
	color: #fefef6;
	font-family: Garamond, Georgia, serif;
}

ol.commentlist {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
	color: #3a3a3a;
}

ol.commentlist a {
	text-decoration: none;
}

img.avatar {
	border: 3px solid #fefef6;
	margin: 0 0.5em;
}

ol.commentlist li.commentind {
	padding: 0 0 2em 0;
	margin: 0;
}

ol.commentlist li.commentind cite {
	font-style: normal;
}

p.commentsedit {
	font-size: 0.9em;
	margin: 0 0 0 0.5em;
}

.commentindheader {
	border-bottom: 1px dotted #fefef6;
}

.commentindheader img.avatar {
	float: left;
}

ol.commentlist li.alt .commentindheader {
	text-align: right;
}

ol.commentlist li.alt .commentindheader img.avatar {
	float: right;
}

ol.commentlist li.alt p.commentsedit {
	text-align: right;
	margin: 0 0.5em 0 0;
}

/* Comment form */
form#commentform input,
form#commentform textarea {
	border: 1px solid #bbb;
}

input#author,
input#email,
input#url {
	width: 60%;
}

textarea#comment {
	width: 90%;
}

input#submit {
	border: 1px solid #bbb;
	background: #fff url(images/buttonBk.gif) repeat-x;
}

#footer {
	background: url(images/footer.jpg) no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	width: 860px;	height: 49px;
	font-size: 9px;
	padding-top: 5px;
}

#footer a {
	color: #999999;
	text-decoration: none;
}

#footer a:hover {
	color: #999999;
	text-decoration: none;
	background: url(images/footerUnderline.gif) repeat-x bottom;
	margin: 0px 0px;
}
