/*   
Theme Name: Golf Theme
Theme URI: 
Description: The golf theme 
Author: 
Author URI: 
Version: 1.0
*/
*
{   border: 0;
    margin: 0;
    padding: 0;
}
ul
{
    list-style: none;
}
html
{
	height:100%;
}
body
{
	background: url("images/body-bg-top.jpg") repeat-x 0px -127px; /* RDV: Was top left */
	min-height: 100%;
	height:auto !important;
	height:100%;
	min-height:100%;
	margin-top: -35px;
}
body.home {
	background: url("images/body-bg-top.jpg") repeat-x 0px -35px; /* RDV: Was top left */
}
img.alignleft {
	float: left;
	padding-right: 10px;
}
img.alignright {
	float: right;
	padding-left: 10px;
}

/*--------------------------------------------------Box*/
#wrapper-body, #wrapper-right, #wrapper-left
{
	height:auto !important;
	height:100%;
	min-height:100%;
	width: 100%;
}
#wrapper-body
{
	background: url("images/body-bg-bottom.jpg") repeat-x bottom left;
}
#wrapper-left
{
	background: url("images/bottle-png8.png") left 95% no-repeat;
}
#wrapper-right
{
	background: url("images/girl-png8.png") 95% 235px no-repeat;
}
#wrapper-center
{
	margin: 0 auto;
	padding-bottom: 178px;
	width: 982px;
}
#page-top
{
	height: 128px; /*R = 196; 196 - 50 - 18 = 126*/
	margin: 0 auto;
	padding: 50px 0 18px 0; /* RDV ---- Not 50 padding */
	position: relative;
	width: 960px;
	overflow: visible;
}
	#page-top #search
	{
		position: absolute;
		top: 85px;
		right: 10px;
	}
#menubar {
	position: relative;
	top: -340px;
	width: 700px;
	left: 200px;
	background: #F30;
	z-index: 1000;
}
#menubar.home {
	top: -435px;
}
#wrapper-shadow
{
	background: url("images/wrapper-shadow.png") repeat-y; 
}
#wrapper-top
{
	background: url("images/wrapper-shadow-top.jpg") no-repeat top left;
}
#wrapper-bottom
{	
	background: url("images/wrapper-shadow-bottom.png") no-repeat bottom left;
	padding: 0 12px;
}
#page-image
{
	background: #EEE;
	min-height: 222px;
}
#page-content
{
	background: url("images/content-bg.jpg") no-repeat bottom center;
	min-height: 585px;
	padding-bottom: 145px;
	position: relative;
}
	#content-main
	{
		padding: 0 10px 0 30px;
		margin-right: 333px;
	}
		#content-main #divBlack
		{
			background: url("images/div-bg-black.png") no-repeat bottom;
			height: 180px; /*R=198; 198 - 18 = 180*/
			padding: 18px 10px 0 0;
			width: 573px; /*583; 583 - 10 = 573*/
		}
		#content-main h1, #content-main h2, #content-main p, #content-main ul
		{
			padding-left: 18px;
		}
		#content-main h2
		{
			margin-bottom: 22px;
		}
		#content-main p
		{
			margin-bottom: 22px;
		}
		#content-main #div-supporters
		{
			clear: both;
			margin-top: 80px;
			margin-bottom: 40px;
			padding-left: 18px;
		}
		#content-main #div-supporters h3
		{
			margin-bottom: 15px;
		}
		#content-main #div-supporters .ad {
			float: left;
            margin: 0px;
			padding: 0px 30px 0px 0px;
		}
		#content-main #div-supporters img {
			margin: 0px;
			padding: 0px;
		}
	#contentSidebar
	{
		background: url("images/sidebar-bg.png") no-repeat left top #fff;
		min-height: 310px;
		padding: 15px 5px 0 28px;
		position: absolute;
		right: 0px;
		top: 0px;
		width: 300px; /*R=333; 333 - 5 -28 = 300*/
	}
#page-bottom
{
	background: url("images/bottom-bg.png") repeat-x top left;
	height: 196px;
	padding: 18px 0 0 0;
}
	#page-bottom #bottom-left, #page-bottom #bottom-right
	{
		height: 148px;
	}
	#page-bottom ul, #page-bottom p
	{
		margin-top: 12px;
	}
	#page-bottom #bottom-left
	{
		float: left;
		padding-left: 25px;
		width: 600px;
	}
	#page-bottom #bottom-right
	{
		overflow: hidden;
	}
	#page-bottom  #bottom-center
	{
		background: url("images/bottom-nav-bg.png") repeat-x bottom left;
		clear: both;
		height: 48px;
		padding-left: 25px;
		position: relative;
	}
	#design-max
	{
		position: absolute;
		right: 30px;
		top: 8px;
	}
/*--------------------------------------------------Forms*/
form, input
{	
	color: #A1A2A4;
	font-family: Arial;
}
#content-main form
{
	clear: both;
}
input, textarea, select
{
	border: 1px solid #A1A2A4;
}
textarea
{
	width: 340px;
}
input
{
	padding: 3px 0;
	/*width: 220px;*/
}
#search input
{
	font-size: 11px;
	text-transform: uppercase;
}
#contentSidebar input
{
	margin-bottom: 5px;
	padding: 4px 0;
	width: 65%;
}
#search_events  #search_from, #search_events  #search_to
{
	width: 112px;
}
input.input-submit
{
	background: #6FB44C;
	border: none;
	color: #F5F5F5;
	cursor: pointer;
	width: auto;
}
input.input-submit:hover{
		background: #A5F22C;/*#75B31F;*/
}
#search input
{
	padding-left: 5px;
	width: 150px;
}
#search .input-submit
{
	padding-left: 0px;
	width: 22px;
}
#contentSidebar .input-submit, #content-main .input-submit
{
	font-size: 14px;
	font-weight: bold;
	padding: 3px 5px;
	width: auto;
}
#contentSidebar .input-submit
{
	margin-top: 10px;
}
select
{
	padding: 3px 0;
	/*width: 220px;*/
}
#contentSidebar label
{
	color: #3E3D40;
	display: block;
	font-weight: bold;
	float: left;
	padding: 4px 0 4px 15px;
}
#content-main label
{
	/*width: 115px;*/
	padding-right: 10px;
}
#contentSidebar label
{
	width: 60px;
}
/*--------------------------------------------------Text*/
body
{
	color: #707173;
	font-family: Arial;
	font-size: 13px;
}
form span
{
	color: #312F2E;
}
#content-main span
{
	color: #75B31F;
}
#content-main #divBlack p
{
	color: #eee;
	font-size: 13px;
	line-height: 18px;
}
#content-main #divBlack p
{
	margin-top: 0px;
}
#content-main ul.dbem_events_list span
{
	color: #68A967;
}
#content-main ul.dbem_events_list li p
{
	padding-left: 0px;
	margin: 8px 0;
	/*width: 380px;*/
}
#contentSidebar
{
	font-size: 12px;
}
#page-bottom
{
	color: #fff;
	font-family: Arial;
	font-size: 12px;
}
#bottom-center
{
	color: #E2F2F7;
}
/*--------------------------------------------------Ul*/
#page-bottom ul li
{
	line-height: 14px;
	text-transform: uppercase;
}
#contentSidebar ul
{
	padding-left: 15px;
}
#contentSidebar ul li
{	
	padding: 5px 0;
}
ul#links-sidebar li
{
	line-height: 25px;
	padding: 0px;
}
ul.dbem_events_list li
{
	border-bottom: 1px solid #707173;
	font-size: 11px;
	margin-bottom: 10px;
	padding: 5px 0;
}
.widget_dbem_list ul li
{
	margin-bottom: 5px;
}

/*--------------------------------------------------Links*/
a:hover
{
	color: #5D2C13;
	text-decoration: none;
}
a, a:active, a:visited
{
	color: #6FB44C;
}
#content-main #divBlack #start, #content-main .more, #div-suppoters a
{
	display: inline-block;
}
#content-main #divBlack #start
{
	background: url("images/link-start.png") no-repeat top;
	color: #fff;
	font-family: Helvetica;
	font-size: 26px;
	height: 26px;/*R=32*/
	margin-top: 18px;
	padding: 6px 0 0 30px;
	width: 115px;/*R=145*/
	text-decoration: none;
}
#content-main #divBlack #start:hover
{
	background: url("images/link-start.png") no-repeat bottom;
}
#content-main .more
{
	background: url("images/link-more.jpg") no-repeat top;
	color: #fff;
	font-family: Arial;
	height: 14px;
	font-size: 12px;
	line-height: 14px;
	padding: 0 0 0 15px;
	text-transform: lowercase;
	width: 49px; /*R=64; 64 - 15 =49*/
}
#content-main .more:hover
{
	background: url("images/link-more.jpg") no-repeat bottom;
}
#content-main h2 a
{
	color: #68A967;
}
#div-suppoters a
{
	margin-right: 35px;
}
#links-sidebar a
{
	color: #000;
}
#links-sidebar a:hover
{
	color: #6FB44C;
}
#page-bottom a{
	color: #fff;
}
#page-bottom a:hover{
	text-decoration: underline;
}
a#design-max
{
	background: url("images/link-design-max.png") no-repeat;
	height: 32px;
	width: 70px;
}
/*--------------------------------------------------H1..Hn*/
#content-main #divBlack h1
{
	color: #6FB44C;
	font-family: Helvetica;
	font-size: 38px;
	font-weight: normal;
	line-height: 36px;
	letter-spacing: -2px;
	margin-bottom: 12px;
}
#content-main #divBlack h1 span
{
	color: #FFF8BF;
}
#content-main h2
{
	color: #68A967;
	font-family: Helvetica;
	font-size: 18px;
	font-weight: normal;
	line-height: 21px;
	padding-top: 32px;
	text-transform: uppercase;
}
#content-main h3
{
	color: #000;
	font-weight: normal;
}
#content-main  ul.dbem_events_list  h3
{
	color: #58585A;
	font-size: 12px;
	text-transform: uppercase;
}
#contentSidebar h2
{
	background: #75B31F;
	color: #fff;
	font-family: Helvetica;
	font-size: 18px;
	font-weight: normal;
	margin: 20px 0 15px 0;
	padding: 5px 0 5px 15px;
	text-transform: uppercase;
}
#contentSidebar h2.h-black
{
	background: #000;
}
#page-bottom h2, #page-bottom h3
{
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
}
#page-bottom h2
{
	color: #6FB44C;
	font-size: 22px;
}
#page-bottom h3
{
	color: #B5B7B8;
	font-size: 13px;
}
/*--------------------------------------------------Other: img, table*/
#page-image img
{
	display: block;
/*	margin-left: -1px;*/
}
img.events-img
{	
	float: left;
	margin-right: 10px;
}
ul.dbem_events_list img
{
	float: left;
	height: 129px;
	margin: 0 50px 20px 0;
	width: 134px;
}
*+html ul.dbem_events_list img
{
	margin-top: 20px;
}
.widget_dbem_list ul img.events-img
{
	height: 48px;
	margin: 2px 15px 0 0;
	width: 50px;
}
ul.dbem_events_list li table
{
	color: #000;
	margin: 5px 0;
	width: 380px;
}
ul.dbem_events_list li table th, 
ul.dbem_events_list li table td
{
	background: #eee;
	padding: 5px 0 5px 5px;
}
ul.dbem_events_list li table th
{
	text-align: left;
}
