/*
Theme Name: TGWA 
Theme URI: http://texasgamewarden.com
Description: customized theme
Author: Jeff Bernier
Version: 1.0a
Tags: optional
Template: twentyten
*/

@import url('../twentyten/style.css');

body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #000;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	background-position:top left;
}

#wrapper, #branding, #colophon {
	margin: 0;
	padding: 0;
}
#wrapper {
	width: 100%;
}
#main {
	padding: 0;
	border: 1px solid #333333;
	background-color: #fff;
}

#header {
	padding: 0;
	margin: 7px 9px 0;
	width: 100%;
	margin: 0;
	height: 125px;
	text-decoration: none;
	color: black;
	background-image: url('images/header.jpg');
	background-repeat:no-repeat;
	background-position:top left;
}

#branding {
	padding: 7px 0 0 9px;
}
#branding img {
	clear: none;
	border: none;
	display: inline;
}
#brandingtext {
	width: 630px;
	text-align: left;
	margin-left: 155px;
	padding-top: 10px;
}

#searcharea {
	margin: 32px 0 0 164px;
} 

#searcharea img a {
	border: none;
}
.clear {
	clear: both;
}
#headerwrapper {
	height: 250px;
	background-color: #fff;
} 
#main {
	padding: 5px;
	margin: 10px auto;
}
#primary {
	float: left;
	overflow: hidden;
	width: 175px;
	padding: 0 0 0 10px;
}
#secondary {
	float: left;
	overflow: hidden;
	width: 175px;
	padding: 0 10px 0 0;
	z-index: 3000;
	height: 600px;
}


#container {
	float: left;
	margin: 0 20px;
	width: 700px;
	z-index: 50;
}
#containernarrow {
	float: left;
	margin: 0 20px;
	width: 520px;
	z-index: 50;
}

#containerwide {
	float: left;
	margin: 0 20px;
	width: 715px;
	z-index: 50;
}

#content {
	margin: 0;
}


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

#access {
	background: #ffffff;
	display: block;
	float: left;
	margin: 10px auto 0 auto;
	width: 930px;
	position: relative;
}
#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: #333;
	display: block;
	line-height: 28px;
	padding: 0 10px;
	text-decoration: none;
	border: 1px solid #bbb;
	background-color: #eee;
}
#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: 28px;
	left: 0;
	float: left;
	width: 135px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 135px;
	font-size: 12px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #eee;
	line-height: 1em;
	padding: 6px 6px;
	width: 135px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#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 {
	color: #00f;
}
* 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 {
	color: #00f;
}
#access ul li.current_page_item:hover > a,
#access ul li.current-menu-ancestor:hover > a,
#access ul li.current-menu-item:hover > a,
#access ul li.current-menu-parent:hover > a {
	color: #ccffff;
}
* html li.current_page_item:hover a {
	color: #00f;
}




form {
	margin: 1%; padding: 0;
}
form div.left {
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 15px;
}
form div.right {
	float: left;
	clear: right;
}
fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
legend {
	font-family: "Georgia", Verdana, Arial, sans-serif;
	font-size: .9em;
	color: #666;
	font-weight: bold;
}
input {
	border: 1px solid #330;
	color: #330;
	background-color: #E9E8DC;
	margin: 0; 
	padding: 0;
}
ul.radio input {
margin-right: 2%;
}
label {
	font-size: .8em;
	color: #330;
	margin: 0; 
	padding: 0;
}
p label, li label {
	font-size: 1em;
}
div.left p {
	margin-top: 0;
}
option {
	text-transform: capitalize;
}
select {
	color: #333;
	background-color: #E9E8DC;
	border: 1px solid #330;
	margin: 0 5px; padding: 0;
}
ul.noimage {
	list-style: none;
	padding: 0; margin: 0;
}
ul.noimage li {
	padding: 3px 0;
}
#donateName {
	margin-top: 5px;
}
.button {
	margin: 5px 0;
	border-width: 1px;
	border-color: #330 #BDBDBD #BDBDBD #330;
	border-style: ridge;
}
.frmentry {
	border: 1px solid white;
	clear: both;
	margin-bottom: 2em;
}

#addyupdate  div.left {
	float: left;
	width: 130px;
	text-align: right;
	margin-right: 15px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 12px;
	line-height: 16px;
}
.entry-content input {
	margin: 0 0 6px 0;
}
.entry-content fieldset {
	border: none;
	margin: 0 0 10px 0;
	padding: 10px 24px;
}
#content form ul {
	margin-bottom: 4px;
}
.clearform {
	clear: both;
	line-height: 0;
}

#primary, #announcements {
	color: #333;
}
#primary .sidebarcontainer, #announcements .sidebarcontainer {
	margin-bottom: 20px;
}
#primary .sidebarcontainer .containertop, #announcements .sidebarcontainer .containertop {
	background-color: #c7bdb4;
}
.containertop h3 {
	text-align: center;
	padding: 3px 0;
	font-weight: bold;
	color: #333;
}
.containercontent {
	padding: 3px;
}
.containercontent h3 {
	font-weight: bold;
	margin-bottom: 15px;
}
.containercontent p a {
	text-align: left;
	margin-bottom: 4px;
}

#announcements .sidebarcontainer .containercontent p, #announcements .sidebarcontainer .containercontent p a {
	text-align: center;
	margin-bottom: 0;
}
#announcements .containercontent h3 {
	font-weight: bold;
	margin-bottom: 15px;
}

.sidebarcontainer  {
	border: 2px solid #2d5516;
}

#announcements .containertop h3 { 
	margin: 0;
}
#announcements .sidebarcontainer {
	float:left;
	height:126px;
	margin:0 4% 15px 4%;
	text-align:center;
	width:40%;
}
#announcements .containercontent {
	height: 90px;
}

#rafflewinners {
	list-style: none;
}
#rafflewinners li {
	margin-bottom: 4px;
}
#footer {
	width: 940px;
}
#footer-widget-area .widget-area {
	float:left;
	margin: 10px 0 0 10px;
	width:400px;
	font-size: 10px;
	line-height: 15px;
	color: #666;
}
#featurebox {
	width: 185px;
	padding: 30px 0 .5em 0;
	border: none;
}

#colophon {
	border-top:4px solid #2d5516;
}
.tgwa_raffle {
	background-color: #f0e68c;
}
.gwpoa_raffle {
	background-color: #ddd7a7;
}
ul {
	line-height: 1.75em;
}

#content .wpsc_category_grid .wpsc_category_image {
	margin: 15px 55px 0;
}
#content #annualgoforfish tr td {
    border-top: none;
    padding: 6px 24px;
}
