/*	-------------------------------------------------------------
	-------------------------------------------------------------
	CSS CODED BY - pxwebdesign.com.au - 2009
	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	margin: 0;
	padding: 0;
	color: #f1f6f9;
	font: 12px Verdana, Arial, sans-serif;
	text-align: left;
	background: #0a477d;
}


/*	-------------------------------------------------------------
	MAIN DIVS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
.container {
	width: 960px;
	margin: 0 auto;
}

#wrapper {
	background: #2c75a0 url(../images/body_bg.jpg) repeat-x;
}

#header {
	height: 134px;
	padding: 0 10px;
}

#menu {
	height: 36px;
	padding: 0 10px;
	border-bottom: 1px solid #8ad1fb;
	margin-bottom: 20px;
}

#main {
	padding: 0 10px 60px 10px;
}

#content {
	width: 610px;
	float: left;
}

#content.noSide {
	float: none;
	width: 940px;
}

#side {
	width: 290px;
	float: right;
}
	
#footer {
	clear: both;
	background: #;
	height: 160px;
}


/*	-------------------------------------------------------------
	HEADER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#header #logo {
	float: left;
	margin-top: 11px;
}

#header_forums {
	float: right;
	padding: 54px 0 0 0;
}

/*	Search
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#header_search {
	float: right;
	padding: 58px 48px 0 62px;
}

#header_search_input {
	background: #4c8fb6 url(../images/header_search_input_bg.gif) no-repeat;
	width: 209px;
	height: 28px;
	float: left;
}

#header_search_input input {
	background: #4c8fb6;
	border: 0;
	margin: 4px 0 0 6px;
	height: 16px;
	line-height: 16px;
	width: 90%;
	color: #fff;
}

#header_search_button {
	float: right;
	margin: 3px 0 0 8px;
}


/*	-------------------------------------------------------------
	MENU
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#menuMain {
	float: left;
	margin: 0 0 0 0;
}

#menuMain li {
    float: left;
    padding: 0 34px 0 0;
}

#menuMain li.contacts {
    padding-right: 0;
}

#menuMain a:link,
#menuMain a:visited {
  display: block;
  text-indent: -10000px;
  height: 23px;
  line-height: 23px;
  float: left;
}


#menuMain a.home:link,
#menuMain a.home:visited {
  width: 61px;
  background: url(../images/menu/home.gif) no-repeat;
}

#menuMain a.home:hover,
#menuMain a.home.active:hover {
	background-position: 0 -46px;
}

#menuMain a.about:link,
#menuMain a.about:visited {
  width: 65px;
  background: url(../images/menu/about.gif) no-repeat;
}

#menuMain a.about:hover,
#menuMain a.about.active:hover {
	background-position: 0 -46px;
}

#menuMain a.events:link,
#menuMain a.events:visited {
  width: 71px;
  background: url(../images/menu/events.gif) no-repeat;
}

#menuMain a.events:hover,
#menuMain a.events.active:hover {
	background-position: 0 -46px;
}

#menuMain a.articles:link,
#menuMain a.articles:visited {
  width: 77px;
  background: url(../images/menu/articles.gif) no-repeat;
}

#menuMain a.articles:hover,
#menuMain a.articles.active:hover {
	background-position: 0 -46px;
}

#menuMain a.sotm:link,
#menuMain a.sotm:visited {
  width: 54px;
  background: url(../images/menu/sotm.gif) no-repeat;
}

#menuMain a.sotm:hover,
#menuMain a.sotm.active:hover {
	background-position: 0 -46px;
}

#menuMain a.motorsport:link,
#menuMain a.motorsport:visited {
  width: 120px;
  background: url(../images/menu/motorsport.gif) no-repeat;
}

#menuMain a.motorsport:hover,
#menuMain a.motorsport.active:hover {
	background-position: 0 -46px;
}

#menuMain a.gallery:link,
#menuMain a.gallery:visited {
  width: 70px;
  background: url(../images/menu/gallery.gif) no-repeat;
}

#menuMain a.gallery:hover,
#menuMain a.gallery.active:hover {
	background-position: 0 -46px;
}

#menuMain a.links:link,
#menuMain a.links:visited {
  width: 49px;
  background: url(../images/menu/links.gif) no-repeat;
}

#menuMain a.links:hover,
#menuMain a.links.active:hover {
	background-position: 0 -46px;
}

#menuMain a.contacts:link,
#menuMain a.contacts:visited {
  width: 92px;
  background: url(../images/menu/contacts.gif) no-repeat;
}

#menuMain a.contacts:hover,
#menuMain a.contacts.active:hover {
	background-position: 0 -46px;
}


#menuMain a.active:link,
#menuMain a.active:visited {
	background-position: 0 -23px;
}



/*	-------------------------------------------------------------
	CONTENT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content h1,
.content h1 {
	padding: 0 0 8px 0;
	color: #fff;
	font-weight: normal;
	font-size: 1.9em;
	text-transform: uppercase;
}

#side.content h1 {
	padding: 2px 0 8px 0;
	font-size: 1.7em;
}

#content h1.line,
#side.content h1.line {
	border-top: 1px solid #7bacc9;
	margin-top: 10px;
	padding: 9px 0 8px 0;
}


#content h2,
.content h2 {
	padding: 8px 0 1px 0;
	color: #fff;
	font-weight: normal;
	font-size: 1.5em;
}

#content h3,
.content h3 {
	padding: 5px 0 1px 0;
	color: #f18205;
	font-weight: bold;
	font-size: 1.2em;
}

#content h4,
.content h4 {
	padding: 5px 0 1px 0;
	color: #8ac7f3;
	font-weight: bold;
	font-size: 1.2em;
}

#content p,
.content p {
	padding: 5px 0 10px 0;
	line-height: 1.4em;
}

#content a:link,
#content a:visited,
.content a:link,
.content a:visited {
	color: #f18205;
}

#content em {
	font-style: italic;
}


#userMenu {
	margin: 0 0 10px 0;
	padding: 3px 4px;
	border: 1px solid #2c75a0;
	background: #6f99b2;
	color: #204e6a;
}

#content ul {
	padding: 5px 0 10px 10px;	
}

#content ul li {
	padding: 1px 0 2px 12px;
	line-height: 1.3em;
	background: url(../images/li_bg.gif) no-repeat 0 5px;
}

/*	Date Box
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


.content .dateBox {
	width: 44px;
	height: 70px;
	float: left;
	background: url(../images/home/event_bg.gif);
	text-align: center;
	color: #fff;
	font-weight: bold;
}

.content .dateBox_num {
	padding-top: 15px;
	font-size: 1.2em;
	font-weight: bold;
}

.content .dateBox_month {
	padding-top: 4px;
	font-size: 1.1em;
	font-weight: bold;
}

.content .dateBox_year {
	padding-top: 1px;
	font-size: 1.1em;
}



/*	Pagination
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	
#content.content .pagination {
	clear: both;
	text-align: center;
	padding: 10px 0;
}

#content.content .pagination p { padding: 0; }

#content.content .pagination a:link,
#content.content .pagination a:visited {
	font-size: 1.3em;
	letter-spacing: 0px;
	color: #fff;
	background: #4e9ed9;
	border: 1px solid #286c9d;
	padding: 2px 5px;
	text-decoration: none;
}

#content.content  .pagination a.active:link,
#content.content  .pagination a.active:visited {
	color: #eee;
	background: #80bce7;
	border: 1px solid #286c9d;
	text-decoration: none;
}

#content.content  .pagination a.pagePosition:link,
#content.content  .pagination a.pagePosition:visited {
	font: 10px Arial, Verdana;
	color: #fff;
	border: 1px solid #5c93a5;
	background: #6498a9;
	padding: 1px 4px;
	text-decoration: none;
}




/*	-------------------------------------------------------------
	HOME
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
/*	SOTM
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
.content #homeSOTM {
	
}

.content #homeSOTM_photo {
	border: 5px solid #fff;
}

.content #homeSOTM_photo img {
	display: block;
}

.content #homeSOTM_intro {
	padding: 5px 0 10px 0;
	line-height: 1.3em;
	font-style: italic;
	font-size: 1.1em;
}
	


/*	-------------------------------------------------------------
	SIDE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#side p {
	padding-left: 10px;
}

/*	Menu
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#side #menuMainChilds {
	padding: 0 0 0 10px;
}

#side #menuMainChilds li {
	padding: 2px 0 3px 0;
}

#side #menuMainChilds li a:link,
#side #menuMainChilds li a:visited {
	display: block;
	padding: 2px 0 3px 28px;
	background: url(../images/menuMainChilds_bg.gif) no-repeat 0 2px;
	font-size: 1.1em;
	font-weight: bold;
}

#side #menuMainChilds li a.active:link,
#side #menuMainChilds li a.active:visited {
	color: #f9e1bb;	
}

#side #menuMainChilds li a:hover {
	display: block;
	padding: 2px 0 3px 28px;
	background: url(../images/menuMainChilds_bg.gif) no-repeat 1px 2px;
	font-size: 1.1em;
	font-weight: bold;
}


/*	Forum
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.content #side_forumPosts ul {
	padding: 2px 0 10px 10px;
}

.content #side_forumPosts ul li {
	padding: 1px 0 4px 20px;
	line-height: 1.4em;
	background: url(../images/home/forum_icon.gif) no-repeat 0 4px;
}

.content #side_forumPosts a:link,
.content #side_forumPosts a:visited {
	color: #a5cfeb;
}

/*	Events
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#side_upcomingEvents .homeEvent_box {
	padding: 5px 5px 12px 10px;
	clear: both;
}

#side_upcomingEvents .dateBox {
	width: 44px;
	height: 70px;
	margin: 0 14px 5px 0;
	float: left;
	background: url(../images/home/event_bg.gif);
	text-align: center;
	color: #fff;
	font-weight: bold;
}

#side_upcomingEvents .dateBox_num {
	padding-top: 15px;
	font-size: 1.2em;
	font-weight: bold;
}

#side_upcomingEvents .dateBox_month {
	padding-top: 4px;
	font-size: 1.1em;
	font-weight: bold;
}

#side_upcomingEvents .dateBox_year {
	padding-top: 1px;
	font-size: 1.1em;
}

#side_upcomingEvents .infoBox {
	line-height: 1.3em;
}

#side_upcomingEvents .infoBox h4 {
	font-size: 1.2em;
	padding: 0 0 3px 0;
}

#side_upcomingEvents .infoBox h5 {
	padding: 0 0 3px 0;
	font-weight: bold;
}

#side_upcomingEvents .infoBox h4 a:link,
#side_upcomingEvents .infoBox h4 a:visited {
	font-weight: bold;
}


/*	Photos
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#side_randomPhotos {
	padding: 0 5px 0 10px;
}

#side_randomPhotos img {
	display: block;
	border: 1px solid #fff;
	margin: 2px;
	float: left;
}



/*	-------------------------------------------------------------
	FOOTER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#footer .container {
	background: url(../images/footer_bg.gif) no-repeat 100% 28px;
}
	
#footer a:link,
#footer a:visited {
	color: #f18205;
}


#footer #footer_about {
	font: 1.3em Georgia;
	line-height: 1.5em;
	padding: 18px 300px 0px 0;
	color: #96b2cc;
}

#footer #footer_copyright {
	padding: 12px 0 0 0;
	font-weight: bold;
	color: #627f99;
}

#footer #footer_copyright a:link,
#footer #footer_copyright a:visited {
	font-weight: bold;
}


/*	-------------------------------------------------------------
	MESSAGES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#successMsg,
#errorMsg {
	padding: 5px 10px;
	border-top: 1px solid #999;
}

#successMsg h5,
#errorMsg h5 {
	font-size: 13px;
	font-weight: bold;
	padding: 1px 0 5px 23px;
	background: no-repeat 0 1px;
}

#successMsg p,
#errorMsg p {
	color: #905b1d;
}

#successMsg a:link,
#successMsg a:visited,
#successMsg a:hover {
	color: #fff;
}

#errorMsg a:link,
#errorMsg a:visited,
#errorMsg a:hover {
	color: #724714;
}
	
/*	Success
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#successMsg {
	background: #6fb558;
	border-bottom: 1px solid #5fa349;
}

#successMsg h5 {
	color: #fff;
	background-image: url(../../../images/icons/msg_success.gif);
}

#successMsg p {
	color: #fff;
}

/*	Error
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#errorMsg {
	background: #f6db5a;
	border-bottom: 1px solid #e5ca47;
}

#errorMsg h5 {
	color: #82531b;
	background-image: url(../../../images/icons/msg_error.gif);
}

#errorMsg p {
	color: #905b1d;
}