/*
Theme Name: WOMA
Theme URI: http://woma.com/
Author: Bright Web Marketing
Author URI: http://brightwebmarketing.com/

*/



/* Begin Typography & Colors */

* {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#wrapper1 {
	background: url('images/wrapper1.jpg') top repeat-x;
	min-width:960px;
	height:100%;
}
#wrapper2 {
	background: url('images/wrapper2.jpg') bottom repeat-x;
	min-width:960px;
}
#wrapper3 {
	background: url('images/header.jpg') top center no-repeat;
	min-width:960px;
}
#wrapper4 {
	background: url('images/footer.jpg') bottom center no-repeat;
	min-width:960px;
}
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	background-color:#e6eade;
	color: #333;
	text-align: center;
}
a {
	color:#0074c8;
}
a:hover {
	color:#3a8206;
}
#page {
	text-align: left;
	width:960px;
}

#header {
	height:167px;
	width:960px;
}

#content {
	font-size: 1.2em;
	width:535px;
	margin-top:60px;
	float:left;
	margin-right:5px;
}
#information {
	width: 960px;
	float:left;
	min-height:750px;
}
#brownbox {
	padding: 30px;
	padding-bottom:20px;
	background: url('images/brownbox.png');
	color:#fff;
	margin-bottom:5px;
}
#brownbox2 {
  float:left;
	padding: 11px;
	background: url('images/brownbox.png');
	color:#fff;
	margin:13px 0 5px 10px;
}
#whitebox {
	padding: 30px;
	padding-bottom:20px;
	background:#fff;
	font-size:14px;
	color:#332414;
}
#whitebox img{
	margin-bottom: 10px;
}
#whitebox img.alignleft {margin-right: 20px; }
#whitebox img.alignright {margin-left: 20px; }

.widecolumn .entry p {
	font-size: 1.05em;
}

.postmetadata {
	text-align: left;
	font-size: 11px;
	margin: 10px 0;
	border-top: 1px dotted #ccc;
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}
/*Footer Information*/
#footer {
	clear:both;
	border: none;
	height:307px;
}
#footer a:hover{
  color:#3a8206;
}
#copy {
	font:Georgia, "Times New Roman", Times, serif 11px;
	position:absolute;
	color:#a0b490;
	margin-top:171px;
	margin-left:270px;
}
#copy a{
	color:#a0b490;
	text-decoration:underline;	
}
#footerNav {
	position:absolute;
	font-size:13px;
	padding: 0;
	margin-top:150px;
	margin-left:265px;
}
#footerNav a{
	text-decoration:underline;
	color:#fff;
}
#footerNav li{
	display:inline;
	border-left:solid #a0b490 1px;
	padding:0 5px 0 8px;
}
#footerNav li:first-child{
	border:none;
}
#footerWoma {
	position:absolute;
	margin-top:139px;
	margin-left:672px;
}
/*End Footer Information*/
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}


#headerimg .description {
	font-size: 1.2em;
	text-align: center;
}

h1,h2 {
	margin-top:0;
	font-size: 22px;
	font-style:italic;
	padding:0;
	font-weight:normal;
	color:#84cc50;
}
p {
	margin-top:0px;
	margin-bottom:20px;
}

h1.pagetitle, h2.pagetitle {
	font-size: 1.6em;
}


h3 {
	font-size: 16px;
  font-weight: normal;
  font-style: italic;
  color: #0074c8;
}
#whitebox h3:first-child {
  margin-top: 0;
  }

#logo {
	text-decoration: none;
	color: white;
}
#logo img {
  position: absolute;
}

h1,h1 a,h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: none;
}

.entry p a:visited {
	color: #b85b5a;
}
	
	
#brownbox, #whitebox {
  line-height: 1.8em;
  }


/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0px 0 0px;
	padding: 0;
}

#page {
	margin: 0px auto;
	padding: 0;
	width: 960px;
}

.narrowcolumn, .widecolumn {
	float: left;
	padding: 0 0 0 0;
	margin: 0px 0 0;
	width: 450px;
}



.post {
}

.post hr {
	display: block;
}

.widecolumn .post {
	margin: 0;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


/* End Structure */



/*	Begin Headers */



h3 {
	padding: 0;
	margin: 30px 0 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

.alignleft {
  float: left;
	padding: 4px;
	margin: 0 7px 2px 0;
}

.alignright {
	float: right;
	padding: 4px;
	margin: 0 0 2px 7px;
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}
ul.member {
  list-style:none;
}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	list-style-type: none;
	list-style-image: none;
}




/* Begin Form Elements */
#searchform {
	position:absolute;
	background: url('images/search.jpg') top left no-repeat;
	height:60px;
	width:299px;
	margin-top: 0px;
	margin-left:667px;
}

#s {
	margin-top:10px;
	margin-left:10px;
	width:180px;
	background:none;
	border:none;
	cursor:text;
}
#searchsubmit {
	font-size: 18px;
	margin:20px 0 0 15px;
	text-indent: -15px;
	height:30px;
	width:82px;
	color:#251907;	
	cursor:pointer;
	background: url('images/button-sprite.gif') 67px 0px no-repeat #8dbee0;
	border:none;
}
#searchsubmit:hover {
	color: #fff;
  background-position: 67px -60px;
  background-color: #438b0f;
  }



.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
/* End Form Elements */



/* Admin Bar */
#admin-bar {
  position: absolute;
  top: 200px;
  margin: 0;
  padding: 0;
  list-style: none;
  }
#admin-bar li {
  display: inline;
  }
#admin-bar a {
  float: left;
  height: 18px;
  font-size: 14px;
  display: block;
  text-decoration: none;
  padding: 2px 10px;
  margin: 0;
  border-left: 1px solid #5a4b3b;
  background: #e6eade;
  }
#admin-bar a:hover {
  background: #fff;
  }



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	float:left;
	width: 170px;
}

#sidebar img {
	margin-bottom:5px;
}

/* End Sidebar */

/*Begin Left Sidbar*/

#leftSide {
	float:left;
	margin-top:60px;
	background: url('images/navbg.jpg') top center no-repeat;
	width:245px;
	margin-right:5px;
}
  
#navigation {
	float:left;
	margin-left:-30px;
	overflow:hidden;
}
#navigation ul {
  list-style: none;
  }
#navigation ul ul {
  display: none;
  }
#navigation li.current_page_item ul, #navigation li.current_page_ancestor ul {
  display: block;
  }

/* First Level */
#navigation li a {
	width: 205px;
	height: 21px;
	display: block;
	overflow: hidden;
	font-size: 14px;
	padding: 5px 10px;
	margin: 0 0 1px;
	text-decoration: none;
  font-size: 15px;
	color:#332414;
	border-bottom: #a0af84 solid 1px;
	background: url('images/nav.gif') 0px 63px no-repeat;
  }
#navigation li a:hover {
  height: 22px;
  color: #fff;
  border-bottom: none;
  background-position: 0px -31px;
  }
#navigation li.current_page_item a, #navigation li.current_page_ancestor a {
  height: 21px;
  color: #fff;
  border-bottom: none;
  background-position: 0px 0px;
  }

/* Second Level */
#navigation li ul {
  color: #a0af84;
  padding: 2px 10px 10px;
  margin: 0 0 1px;
  list-style: none;
  border-bottom: 1px solid #a0af84;
  }
#navigation li li {
  border-bottom: 1px dotted #c6d1b0;
  }
#navigation li li a {
  width:auto !important;
  height:auto !important;
  padding: 2px 5px;
  border:0;
  font-size: 13px;
  color:#6c654b !important;
  background:none;
  }
#navigation li li a:hover {
  background: #5a4b3b;
  color: #fff !important;
  }
#navigation li li.current_page_item, #navigation li li.current_page_ancestor {
  border-bottom: 0;
  margin-top: -1px;
  }
#navigation li li.current_page_item a {
  cursor: default;
  color:#fff !important;
  background: #438b0f;
  }

/* Third Level */
#navigation li li ul {
  padding: 0;
  border-bottom: 0;
  }
#navigation li li li {
  border-bottom: 0;
  border-top: 1px dotted #c6d1b0;
  }
#navigation li li.current_page_item li a {
  cursor: pointer;
  color:#6c654b !important;
  background: transparent;
  }
#navigation li li li a {
  font-size: 11px;
  text-indent: 15px;
  }
#navigation li li li a:hover {
  background: #5a4b3b;
  color: #fff !important;
  }
#navigation li li li.current_page_item a {
  cursor: default;
  color:#fff !important;
  background: #438b0f;
  }
#navigation li li li.current_page_item, #navigation li li li.current_page_ancestor {
  border-top: 0;
  margin: 1px 0 -1px;
  }

/* Member Nav */
#login ul {
  margin: 0 -5px 0 0;
  padding: 10px;
  font-size: 13px;
  list-style: none;
  border-top: 1px solid #4789c6;
  }
#login li {
  border-bottom: 1px dotted #68a1cc;
  }
#login li a {
  display: block;
  padding: 2px 5px;
  text-decoration: none;
  }
#login li a:hover {
  color: #fff;
  background: #4789c6;
  }
#login {
	float:left;
	background: url('images/header-login.jpg') top center no-repeat;
	padding-top:38px;
	padding-right:15px;
	padding-bottom:150px;
	width:230px;
	text-align:right;
}

#login a {
	font-size: 11px;
  }
.button-login {
	float:right;
	height:30px;
	padding-right:30px;
	margin-left:5px;
	cursor:pointer;	
	color:#fff;
	border:none;
	background: url('images/button-sprite.gif') 60px -30px no-repeat #332414;
}
.button-login:hover {
  color: #fff;
	background-position: 60px -60px;
	background-color: #438b0f;
}
#login input {
  cursor:text;
  }


#logout-button a, #joinButton {
	float:right;
	height: 20px;
	width: 60px;
	padding: 5px 10px;
	margin: 0 5px;
	cursor:pointer;	
	color:#fff;
	font-size:14px;
	text-decoration: none;
	border:none;
	background: url('images/button-sprite.gif') 60px -30px no-repeat #332414;
}
#logout-button a:hover, #joinButton:hover {
  color: #fff;
	background-position: 60px -60px;
	background-color: #438b0f;
}
#joinButton{
	padding: 2px 20px 5px 10px;
	background: url('images/button-sprite.gif') 70px -30px no-repeat #332414;
	float:left;
}
#joinButton:hover{
	background-position: 70px -60px;
  }

#al_loading, #al_login, #al_register, #al_lostPassword {
	height:125px !important;
}
#wrapper-login {
	background: url('images/repeat-login.jpg') top center;
	float:left;
	margin-top:10px;
}
#footer-login {
	background: url('images/footer-login.jpg') bottom center no-repeat;
	min-height:313px;
	width:245px;
	float:left;
}
#login input.login {
	border:none;
	width:210px !important;
	height:20px;
	margin-bottom:5px;
	padding-top:8px;
	padding-left:3px;
}
#login .left {
	text-align:left;
	margin-left: 10px;
}

/*End Left Sidebar*/


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */