/*  
Theme Name: Fairdos
Theme URI: http://www.fairdos.com/
Description: The default theme for Fairdos.com.
Version: 1.0
Author: Ian Wootten
Author URI: http://www.ianwootten.co.uk/
*/
body 
{ 
	background-color:#fff;
	font-family: Georgia;
	font-size: 10pt; 
	font-style: normal; 
	font-weight: normal;
	margin:0px;
	padding:0px;
}

img
{
	display: block;
	text-align: center;
	margin: 0 auto;
}

p 
{
	font-family: Georgia;
	font-size:10pt; 
	font-style: normal; 
	font-weight: normal;
}

#main a
{	
	text-decoration: none;
	color:#00cc33;
}

#main a:hover
{	
	color:#00cc33;
	text-decoration: underline
}

#main h1 a
{
	text-decoration: none;
	color: #000;
	display:block;
}

#main h1 a:hover
{	
	background-color: #daf4c9;
	border-left: 3px solid #00cc33;
	border-right: 3px solid #00cc33;
	font-weight: bold;
}

.clear 
{
    clear:both;
    height:1px;
    overflow:hidden;
}

.item
{
	width: 500px;
	min-height: 184px;
	height: auto;
	_height: 184px;
	padding:10px;
	margin: 10px auto 10px auto;
	border: 1px solid #00cc33;
}

.imgleft
{
	float:left;
	margin-right:10px;
	border: 1px solid #000;
}

.imgright
{
	float:right;
	margin-left:10px;
	border: 1px solid #000;
}

#container
{
	margin:0px auto 0px auto;
	width: 780px;
}

#titleBar
{
	float:left;
	margin-left:12px;
	padding-top:10px;
	height:150px;
}

html>body #titleBar
{
	margin-left:20px;
}

#titleBar h1
{
	width: 150px;
	height:150px;
	margin:0px;
	margin-left:15px;
	padding:0px;
}

#description a
{
	color:#000;
	text-decoration: none;
}

#description a:hover
{
	text-decoration: none;
}

#description a:visited
{
	color:#000;
}

#titleBar h1 span 
{
	display:none;
}

#description
{
	float:left;
	margin-left:40px;
	margin-top:10px;
	text-align:center;
	width:500px;
}

#description h1,h2
{
	padding:0px;
	margin: 0px 0px 0px 0px;
}

#description h1
{
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:6.5em; 
	font-weight: bold;
}

#description h2
{
	font-family: Georgia;
	font-size:1.5em; 
}


#main 
{
	width: 560px;
	line-height: 1.4em;
	margin-top:20px;
	margin-right:10px;
	height:500px;
	float:right;
}

html>body #main
{
	height:auto;
	margin-top:10px;
	margin-right:30px;
	min-height:500px;
}


#main h1
{
	background: #daf4c9;
	padding:5px;
	font-family: Georgia;
	border-top: 1px solid #00cc33;
	border-bottom: 1px solid #00cc33;
	font-size: 12pt; 
	font-weight: bold;
	text-align:center;
}

#main h2
{
	padding:3px;
	font-family: Georgia;
	border-top: 1px solid #00cc33;
	border-bottom: 1px solid #00cc33;
	font-size: 11pt; 
	font-weight: bold;
}

#menuBlock
{
	float:left;
	background:#fff;
	margin-left:10px;
	padding:2px;
	width:150px;
}

html>body #menuBlock
{
	margin-left:20px;
}

#menuBlock h1
{
	background: #daf4c9;
	padding:5px;
	text-align:center;
	font-family: Georgia;
	font-weight: bold;
	font-size: 12pt; 
	margin:0px;
}

#menuBlock ul
{
	margin: 15px 0px 15px 0px;
	padding: 0px;
	border-bottom: 1px solid #ccc;
}

#menuBlock li
{ 
	list-style-type: none;
	line-height:2.5em; 
	border-top: 1px solid #ccc;
}

#menuBlock li a
{	
	padding-left:15px;
	text-decoration: none;
	color: #000;
	width:135px;
	display:block;
}

#menuBlock li a:hover
{	
	background-color: #daf4c9;
	border-left: 3px solid #00cc33;
	border-right: 3px solid #00cc33;
	font-weight: bold;
	
}

#footer
{
	text-align:center;
	height:30px;
	padding-top:30px;
	padding-bottom:20px;	
	font-size: 8pt;
	clear:both;
}

#linklist li
{ 
	list-style-type: none;
	line-height:2.5em; 
	border-bottom: 1px solid #ccc;
}

#footer a
{
	text-decoration:none;
	color:#00cc33;
}

#footer a:hover
{
	text-decoration:underline;
}

#footer a:visited
{
	color:#00cc33;
}

html>body #footer
{
	margin-top:40px;
	min-height:30px;
}