/*
	Style sheet for Lindacre
	Last updated: 20/04/2006
*/


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Layout  */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

*{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 100%; 
	color: #333;
	}
	
body {
	margin: 0;
	padding: 10px 0 0 0;
	width: 100%;
	text-align: center;
	font-size: 80%; 
	background-image: url('/media/background.gif'); 
	background-repeat: repeat-x; 
	background-position: top;
	background-color:  #fff;
	}

#wrapper {
	margin:3px auto;
	padding: 0;
	width: 768px;	 
	background-color: #fff;
	text-align: left;
	border: 5px solid #fff;
	}

#header {
	margin: 0;
	padding: 0;
	height: 52px;
	background:#fff;
	}

#navigation {
	width:768px;
	padding: 5px 15px 0 0;
	margin: 0;
	background:#ef5e41;
	height: 100%;
	font-weigh: 110%;
	}

#sidenavigation {
	width:160px;
	padding: 10px 0 10px 0;
	height: 100%;
	vertical-align:top;
	
	}

#maincontent	{
	padding: 10px 20px 20px 15px;
	vertical-align:top;
	width: 575px;

	}

#rightnavigation{
	float: right;
	margin: 0;
	padding: 0;
	width: 180px;
	}

#footer {
	clear: both;
	width: 768px;
	margin: 0;
	padding: 0;
	font-size: 85%;
	background-color: #ef5e41;
	}


.repeat{
	width:520px; 
	background: #99cccc;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */	
/*  Typography */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
	
h1, h2, h3, h4, h5, h6 {
	color: #ef5e41;
	margin: 0;
	padding: 0;
	font-size: 120%; 
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Arial, Helvetica, sans-serif; 
	display: block;
	}

li {
	padding-bottom:3px;
	list-style-type: square;
	}

#footer p {
	padding:5px;
	color: #fff;
	text-align: center;
	}

.small{
	font-size:85%;
	}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Link Styles */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

a {
    text-decoration: none;
	color: #ef5e41;
	background: transparent; 
    }

a:hover {
    text-decoration: underline;
	color: #ef5e41;
	background-color: none;
    }


.repeat a {	
	text-decoration:none;
	padding:1px;
	color: #fff;
	}

.repeat a:hover {	
	padding:1px;
	text-decoration:underline;
	color: #fff;
	}
	
#footer a {	
	text-decoration:none;
	padding:1px;
	color: #fff;
	}

#footer a:hover {	
	text-decoration:none;
	padding:1px;
	background-color: #fff;
	color: #ef5e41;
	}

a.sitecredit {
	font-size: 80%;
	font-weight: bold;
	text-decoration: none; 
	color: #ef5e41 ;
	background-color: transparent;
	text-align:center;
	}

.sitecredit:hover  {
	background-color: #ef5e41;
	color: #fff; 
	text-align:center;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Extra Bits */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

.portfoliothumb{
	border: 1px solid #ef5e41;
	margin: 0 10px 0 0;
	}

		
td{
	/*vertical-align:top*/
	}


.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
	}

img {
	border: 0;
	}

hr {
    border: 0;  
    border-bottom: 1px solid #99cccc;
	height: 1px;
    margin-top: 1ex;
	}

.hiddenclear {
	clear: both;
	color: #fff; 
    font-size: 0; 
    margin: 0;
    visibility: hidden; 
	}

.floatleft {
	float:left;
	margin-right: 5px;
	}


.floatright {
	float:right;
	margin-left: 5px;
	}


.center {  
    text-align: center;
    }



/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Top Nav */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

 #topnav{
	margin: 0;
	padding: 0 0 5px 5px;
	text-align:center;
	}

#topnav ul, #topnav li{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#topnav a:link, #topnav a:visited{
	line-height: 14px;
	font-weight: bold;
	margin: 0 5px 2px 5px;
	text-decoration: none;
	color: #fff;
	font-size: 100%;
	}

#topnav a:link#current, #topnav a:visited#current, #topnav a:hover{
	padding-bottom: 0px;
	background: transparent;
	color: #99cccc;
	font-size: 100%;
	}

#topnav a:hover {
	color: #feb57a; 
	}

#topnav p {
	color: #fff;
	font-size: 85%;
	}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
