/*   

Theme Name: Cygnus X1
Description: Simple, modern, lightweight
Version: 1.0
Author: Mark Phillips
Author URI: http://www.cygnus-extra.co.uk
Tags: simple, two column, fixed, right sidebar, orange, green, white, grey

*/

* {
  padding:0;
  margin:0;
  list-style:none;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #333333;	
	font-size: 12px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	text-decoration: none;	
	margin-bottom: 8px;
	line-height: 1.5;
}

.byline {
	color: #999999;
}
div#wrapper {
	margin: 25px auto 10px auto;
	width: 763px;
	background-color:#FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #cccccc;
}

div#masthead {
	position: relative;
	background-color: #FFFFFF;
	background-image: url(images/masthead-swan.jpg);
	background-repeat: no-repeat;
	background-position: 30px 10px;
	clear: both;
}

div#logo {
position: relative;
text-align: right;
top: 20px;
margin-right: 30px;

}

div#banner {
	width: 763px;
	height: 185px;
	margin-top: 40px;
		position: relative;
}
div#green-box {
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #669900;
	border-bottom-color: #669900;
}

div#masthead h1 {
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #111111;
	position: relative;
	left: 300px;
	top: 30px;
}


div#content {
	margin: 20px 10px 10px 10px;

}

div#primary {
	float: left; 
	width: 500px;
	margin: 15px 20px 0px 10px;
}


div#primary a {
	color: #669900;
	text-decoration: none;
}

div#primary a:hover {
	color: #669900;
	text-decoration: underline;	
}

div#primary h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #444444;
	margin-top: 5px;
	margin-bottom: 15px;
		padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #669900;
}

div#primary h1 a {
	color: #444444;
	text-decoration: none;
}

div#primary h1 a:hover {
	color: #669900;
	text-decoration: none;
}

div#primary h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #444444;
	margin-bottom: 3px;
	margin-top: 8px;
}

div#primary h2 a {
	color: #444444;
	text-decoration: none;
}

div#primary h2 a:hover {
	color: #669900;
	text-decoration: underline;
}

div#primary .entry_info {
margin-top: 10px;
	color: #999999;
}

div#primary li {
	font-weight: normal;
	color: #555555;
	list-style-position: outside;
	list-style-type: square;
	margin: 0 0 5px 30px;
	line-height: 1.2;
}

.article {
  margin-bottom:20px;
  border-bottom: solid 1px #dddddd;
}

.article blockquote {
  margin:0 15px;
  padding:1px 15px;
  border-left:5px solid #0077c0;
  background:#F0F0F0;
}

.article ul, .article ol {
  color:#333333;
  margin-left:15px;
}

.article ul li {
  margin:5px 0;
  padding-left:15px;
  background:url(./images/square.png) 0 center no-repeat;
}

.article ol {
  margin-left:30px;
}

.article ol li {
  list-style:decimal;
  margin:10px 0;
}

.article ol li ol {
  margin-left:15px;
}

div#twit {
width: 195px;
}

div#secondary{
	float: left;
	width: 195px;
	margin: 15px 0 10px;
	font-size: 11px;
	color: #666666;
	background-color: #f8f8f8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dddddd;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #dddddd;
}

div#secondary ul {
	margin: 0 0 5px;
}

div#secondary li {
	color: #666666;
	margin: 0 8px 4px 12px;
}

div#secondary li a {
	text-decoration: none;
	 	color: #666666;
}

div#secondary li a:hover {
	text-decoration: underline;
	 	color: #669900;
}

div#secondary h2 {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #669900;
	text-decoration: none;
	text-align: left;
	margin: 5px 8px 5px 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

div#secondary .pagenav {
	margin-left: 0px;
}


div#footer {
	background-image: url(images/bottom3.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;	
	height: 75px;
	margin-top: -5px;
}

div#footer li {
	padding: 5px 0 0 20px;
	font-size: 14px;
	font-weight: bold;
	color: #555555;
}


div#footer2 {
	background-color: #ffffff;
	margin: 2px 0 5px 0px;
		text-align: center;
}


div#footer2 li {
	font-size: 10px;
	color: #666666;	
	display: inline;
	margin-right: 5px;
}

div#footer2 li a{
	color: #666666;
	text-decoration: none;	
}

div#footer2 li a:hover {
	color: #669900;
	text-decoration: underline;	
}

div#footer3 {
	width: 763px;
	margin: -7px auto 15px auto;
	text-align: center;
}


div#footer3 li {
	font-size: 10px;
	color: #777777;	
	display: inline;
}

div#footer3 li a{
	color: #777777;
	text-decoration: none;	
}

div#footer3 li a:hover {
	color: #669900;
	text-decoration: underline;	
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

div.navigation {
  margin:10px 0;
	font-size: 11px;
}

.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
  .clearfix {display:block;}
/* End hide from IE Mac */
