/*
*
* Easy front-end framework
*
* Copyright (c) 2009 Alen Grakalic
* http://easyframework.com/license.php
*
* supported by Templatica (http://templatica.com)
* and Css Globe (http://cssglobe.com)
*
*/


/*

for more info about the strucure of this file 
please read http://easyframework.com/documentation.php

*/

/* HTML elements  */		

	h1, h2, h3, h4, h5, h6{
		font-weight:normal;
		margin:0;
		line-height:1em;
		}	
	/*h1{font-size:2em;margin-bottom:.5em;}*/
	h1, h2{font-size:1.75em;margin-bottom:.5142em;padding-top:.2em;}
	h3{font-size:1.5em;margin-bottom:.7em;padding-top:.3em;}
	h4{font-size:1.25em;margin-bottom:.6em;}
	h5,h6{font-size:1em;margin-bottom:.5em;font-weight:bold;}

	
	p, blockquote, ul, ol, dl, form, table, pre{line-height:inherit;margin:0 0 1.5em 0;}
	ul, ol, dl{padding:0;}
	ul ul, ul ol, ol ol, ol ul, dd{margin:0;}
	li{margin:0 0 0 2em;display:list-item;list-style-position:outside;}	
	blockquote, dd{padding:0 0 0 2em;}
	pre, code, samp, kbd, var{font:100% mono-space,monospace;}
	pre{overflow:auto;}
	abbr, acronym{
		text-transform:uppercase;
		border-bottom:1px dotted #000;
		letter-spacing:1px;
		}
	abbr[title], acronym[title]{cursor:help;}
	small{font-size:.9em;}
	sup, sub{font-size:.8em;}
	em, cite, q{font-style:italic;}
	img{border:none;}			
	hr{display:none;}	
	table{width:100%;border-collapse:collapse;}
	th,caption{text-align:left;}
	form div{margin:.5em 0;clear:both;}
	label{display:block;}
	fieldset{margin:0;padding:0;border:none;}
	legend{font-weight:bold;}
	input[type="radio"],input[type="checkbox"], .radio, .checkbox{margin:0 .25em 0 0;}

/* //  HTML elements */	

/* common */		
	
	.left{float:left;margin-right:1em;}
	.right{float:right;margin-left:1em;}
	.center{text-align:center;}
	
	.clear{clear:both;}
	.first{margin-left:0 !important;}
	.last{margin-right:0 !important;}
	.top{margin-top:0 !important;}
	.bottom{margin-bottom:0 !important;}	
	.hidden, .print{display:none;}
	.graphic{
		margin:0;
		padding:0;
		display:block;
		overflow:hidden;
		text-indent:-8000px;
		}

/* // common */			

/* base */
	
	body, table, input, textarea, select, li, button{
	line-height:1.5em;
	color:#333;
	font-family: "Trebuchet MS", Myriad, Helvetica, sans-serif;
	font-size: 1em;
		}		
	body{
		font-size:14px;
		background: url(../cmsimages/background.jpg) #fff repeat-x;
		margin:0;
		padding:0;
		text-align:center;
		}	
	a, a:visited{
	text-decoration:none;
	color:#003855;
		}
	a:hover{color:#999;}
	ins{text-decoration:none;color:#900;font-style:italic;}
	code{color:#555;}
	pre{
		margin-left:2em;
		padding-left:2em;
		border-left:1px solid #ccc;
		}
	blockquote{
		margin-left:2em;
		border-left:1px solid #ccc;
		font-style:italic;
		}	
	dt{font-weight:bold;}
	th, td{padding:.5em 1em;line-height:1.5em;}		
	th{background:#eee;}
	td{border-bottom:1px solid #eee;}
	caption{font-style:italic;color:#777;margin:.5em 0;}	
	fieldset{
		border:1px solid #ccc;
		padding:1em 2em;
		margin:0 0 1.5em 0;
		}
	legend{padding:2px 5px;}	
	form div.col{clear:none;}form div.first{clear:both;}
	form div{overflow:hidden;}
	
	input[type="text"], input[type="password"], textarea, .field, .area, select{
		border:1px solid #aaa;
		padding:5px;
		background:#fff;
		width:300px;
		line-height:1em;
		margin:0;
		}
	select{width:312px;}
	textarea, .area{overflow:auto; height:150px; width:400px;}
	input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus, .focus{background:#f5f5f5;outline:none;}
	.submit{}
	button{
		border:none;
		background:#555;
		color:#fff;
		padding:0 2.5em;
		height:2em;
		line-height:2em;
		cursor:pointer;
		}
		
	.note, .success, .error{display:block;}
	.error{color:#900;}
	.success{color:#060;}
	.note{font-weight:bold;}
	.notvalid{border:1px solid #900 !important;}
	
	.pullquote{
		width:20%;
		float:left;
		margin-right:2em;
		padding-right:2em;
		border-right:1px solid #ccc;
		text-align:right;
		font-size:1.1em;
		font-style:italic;
		color:#777;
		margin-bottom:.5em;
		}
	.boxout{
		width:20%;
		float:right;
		margin-left:2em;
		padding:1em 2em;
		border:1px solid #ccc;
		margin-bottom:.5em;
		}
	#easy_tooltip{
		border:1px solid #e1e1e1;
		padding:2px 10px;
		background:#f5f5f5;
		}

/* base */

/* layout */

	#container{
	width:961px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
		}
	.inner{
		position:relative;
		}
	#header{
	height: 90px;

		}	
	#footer{
	position:relative;
	clear: both;
		}	
		
	.content-midbg{
	background: url(../cmsimages/content-middbg.png) repeat-y;
	clear:both;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
		}
		
	.display{
	width: 961px;
	background-image: url(../cmsimages/display.png);
	background-repeat: no-repeat;
	padding-top: 18px;
	height: 321px;
	margin: 0px;
	clear: both;
	z-index: 0;
	float: left;
	}
	
	.displaysub{
	width: 961px;
	background-image: url(../cmsimages/display-sub-border.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	height: 180px;
	margin: 0px;
	clear: both;
	z-index: 0;
	float: left;
	}
	
	.displaysub .splash {
	background-image: url(../cmsimages/sub_splash.jpg);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-left: 13px;
	height: 116px;
	width: 934px;
	z-index: 1;
}

	.displaysub h1.pagetitle {
	color: #036;
	font-size: 36px;
	position: relative;
	bottom: 90px;
	left: 35px;
	text-transform:uppercase;
	/*font-weight: bold;*/
}

	.displaysub #crumbtrail {
	height: 20px;
	padding-left: 55px;
	padding-top: 10px;
	/*text-transform: uppercase;*/
	font-size: 11px;
	position: relative;
	bottom: 112px;
}
	
/* rotating image and li styles */	
.rotate {
	list-style-type: none;
	margin-right: 10px;
	z-index: 2;
}
.rotate li img {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-left: -12px;
	z-index: 1;
}



	.fr {
		float: right;
	}
	
	.main, .secondary, .tertiary, .quaternary{
		float:left;
		display:inline;
		}
	.main{
	width:600px;
	padding-left: 20px;
	margin-right: -15px;
	color: #036;
}
	.secondary{width:260px;margin-left:80px;}
	.tertiary{
		height: 1px;
		
		}
	.quaternary{}
	
	.content-bottbg{
	background: url(../cmsimages/content-bottbg.png) no-repeat;
	width: 100%;
	height: 34px;
	clear: both;
	}
	
	.content-topbg{
	background: url(../cmsimages/content-topbg.png) no-repeat;
	width: 100%;
	height: 30px;
	clear: both;
	}
	
	.box1{
		background: url(../cmsimages/surfclubs-bk.png) no-repeat;
		width: 220px;
		height: auto;
		margin-bottom: 15px;
		padding: 15px;
		
	}
	
	.box2{
		background: url(../cmsimages/tournaments-bk.png) no-repeat;
		width: 220px;
		height: auto;
		margin-bottom: 15px;
		padding: 15px;
		
	}
.box1 h3, .content h3 {
	color: #4A7BA6;
	font-weight: bold; 
}
.box3, .box4{
	float: left;
	width: 245px;
	height: auto;
	margin: 10px 15px 15px 15px;
	}
	
.box3 h3, .box4 h3, .content h3 {
	background: url(../cmsimages/header-greenbg.png) no-repeat;
	background-position: left top;	
	color: #9C0;
	font-weight: bold; 
	padding: 10px 0 0 15px;
	margin-left: -15px;
}

.box3 ul, .box1 ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.box3 ul li, .box1 ul li {
	padding: 0;
	margin: 0;
}	

.box4 {
	margin-left: 40px;
}

	
	
	/* grid */
		
		.cols{} /* main column container class */
		.col{
			float:left;
			display:inline;
			width:48%;margin-left:4%; /* 2 equal width columns layout - default */
			}	
		.cols3 .col{width:30%;margin-left:5%;} /* 3 equal width columns layout */
		.cols4 .col{width:22%;margin-left:4%;} /* 4 equal width columns layout */
		
		/* use following classes to build custom grid (add as many as you want) */
		
		.col1, .col2, .col3{float:left;display:inline;}
		.col1{}
		.col2{}
		.col3{}
		
		.indent1{}
		.indent2{}
		.indent3{}
		
	/* grid */	

/* // layout */

/* //  Navigation elements */	

/* holders */	
#navWrapper {
	height : 34px;
	margin-left : 180px;
	padding-top : 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#nav {
	height : 34px;
	position:relative;
	z-index:4;
	padding-right: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}

/* li elements */	


#nav #navtop li li {
	list-style : none;
	float : left;
	width: 200px;
	margin: 0px;
	padding: 0px;
}

/* top navigation */

#nav #navtop li {

list-style: none; 
position: relative; 
padding-top: 0px; 
height: 38px; 
float: left;
}

#nav #navtop li a {

display: block; 
font-weight: bold; 
font-size: 16px; 
color: #196C7C; 
text-decoration: none; 
text-align: center; 
padding-top: 6px; 
padding-right: 15px; 
padding-left: 10px; 
padding-bottom: 0px; 
margin: 0px; 
height: 25px;
}

/* top nav styles */

#nav #navtop a {
	display:block;
	height: 30px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* ---- hovering ---- */
#nav #navtop li:hover ul {
	display : block;
	position : absolute;
}
#nav #navtop li:hover li {float: none; /*position:relative; z-index:1*/}

#nav #navtop li a:hover, #nav #navtop li a:active {
background-image: url(../cmsimages/hover2_03.png);
background-repeat: no-repeat; 
background-position: left bottom;
color: #FFF;
} 

/* sub navigation */
#nav #navtop li li a {
	display:block;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../cmsimages/sub_nav_bg_01.png);
	background-repeat: no-repeat;
	width: 200px;
	color: #FFF;
	text-align: left;
	height: 35px;
	height: 34px;
	width: 200px;
	margin-top: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#nav #navtop li li a:hover {
	background-image: url(../cmsimages/sub_nav_bg_01_hov.png);
	background-repeat: no-repeat;
	color: #036;
}
#nav #navtop li ul{
	display : none;
}

#nav #navtop ul ul ul li{
	display : none;
}
/* // sub sub navigation */
#nav ul ul ul {
	position:relative;
	width: 200px;
	top: 0px;
	margin: 1px;
	padding: 0px;
	height: 34px;
	left: 200px;
}

#nav #navtop li li li a{
	list-style : none;
	display: inline-block;
	height: 34px;
	width: 200px;
	margin-top: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/* //navigation */

/* header */

	#header h1{
		line-height:50px;
		height:50px;
		margin:0;
		}
	#header h1 a{
	text-decoration: none;
		}		

/* // header */
	
/* content */

	.content a, .content a:visited{
	text-decoration:none;
	}
	
	.content p {
	width: 550px;
	text-align: justify;
	padding-left: 15px;
	/*font-style:italic;*/
	}
	
	#content_3 {clear:both;}
	
/* news */	
	.box4 a.title {/*color: #690;*/ text-decoration: none;font-weight:bold;}
	.box4 a:hover {color:#999;}
	.box4 p.summary {font-style:italic;}
	
/* // content */

/* footer */
	
	#footer a, #footer a:visited{
		
		}
		
		#footer li {
			font-size: 10px;
			text-transform: uppercase;
			display:inline;
		}
	
/* // footer */

/* clearfix */

	.inner:after, .content-midbg:after, .cols:after, .fixed:after{
		content:"."; 
		display:block; 
		height:0; 
		clear:both; 
		visibility:hidden;
		}
	.inner, .content-midbg, .cols, .fixed{display:block;min-height:1%;}
	* html .inner, * html .content-midbg, * html .cols, * html .fixed{height:1%;}

/* // clearfix */
/* search START HERE */
    .searchbox{
	width: 250px;
	height: 50px;
	padding-bottom: 10px;
		}
	form#searchForm{
	margin:0;
	float:left;
	top:2em;
	right:0;
	padding-top: 1em;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
		}		
	#searchForm .field{
	width:180px;
	float:left;
	height: 22px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #CADDE4;
		}		
	#searchForm button{
	display:inline;
	float:left; 
	height:29px;
	width:31px;
	margin-left:5px;
	background-image: url(../cmsimages/srchbutt_03.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
/* search END HERE */		
/* added styles */
		}	
#sponsors {
	height: 60px;
	list-style-type: none;
}

.main h1 {
	height: 30px;
	padding-left: 15px;
	padding-top: 12px;
}

.main h2 {
	background-image: url(../cmsimages/header-bluebg.png);
	background-repeat: no-repeat;
	height: 30px;
	padding-left: 15px;
	padding-top: 12px;
}

.box_title {
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 17px;
	color: #395F82;
}

.box_date {
	font-size: 10px;
	margin: 0px;
	line-height: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #395F82;
}
/*.box4 a {
	color: #690;
	text-decoration: none;
}*/
#sponsors  li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	float: left;
}
#sponsors {
	float: right;
	padding-right: 20px;
}


.sponsors_right {
	height: 50px;
	float: right;
}

.copyright, .poweredby {
	text-transform: uppercase;
	color: #036;
	font-size: 10px;
}
.copyright {
	float: right;
}
.poweredby {
	padding-left: 20px;
}



#logo {
	width: 150px;
	z-index: 999;
	height: 150px;
	margin-left: 30px;
	margin-top: 3px;
	float: left;
	margin-bottom: -150px;
	overflow: visible;
	position: relative;
	margin-right: 20px;
}

#topbadge {
	width: 187px;
	z-index: 999;
	background-image: url(../cmsimages/join_topbadge.png);
	background-repeat: no-repeat;
	height: 50px;
	margin-top: 0px;
	margin-right: 30px;
	margin-left: 745px;
	margin-bottom: -2px;
}
#topbadge h4 {
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	padding-top: 8px;
}
#topbadge h4 a {
	color: #FFF;
}

#topbadge h4 a:hover {
	color: #A1BC21;
}


.box_normal {
	font-size: 13px;
	margin: 0px;
	line-height: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #395F82;
}

.homemain {
	width: 550px;
	text-align: justify;
	padding-left: 15px;
}

#bottom {
	position:relative;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 970px;
	display: block;
	height: 40px;
}
.box2 h3 {
	color: #C90;
	font-weight: bold; 
}
/*styles for display note*/
.notetext {
	height: 180px;
	font-size: 13px;
	width: 270px;
	margin-right: 0px;
	margin-top: 50px;
	margin-bottom: 0px;
	margin-left: 610px;
	display: block;
	position: absolute;
	background-image: url(../cmsimages/floatnote.png);
	background-repeat: no-repeat;
	padding-top: 35px;
	padding-left: 25px;
	padding-right: 20px;
	padding-bottom: 20px;
	z-index: 3;
}

.toggle:hover {color:#999;}

.popup {}

/* BUTTONS */

.buttons, .buttons button{
    /*display:block;*/
    /*float:left;*/
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    text-transform: uppercase;
    color:#565656;
    cursor:pointer;
    padding:7px 12px 8px 9px; /* Links */
    font-style: normal;
}

/* STANDARD */

.buttons:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

.headline a {font-weight: bold;}

.feedburnerFeedBlock ul li {padding-bottom: 0px; margin-bottom: 15px;}
.content .feedburnerFeedBlock ul {padding-left: 15px;}

