/*
THEME NAME: WOM
THEME URI: http://www.watershedonlinemedia.com
DESCRIPTION: Watershed's basic template
VERSION: 1.0
AUTHOR: <a href="http://www.watershedonlinemedia.com">Kate Broughton &amp; Don Meskie</a>
AUTHOR URI:
TAGS: WOM
*/


@import url('css/aefi.css');

/* Globals */
body{
	background:url(images/mainBG.png);
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:17px;
	background-repeat:repeat-y;
	background-color:#EDF5F8;
	background-position:center;
}
div#wrapper{
	width:980px;
	margin:25px auto;
	background:url(images/leftSidebarBG.jpg) repeat-y;
	background-position:0 112px;
	background-color:#FFF;
}
h3{
	font-size:15px;
	color:#2C6B7C;
}
/* Top Menu */
div.skip-link {
position:absolute;
right:1em;
top:1em;
}

div#menu {
height:200px;
background: url(images/topNav.png);
background-repeat:repeat-x;
background-position: 0 -5px;
margin:0;
width:100%;
}

div#menu ul,div#menu ul ul {

line-height:1.4;
list-style:none;
margin-left:-999px;
padding:0;
}

div#menu ul a {
display:none;
}
.entry-title, .page-title {
	color:#5D16A6;
	margin-left:14px;
}

.entry-title,.entry-meta {
clear:both;
}
.entry-content h3{
	margin-top:30px;
}
.entry-content{ /*added by kate to set text size for post content*/
	font-size:13px;
	color:#333; /*dark gray*/
	margin-left:14px;
}
.entry-meta{
	font-size:11px;
	color:#999;
	margin-bottom:2em; /*test added by kate*/
	margin-left:14px;
}
.entry-title a:link{
	color:#1FA09E; /*logo teal*/
	text-decoration:none;
}
.entry-meta a:link{
	color:#704974; /*purple-gray*/
	text-decoration:none;
}
.entry-title a:visited{
	color:#1FA09E; /*logo teal*/
	text-decoration:none;
}
.entry-meta{
	border-bottom:1px dotted #999;
	padding-bottom:12px;
}
.entry-meta a:visited{
	color:#AB8214; /*gold*/
	text-decoration:none;
}
.entry-title a:hover{
	color:#1FA09E; /*logo teal*/
	text-decoration:underline;
}

.entry-meta a:hover{
	color:#AB8214; /*gold*/
	text-decoration:underline;
}
.entry-title a:active{
	color:#AB8214; /*gold*/
	text-decoration:none;
}

.entry-meta a:active{
	color:#F33664;
	text-decoration:none;
}
div#container,div#primary {
/*margin-top:2em;*/
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
font-size:10px;
line-height:12px;
color:#666;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}
/* Kate, this should be the breadcrumbs css*/
div#nav-above {
margin-bottom:1em;
font-size:10px;
font-style:italic;
color:#99C; /*light purple*/
}

div#nav-below {  /*we are not using breadcrumbs beneath a post*/
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
margin-bottom:4em;
}
/*added by kate as a test*/
div.nav-previous {
float:left;
text-align:left;
margin-bottom:4em;
}

div.sidebar h3 {
font-size:1.2em;
}

div.sidebar p {
	font-size: 11px;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
font-size: 11px;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 0em; /*was 1em*/
}

div.sidebar ul ul li {
list-style:none;
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.0em; /*was 0.5em*/
}

div.sidebar ul ul ul li {
list-style:none;
color:#9F0;

}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}
div#header{
	width:200px;
	margin-top:-7px;

}
div#header,div#footer {
text-align:center;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}