/***************              screen.css      *****************/
/*created by ewan hemingway July 08  */


/*generic styles   */

*{margin:0; padding:0;}

html,body {
	background: url('../../images/bg.jpg');
}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.4em;
	color:#303030;
	text-align:center;
}

a{
	color:#900;
	font-weight:bold;
	text-decoration:none;
	background-color:inherit;
}

a:hover{
	color:#900;
	border-bottom: 1px #900 dotted;
	background-color:inherit;
}

a img{
	border:none;
}

p{
	padding:0 0 1.6em 0;
}

p form{
	margin-top:0;
	margin-bottom:20px;
}

h3{
	font-size:20px;
	font-weight:normal;
	padding-top:15px;
}

em{
font-style:normal;
}

table{
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-collapse:collapse;
}

th, td {
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	font-size:0.8em;
}

td{
	padding:3px;
}

th{
background-color:#bcd3ec;
padding:1px 5px 1px 5px;
}

caption{
padding:6px;
font-weight:bold;
}

.footnote{
padding-top:4px;
font-size:9px;
line-height:1.3em;
}


/**************** wrapper, header and navigation styles ****************/

#container{
	width:700px;
	margin:0px auto;
	padding:0 35px 0 35px;
	text-align:left;
	color:#303030;
	background-image: url(../../images/background.png);
}

#canvas{
	background-color:#FFFFFF;
	width:700px;
}

#header{
	height:240px;
	width:700px;
	margin:0;
	color:#000000;
	background-color: #CC0000;
	background-image: url(../../images/banner.jpg);
	border-top: 5px solid #cc0000;	
}

#nav{
	position:relative;
	width:700px;
	height:35px;
	line-height:35px;
	color:#ffffff;
	background-image: url(../../images/headerb.jpg);

}

#nav li {
	float:left;
	list-style-type:none;
	display:block;
	border-right:1px solid #990000;
	white-space:nowrap;
	width:174px;
}

#nav ul{
margin:auto;
}

#nav a:hover{
	/*background:#cc0000;*/
	color:#ffffff;
	text-decoration:none;
	border-bottom:5px solid #000000;
}

#nav .selected{
	border-bottom:5px solid #990000;
}



#nav li a{
	display: block;
	padding:0 10px;
	font-size:14px;
	font-weight:bold;
	text-transform:lowercase;
	text-decoration:none;
	color: #FFF;
	border-bottom:5px solid #cc0000;
	display:block;

}

#nav .endpiece{
border-right-style:none;
width:174px;

}

/******************   end nav styles  ***********/


/****************** width classes start ***********/

.narrow{
	width:450px;
}

.wide{
	width:660px;
}

/****************** width classes end ***********/



/**************** content styles ****************/

#content{
	float:left;
	font-size:0.8em;
	padding: 20px;
	background-color: #FFFFFF;
	margin-bottom: 30px;
}

#content h2 {
	display:block;
	margin:20px 0 0 0;
	font-size:2em;
	font-weight:normal;
	letter-spacing:-1px;
	color:#505050;
	background-color:inherit;
	border-bottom: 3px solid #C00;
	font-family: "Times New Roman", Times, serif;
}

#content h3 {
	margin:0 0 5px 0;
	font-size:1.4em;
	letter-spacing:-1px;
}

#content ul, #content ol {
	margin:0 5px 16px 35px;
}

#content table{
	width:100%;
}

/********   portfolio.php styles ************/

.thumbnail{
float:right;
margin:10px 10px 5px 20px;
border-right:3px solid #ccc;
border-bottom:3px solid #ccc;
}


.hoverme{
padding:5px 0 0 10px;
margin-bottom:15px;
}

.hoverme a:link{
color:#000000;
font-size:11px;
}

.hoverme a:hover{
text-decoration:underline;
color:#000000;
}

.hoverme:hover{
background-color:#bcd3ec;
}



/********contact.php styles *************/


.alert, .req{
color:#FF0000;
}

#considebar{
	float:right;
	line-height:1.4em;
	margin-right: 10px;
	margin-top: 45px;
}

#considebar ul li{
	list-style-type:none;
	font-size:11px;
	text-align:justify;
}

.icons{
	vertical-align:-3px;
	margin-right:2px;
}

.spleft{
	margin-left:20px;
}



/**************** sidebar styles ****************/

#sidebar{
	float:right;
	width:180px;
	padding:20px 20px 10px 0;
	line-height:1.4em;
}

#sidebar h3{
	display:block;
	margin:0 0 15px 30px;
	letter-spacing:-1px;
	color:#505050;
	background-color:inherit;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}

#sidebar p{
	margin:0 0 10px 0;
	font-size:0.9em;
}

.centre{
	margin:auto;
}

.links{
	font-size: 0.6em;
	font-weight: normal;
}

/**************** Footer  ****************/

#footer{
	clear:both;
	width:685px;
	padding:5px 5px 0 10px;
	margin:0;
	font-size:10px;
	color:#FFF;
	background-image: url(../../images/footerbg.jpg);
	border-top: 5px solid #cc0000;
	border-bottom: 5px solid #cc0000;
}

#footer a{
	color:#FFFFFF;
	background-color:inherit;
	border-bottom: dotted #fff 1px;
}

#footer a:hover{
	color:#FFFFFF;
	background-color:inherit;
	border-bottom: dotted 1px #000;
}


blockquote{
	width:190px;
	background: url(../../images/top.gif) no-repeat top left;
	line-height:1.3em;
	font-size:14px;
	font-style:italic;
}

#quote{
	margin: 0 0 0 0;
	padding:10px 15px 25px 30px;
	background: url(../../images/bottom.gif) no-repeat bottom right;

}

#author{
	font-weight:bold;
	text-align:right;
	padding-right:5px;
}

/********* misceluoun classes********/

.centreText{
	text-align:center;
}

.checkB{
	margin:0;
}

.check{
	float:left;
	font-size:10px;
	margin-right:5px;
}
