/*------------------------------------------------------------------
[Master Stylesheet]

Project:			Sugarcane
Version:			1.0.3
Last change:			27/11/08
Author:				Claire Perrin
------------------------------------------------------------------*/

/*General*/

*{
	margin:0;
	padding:0;
	list-style: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	}
	
* a{	
	text-decoration: none;
	}
	
body{
	background: #ececec;
	}
	
#wrapper{
	margin: 0 auto;
	width: 920px;
	border: 1px solid #825700;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #ffffff;
	}
	
/*HEAD*/

#header{
	height: 100px;
	margin: 20px 10px 10px 10px;
	}

#header .logo{
	float: left;
	padding-right: 13px;
	padding-top: 20px;
	}
		
#header h1{
	font-size: 30px;
	color: #002576;
	padding: 30px 0 0 20px;
	}

#header h1 em{
	font-size: 35px;
	color: #ebd79b;
	font-style: normal;
	}

#header .stars{
	position: absolute;
	padding-left: 735px;
	}
	
img.bars{
	margin: 5px 0 10px 0;
	}
	
/*MENU*/

.sidebar{
	float: left;
	width: 177px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

.sidebar #menu{
	width: 177px;
	padding: 0 10px 20px 10px;
	margin: 0;
	float: left;
	}
	
.sidebar #menu ul li{
	font-size: 15px;
	background: transparent url(/assets/img/nav_3.png) no-repeat scroll 0 0;
	}
	
.sidebar #menu ul li.hover {
	background: transparent url(/assets/img/nav_3.png) no-repeat scroll -177px 0;
	cursor:pointer;
	}
	
.sidebar #menu ul li a:hover{
	height: 23px;
	width: 177px;
	padding-right: 0;
	}
.sidebar #menu ul li a{
	color: #fff;
	text-decoration: none;
	width: 177px;
	padding: 0 0 2px 20px;
	}	

.sidebar #menu ul li ul li{
	padding-bottom: 2px;
	width: 177px;
	font-size: 15px;
	background: transparent url(/assets/img/nav_4.png) no-repeat scroll 0 0; 
	}

/*CONENT*/

#content, #content_gallery{
	width: 700px;
	color: #333;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 18px;
	margin: 0 10px 0 205px;
	text-align: justify;
	word-spacing: 2px;
	font-family: Arial, Helvetica, sans-serif;
	}

#content_images{
	margin: 0;
	padding-bottom: 20px;
	}	
	
#content_images img{
	float: left;
	margin-right: 11px;
	}


#content_images .link{
	color: #fff;
	background: #620000;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	}
	
#content_images p a{
	border-bottom: none;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#content_images a:hover{
	text-decoration: underline;
	}

#content img{
	border: 1px solid #825700;
	padding: 1px;
	margin-bottom: 10px;
	}	
	
#content img.left{
	border: 1px solid #825700;
	padding: 1px;
	float: left;
	margin: 0 10px 10px 0;
	}

#content img.right{
	border: 1px solid #825700;
	padding: 1px;
	float: right;
	margin: 0 0 10px 10px;
	}

#content h1{
	color: #002576;
	font-size: 30px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #002576;
	}

#content h2{
	color: #002576;
	font-size: 25px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #002576;
	}
	
#content h3{
	color: #002576;
	font-size: 20px;
	padding-bottom: 15px;
	}
	
#content h4{
	color: #002576;
	font-size: 18px;
	padding-bottom: 10px;
	}

#content h5{
	color: #002576;
	font-size: 16px;
	padding-bottom: 5px;
	}

#content h6{
	color: #002576;
	font-size: 14px;
	}

#content p, span{
	padding-bottom: 18px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#content p a{
	color: #333;
	border-bottom: dashed 1px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#content p a:hover{
	border-bottom: solid 1px;
	}
	
#content ul, #content ol{
	padding: 0 0 10px 30px;
	font-family: Arial, Helvetica, sans-serif;
	}

#content ul li{
	list-style: disc;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#content ol li{
	list-style-type: decimal;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#content hr{
	color: #002576;
	font-size: 25px;
	margin-bottom: 20px;
	}
	
#content span{
	font-family: Arial, Helvetica, sans-serif;
	}
	
/*GALLERY*/

#content_gallery{
	width: 700px;
	}
	
#content_gallery p{
	font-family: Arial, Helvetica, sans-serif;
	}

#content_gallery h2{
	color: #002576;
	font-size: 25px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid;
	}
	
#content_gallery ul.photo_gallery{
	width: 700px;
	margin: 0 auto;
	}
	
#content_gallery ul.photo_gallery li {
	display: inline;
	}

#content_gallery ul.photo_gallery li a img{
	display: block;
	float: left;
	margin: 10px 5px 5px 5px;
	border: 1px solid #825700;
	padding: 1px;
	height: 80px;
	clear: right;
	}

#content_gallery ul.album_gallery img{
	float: right;
	border: 1px solid #825700;
	clear: right;
	margin: 0 10px 0 10px;
	}
	
#content_gallery ul.album_gallery li{
	height: 120px;
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #825700;
	overflow: hidden;
	}
	
#content_gallery ul.album_gallery li a{
	font-size: 18px;
	color: #620000;
	text-decoration: none;
	}
	
#content_gallery ul.album_gallery li a:hover{
	text-decoration: underline;
	} 
	
#content_gallery ul.album_gallery li p{
	padding: 10px 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	}
	
/*EVENTS*/

#content #events_news{
	float: left;
	}
	
#content #events_news ul{
	padding: 0;
	margin-left: 10px;
	}
	
#content #events_news ul li{
	list-style: none;
	padding-bottom: 20px;
	}
	
#content #events_news ul li a.title{
	font-size: 20px;
	color:#620000;
	}
	
#content #events_news ul li a.title:hover{
	text-decoration: underline;
	}
	
#content #events_news p.date{
	font-style: italic;
	font-size: 15px;
	padding-top: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
#content #events_news p{
	padding: 0;
	padding-bottom: 5px;
	}
		
.sidebar #archive{
	width: 152px;
	padding: 10px;
	margin: 10px;
	float: left;
	border: 1px solid #825700;
	}
	
.sidebar #archive h2{
	color: #620000;
	border-bottom: 1px solid;
	margin-bottom: 10px;
	font-size: 17px;
	letter-spacing: 1px;
	}
	
.sidebar #archive ul li ul li a{
	font-size: 12px;
	color: #333;
	padding: 5px 5px 5px 20px;
	font-style: italic;
	letter-spacing: 1px;
	}
	
.sidebar #archive ul li a{
	color:#620000;
	font-size: 17px;
	}
	
.sidebar #archive ul li ul li a:hover{
	font-weight: bold;
	}
	
/*CONTACT*/

iframe{
	border: 1px solid #825700;
	width: 620px;
	margin-bottom: 10px;
	}
	
#contact{
	width: 620px;
	margin: 0 auto;
	padding-top: 5px;
	}
	
#contact-form{
	width: 700px;
	color: #333;
	margin: 10px 0 10px 0px;
	}
	
#contact-form div{
	float: left;
	}
	
#contact-form label{
	float: left;
	width: 85px;
	margin-bottom: 15px;
	margin-left: 5px;
	}

#contact-form input, #contact-form textarea{
	border: 1px solid #666;
	margin: 2px 10px 2px 10px;
	}
	
#contact-form input{
	width: 200px;
	height: 18px;
	padding: 2px;
	font-family: inherit;
	}

#contact-form textarea{
	height: 55px;
	width: 512px;	
	padding: 2px;
	font-family: inherit;
	}

#contact-form .submitbutton{
	float: right;
	margin: 10px 75px;
	}

#contact-form .submitbutton input{
	height: 22px;
	width: 150px;
	color: #620000;
	text-align: center;
	}
	
/*FOOTER*/

#footer{
	background: transparent url(/assets/img/footer.jpg) no-repeat scroll 0 0 ;
	height: 190px;
	clear: both;
	padding-top: 10px;
	}
	
#footer #photos{
	border-top: 3px #825700 solid;
	width: 900px;
	margin:0 auto;
	height: 110px;
	}
	
#footer #photos ul.gallery li{
	display: block;
	width: 118px;
	padding: 5px;
	float: left;
	}
	
#footer #photos li a img{
	border: none;
	width: 118px;
	}

#footer #contactinfo{
	width: 600px;
	margin: 0 auto;
	padding-top: 10px;
	}
	
#footer #contactinfo p{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	padding-bottom: 2px;
	color: #666;
	font-size: 12px;
	}
	
#footer #contactinfo a{
	text-decoration: none;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#footer #contactinfo a:hover{
	text-decoration: underline;
	}
	
#footer #contactinfo h4{
	font-size: 14px;
	padding-bottom: 5px;
	color: #333;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	}

#poweredby{
	width: 220px;
	margin: 0 auto;
	padding-bottom: 20px;
	}
	
#poweredby p{
	color: #333;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
#poweredby p em{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC4400;
	font-style: normal;
	}
	
/*MISC*/

#tour{
	height: 480px;
	width: 640px;
	border: 1px solid #825700;
	margin-left: 30px;
	}