/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: A modified Default WordPress theme.
Version: 1.6
Author: Simon Wilkes
Author URI: http://www.rbooks.co.uk/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



body { 
	margin: 0; 
	padding: 0; 	
	font-size: 12pt;
	text-align: left; 
	background: #e0e0e0;
	color: #333;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/bg.gif);
	background-position:center;
}


/* Global styles */
* {margin: 0; padding: 0; border: 0px none;}
span {color: #CD0220}
p, ul, p a, h2 {font-family: Georgia, Verdana, Arial, Helvetica, sans-serif}


/* Heading styles */
h1 {margin-left: 10px; font-family: Georgia, Verdana, Arial, Helvetica, sans-serif; color: #333; float: left; font-weight: normal; margin-left: 10px; font-size: 1.55em}
h1 a:link, h1 a:visited, h1 a:active {text-decoration: none; color: #333; font-weight: normal}
h1 a:link span, h1 a:visited span, h1 a:active span {text-decoration: none; font-weight: normal}
h1 a:hover {color: #CD0220; text-decoration: none; font-weight: normal}
h1 a:hover span {color: #333; text-decoration: none; font-weight: normal}

h3 a, h3 a:link, h3 a:hover {font-weight: normal; color:#333} /* styling for h3 heading links */
h4 a, h4 a:link, h4 a:hover, h5 a:link, h5 a:hover {font-weight: normal} /* styling for other heading links */

h2 {margin: 0; padding-left: 10px; font-size: 0.75em; color: #dc0000; line-height: 2.0em; font-weight:normal} /* headings on black backgrounds */
h2 a, h2 a:link, h2 a:hover {color: #dc0000;}
h3, h4, h5 {font-family: Georgia, serif; margin: 20px 0 0 10px}
h3 {font-size: 150%; line-height: 1.25em; font-weight: normal}
h4 {font-size: 0.90em; line-height: 0.90em; font-weight: bold}
h5 {font-size: 0.70em; line-height: 0.70em; font-family: Arial, Helvetica, sans-serif; font-weight: bold} /* appears like bold paragraph text */



/* Text styles */
p {margin: 10px; font-size: 0.70em; line-height: 1.75em}

p.updated {margin-left: 10px; font-size: 0.60em; line-height: 0.60em; letter-spacing: 0.05em; color: #888}

#siteimg p {   /* This is the large text in the site img div */
	margin: 0 0 0 10px; /* removed usual top and bottom margin from paragraph to avoid layout breaking */
	padding-top:100px;
	font-family: Georgia, serif;
	font-size: 150%; 
	line-height: 1.05em; 
	font-weight: normal; 
	letter-spacing: -0.05em; 
	color:#000;
}
#siteimg p a, a:link  {color: #000; text-decoration: none;padding-left:10px; padding-right:10px}
#siteimg p a:hover {color: #000; text-decoration: none;padding-left:10px; padding-right:10px}
#selected{color: #000; text-decoration: none;padding-left:10px; padding-right:10px}

acronym {border-bottom: 1px dashed #333; cursor: help}

ul {margin-left: 30px; font-size: 0.70em; line-height: 1.75em; list-style-image:url(images/list.gif)}

.sidebar_padding{font-size:8pt;
line-height: 1.55em;
margin-left: 20px;
letter-spacing: 0.02em;
padding-bottom:5px;
}

/* Paragraph Links */
a {color: #000;  text-decoration: none; padding:0} /* The blue colour */
a:link {color: #000;  text-decoration: none; padding:0}
a:hover {color: #000;  text-decoration: underline; padding:0}

#lftcol li a {
color:#000000;
}
#lftcol li a:hover {
color:#000000;
text-decoration:underline;
}

#lftcol ul li a {
color:#000000;
}


/* Divs */

#container {
	width: 800px; /* Suits an 800x600 page, allowing for scrollbar */
	background: #fff;
	overflow: hidden;
	text-align:left;
		background: url('images/bodybg.gif'); 
}

#topbar {   /* Top bar, can be used for extra links etc */
	width: 800px;
	height: 25px;
	background: #cd0220;
}
	
	
#hdr {    /* Header/Banner area */
	width: 800px; /* Suits an 800x600 page, allowing for scrollbar */
	height: 4.5em; /* Same as h1 line-height */
	line-height: 4.5em;
	background: #fff
}

#navbar {   /* Main Navigation area */
	width: 800px; /* Suits an 800x600 page, allowing for scrollbar */
	height: 1.75em; 
	background: #f0f0f0; /* Light Grey */
}

#siteimg {   /* Large Site Image */
	width: 800px; /* Suits an 800x600 page, allowing for scrollbar */
	height: 170px;
	background: url('images/siteheader.jpg') #fff; /* Light Grey */
	color:#fff;	
}

#lftcol {
  background-color:#ebebeb;
	float: left;
	width: 200px;
	max-width:200px;
		color:#000;
		height:100%;
}

#rgtcol {
	float: left;
	width: 600px;
	color:#000;
	background: transparent;
	overflow: hidden
}

#bttmbar { /* bottom bar, containing top button and copyright info etc */
color:#000;
font-size:9pt;
padding-top:10px;
		width: 800px;
	height: 100px;
	background: #c4dcd7;
}

#bttmbar a:link, #bttmbar a:visited 
{ 
color:#000;
font-size:9pt;
}
 #bttmbar a:hover,#bttmbar a:active 
{ 
color:#000;
text-decoration:underline;
font-size:9pt;
}
/* Main Navigation */
#nav ul {display: inline}

#nav li {display: inline}

#nav a {
	line-height: 30px; /* same as height of nav bar */
	margin-left: 10px; 
	display: inline;
	font-weight: bold
}

#nav li a {
	line-height: 30px; /* same as height of nav bar */
	margin-left: 10px; 
	display: inline;
	font-weight: bold
}

#nav a span {color: #cd0220}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}



/* Forms, Input boxes and buttons */
form.login {float: right; height: 3em; line-height: 3em; margin: 10px 0 0 0; width: 8.0em;}
input.login {border: 1px solid #333; width: 6em; font-size: 0.95em;}
input.loginbttn {border: 0px solid #fff; width: 3em; background: #CD0220; color: #fff; font-size: 1.0em}
select {border: 1px solid #333; font-size: 0.95em;}

/* Images */
img.rightimg {float: right; margin-left: 10px}
img.leftimg {float: left; margin-right: 10px}

img.languageimg {float: right; margin: 4px 2px 0 0} /* used for the language flags */

img{ padding: 4px; }


#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
background: #ffffff;
width: 40em
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 40em
}
#commentform textarea:hover {
background: #FFFFFF;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #ffffff;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 180px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #d6d3d3;
width: 180px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 180px;
}
#commentform input{
margin-bottom: 3px;
}
input {

	border: 1px solid #CCC;
	font-size: 11px;
}

input:hover {
	border:1px solid #262626;
	
}
input:focus {
	border:1px solid #262626;
	color:#333;
}
	
	.clear{
	clear:both;
	}
	/*post stylng*/
.post{margin:20px 10px 25px 0px;
min-height:100px;}
.post_news{margin:20px 10px 25px 0px;min-height:100px;}
.post_photo{margin:20px 10px 25px 0px;min-height:100px;}
.post_feature{margin:20px 10px 25px 0px;min-height:100px;}
.post_audiovisual{margin:20px 10px 25px 0px;min-height:100px;}
.post_interviews{margin:20px 10px 25px 0px;min-height:100px;}

.post_info{
border-top:1px #acacac dotted;
font-size:8pt;
color: #acacac;
}


.post a:link, .post a:visited 
{ 
color:#d08b00;
}
.post a:hover,.post a:active 
{ 
color:#d08b00;
text-decoration:underline;
}


.post_news a:link, .post_news a:visited 
{ 
color:#d08b00;
}
.post_news a:hover,.post_news a:active 
{ 
color:#d08b00;
text-decoration:underline;
}

.post_photo a:link, .post_photo a:visited 
{ 
color:#589b00;
}
.post_photo a:hover,.post_photo a:active 
{ 
color:#589b00;
text-decoration:underline;
}

.post_features a:link, .post_features a:visited 
{ 
color:#aba000;
}
.post_features a:hover,.post_features a:active 
{ 
color:#aba000;
text-decoration:underline;
}

.post_audiovisual a:link, .post_audiovisual a:visited 
{ 
color:#3db5e6;
}
.post_audiovisual a:hover,.post_audiovisual a:active 
{ 
color:#3db5e6;
text-decoration:underline;
}

.post_interviews a:link, .post_interviews a:visited 
{ 
color:#6d3996;
}
.post_interviews a:hover,.post_interviews a:active 
{ 
color:#6d3996;
text-decoration:underline;
}


#wp-calendar {color:#A0A0A0;}

#lftcol table caption {border-bottom-color:#00000;}

#lftcol table thead tr {
  border-bottom-color:#00000;
  color:#cd0220;
}

#lftcol table th {border-bottom-color:#00000;}

#lftcol table td#today {
  border-color:#00000;
  color:#cd0220;
}

#lftcol img{ padding: 0px; }

#lftcol table td a {
  border-bottom-color:#00000;
  background-color:#EFEFEF;
}

#lftcol table tfoot {border-top-color:#00000;}

#lftcol table tfoot a {background:none;}

/* calendar
--------------------------------------------------*/
#wp-calendar {
  display:inline-table;
  border-collapse:collapse;
  width:185px;
  margin:0px 10px 0 10px;
  text-align:center;
}

#lftcol table caption {
  margin:-5px 10px 0 10px;
  padding-bottom:5px;
  border-bottom:1px solid;
  letter-spacing:0.1em;
}

#lftcol table thead tr {border-bottom:1px solid;}

#lftcol table th {border-bottom:1px solid;}

#lftcol table td {
  width:225px; /* maximaize width; honestly, I don't know much about tables... */
  padding:1px;
  font-size:0.9em;
}

#lftcol table td#today {
  padding:0;
  border:1px solid;
  font-size:1em;
  font-weight:bold;
}

#lftcol table td a {
  display:block;
  border-bottom:1px solid;
  font-weight:bold;
  font-size:1.15em;
}

#lftcol table tfoot {border-top:1px solid;}

#lftcol table tfoot a {
  border:none;
  font-weight:bold;
}

#lftcol table tfoot #prev a {text-align:left;}
#lftcol table tfoot #next a {text-align:center;}

.small {
font-size:9pt;
}
.paddingleft5{
padding-left:5px;
}