/*
Theme Name: OMEC 2009
Theme URI: http://www.omec.org.uk/
Description: The OMEC theme by <a href="http://www.CookandKaye.co.uk">CookandKaye</a>.
Version: 1.0
Author: Barry Kaye
Author URI: http://www.CookandKaye.co.uk/
Tags: white, fixed width, two columns

	OMEC v1.0
	 http://www.cookandkaye.co.uk/

*/

body {
  margin: 10px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #003300;
	background: #ffffff;
	font-size: 90%;
}

#page {
  width: 900px;
	margin: 0 auto; 

}

#menu {
  display: block;
	float: right;
	width: 250px;
	margin: 0;

}
#menu ul{
  width: 100%;
	margin: 5px 0 20px 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	clear: right;
}

#menu li{
	margin: 0;
	padding: 2px;
	text-align: left;
	font-weight: normal; 
	font-size: 100%;
}

#menu a {
	display: block;
	color: #333; 
	background: #fff url(./images/diode-off.png) center left no-repeat; 
	text-decoration: none;
	padding: 1px 20px 1px 30px;	
	margin: 2px 0;
}

#menu a:hover {
	color: #cc0000;
	background: #fff url(./images/diode-on.png) center left no-repeat;
	font-style: italic;/**/
}

#menu li.current_page_item a{
	color: #cc0000;
	background: #fff url(./images/diode-on.png) center left no-repeat;
	font-style: normal;/**/
}
 

#menu img{
  float: right;
	margin-bottom:50px;
}

#menu form{
  display: block;
	clear: both;
	padding: 5px;
	border: 1px solid #ccffcc;
}

#menu .comment{
	margin-bottom: 20px;
}

#menu .comment a{
	background: transparent; 
	text-decoration: none;
	font-style: normal;
	padding: 5px;
}
#menu .comment a:hover{
	background: transparent; 
	text-decoration: none;
	font-style: normal;
}

#content {
	display: block;
	width: 600px;
	text-align: justify;
	float: left;
	margin-top: 10px;
}


#footer {
  clear: both;
	background-color: #ffcc00; 
	text-align: center; 
	padding: 2px; 
	font-size: smaller;
	
	}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Maiandra GD', Arial, Helvetica, sans-serif; 
	color: #336600;
	background: transparent; 
	text-align: left;
	clear: both;
}
h1 {
  font-size: 160%;
}
h2 {
  font-size: 140%;
}
h3 {
  font-size: 120%;
}
h4 {
  font-size: 100%;
  font-style: italic;
  font-weight:bolder;
}
h5 {
  font-size: 100%;
  font-weight:normal;
}

object {margin: 0px; padding: 0px; vertical-align: top; border-style: none;}

sup {font-size: smaller; }
sub	{font-size: smaller; }

hr	{color: #006666; background: transparent; }

img {color: #ffffff; background: transparent; }

a:link		{color: #336600; background: transparent; text-decoration: underline; font-style: normal;}
a:visited	{color: #996600; background: transparent;}
a:active	{color: #ff0000; background: transparent;}
a:hover		{color: #cc0000; background: transparent;}

address	{
  color: #999999; 
  background: transparent; 
  font-size: smaller; 
  font-style: italic; 
  text-align: center;
}

.ref {
  font-size: smaller; 
  background: transparent;
  color: #555555;
}

.wp-caption-text {
  font-size: smaller; 
  background: transparent;
  color: #555555;
}

.border {
	background: transparent; 
	color: #000099; }

.note {
  font-style: italic; 
  background: transparent; 
  color: #990000;}

.small {font-size: smaller; }

.alignright  {float:right; margin-left:10px;}
.alignleft  {clear: left; float:left; margin-right:10px;}

.comment{
  display:block;
  border: 1px solid #336600;
  margin: 0;
  padding: 0 10px;
  color:#336600;
  background-color:#ffffdd;
}


.clearing {
  clear: both;
}

.postmetadata {
  font-size: smaller;
	color: #99cc99;
	padding-bottom: 5px;
	border-bottom: 1px #ccffcc dashed;
}
.screen-reader-text {
  display: none;
}

/*============ Paragraph decorations ====================*/

.anchor {
  text-align:right;
	padding-right: 20px;
	background: url('images/next.png') no-repeat top right;
}
.print {
  text-align:right;
	padding-right: 20px;
	background: url('images/print.png') no-repeat top right;
}
