/**
 * Website: jasonjensengolf.org 
 * Date Modified:  August 21, 09
 */


body {
	background: #f4f1e8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0;
	padding: 0;
}

#wrapper{
	margin: 0 auto; padding: 0;
	width:900px;
}

#header{
	margin: 0; padding: 20px 0 15px 0;
	width: 750px;
}

#headerleft{
	margin: 0; padding: 0px;
	text-align: center;
	float: left;
	border-right: 0px solid #e0dbce;
}
#headerleft h1{
	margin: 0; padding: 0;
	font-size: 30px;
	font-weight: normal;
}
#headerleft h1 a{
	text-decoration: none;
	color: #000;
}
#headerleft h2{
	margin: 0; padding: 0;
	font-size: 11px;
	color: #a29c8e;
	font-weight: normal;
	text-transform:uppercase;
	line-height: 10px;
}

div.subscription
{
/** margin-top:30px; */
}
#headerright{
	float: right;
}
#search{
	padding: 0 45px;
}
#search input { font-size: 12px; float: left; padding: 0 5px; }

.e { color:#C41E3A; };
/**
 * top menu
 */
#topmenu{
        margin: 0; padding: 0;
	height: 30px;
}

#topmenu ul {
	margin: 25px 0px 0px 0px; 
        padding: 10px 0 20px 0;
	display: block;
}

#topmenu ul li { 
	margin: 0; padding: 0 18px;
	list-style: none;
	float: left;
	display: block;
	position: relative;
	background: url(images/menu_border.jpg) no-repeat 0 100%;
}
#topmenu ul li:first { background: none; }

#topmenu ul li ul {
	position: absolute;
	background: #f4f1e8;
	margin: 0 0 0 0; padding: 5px 0 5px 0;
	left: 0;
	display: none;
}
#topmenu ul li:hover ul,
#topmenu ul li ul:hover {
	display: block;
}

#topmenu ul li ul li {
	margin: 0; padding: 0 15px;
	clear: left;
	white-space: nowrap;
	background: none;
}

#topmenu ul li ul li a {
	background: url(images/submenu_border.jpg) no-repeat 0 100%;
	display: block;
	padding: 5px 10px;
}

#topmenu a {
	color: #445e26;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}
#topmenu a:hover {
	color: #3e55c3;
	text-decoration: underline;
}

#img{
	margin: 0 0 0 0; padding: 0 0 0 0;
	display: block;
	width: 750px;
	height: 265px;
}

#titleblock{
	margin: 15px 10px; padding: 10px;
	display: block;
	background: #f9f8f3;
}

#title{
	margin: 0; padding: 0;
	float: left;
	color: #3d55c3;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}
#date{
	margin: 0; padding: 0 0 0 10px;
	float: right;
	border-left: 1px solid #e7e3da;
	font-weight: bold;
	font-size: 11px;
}

#content{
	margin: 40px 20px 20px 20px;
         padding: 0;
	display: block;
}
#content_wrap {
	background: #ffffff;
	float: left;
	width: 750px;
        min-height:350px;
        padding-bottom: 5px;
}

#commenttag{
	margin: 0 20px;
	text-align: right;
}

#footer{
	margin: 10px 0; padding: 15px;
        text-align:center;
/*	background: #f9f8f3; */
	color: #b2ada0;
}

#footer a,
#footer a:visited,
#footer a:hover
 {
	color: #b2ada0;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}

/*******************************************************
/* Structure Divs
#content {
	color: inherit;
	background: #fff;
	border-left: 1px solid  #E0D752;
	border-right: 1px solid #E0D752;
	margin: 0 auto;
	padding: 0px 4px 16px 4px;
	width: 768px;
	}

#header {
	color: inherit;
    background-color: #4197E3;
	padding: 20px 20px 16px 20px;
	margin: 0px 8px 16px 8px;
	}

#barra {
	background-color: #A5BE0E;
	padding: 12px 20px 12px 20px;
	margin: 0px 8px 16px 8px;
	font-weight: bold;
	color: #E0D752;
	height: inherit;
	}

#barra a {
	color: #fff;
	}

#noticias {
	float: left;
	margin: 0;
	padding: 20px 10px 20px 20px;
	width: 460px; 
	}

#sidebar {
	float: right;
	font-size: 11px;
	line-height: 1.2em;
	margin: 0;
	padding: 20px 10px;
	width: 240px; 
	}

#credits {
	background: #A5BE0E;
	font-family: "Small Fonts", VT100, Arial, Helvetica, serif;
	font-size: 9px;
	margin: 0 8px 0 8px;
	padding: 8px 20px;
	text-align: center;
	color: #E0D752;
	}

/* Config Structure Divs

	/* Header
	#header h1 {
		color: #fff;
		font-size: 30px;
		font-family: "Trebuchet MS", "Bitstream Vera Serif", Utopia, Arial, times, serif;
		margin: 0;
	}
	
	#header h2 {
		color: #fff;
		font-family: "Trebuchet MS", "Bitstream Vera Serif", Utopia, Arial, times, serif;
		font-size: 18px;
		font-weight: normal;
		padding: 0;
		margin: 0;
		text-transform: lowercase;
		}
	
      h2{
dmargin:30px 0px 0px 0px;
    }

	#header a {
		background: transparent;
		color: #fff;
		text-decoration: none;
		}
		
	#header a:hover {
		color: #ECEAFF;
		text-decoration: none;
		}
		
	
	/* Pages
	#pages {
		/*text-align: left;
		display: inline;*
		width: 60%;
		float: left;
		}
	
	#pages li {
		display: inline;
		list-style-type: none;
		}
	
	#pages ul {
		display: inline;
		list-style-type: none;
		}
	
	.page_item {
		display: inline;
		list-style-type: none;
		padding-left: 10px;
		margin-left: 6px;
		border-left: 2px solid #E0D752;
		}
	
	#pages ul, ol {
		margin: 0;
		padding: 0;
		}
		
	#pages a {
		color: #fff;
		}
		
	#pages a:hover {
		color: #E0D752;
		text-decoration: none;
		}
		
	.current_page_item a, .current_page_item a:hover {
		color: #E0D752 !important;
		}
		
	/* Search
	#search {
		float: right;
		width: 40%;
		padding: 0;
		margin: 0;
		text-align: right;
		color: #fff;
		line-height: 1px;
		height: 0;
		font-size: 1px;
		}
	
	.formbutton {
		cursor:pointer;
		font-size:10px;
		border:solid 1px #ccc;
		background: #C24E1D;
		color:#666;
		font-weight:bold;
		padding: 2px 2px;
		margin-left: 2px;
		background:url(images/formbg.gif) repeat-x left top;
		}
	
	.formtext {
		border: 1px solid #E0D752;
		font-size: 11px;
		padding: 2px;
		width: 152px;
		margin: 0;
		} 
	
	#searchform {
		padding: 0;
		margin: 0;
		}
	
	
	/* Clear
	#clear {
		clear: both;
		margin: 0;
		padding: 0;
		line-height: 1px;
		font-size: 1px;
	}
		
	/* Noticias
	#noticias p, #noticias ul, #noticias ol {
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 1.5em;
		}
	
	#noticias ol {
		margin: 0 0 0 30px;
		padding: 0;
		}
	
	#noticias ul {
		list-style-type: circle;
		margin: 0 0 0 30px;
		padding: 0;
		}
			
	#noticias li {
		margin: 0;
		padding: 0;
		}
		
	#noticias h1, #noticias h1 a {
		color: #BE420E;
		font-size: 24px;
		font-weight: normal;
		margin: 0;
		padding: 0;
		text-decoration: none;
		}

	#noticias h2, #noticias h2 a {
		color: #C24E1D;
		font-size: 22px;
		font-weight: normal;
		margin: 0;
		padding: 0;
		text-decoration: none;
		}
	
	#noticias h1 a:hover {
		background: transparent;
		color: #6EB9E0;
		}
		
	#noticias h2 a:hover {
		background: transparent;
		color: #6EB9E0;
		}
		
	#noticias h3 {
		color: #016CA3;
		font-size: 18px;
		font-weight: normal;
		margin: 0;
		padding: 20px 0 5px 0;
		}
		
	#noticias h4 {
		background: url(images/dot.gif) repeat-x bottom;
		color: #174B65;
		font-size: 11px;
		font-weight: normal;
		letter-spacing: 0.2em;
		margin: 33px 0 0 0;
		padding: 0;
		text-transform: uppercase;
		}

	#noticias small {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 11px;
		}
		
	.feedback {
		color: #898A8A;
		font-size: 12px;
		font-weight: bold;
		margin: 0;
		padding: 8px 8px 32px 0;
		text-align: right;
		}
		
	/* Entrada
	.entrada {
		margin: 0;
		padding: 0;
		}

	/* Comments
	#commentbox {
		background-color: #F6EE75;
		padding: 20px;
		margin-top: 20px;
		}
	
	#commentbox h2 {
		color: #BE420E;
		font-size: 18px;
		}
	
	#commenttitle h2	{
		color: #BE420E;
		font-size: 18px;
		padding-top: 20px;
		}
		
	#commentlist {
		list-style-type: none;
		margin: 0;
		padding: 0;
		}

	#commentlist li {
		margin: 10px 0;
		padding: 5px 10px;
		}
			
	#commentlist p {
		margin: 0;
		padding: 0;
		}
			
	#commentlist small {
		font-size: 11px;
		}

	.class_comment1 { /*background: #E9E9EA; border: 1px solid #E0DEDE;* }
	.class_comment2 { /*background: #F4F3F3; border: 1px solid #E0DEDE;* }
	
	#comments, #postcomment {
		color: #C24E1D;
		font-size: 14px !important;
		font-weight: bold;
		margin: 40px 0 10px 10px;
		}
			
	#commentform {
		padding: 5px 20px;
		}
		
	#commentform input, #commentform textarea {
		background: #F9F7D6; 
		border: 1px solid #E0D752;
		font-size: 12px;
		padding: 1px;
		}
		
	
	/* Sidebar 
	#sidebar h3 {
		border-bottom: 1px dotted #E0D752;
		color: #BE420E;
		font-size: 16px;
		font-weight: bold;
		margin: 0;
		padding: 5px 0 2px 0;
		}
		
	#sidebar ul, #sidebar ol {
		list-style: none;
		margin: 5px 0 20px 5px;
		padding: 0;
		}
		
	#sidebar li, #sidebar li:hover {
		margin: 0;
		padding: 0;
		}
		
	#sidebar p {
		margin: 5px 0 0 5px;
		padding: 0;
		}
		
	#sidebar a {
		color: #3D81EE;
		text-decoration: none;
		}
		
	#sidebar a:hover {
		text-decoration: underline;
		}
		
	#sidebar div { 
		margin: 0 0;
		padding: 0;
		}

	/*	Credits 
	#credits a {
		color: #FFF;
		text-decoration: none;
		}
		
	#credits a:hover {
		background: transparent;
		color: #E0D752;
		}
		
	#credits p {
		margin-top: 20px;
		padding: 0;
		color: #E0D752;
		}

/* General */
a {
	color: #3D81EE;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

a.cta, a.cta:visited, a.cta:link {
        color: #3D81EE;
        text-decoration: none;
        text-align:center;
        padding:6px;
        }

a.cta:hover {
        text-decoration: underline;
        }

div.cta {
        width:90px;
        height: 40px;
        padding:15px;
        text-align:center;
        background-color:#F4F1E8;
}

acronym, abbr, span.caps {
	cursor: help;
	border-bottom: 1px dotted #000;
	}
	
blockquote {
	background: #E3F5FE;
	padding: 5px 20px 5px 20px;
	margin: 1em;
	} 

cite {
	text-decoration: none;
	}
	
code {
	font-family: 'Courier New', Courier, Fixed, sans-serif;
	font-size: 1.1em;
	}

img {
	border: 0;
	/*float: right;*/
	float: left;
	/*padding: 8px;*/
	}

h4 {
	color: #858585;
	}
	
/* Float and Clear */
div.floatleft {
	float: left;
	}

div.floatright {
	float: right;
	}
	
div.both {
	clear: both;
	}
	
	
/* Text align */
.center {
	text-align: center;
	}
	
.alignright {
	text-align: right;
	}

.alignleft {
	text-align: left;
	}
	/**************************************/

.wpsc_container{
display: inline-block;
}
.wpsc_container{
display: block;
} 



ul#tabnav {
width: 670px;
list-style-type: none;
margin: 0;
padding-left: 100px;
padding-bottom: 24px;
border-bottom: 0px solid #711515;
font: bold 11px verdana, arial, sans-serif;
}

ul#tabnav li 
{
float: left;
margin:0px 20px 0px 0px;
height: 38px;
width:90px;
text-align:center;
background-color: #B51032;
color: #FFFFFF;
margin: 2px 2px 0 2px;
border: 1px solid #711515;
}

ul#tabnav a:link, ul#tabnav a:visited 
{
display: block;
color: #FFFFFF;
background-color: transparent;
text-decoration: none;
padding: 4px;
}

ul#tabnav a:hover 
{
background-color: #F4869C;
color: #FFFFFF;
}

body#tab1 li.tab1, 
body#tab2 li.tab2,
body#tab3 li.tab3, 
body#tab4 li.tab4,
body#tab5 li.tab5
{
border-bottom: 1px solid #fff;
color: #000000;
background-color: #FFFFFF;
}

body#tab1 li.tab1 a:link, 
body#tab1 li.tab1 a:visited,
body#tab2 li.tab2 a:link, 
body#tab2 li.tab2 a:visited,
body#tab3 li.tab3 a:link,
body#tab3 li.tab3 a:visited, 
body#tab4 li.tab4 a:link,
body#tab4 li.tab4 a:visited,
body#tab5 li.tab5 a:link,
body#tab5 li.tab5 a:visited 
{
color: #000000;
background-color: #ffffff;
}


div.bio {
padding:0px 0px 0px 30px;
}

p.winner_name {
padding:0px;
margin:0px;
color:#3D81EE;
font-weight:bold;
}

p.winner_address {
padding:0px;
margin:0px;
}

a.winner:link, a.winner:visited, a.winner:hover {
text-decoration:underline;
color:#000000;
background-color:#ffffff;
}

a.winner:hover {
color:#ffffff;
background-color:#3D81EE;
}

p.newsletter {
  font-size:7px;
}

fieldset.newsletter {
  padding:10px;
}

label.newsletter {
  font-size:11px;
}

input.newsletter-email {
  width:220px; font-size:11px;
}

input.subscribe {
  font-size:11px;
}

span.newsletter, a.newsletter {
  font-size:11px;
}

span.italics {
  font-style: italic;
}

div.productdisplay
{
padding: 1px 20px 20px 20px; 
background-color: #F4F1E8;
}

