/* 
	Club GTI - "common.css"
	(C) Club GTI, All Rights Reserved. 2006.
*/

/* basic html tags --------------------------------------------------------------- */

body { 
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	background:#FFF url(/images/common/header/main_bg.jpg) repeat-x left top;
	font-size:74%;
}

* {	margin:0; padding:0; }

fieldset {
	margin:1em;
	padding:1em;
}

legend {
	font-size:0.9em;
	font-weight:bold;
	padding:0 0.2em;
	color:#CC0000;
}

.highlight {
	border:1px solid #FFFF33;
	background:#FFFFCC;
	padding:0.5em;
	text-align:center;
}

/* links  ----------------------------------------------------------------------- */

a {	color:#003399; text-decoration:none; }
a:hover { color:#0000FF; text-decoration:underline; }
a:visited { color:#003399; }

a img {
	border:0;
}

#page a {
	font-weight:bold;
}

#page h2 a {
	font-weight:normal;
}

/* page tags ---------------------------------------------------------------------- */

#page {
	padding:2px 10px 0 10px;
	background:#fff url(/images/common/boxouts/page_top.jpg) no-repeat left top;
}

#page h1, 
#page h2, 
#page h3, 
#page h4, 
#page h5, 
#page h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#page h1 {
	font-size:2em;
	padding-bottom:0.2em;
	border-bottom:1px solid #ccc;
}

#page h2 {
	margin:0.5em 0 0 0;
	font-size:1.5em;
}

#page h3 {
	font-size:1.3em;
	font-weight:bold;
	color:#777777;
}

#page h4 {
	font-size:1.1em;
	font-weight:bold;
	color:#666666;
}

#page h5 {
	font-size:1em;
	font-weight:bold;
	color:#666666;
}

#page h6 {
	font-size:0.9em;
	font-weight:bold;
	color:#666666;
}

#page p, blockquote {
	font-size:0.9em;
	margin:1em 0;
	line-height:1.4em;
}

#page p.more {
	margin:0.5em 0;
	padding-left:9px;
	font-weight:bold;
	background: url(/images/common/icons/arrow_bullet.gif) no-repeat left center;
}

#page .paging { 
	font-weight:bold;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin:1em 0;
	padding:0.2em 0;
	text-align:center;
}

#page ul {
	margin-left:2em;
	margin-top:0.5em;
}

#page ul li {
	font-size:0.9em;
	margin-bottom:0.5em;
}

#page ul li ul li {
	font-size:1em;
	margin-bottom:0.5em;
}

#page blockquote {
	padding-left:1em;
}

#page .img-right { 
	float:right;
	margin:5px 0 5px 10px;
}

#page .img-left { 
	float:left;
	margin:5px 10px 5px 0;
}

#page .img-right p.caption,
#page .img-left p.caption {
	font-size:0.8em;
	margin:5px 0 0 0;
	padding:0;
	color:#666;
	text-align:center;
}


/* titles not inside #page but inside #content ---------------------------------- */

h1 span { display:none; }
h2 span { display:none; }

h2.title {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0.5em 0;
	font-size:1.6em;
	color:#CC0000;
}

/* wrapper ---------------------------------------------------------------------- */

#wrap {
	width:750px;
	text-align:center;
	margin:0 auto;
}

/* hacks ------------------------------------------------------------------------ */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* platinum ad -------------------------------------------------------------------- */

#platinum-ad {
	clear:both;
	width:468px;
	text-align:center;
	margin:0 auto;
}

#platinum-ad p {
	text-align:left;
	font-size:0.8em;
	margin-top:5px;
}

/* todays date ----------------------------------------------------------------- */

#date-and-breadcrumb {
	width:750px;
	padding:5px 0;
	border-top:1px solid #EEE;
	border-bottom:1px solid #EEE;
	margin:10px 0;
	font-size:0.9em;
}

#breadcrumb 
{	
	float:left;
	font-weight:bold;
	color:#003399;
}

#todays-date 
{	
	float:right;
	font-weight:bold;
	color:#003399;
}

/* main content --------------------------------------------------------------- */

#main {
	width:750px;
	text-align:left;
}

#left-col {
	float:left;
	width:160px;
	margin-right:10px;
}

#content {
	float:left;
	width:410px;
	margin-right:10px;
}

#right-col {
	float:right;
	width:160px;
}

/* random html ------------------------------------------------------- */

.current-page {
	color:#CC0000;
}

/* members login ---------------------------------------------------- */

#member-login form {
	margin:0;
	padding:5px;
}

#member-login {
	background:transparent url(/images/common/sidebars/sidebar_bg.jpg) no-repeat left top;
}

#member-login h3 { 
	padding:5px 0 0 5px;
	font-size:1em;
	font-weight:bold;
}

#member-login p {
	font-size:0.9em;
	margin:0;
}

#member-login input {
	margin:0;
}

#member-login .submit-btn {
	margin:5px 0;
}

#member-login-btm {
	width:160px;
	height:8px;
	background:#fff url(/images/common/sidebars/sidebar_btm.jpg) no-repeat left top;
	margin-bottom:10px;
}

#member-login a {
	padding-left: 9px;
	background: url(/images/common/icons/arrow_bullet.gif) no-repeat left top;
}

