/*  
Theme Name: Girl Guiding
Author: Rob Leach
Author Url: http://www.popmatik.co.uk
Date:16th Sept 2007

*/

*{padding:0; margin:0;}

body{
	font-family:'Trebuchet Ms', arial, sans-serif;
	font-size:13px;
	color:#4a4f70;
	}

p{
margin-bottom:15px;
line-height:18px;
}

a{
	color:#cc2a78;
	}


ul{
	list-style:square;
	padding-left:25px;
	margin-bottom:12px;
	}

h4{
	color:#808DEB;
	font-size:15px;
	margin-bottom:10px;
	}
	
#mainwrap{
	margin-left:auto;
	margin-right:auto;
	width:776px;
	}
	
#header{
	background:url(images/header.gif) top right no-repeat;
	height:131px;
	border-bottom:1px solid #EFEFEF;
	}
	
.logo{
	background:url(images/logo.gif) no-repeat;
	width:194px;
	text-indent:-9999px;
	height:131px;
	
	}
	
.strap_line{
	display:none;
	}
	
#banner{
	float:right;
	margin-right:1px;
	}

/* Navigation */

#nav{
	width:204px;
	font-size:12px;
	float:left;
	display:inline;
	line-height:none;
	}

#nav ul{
	list-style:none;
	padding:0;
	}

#nav li{
	border-bottom:1px solid #ffffff;
	width:204px;
	float:left;
	border-right:1px solid #ffffff;
	} 
	
#nav ul li a{
	background:url(images/nav_bar_rep.jpg) repeat-x;
	text-decoration:none;
	color:#ffffff;
	display:block;
	padding:4px 10px 3px 10px;
	width:184px;
	height:19px;
	}
	
#nav ul li a:hover{
	background:#5e6cad;
	}
	
#nav ul li.current_page_item a{
	background:#5e6cad;
	}
	
#nav ul li.current_page_item ul li a{
	background:#9fb0ec;
}

#nav ul li.current_page_item ul li a:hover{
	background:#5e6cad;
}


#nav ul li.current_page_parent a{
	background:#5e6cad;
	}
	
#nav ul li.current_page_parent ul li a{
	background:#9fb0ec;
	}	

#nav ul li.current_page_parent ul li a:hover{
	background:#5e6cad;
	}	
	
	
#nav ul li ul{
	position:absolute;
	margin-left:205px;
	margin-top:-26px;
	left:-9999px;
	}
	
#nav ul li ul li{
	float:none;
	}
#nav ul li:hover ul, #nav ul li.sfhover ul {
	left:auto;
	}



#nav li:hover, #nav li.sfhover{
	position:static;
}




#columnright{
	float:right;
	width:560px;
	margin-top:10px;
	margin-bottom:40px;
	margin-left:10px;
	}
	
h2{
	background:url(images/heading_dots.gif) repeat-x bottom;
	color:#cc2a78;
	font-size:18px;
	font-weight:normal;
	margin-bottom:20px;
	}
	
/*Thumbnail styling*/

.thumb{
	padding:0 5px 5px 0;
}
	
	
/*Left box styling*/

#leftbox{
	background:url(images/sidebox_rep.jpg) repeat-x;
	width:194px;
	float:left;
	font-size:11px;
	color:#4c58b0;
	display:inline;
	margin-top:1px;
	padding:5px;
	}
	
#leftbox p{
	margin-bottom:12px;
	line-height:15px;
	}

#star{
	text-indent:-9999px;
	color:#000000;
	float:right;
	background:url(images/star.jpg) no-repeat;
	height:102px;
	width:102px;
	}


/*Table styling*/
th{
	text-align:left;
	padding:5px;
	background-color:#EEF2FE;
	color:#fff;
	}
	
td{padding:5px;
background-color:#F1F1F1;
font-size:12px;}

table{
	margin-bottom:20px;
	}


/*Comments styling*/

ol.commentlist{
	list-style:none;
	margin-bottom:30px;
}

ol.commentlist li{
	padding:10px;

}

ol.commentlist li.alt{
	background:#E3E8FC;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
	
	
#footer{
	clear:both;
	border-top:2px solid #768ACE;
	font-size:11px;
	padding-top:5px;
	}
	
.footernav{
	float:right;
		list-style:none;
	}

	
.footernav li{
	float:left;
	padding: 0 5px;
	}
	
.footernav li a{
	text-decoration:none;
	color:#4A4F70;
	}
	
.footertext{
	float:left;
	}