/*
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: none;

}

#content {
	width: 100%;
	text-align: justify;
}


#footer {
  clear: both;
	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;
}
