@import url("sifr.css");
/*
Theme Name: Graham Carter
Author: Stephen Elford
Author URI: http://www.stephenelford.com/
*/

* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}
p, li {
	font-size: 1.2em;
}
p {
	margin-bottom: 1em;
}
h3 {
	font-size: 1.4em;
	margin-bottom: 0.5em;
	font-weight: normal;
}
a {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #6C3317;
}
a img {
	border: none;
}
ul {
	list-style: none;
}
.header {
	height: 9.4em;
	background: #CCCCCC;
}
.dots {
	background: url(images/dot.gif);
	height: 2.1em;
	clear: both;
}
.content {
	padding: 0.4em 0 0 5.5em;
	margin: 0 0 4.4em 0;
	background: url(images/robo.jpg) no-repeat bottom left;
	width: 100em;
}
.news {
	width: 29.2em;
	height: 51.2em;
	padding: 0.4em;
	margin: 4.4em 0 0 19.7em;
	border: 1px solid #CCCCCC;
	float: left;
}
.newsHeader {
	height: 6.9em;
	border-bottom: 1px dotted #CCCCCC;
}
.newsIcon {
	margin: 1em;
}
.newsContent {
	margin-top: 1em;
	height: 43em;
	overflow-y: auto;
}
.newsContent h2 {
	font-size: 1.6em;
	margin-bottom: 0.5em;
}
.newsContent h2 a {
	text-decoration: none;
}
img.divider  {
	display: block;
	margin: 0.5em auto;
}
.info {
	float: left;
	margin: 3.4em 0 0 2em;
}
.info .littleRoundThing {
	margin: 0 0 1em 10em;
}
.flashWindow {
	width: 46em;
	height: 35em;
	position: relative;
	margin: 0 0 2em -1em;
}
.info .flashWindow #flashContent {
	margin: 1em;
}
.crop {
	width: 1em;
	height: 1em;
	position: absolute;
}
.tl { top: 0em; left: 0em; }
.tr { top: 0em; right: 0em; }
.bl { bottom: 0em; left: 0em; }
.br { bottom: 0em; right: 0em; }
.footer {
	clear: both;
}
/*Search box*/
#searchform {
	position: absolute;
	top: 1em;
	right: -1em;
	background: url(images/searchbox.gif) no-repeat;
	width:209px;
	height:23px;
	display:block;
	float:right;
	margin-top:4px;
	margin-right:10px !important;
	margin-right:5px;
	padding:2px;
}
#searchform #s {
	background:none;
	border:0px;
	width:185px;
	float:left;
	margin-right:2px;
	padding-left:2px;
	color: #666666;
}
#searchsubmit, #subscribesubmit {
	background:none;
	border:0px;
	width:18px;
	height:18px;
	cursor:pointer;
	float:left;
	margin-top:1px;
}
.subscribeform {
	position: absolute;
	top: 1em;
	right: 1em;
}
.subscribeform p {
	padding: 0 2em 0.5em 0;
}
.subscribeform form {
	background: url(images/submitbox.gif) no-repeat;
	width:209px;
	height:23px;
	display:block;
	float:right;
	margin-top:4px;
	margin-right:10px !important;
	margin-right:5px;
	padding:2px;
}
.subscribeform .s {
	background:none;
	border:0px;
	width:185px;
	float:left;
	margin-right:2px;
	padding-left:2px;
	color: #666666;
}
.twitterlink {
	position: absolute;
	right: 3em;
	top: 5.3em;
}
.hidden {
	display: none;
}
.message {
	padding: 1em;
	margin: 2em 1.7em;
	font-weight: bold;
}
.success {
	background-color: #ABCE5F;
	border: 0.2em solid #007437;
	color: #007437;
}
.error {
	background-color: #F69679;
	border: 0.2em solid #BA131A;
	color: #BA131A;
}
/*---Wordpress specific---*/
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}