/*
Theme name: Cardiff People and Planet
Description: Default theme for Cardiff P&P
Author: John Cowie
Author URI: http://www.johncowie.co.uk
Version: 1.0
Tags: people, planet
*/
body 
{
	background: #D6D6D9;
        font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
        color: #000066;
}

img
{
	display: block;
	text-align: center;
	margin: 0 auto;
}

p 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt; 
	font-style: normal; 
	font-weight: normal;
        padding: 0px;
}

#main a
{	
	text-decoration: none;
        color: #CC6600;
}

#main a:hover
{	
	text-decoration: none;
        color: #CC0000;
}

.clear 
{
    clear:both;
    height:1px;
    overflow:hidden;
}

.item
{
	width: 612px;
	min-height: 500px;
	height: auto;
	_height: 500px;
	padding:0px;
	margin: 0px;
	border: 0px solid #00cc33;
}

.imgleft
{
	float:left;
	margin-right:10px;
}

.imgright
{
	float:right;
	margin-left:10px;
}

#container
{
	margin:10px auto 10px auto;
        border: 10px solid #000066;
        padding: 10px;
	width: 755px;
        min-height: 400px;
}

#titleBar
{
        float:left;
        margin: 0px 0px 10px 0px;
	height: 97px;
        width: 130px;
        border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

html>body #titleBar
{
	margin-left:0px;
}

#titleBar h1
{
        height: 97px;
        width: 130px;
        margin:0px;
	padding:0px;
}

#titleBar h1 span 
{
	display:none;
}


#description
{
	float:right;
        margin: 0px 0px 10px 0px;
	text-align:center;
	width:610px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}


#description h1
{
	font-size:24pt; 
	font-weight: bold;
        margin: 20px 10px 5px 10px;
}

#description h2
{
	color: #CC6600;
        font-size:9pt; 
	font-weight: bold;
        margin: 0px 0px 20px 0px; 
}



#main 
{
	width: 612px;
	line-height: 1em;
	margin:0px;
        padding: 0px;
	height:300px;
	float:right;
        border: 0px solid #000;
}

html>body #main
{
	height:auto;
	margin-top:0px;
	margin-right:0px;
	min-height:300px;
}


#main h1
{
	color: #CC6600;
        padding:8px;
        margin:0px;
        border-right: 1px solid #fff;
        border-left: 1px solid #666; 
	border-top: 1px solid #666;
	border-bottom: 1px solid #fff;	
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align:center;        
}

#main h2
{
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-size: 11pt;
	font-weight: bold;
	text-align:center;
}

#menuBlock
{
	float:left;
        font-size: 10pt;
	margin-left:0px;
	padding:0px;
	width:130px;
}

html>body #menuBlock
{
	margin-left:0px;
}

#menuBlock ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-bottom: 0px solid #ddd;
}

#menuBlock li
{ 
	list-style-type: none;
	line-height:2.5em; 
	border-top: 0px solid #ddd;
}

#menuBlock li a
{
	color: #000066;
        padding-left:10px;
	text-decoration: none;
        display: block;
	width:120px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

#menuBlock li a:hover
{
        color: #000044;
        padding-left:9px;
        border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
        background: #CCCCCC;
}

#footer
{
	text-align:center;
	height:30px;
	padding-top:10px;
	padding-bottom:0px;	
	font-size: 7pt;
	clear:both;
}

#linklist li
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
        list-style-type: none;
        font-size: 10pt;
        line-height:2.5em; 
        border-bottom: 1px solid #ccc;
}

#footer a
{
	text-decoration:none;
	color:#CC6600;
}

#footer a:hover
{
	color: #880000;
}

#footer a:visited
{
	color:#CC6600;
}

html>body #footer
{
	margin-top:20px;
	min-height:20px;
}