/* Censol Limited.

Version: 2.0 (Aug 2009)

Screen layout: */

body {
padding:15px 0 0 0;
margin:0;
font:76% tahoma, sans-serif;
background:#d5e1f0;
color:#303030;
}

a {
color:#4682b4;
text-decoration:none;
border-bottom:1px solid #4682b4;
}

a:hover {
color:#0000cd;
text-decoration:none;
border-bottom:1px solid #0000cd;
}

h1 {
margin:0 0 5px 0;
font-size:1.4em;
font-weight:bold;
}

h2 {
margin:0 0 12px 0;
font-size:1.6em;
font-weight:normal;
}

h3 {
margin:0 0 0 0;
padding:0 0 0 0;
font-size:1.4em;
font-weight:bold;
}

p {
margin:0 0 15px 0;
line-height:1.4em;
text-align:left;
}

a img {
border:0;
}

/* Main container */

#container {
margin:0 auto 10px auto;
width:730px;
padding:5px 20px 20px 20px;
background:#ffffff;
border-bottom:1px solid #89aad6;
border-top:1px solid #89aad6;
border-left:1px solid #89aad6;
border-right:1px solid #89aad6;
}

/* Site title section */

#logo {
margin:15px 0 0 0;
}

#logo h1 a {
color:#505050;
border:none;
}

#logo h1 a:hover {
color:#303030;
text-decoration:none;
border:none;
}

/* Toptab menu */

#toptabs {
margin:10px auto -13px auto;
font-size:0.8em;
width:770px;
}

#toptabs p {
text-align:right;
color:#d5e1f0;
}

.toptab {
padding:4px 5px 3px 5px;
margin:0 0 0 2px;
text-decoration:none;
background:#ffffff;
color:#89aad6;
border-bottom:1px solid #89aad6;
}

.toptab:hover {
background:#c0c0c0;
border-bottom:1px solid #ffffff;
color:#505050;
text-decoration:none;
}

.activetoptab {
padding:4px 5px 3px 5px;
margin:0 0 0 4px;
color:#505050;
text-decoration:none;
background:#ffffff url(images/corner2.gif) top right no-repeat;
border-bottom:1px solid #ffffff;
}

.activetoptab:hover {
text-decoration:none;
border-bottom:1px solid #ffffff;
}

/* Navitab menu */

#navitabs {
clear:both;
}

.navitab {
padding:4px 8px 4px 8px;
margin:0 0 4px 0;
text-decoration:none;
font-size:0.9em;
color:#ffffff;
background:#4169e1 url(images/corner.gif) top right no-repeat;
border-bottom:1px solid #ffffff;
border-left:1px solid #ffffff;
}

.navitab:hover {
text-decoration:none;
background:#6495ed url(images/corner.gif) top right no-repeat;
color:#ffffff;
border-bottom:1px solid #ffffff;
}

.activenavitab {
padding:4px 8px 4px 8px;
margin:0 0 4px 0;
text-decoration:underline;
font-size:0.9em;
color:#ffffff;
background:#4169e1 url(images/corner.gif) top right no-repeat;
border-bottom:1px solid #ffffff;
border-left:1px solid #ffffff;
}

.activenavitab:hover {
text-decoration:underline;
background:#6495ed url(images/corner.gif) top right no-repeat;
color:#ffffff;
border-bottom:1px solid #ffffff;
}

/* Header description */

#desc {
height:411px;
color:#ffffff;
padding:0;
background:#ffffff url(images/front-index.jpg) top left no-repeat;
clear:both;
margin:5px 0 5px 0;
}

#desc h1 {
font-size:0.9em;
font-weight:normal;
padding:95px 55px 10px 150px;
color:#696969;
}

#desc h2 {
font-size:0.9em;
font-weight:normal;
padding:10px 55px 10px 170px;
margin:0 0 0 0;
color:#696969;
}

#desc h3 {
font-size:0.9em;
font-weight:normal;
padding:13px 55px 10px 230px;
margin:0 0 0 0;
color:#696969;
}

#desc h4 {
font-size:0.8em;
font-weight:normal;
padding:0px 55px 0 495px;
margin:0 0 0 0;
color:#ffffff;
}

#desc h5 {
font-size:0.8em;
font-weight:normalbold;
padding:0px 55px 0 558px;
margin:0 0 0 0;
color:#ffffff;
}

#desc p {
width:580px;
font-size:0.8em;
line-height:1.1em;
padding:62px 0px 0px 20px;
color:#303030;
}

a {
color:#4682b4;
text-decoration:none;
border-bottom:none;
}

a:hover {
color:#0000cd;
text-decoration:none;
border-bottom:1px solid #0000cd;
}

/* Main content */

#main {
width:720px;
float:left;
padding:0 15px 0 0;
margin:0;
border-right:1px solid #ffffff;
}

/* Sidebar */

#sidebar {
width:150px;
float:right;
}

#sidebar p {
font-size:1.0em;
line-height:1.3em;
margin:0 0 15px 0;
}

/* Sidebar2 */

#sidebar2 {
	clear: both;
	width: 730px;
	background: #ffffff;
	color: #cococo;
	padding: 5px 0 0 0;
        font-size: 0.9em;
        line-height: 0.4em;
}

#sidebar2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
        font-size: 1.0em;
        line-height: 0.4em;
}

#sidebar2 li {
	display: block;
	float: left;
	width: 215px;
	padding: 10px 10px 10px 10px;
}

#sidebar2 li ul {
	line-height: 1.5em;
}

#sidebar2 li li {
	display: list-item;
	background: url(images/img07.gif) no-repeat left 50%;
	float: none;
	width: auto;
	padding: 0 0 0 10px;
	line-height: 25px;
}

#sidebar2 h2 {
	margin: 0 0 10px 0;
	color: #FFFFFF;
}

#sidebar2 a {
	text-decoration: bold;
	color: #4682b4;
        border-bottom:1px solid #4682b4;
}

#sidebar2 a:hover {
        color: #0000cd;	
        text-decoration: bold;
        border-bottom:1px solid #0000cd;
}

/* Footer */

#footer {
clear:both;
background:#ffffff;
padding:0;
margin:0;
border-top:1px solid #ffffff;
}

#footer a {
color:#4682b4;
border-bottom:1px solid #4682b4;
}

#footer a:hover {
color:#0000cd;
border-bottom:1px solid #0000cd;
}

#footer p {
color:#303030;
font-size:1.1em;
line-height:1.3em;
margin:15px 0 0 0;
padding:0;
}

/* Various classes */

.photo {
padding:2px;
margin:0 0 8px 0;
background-color:#ffffff;
border:1px solid #ffffff;
}

.right {
margin-top:-8px;
text-align:right;
}

.block {
background:#d5e1f0;
font-family:georgia;
padding:10px;
}

.quote {
background:#c0c0c0;
font-family:georgia;
padding:10px;
}

.sidelink {
padding:2px 2px 2px 8px;
margin:0 0 4px 0;
font-size:0.9em;
display:block;
width:130px;
color:#ffffff;
text-align:left;
background:#6495ed url(images/corner.gif) top right no-repeat;
border-bottom:1px solid #ffffff;
border-left:1px solid #ffffff;
}

.sidelink:hover {
font-size:0.9em;
color:#ffffff;
background:#e0e0e0 url(images/corner.gif) top right no-repeat;
text-decoration:none;
border-bottom:1px solid #ffffff;
border-left:1px solid #ffffff;
}

.hide {
display:none;
}

.table {
color:#ffffff;
}

#menu {
	width: 700px;
	height: 20px;
	margin: 0px auto;
	background: #ffffff;
}

#menu ul {
	margin: 0px;
	padding: 0 0 0 20px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu img {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	border: none;
	padding: 14px 30px 10px 12px;
	text-decoration: none;
	color: #303030;
}

#menu a:hover {
	color: #D7D7BD;
}

#content .info span.date, #content .info span.cat, #content .info span.user, #content .info span.comments {padding-left:15px;}
    #content .info span.date {background:url(images/ico_date.gif") 0 50% no-repeat;}
    #content .info span.cat {background:url(images/ico_cat.gif") 0 50% no-repeat; margin-left:8px;}
    #content .info span.user {background:url(images/ico_user.gif") 0 50% no-repeat; margin-left:8px;}
    #content .info span.comments {background:url(images/ico_comments.gif") 0 50% no-repeat; margin-left:8px;}
