/*
Theme Name: Lacrosse The Nations
Theme URI: http://wordpress.org/
Description: -
Author: Armistead Booker, Michael Weissberger
Version: 1.1
*/


@charset "UTF-8";

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	background-attachment: scroll;
	background-color: #333333;
	background-image: url(images/backstripe.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}
#header {
	background-color: #000000;
	text-align: center;
	padding: 5px;
}
#menu {
	background-color: #009933;
	font-size: 13px;
	padding-top: 0px;
	padding-bottom: 34px;
}
#videosub {
	background-color: #000000;
	padding: 12px;
	color: #999999;
}
#videosub p {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#videosub h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.widget_search{
	color:white;
	
}

.widget-area ul {
	list-style: none;
	margin-left: 10px;
	color:white;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: white;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration:underline;
	color:white;
}
.widget-area .entry-meta {
	font-size: 11px;
}

div.nav-previous{
	float:left;
}

div.nav-next{
	float:right;
}

#wrap {
	padding: 5px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#left {
	float: left;
	width: 380px;
}
#left_inside {
	float: left;
	width: 560px;
}

#access ul li{
	text-align:center;
	height:10px;
	display:inline-block;
}

ul.sub-menu{
	padding: 0 0 7px 0px;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #009933;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 20px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 136px;
	left: 100;
	float: left;
	width: 100px;
	z-index: 99999;
	background: #009933;
}
#access ul ul li {
	text-align: left;
	clear: left;
	padding: 6px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #009933;
	width: 100px;
}
#access li:hover > a {
	background: #FFCC33;
	color: #000000;
	font-weight: bold;
}
#access ul ul :hover > a {
	background: #FFCC33;
	color: #000000;
	font-weight: bold;
	width: 100px;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	background: #006633;
	color: #FFF;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	background: #006633;
	color: #FFF;
}

#menu a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px;
}
#menu a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 4px;
	background-color: #FFCC33;
}


#video {
	background-color: #0066FF;
	z-index: 100;
	width: 580px;
	top: 0px;
	right: auto;
}
#sidebar {
	float: right;
	width: 580px;
	margin-top: 10px;
}
#sidebar_inside {
	float: right;
	width: 400px;
	margin-top: 370px;
}
#mission {
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	text-align: left;
	width: 382px;
	font-weight: bold;
	padding: 10px;
	opacity: 0.9;
	background-color: #222222;
	margin-top: 10px;
	margin-bottom: 20px;
	border: 0px solid #444444;
}
#mission a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#mission a:hover {
	font-weight: bold;
	color: #FFCC33;
	text-decoration: underline;
}
#donate {
	background-color: #000000;
	background-image: url(images/donate.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: left;
	padding: 15px;
	float: left;
	width: 130px;
	height: 110px;
	color: #CCCCCC;
}
#donate h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#donate p {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#donate a {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: underline;
}
.blogger-labels {
	font-size: 10px;
	font-weight: normal;
	padding: 0px;
	color: #999999;
	margin: 0px;
}
#blog h2 {
	font-size: 11px;
	font-weight: normal;
	padding: 0px;
	color: #999999;
	margin: 0 0 5px 0;
}
#blog h1 {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#blog h4 {
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#blog h5 {
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#blog h1 a:link, #blog h1 a:hover, #blog h1 a:visited, #blog h1 a:active {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#blog h2 a:link, #blog h2 a:visited {
	color: #AAA;
}
#blog h2 a:hover {
	color: #FFCC33;
}
#blog p, #blog div {
	font-size: 14px;
	line-height: 18px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #CCC;
}
#blog div.entry-meta{
	margin-bottom:0px;
}
#blog div.entry-content p{
	color: #FFFFFF;
}

#blog div.entry-content h1{
	color: #FFFFFF;
}

div.entry-content img {
	padding-right: 5px;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
img.right { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.left { padding: 4px; margin: 0 7px 2px 0; display: inline; }
p img { padding: 0; max-width: 100%; }
.right { float: right; }
.left { float: left; }
img.centered { display: block; margin-left: auto; margin-right: auto; }

#blog ul {
	margin: 0 0 0 40px;
}
#blog li {
	list-type: square;
	padding: 0 0 20px 0;
}
#main {
	text-align: center;
	padding: 5px;
}
#left_inside #blog {
	width: 560px;
}
#full #blog {
	width: 980px;
}
#full {
	float: left;
	width: 980px;
}
#blog {
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	text-align: left;
	width: 380px;
	padding: 10px;
	opacity: 0.9;
	background-color: #333333;
	margin-top: 20px;
	margin-bottom: 10px;
	border: 1px solid #444444;
}
#signup {
	background-color: #996633;
	background-image: url(images/signup.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	padding: 15px;
	float: right;
	width: 370px;
	height: 110px;
	color: #FFFFFF;
}
#links {
	background-color: #006633;
	background-image: url(images/links.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 90px;
	color: #FFFFFF;
}
#links p {
	font-size: 14px;
	padding-bottom: 5px;
}
#links a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#links #two {
	float: left;
	margin-left: 60px;
}
#signup h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#signup p {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#donate a:hover {
	font-weight: bold;
	color: #FFCC33;
	text-decoration: underline;
}
#photos {
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
}
#signup form {
	padding-top: 15px;
}
#signup input {
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
#signup a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#signup a:hover {
	font-weight: bold;
	color: #FFCC33;
	text-decoration: underline;
}
#footer img {
	float: left;
	padding-right: 10px;
}
#links a:hover {
	font-weight: bold;
	color: #FFCC33;
	text-decoration: underline;
}
#links #one {
	float: left;
}
#links #three {
	float: left;
	margin-left: 60px;
}
#footer {
	color: #FFFFFF;
	background-color: #000000;
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 14px;
	font-weight: bold;
}
#footer #copyright {
	background-color: #009933;
	padding: 15px;
	float: left;
	width: 370px;
	margin-top: -30px;
	margin-bottom: -5px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	font-weight: bold;
	color: #FFCC33;
	text-decoration: underline;
}
#blog a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#blog a:hover {
	font-weight: bold;
	color: #FFCC33;
	text-decoration: underline;
}
#videosub a {
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
}
#videosub a:hover {
	font-weight: bold;
	color: #FFCC33;
	text-decoration: underline;
}
#sidebar #previous {
	background-color: #444444;
	padding: 15px;
	float: left;
	width: 250px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 13px;
}
#sidebar #previous a, #sidebar #archives a, #twitter a, #twitter2 a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#sidebar #previous a:hover, #sidebar #archives a:hover, #twitter a:hover, #twitter2 a:hover {
	font-weight: bold;
	color: #FFCC33;
	text-decoration: underline;
}
#twitter {
	background-color: #444444;
	color: #FFFFFF;
	padding: 15px;
	float: right;
	width: 250px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 13px;
}
#twitter2 {
	background-color: #444444;
	color: #FFFFFF;
	padding: 15px;
	width: 370px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 13px;
}
#sidebar #archives {
	background-color: #444444;
	padding: 15px;
	float: right;
	width: 250px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 13px;
}
#sidebar #previous ul, #sidebar #archives ul, #twitter ul, #twitter2 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar #previous li, #sidebar #archives li, #twitter li, #twitter2 li {
	margin-bottom: 14px;
}
#sidebar #twitter li {
	margin-bottom: 24px;
}
#sidebar #previous h1, #sidebar #archives h1, #twitter h1, #twitter2 h1 {
	font-size: 16px;
	text-transform: uppercase;
	color: #CCCCCC;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#mailform #idhihr-idhihr, #mailform #name, #mailform #PostalCode {
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #333333;
	padding: 5px;
}
#mailform input {
	font-size: 16px;
}
#blogheader {
	color: #999999;
	background-color: #444444;
	font-size: 12px;
	width: 150px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -20px;
	margin-left: 0px;
}
#social {
	margin: 14px 0 10px 0;
}
#social ul, #social li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}
#social a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px;
	margin: 10px 3px 0 0;
	background-color: #000;
}
#social a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 3px;
	margin: 10px 3px 0 0;
	background-color: #FFCC33;
}
