@charset "utf-8";
/* CSS Document */

/*  
Theme URL: http://www.clubscomplete.co.uk/
Description: ClubsComplete
Author: Joshua Gutteridge (Skyte Media)
Author URL: http://www.skytemedia.com/

Copyright (c) ClubsComplete.

*/

/* Generic
---------------------------------------------------------------------------------*/

body	{
	padding: 0;
	margin: 0;
	color: #1B3642;
	background: #44A9F1 url(../images/bg_body.jpg) repeat-x;
	font: 15px Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

.img_padding {
	padding-bottom: 20px;
}

.clear {
	clear: both;
}

.curve {
	-moz-border-radius: 10px;
}

/* Font and Typography
---------------------------------------------------------------------------------*/

h1 {
	margin: 0 0 20px 0;
	font-size: 18px;
	font-weight: normal;
}

h2 {
	font-size: 14px;
	margin: 0 0 20px 0;
}

h3{
	font-weight: bold;
	margin: 20px 0;
}

p{
	line-height: 20px;
	margin: 20px 0;
	clear: both;
}

#welcome p{
	color: 333;
	margin: 0;
	padding: 0;
	font-style: italic;
}

dt {
	margin: 0;
}

dd {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #1B3642;
}

hr {
	clear: both;
}

.red {
	color: red;
}

.green {
	color: green;
}

/* Links
---------------------------------------------------------------------------------*/
a:link, a:active, a:visited {
	text-decoration: underline;
	color: #24A9D0;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;	
	color: #6DA035;
}

#footer a:link, #footer a:active, #footer a:visited {
	text-decoration: underline;
	color: #1B3642;
	font-weight: normal;
}

/* Layout
---------------------------------------------------------------------------------*/
.container {
	clear: both;
	width: 980px;
	margin: 0 auto;
}

.container_content {
	clear: both;
	width: 940px;
	margin: 0 auto;
	background-image: url(../images/bg_opacity.png);
	padding: 0 20px 20px 20px;
	position: relative;
}

#welcome {
	width: 980px;
	margin: 0 auto;
	background-color: #FFF;
	padding: 20px;
	border: 1px solid #AAA;
	vertical-align: middle;
}

#logo {
	float: left;
	padding: 20px 0;
}

#twitter {
	width: 300px;
	float: right;
	margin: 20px 0;
	height: 100px;
	text-align: right;
	padding-right: 105px;
	background: url(../images/twitter.jpg) right center no-repeat;
}

#twitter ul, twitter li{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#nav_bar {
	background-image: url(../images/bg_nav.jpg);
	height: 40px;
	clear: both;
	border-top: 1px solid #333;
	border-bottom: 1px solid #AAA;
}

#icon {
	position: absolute;
	right: 8px;
	top: 8px;
	z-index: 1;
}

#content_left {
	clear: left;
	float: left;
	padding: 20px 20px 0 20px;
	background-image: url(../images/bg_opacity.png);
	margin: 20px 0 0 0;
	width: 180px;
}

.content {
	position: relative;
	float: right;
	padding: 20px 20px 0 20px;
	background-color: #FFF;
	margin: 20px 0 0 20px;
	width: 660px;
}

.contene_col_2 {
	width: 330px;
	float: left;
}

.content_col_3 {
	width: 200px;
	float: left;
	padding-right: 20px;
}

#columns {
	clear: both;
	padding: 20px 0 0 0;
}

#columns ul {
	padding: 0;
	margin: 0;
}

#columns li {
	list-style-type: none;
	float: left;
	width: 180px;
	background-image: url(../images/bg_opacity.png);
	padding: 20px;
}

.col_pad {
	margin-right: 20px;
}

#footer {
	clear: both;
	padding: 20px 0 0 0;
	font-size: 11px;
	color: #FFF;
}

#footer a:link, #footer a:visited {
	color: #FFF;
}

/* Navigation
---------------------------------------------------------------------------------*/
#nav {width:980px; clear: both; margin: 0 auto; height:40px; position:relative; z-index:100;}
#nav h1 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
/* hack to correct IE5.5 faulty box model */
* html #nav {width:980px; w\idth:979px;}
/* remove all the bullets, borders and padding from the default list styling */
#nav ul {padding:0;margin:0;list-style-type:none;}
#nav ul ul {width:140px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#nav li {float:left;width:140px;position:relative;}
/* style the links for the top level */
#nav a, #nav a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; width:138px; height:40px; background-image: url(../images/bg_nav_blue.jpg); padding-left:10px; line-height:40px; font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html #nav a, * html #nav a:visited {width:149px; w\idth:138px;}

/* style the second level background */
#nav ul ul a.drop, #nav ul ul a.drop:visited {background:#d4d8bd url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center;}
/* style the second level hover */
#nav ul ul a.drop:hover{background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
#nav ul ul :hover > a.drop {background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
/* style the third level background */
#nav ul ul ul a, #nav ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
#nav ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#nav ul ul {visibility:hidden;position:absolute;height:0;top:40px;left:0; width:140px;}
/* another hack for IE5.5 */
* html #nav ul ul {top:40px;t\op:40px;}

/* position the third level flyout menu */
#nav ul ul ul{left:149px; top:-1px; width:140px;}

/* position the third level flyout menu for a left flyout */
#nav ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#nav table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
#nav ul ul a, #nav ul ul a:visited {background:#143D59; color:#FFF; height:auto; line-height:1em; padding:10px; width:128px;border-width:0 1px 1px 1px; border-top: 1px dotted #0C5C81;}
/* yet another hack for IE5.5 */
* html #nav ul ul a, * html #nav ul ul a:visited {width:140px;w\idth:128px;}

/* style the top level hover */
#nav a:hover, #nav ul ul a:hover{color:#FFF; background: #143D59 url(../images/bg_nav_blue2.jpg);}
#nav :hover > a, #nav ul ul :hover > a {color:#FFF; background: #143D59 url(../images/bg_nav_blue2.jpg);}

/* make the second level visible when hover on first level list OR link */
#nav ul li:hover ul,
#nav ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
#nav ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
#nav ul :hover ul :hover ul{ visibility:visible;}

/* Slider
---------------------------------------------------------------------------------*/
#slider ul, #slider li{ 
			margin:0 0 20px 0;
			padding:0;
			list-style:none;
			}	
		#slider, #slider li{ 
			height:250px;
			width:660px;
			overflow:hidden;
			}
		#slider {
			padding-bottom: 20px;
		}
		#prevBtn, #nextBtn{ 
			display:block;
			width:30px;
			height:77px;
			position:absolute;
			left:-25px;
			top:71px;
			}	
		#nextBtn{ 
			left:701px;
			}														
		#prevBtn a, #nextBtn a{  
			display:block;
			width:30px;
			height:77px;
			background:url(../images/btn_prev.gif) no-repeat 0 0;	
			}	
		#nextBtn a{ 
			background:url(../images/btn_next.gif) no-repeat 0 0;	
			}	

/* Forms
---------------------------------------------------------------------------------*/
.field {
	border-top: 1px solid #AAA;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #AAA;
	width: 180px;
	padding: 5px;
	background-color: #FFF;
}

/* Events Table
---------------------------------------------------------------------------------*/
.events td {
	border-bottom: 1px solid #DDD;
	padding: 5px 20px 5px 0;
}

.events img {
	padding: 10px 0;
}

/* Event Icons
---------------------------------------------------------------------------------*/
#event_icons {
	margin: 0;
	padding: 0;
}

#event_icons li {
	list-style-type: none;
	float: left;
	width: 280px;
	padding-left: 50px;
	line-height: 30px;
	padding-bottom: 20px;
}

.time {background: url(../images/icons/time.gif) no-repeat;}
.age {background: url(../images/icons/age.gif) no-repeat;}
.date {background: url(../images/icons/date.gif) no-repeat;}
.sessions {background: url(../images/icons/sessions.gif) no-repeat;}
.day {background: url(../images/icons/day.gif) no-repeat;}
.buy {background: url(../images/icons/buy.gif) no-repeat;}

/* Gallery
---------------------------------------------------------------------------------*/
#holiday_gallery img {
	margin: 0 20px 20px 0;
}

/* Clearfix
---------------------------------------------------------------------------------*/
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
