@charset "utf-8";
/*****************************************************
 CSS Document for Lio Les 
 by VerySimpleSite.co.uk
 ****************************************************/

/*****************************************************
Site Colours:
text color #4A442A 74,68,42
background nav box color #DDD8C2 221,216,194
light brown box color #938953 147,137,83
 ****************************************************/







/*wireframing - borders around all divs during development
div {
margin: 0;
padding: 0; 
border: 1px solid red;
}*/


/*Global White Space Reset */
* {
	margin: 0;
	padding: 0;
}


/*Image Styles*/
img {
	border: none;
	background: #000;
}

#maincontent img {
	float: left;
	border: 1px solid #938953;;
	background: #000;
	margin: 10px;
}

#sidecontent img {
	border:none;
	background: #000;
	margin: 10px auto;
}


/*Global Styles*/
body {
	text-align: center;
	font-family: "Lucinda Grande", "Lucinda Sans Unicode", Verdana, sans-serif;
	color:#4A442A;
	font-size:0.8em;
	line-height:1.15em;
	background: #FFF;
	height:100%; overflow-y:auto;
}

/*Typography*/
p {
	text-align: left;
	font-size: 1.2em;
	line-height: 1.5em;
}

blockquote {
	text-align: left;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	font-style: italic;
	padding: 40px 0;
}

hr {
	color: #4A442A;
	margin: 40px 0 20px 10px;

}

#maincontent ul {
	font-size: 0.9em;
}

#maincontent li {
	padding: 5px 20px;
}

h1, h2, h3, h4, h5, h6 {

	margin: 0 auto;
	text-align:left;
	clear:left
}

h1 {
	font-size: 2.2em;
	line-height: 1em;
	text-align: left;
	padding: 19px 0 0 10px;
	color: #4A442A;
	text-indent: -9000px;
}

.white {
	color: #FFF;
}

h2 {
	font-size: 1.5em;
	line-height: 1em;
	text-align: left;
	padding: 10px;
	color: #FFF;
	text-indent: -9000px;
}

h3 {
	font-size: 1.5em;
	line-height: 1.5em;
	text-align: left;
	padding: 10px;
}



h4 {
	font-size: 1.2em;
	line-height: 1em;
	text-align: left;
	padding: 10px;
	margin-top: 20px;
}

h5 {
	font-size: 1em;
	line-height: 1em;
	text-align: left;
	text-indent: 20px;
	margin-top: 10px;
}

#main {
	font-family: Georgia, "Times New Roman", Times, serif;
}



#main li {
	text-align: left;
	font-size: 1em;
	line-height: 1.2em;
	list-style: inside square;
}



#whitespace p {
	text-align:right;
	font-size:0.8em;
	padding: 10px 10px 0 0;
}

#credits p {
	font-size:0.8em;
	text-align: right;
	padding: 10px;
}

#main p {
	padding: 10px;
	line-height: 1.8em;
}

#footer p {

	font-size: 0.8em;
	padding: 10px;
	color: #FFF;
}

/*Links*/
a:link {
	color:#000;
	text-decoration: underline;
}

a:visited {
	color: #4A442A;
}

a:hover {
	color: #4A442A;
	text-decoration: none;
}

a:active {
	color:#4A442A;
	text-decoration: none;
}


/*************************************************************************************
M E N U 
*************************************************************************************/
#menu {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#menu ul {
	margin: 0;
	padding: 0 0 0 5px;


}

#menu li {
	list-style: none;
}

#menu a {
	display: block;
	width: 150px;
	height: 20px;
	margin: 20px auto;
	padding: 4px;
	text-decoration: underline;
	text-align: left;
	font-size: 1.5em;
	line-height: 1em;
	color: #4A442A;
}

.first a {

}

#menu a:hover {
	background: #DDD8C2;
	text-decoration: none;
}

#menu .active a {
	cursor:default;
	background: #DDD8C2;
	text-decoration: none;
}




/*************************************************************************************
F O R M S
*************************************************************************************/

form {
	text-align: left;
	padding-left: 10px;
	border: 1px solid #938953;
}


/*************************************************************************************
L A Y O U T
*************************************************************************************/

/*Clearing container*/
.clear {
	clear: both;
}

/*Container*/
#container {
	width: 779px;
	margin: 0 auto;
	padding: 0;
	background:white;
	border:none; 
}

/*Whitespace*/
#whitespace {
	text-align:right;
	width: 779px;
	height: 25px;
	margin:0 auto;
	padding:5px 0;
	background: #FFF;
}



/*Header*/
#header {
	width: 779px;
	height: 180px;
	margin: 0 auto;
	padding: 0;
	background: #FFF  url(images/lio%20les%20header.gif) no-repeat;
}







/*Main*/
#main {
	width: 779px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	background: #FFF url(images/lioles%20bg.gif) repeat-y;
}

/*Menu*/
#menu {
	float: left;
	width: 220px;
	margin: 0 auto;


	
	padding: 0;

	background: none;
}




/*Maincontent*/
#maincontent {

	width: 380px;
	float: left;

	margin: 0 0 0 40px;
	padding: 0 ;

}
.gallery #maincontent {
	width: 500px;
}

/*Sidecontent*/
#sidecontent {
	float: right;
	margin: 0 0 0 500px;
	width: 100px;
	padding: 0 20px 0 0;



	margin: 0 auto;
}

#sidecontent img {
	width: 100px;
	margin-bottom: 20px;
}

#gallery img {
	float: left;
	margin: 5px 10px 5px 0;
	border: 1px solid #4A442A;
	background: #000;
}


















/*Footer*/
#footer {
	clear:both;
	width: 747px;

	margin: 0 0 0 31px;
	background: #938953 url(images/footer%20top%20bg.gif) top repeat-x;
}

/*Credits*/
#credits {
	clear:both;

	width: 779px;
	margin: 0 0 5px 0;
	padding: 0;
}




/*****************************************************
SLIMBOX
 ****************************************************/
 
#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/*****************************************************
END SLIMBOX
 ****************************************************/
