/*
    Project: The Golf Environment Awards, administrated by STRI
    URL: http://www.golfenvironmentawards.co.uk
    Output device: screen, projection
    Author: Keiran Wynyard (keiran@wynyard.net)
    Last revision: 2010-04-14
    Structure:

        display | position | float | overflow | width | height | border | margin | padding | background | align | font
*/



* {
	padding: 0;
	margin:0;
}
a {
	color:#CE2409;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}
body {
	border:0;
	background:#fff;
	font:70% Arial, Helvetica, sans-serif, "Arial Narrow";
	color:#1F0D01;
	_text-align:center;
}
div, img{
	border:none;
}
p {
	margin-bottom:1.5em;
}
h1, h2, h3, h4, h5 {
	margin-bottom:1.5em;
	color:#1F0D01;
}

h1 {
	font-size:200%;
	line-height:100%;
	font-family:"Arial Black", Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-bottom:0.75em;
}

h2 {
	font-size:180%;
	line-height:100%;
	font-family:"Arial Black", Arial, Helvetica, sans-serif;
	font-weight:bold;
}

h3 {font-size:120%; line-height:100%; font-weight:bold;	font-family:"Arial Black", Arial, Helvetica, sans-serif; margin-bottom:0; margin-top:0.5em;}

h4 {font-size:120%;}

h5 {font-size:100%;}

ul, ol {
	display:block; 
	margin-bottom:1em; 
	margin-left: 1em;
	#margin-left: 1.5em;
	margin-top:0;
	padding: 0.5em;
	padding-top:0;
}

ol {list-style-type:decimal;}
ol ol {list-style-type: lower-alpha;}
li {display:list-item; _height:1px; margin-top:0.5em;}
ol ol li{
	margin-top: 0;
}

ul ul, ul ol, ol ol, ol ul {margin: 0 0 0 1em;}
ol ul {list-style:square;}

fieldset {border:1px solid #ccc; margin:1em 0; padding:1em;}

legend {margin-left:1em; font-size:100%; font-weight:bold; color:#008;}

hr {display:block; height:1px; margin:10px 0; padding:0; background:#CCC; border:0 solid #CCC; color:#CCC;}

abbr, acronym {border-bottom:1px dotted #CCC; cursor:help;}

del, .through {text-decoration:line-through;}

strong, .strong {font-weight:bold;}

cite, em, q, var {font-style:italic;}

code, kbd, samp {font-family:monospace; font-size:110%;}

/* Floating */

.f-left {float:left;}
img.f-left{ margin: 0 0 0.25em 0.25em; clear:left;}

.f-right {float:right;}
img.f-right{ margin: 0 0.25em 0.25em 0; clear:right;}

.clear {clear:both; line-height: 0; font-size:1px;}

/* Text align */

.t-left {text-align:left;}

.t-center {text-align:center;}

.t-right {text-align:right;}

.va-middle {vertical-align:middle;}


.box {min-height:1px; _height:1px;}

.box:after {content:"."; display:block; line-height:0px; font-size:0px; visibility:hidden; clear:both;}

.nom {margin:0;}

.noscreen {display:none;}

/* -----------------...........--------------------------------------------------------------------------------------- */

#container {
	width:100%;
	_text-align:center;
	background: white url(../img/GEA/nav_bg.gif) repeat-x 0px 257px;
}
#main {width:752px; margin:0 auto; _text-align:left;}

/* Header */

#header {
	position:relative;
	width:752px;
	height:262px;
	color:#FFF;
	overflow:hidden;
}

    /* Header - logo */

#header #logo {
	position:absolute;
	left:0px;
	margin:0;
	height: 144px;
	width: 264px;
	bottom: 0px;
	z-index: 100;
}

    #header #logo a {
		/*visibility:hidden;*/
	}


/* Main menu (tabs) */

#tabs {_height:1px; margin:0; padding: 0; z-index: 200;}

    #tabs ul {list-style:none; margin:0; padding: 0; z-index: 200;}

    #tabs ul li {margin:10px 2px 0 0; padding:0; float:left; z-index: 200;}

    #tabs ul li a {
	display:block;
	position:relative;
	border:0;
	background:url(../img/GEA/button_bg.gif) no-repeat center top;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	text-align: center;
	height: 26px;
	width: 92px;
	padding-top: 7px;
	 z-index: 200;
}
    #tabs ul li a:hover {
		color:#CE2409;
		text-decoration:none;
		background:url(../img/GEA/hover_button.png) no-repeat center top;
		height: 40px;
		padding-top: 20px;
		margin-top: -32px;
		 z-index: 200;
	}

/* Page (2 columns) */

#page {width:770px; min-height:1px; _height:1px;}

#page-in {min-height:1px; padding:10px 0; _height:1px;}

/* Content */

#content {float:left; width:565px; _width:585px; margin-right:20px;}

    /* Content - article */

    #content .article {clear:both; width:100%; max-width:100%;}

    #content .article p {text-align:justify;}
	
	#content .article th, #content .article td{padding-right: 0.5em; vertical-align:top;}
	#content .article th{text-align:center;}
	#content .article th.bottom { border-bottom: #666 solid 2px; text-align:left; font-size:110%;}
	#content .article th.top { border-top: #666 solid 2px; text-align:center; padding-bottom:0.5em;}
	#content .article th p, #content .article td p{text-align: left; padding-bottom:0; margin-bottom:0; margin-top:0.25em;}

    #content .info {margin:10px 0; padding-bottom:8px; border-bottom:1px solid #ededed;}

    #content .info span.date, #content .info span.cat, #content .info span.user, #content .info span.comments {padding-left:15px;}

    #content .info span.date {background:url("../images/ico_date.gif") 0 50% no-repeat;}

    #content .info span.cat {background:url("../images/ico_cat.gif") 0 50% no-repeat; margin-left:8px;}

    #content .info span.user {background:url("../images/ico_user.gif") 0 50% no-repeat; margin-left:8px;}

    #content .info span.comments {background:url("../images/ico_comments.gif") 0 50% no-repeat; margin-left:8px;}

    /* Content - More */

    #content .btn-more {margin:0 0 15px 0; padding:0; border:0; position:relative;}

    #content .btn-more a {display:block; position:absolute; top:0; right:0; width:67px; _width:95px; height:21px; margin:0; padding:0 0 0 28px; background:url("../images/btn_more.gif") 0 0 no-repeat; color:#FFF; text-decoration:none;}

    #content .btn-more a:hover {background:url("../images/btn_more.gif") -95px 0 no-repeat;}
	#content img.f-left {
		padding-top: 0.3em;
		padding-right: 0.6em;
	}
	#content img.f-right {
		padding-top: 0.3em;
		padding-left: 0.6em;
	}

/* Right column */

#col {float:right; width:126px; margin-right:20px;}

#col-in {padding:20px 10px; }
#col .sponsor{
	background: url(../img/GEA/sidebar_bottom.gif) no-repeat center bottom;
	width: 126px;
	text-align:center;
	margin-bottom:1em;
	padding-bottom: 5px;
	#padding-top:0;
	#margin-top:0;
}
#col .sponsor h3 {
	padding:5px 2px;
	background:url(../img/GEA/sidebar_top.gif) no-repeat center top;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing:0.15em;
	text-align:right;
	margin-bottom:0;
}
#col .sponsor h4 {
	padding:5px 2px;
	background:url(../img/GEA/sidebar_top.gif) no-repeat center top;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing:0.15em;
	text-align:center;
	margin-bottom:0;
}
#col .sponsor p{
	margin-top: -0.75em;
	margin-bottom:0;
	text-align:right;
	padding:0px 3px;
}
#col .sponsor img {
	margin-bottom: 1em;
}

    /* Right column - About me */

    #col #about-me {margin-bottom:15px; line-height:130%;}

    #col #about-me p {margin:0;}

    #col #about-me #me {float:left; width:54px; height:58px; margin-right:7px;}

    /* Right column - Category */

    #col ul#category {margin:15px 0; padding:0; list-style:none;}

    #col ul#category li {margin:0; padding:0; border-bottom:1px solid #ededed;}

    #col ul#category li a {display:block; padding:3px 0 3px 22px; background:url("../images/ico_archive.gif") 5px 6px no-repeat; text-decoration:none;}

    #col ul#category li a:hover {background-color:#e5e5e5; color:#3f3f3f;}

    #col ul#category li#category-active a {background:#ededed url("../images/ico_archive2.gif") 5px 50% no-repeat; font-weight:bold;}

    /* Right column - Archive */

    #col ul#archive {margin:15px 0; padding:0; list-style:none;}

    #col ul#archive li {margin:0; padding:0; border-bottom:1px solid #ededed;}

    #col ul#archive li a {display:block; padding:3px 0 3px 22px; background:url("../images/ico_archive.gif") 5px 50% no-repeat; text-decoration:none;}

    #col ul#archive li a:hover {background-color:#e5e5e5; color:#3f3f3f;}

    #col ul#archive li#archive-active a {background:#ededed url("../images/ico_archive2.gif") 5px 6px no-repeat; font-weight:bold;}

    /* Right column - Links */

    #col ul#links {margin:15px 0; padding:0; list-style:none;}

    #col ul#links li {margin:0; padding:0; border-bottom:1px solid #ededed;}

    #col ul#links li a {display:block; padding:3px 0 3px 22px; background:url("../images/ico_links.gif") 5px 6px no-repeat; text-decoration:none;}

    #col ul#links li a:hover {background-color:#e5e5e5; color:#3f3f3f;}

/* Footer */

#footer {
	position:relative;
	clear:both;
	width:100%;
	height:60px;
	background:url(../img/GEA/footer_bg.gif) repeat-x 0 0;
	color:#FFF;
	text-align:center;
	padding-top: 36px;
	margin-top:3em;
}

#footer a {color:#FFF;}

#footer a:hover {color:#FFF;}

#footer_int {
	width: 752px;
	margin: 0 auto;
	text-align:left;
	position:relative;
}
ul#footer_menu{
	margin-right: 85px;
	list-style:none;
}
ul#footer_menu li {
	margin:0 1px 0 0; 
	padding:0; 
	float:left;
	display:block;
	position:relative;
}

ul#footer_menu li a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	text-align: center;
	text-transform:lowercase;
}

#stri_logo {
	position:absolute;
	right:-15px;
	top: -80px;
}
    /* Footer - "back on top" */

    #top {position:absolute; top:55px; left:550px;}

    #top p {position:relative; width:30px; height:25px; margin:0; overflow:hidden;}

    #top p span {display:block; position:absolute; left:0; top:0; z-index:1; width:30px; height:25px; background:url("../images/ico_top.gif") 0 0 no-repeat; cursor:pointer;}

    #top a:hover span {background:url("../images/ico_top.gif") -30px 0 no-repeat;}

    /*  Footer - copyright */

    #footer p#copyright {position:absolute; top:10px; left:40px; margin:0;}
#content table.brown {
	width: 567px;
	/*#width: 550px;*/
	height:203px;
	overflow:hidden;
	color: #FFFFFF;
	background: url(../img/GEA/table_bg.gif) no-repeat left top;
	padding: 5px 10px 5px 10px;/**/
}
#content table.brown h2, #content table.brown h3, #content table.brown th{
	display:block;
	color: #fff;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	vertical-align:top;
	height:auto;
	text-align:left;
}
#content table.brown th, #content table.brown tr{
	display:block;
	padding: 0px;
	#padding-left:10px;
	margin: 0px;
	#padding-bottom: 5px;
	height: 2em;
}
#content table.brown td{
	color: #fff;
	padding: 0px;
	margin: 0;
	padding-right: 10px;
	#padding-right:0;
	vertical-align:top;
	overflow:hidden;
	#padding-left:10px;
}
#content table.brown p{
	padding: 0;
	#padding-right: 10px;
	#margin-right: 0;
}
label.radio{
	display:block;
	min-width: 30px;
	float:left;
}
label.error{
	color: red;
	font-weight:bold;
	padding-left: 1em;
	/*display:block;
	float:left;
	clear:both;*/
	white-space:nowrap;
}
td.formRight,td.formLeft {
	padding-top: 5px;
	width: 50%;
}
td.formRight textarea{
	float:left;
	width: 90%;
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
	height: 7em;
}