/*
Theme Name: TheWightOne
Theme URI: http://www.steve-c.co.uk/
Description: Isle of Wight theme
Author: Stephen Courtney
Author URI: http://www.steve-c.co.uk/
Version: 0.1
.
General comments/License Statement if any.
.
*/

body {
	font-family: Calibri, Verdana, Arial, "Sans Serif";
	font-size: 11pt;
	color: #2c2c2c;
	background-color: #e5e5e5;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
}

#page {
}

#centre-column {
position: relative;
	background-color: white;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	border-left:2px solid #efd088;
	border-right:2px solid #efd088;
}

#header {
	position: relative;
	border-top: 8px solid #efd088;
	border-bottom: 6px solid #efd088;
	height:285px;
	background-image: url(images/cliffs.jpg);
}

#description {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #efd088;
    font-size: 14pt;
    font-weight: bold;
}


#steve-c {
	position: absolute;
	top: 10px;
	left: 5px;
	border:none;
}
#topnav {
	position: absolute;
	bottom: -20px;
	left: 20px;
}

#topnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: auto;
}

#topnav ul li {
	display: inline;
}

#topnav ul li a {
	display: block;
	float: left;
	margin:5px;
	padding-left: 2px;
	line-height: 90%;
	padding-bottom: 8px;
	padding-right: 50px;
	background-color: white;
	border: 4px solid #6091ba;
	font-size: 14pt;
	color: #2a6690
}

#topnav ul li a:hover, #topnav ul li a:active {
	border-color: #efd088;
}

#footer {
	position:relative; 
	clear: both;
	height: 203px;
	background-image: url(images/downs.jpg);
}

#copyright {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: white;
	background-image: url(images/translucent.png);
	text-align: center;
	padding: 5px;
	margin:0;
	font-size: 10pt;
}

#copyright a:link, #copyright a:visited, #copyright a:hover, #copyright a:active {
  color: white;
  font-weight: bold;
}

#copyright a:hover {
  border-color: white;
}


#content {
	float: left;
	width: 676px;
	padding-top:25px;
	padding-left: 20px;
}


#sidebar {
	float: left;
	margin-top: 25px;
	width: 246px;
	margin-left: 20px;
	margin-right: 20px;
}

#readysetflickr img {
	border: 0;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}

#readysetflickr a {
	border: 0;
}

#searchform {
	margin:0;
}

#searchform div {
	margin: 0;
	padding: 0;
}
#searchform #s {
	width: 158px;
	border: 1px solid #6091ba;
	vertical-align: middle;
	height: 18px;
}

#searchsubmit {
	width: 80px;
	background-color: #6091ba;
	border: 1px solid #6091ba;
	vertical-align: middle;
	color: white;
	height: 22px;
}

.alignright {
	display: block;
	float: right;
}

.sidebarsection {
	margin-top: 20px;
}
.sidebarsection h3 {
	font-size: 14pt;
	background-image: url(images/heading-background.png);
}

.sidebarsection ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
}

.sidebarsection ul li {
	border-bottom: 1px dotted #6091ba;
	padding-bottom: 2px;
}
div.post {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
}

div.post h2 {
	font-size: 14pt;
	font-weight: bold;
}

div.postmetadata {
	background-image: url(images/heading-background.png);
	background-position: left;
	background-repeat: repeat-y;
    margin-bottom:10px;
}

div.postmetadata p {
	margin: 0;
	font-size: 10pt;
	color: #6c6c6c;
}

p.meta {
}

h2 a:link, h2 a:visited, h3 a:link, h3 a:visited {
	color: #2a6690;
}

div.postmetadata a:hover, div.postmetadata a:active {
	border-bottom: 1px solid #2a6690;
}
div.post .entry {
	width: 100%;
	overflow: hidden;
}

div.post .entry p {
	margin-top: 0;
	margin-bottom: 5px;
}

div.post .entry img {
	border: none;
	margin: 3px;
}

.commentlink {
	text-align: right;
}

div.aside {
	border-left: 2px solid #2a6690;
	padding-left: 20px;
}

h2,h3 {
	color: #2a6690;
	margin: 0;
}

.postlinks a:link, .postlinks a:visited, #sidebar li a:link, #sidebar li a:visited {
	color: #2c2c2c;
}

a:link, a:visited {
	/* color:#2a6690; */
	color: #2a6690;
	text-decoration: none;
}

a:active, a:hover {
	border-bottom: 1px dashed #2a6690;
}

div.postmetadata h2 a:hover, div.postmetadata h2 a:active, #sidebar h3 a:hover, #sidebar h3 a:active {
	border: none;
	color: #efd088;
}

.randomthumbnail {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.randomcaption {
	position: absolute;
	background-image: url(images/translucent.png);
	font-size: 10pt;
	color: white;
}

.portrait .randomcaption {
	bottom: 6px;
	width: 149px;
}

.landscape .randomcaption {
	bottom: 7px;
	width: 189px;
}
.portrait {
	height: 204px;
	width: 149px;
	background: url(images/portrait-frame.png);
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.landscape {
	width: 189px;
	padding-left: 5px;
	padding-right: 5px;
	height: 139px;
	padding-top: 7px;
	padding-bottom: 7px;
	background: url(images/landscape-frame.png);
}

#commentform {
	width: 676px;
}

#comment {
	width: 670px;
}

img#wpstats{width:0px;height:0px;padding:0px;border:none;overflow:hidden}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
div.wp-caption {
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	text-align: center;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
}
div.wp-caption a {
	border: 0 none;
}
