/*  
Theme Name: Arthemia
Theme URI: http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/
Description: <a href="http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/">Arthemia</a> theme is combining a magazine and a weblog into one; it is not too magazine-ish nor too blog-ish. Designed for Wordpress. Gravatar support included along with automatic thumbnail resizer.
Version: 1.0
Author: Michael Jubel Hutagalung
Author URI: http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/


/* HTML Elements */
* {
	margin:0;
	padding:0;
	}

body {
	font: 100% Arial, Helvetica;
	background: #FFF;
	color: #333;
	}

p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #3c78a7;
	text-decoration:none
	}

a:hover, a:active {
	color: #3c78a7;
	text-decoration:underline;
	}

a img {
	border:0;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
	}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #eee;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 0px;
	}

select {
	width: 130px;
	}	



/* Structure */


#head {
	width:960px;
	margin:0px auto;
	margin-top:15px;
	padding:0px;
	font-size:0.7em;
	}


#page {
/*	width:940px; */
	margin:0px auto;
	padding:10px;
	background:#ececec;
	font-size:0.7em;
	}

.left, .alignleft {
	float:left;
	}

.right, .alignright {
	float:right;
	}


/* Navigation Bar*/
#navbar {
	margin:0 auto;
	margin-top:15px;
	padding:0px 10px;
	text-transform:uppercase;
	background:#2c2c2c url(images/navbar.png); 
background:#000;
	}

#page-bar {
	width:722px;
	}

#page-bar ul {
	list-style: none;
	}

#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	border-right:1px solid #333;
	}

#page-bar li:hover {
	background: #3c78a7;
	background:#0b898e; 
	}


#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:10px 16px;
	font-weight:bold;
	color:#FFF;
	display:block;
	}

#page-bar a:hover {
	text-decoration:none;
	display:block;
	}

#searchform {
	width:194px;
	float:right;
	text-align:right;
	padding-top:8px;
	margin-right:10px;
	}

/* Dropdown Menus */		
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 122px;
	text-transform:none;
	}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	background: #2B2B2B;
background:#000;
	width: 122px;
	float: none;
	margin: 0px;
	padding: 5px 10px 5px 18px;
	border-top: 1px solid #C0C0C0;
	}
	
#page-bar li li a:hover, #page-bar li li a:active {
	background: #666666;
	padding: 5px 10px 5px 18px;
	}

#page-bar li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#page-bar li:hover ul {
	left: auto;
	display: block;
	}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
	}


/* Text*/

h1 {
	font:2.5em Georgia, "Times New Roman";
	font-weight:bold;
	letter-spacing:-0.04em;
	margin:20px 0 20px 0;
	}

h2 {
	font:1.5em Georgia, "Times New Roman";
	font-weight:bold;
	margin:20px 0 8px 0;
padding:10px 0 0 0;
	}

h3 {
	font:1.2em Arial;
	margin:0 0 5px 0;
	padding:0;
	color:#000;
	font-weight:bold;
	}

h4 {
	font:1.0em Arial;
	}

h3.cat_title, h3.cat_title a {
	color:#333;
	letter-spacing:-0.05em;
	font-size:0.85em;
	}

h3#respond {
	margin-top:0px;
	padding-top:20px;
	}

h3#comments {
	margin-top:32px;
	padding-left:0px;
	}

h3.authors {
	margin-top:15px;
	}

/* Index Page*/

#logo {
	width:350px;
	}

#tagline {
	margin-top:5px;
	font-size:1em;
	color:#333;
	}

#top {
	padding:0;
	}

#headline {
	width:590px;
	float:left;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.5em;
	margin:0;
	}

#headline  div.title {
	font-weight:bold;
	font:2.4em Georgia;
	letter-spacing:-0.05em;
	display:block;
	padding-bottom:5px;
	}

#headline div.meta {
	display:block;
	margin-top:-5px;
	padding-bottom:2px;
	}

#headline p {
	padding-bottom:15px;
	}

#featured {
	width:300px;
	background:#fff;
	float:right;
	padding:10px 10px 9px 10px;
	}

#featured .clearfloat {
	margin-top:7px;
	margin-bottom:8px;
	}

#featured .info {
	margin-top:5px;
	padding-top:5px;
	float:right;
	width:180px;
	}

#featured .title {
	font-weight:bold;
	}

#headline a img, #featured a img {
	border:1px solid #ccc;
	margin-top:5px;
	margin-right:10px;
	padding:2px;
	}


#middle {
	width: 920px;
	background:#fff;
	float:right;
	padding:10px;
	margin:10px 0;
	}

.category {
	width:164px;
	float:left;
	border-top:8px solid #333;
	margin:0px;
	padding:5px 10px 10px 10px;
	background:#fff;
	}

.category p {
	margin:0;
	}

#cat-1, #cat-3, #cat-5  {border-top:8px solid #333333;}
#cat-2, #cat-4 {border-top:8px solid #3c78a7;}

.category span.cat_title, #front-popular h3, #front-list .cat_title, #archive .cat_title {
	text-transform:lowercase;
	margin:0;
	font-weight:bold;
	font-size:1.5em;
	letter-spacing:-0.05em;
	}

#front-popular h3 {
	color:#fff;
	}

.category a {
	color:#333;
	display:block;
	background:none;
	}

.category a:hover {
	background:none;
	color:#fff;
	text-decoration:none;
	}

#cat-1:hover, #cat-3:hover, #cat-5:hover {background:#333333; color:#fff; }
#cat-2:hover, #cat-4:hover {background:#3c78a7; color:#fff; }
#cat-1:hover a, #cat-3:hover a, #cat-5:hover a {background:#333333; color:#fff; }
#cat-2:hover a, #cat-4:hover a {background:#3c78a7; color:#fff; }

#bottom {
	width: 940px;
	}

#front-list {
	width:590px;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	}

#archive {
	padding-top:15px;
	font-size:1.05em;
	line-height:1.75em;
	}

#front-list blockquote {
	padding: 0px 10px 0 10px;
	}

#front-list .title, #archive .title {
	font-weight:bold;
	font:2.0em Georgia;
	letter-spacing:-0.05em;
	}

#front-list .clearfloat, #archive .clearfloat {
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
	}

#front-list .spoiler, #archive .spoiler {
	display:block;
	margin-top:3px;
	}

#front-list p, #archive p {
	margin:0px;
	padding:0px;
	}

.author {
	font-size:0.8em;
	font-weight:bold;
	}

.meta {
	font-size:0.8em;
	color:#333;
	}

.meta a {
	color:#333;
	}

#headline p, #featured p {
	margin:0;
	}


/* Content Page*/

#content {
	width:590px;
	background:#fff;
	padding:10px;
	font-size:1.07em;
	line-height:.8em;
	float:left;
	min-height:400px;
	}

#content .breadcrumbs, #content .breadcrumbs a {
	font-weight:bold;
	color:#333;
	}

#content h2.title {
	font:2.2em Georgia;
	font-weight:bold;
	letter-spacing:-0.05em;
	border-bottom:1px solid #ddd;
	border-top:3px solid #ddd;
	padding:5px 0px;
	}

.post {
	font-size:1.05em;
	line-height:1.75em;
	}

.post p {
	margin-top:0px;
	}

.post .clearfloat {
	/* border-bottom:1px dotted #ccc; */
	margin:10px 0px;
	}

.post ul, .post ol, #front-list ul, #front-list ol {
	margin-bottom:15px;
	}

.post ul li, #front-list ul li {	
	list-style:square;
	margin-left:30px;
	}

.post ol li, #front-list ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.post ol li ul li, #front-list ol li ul li {	
	list-style:square;
	margin-left:20px;
	}

.post img, .post a img, #front-list img, #archive img {
	border:1px solid #ccc;
	margin:0 10px 5px 0;
	padding:2px;
	}

.post .ads {
	margin-top:10px;
	}

.entry {
	margin-top:20px;
	}

#stats {
	margin-top:0px;
	padding:4px 0px;
	text-transform:uppercase;
	font:0.8em Arial;
	display:block;
	}

#stats span {
	padding: 0px 20px 0px 0px;
	}

#stats span a:hover {
	background:none;
	}

#stats span a {
	color:#333;
	}

#stats img, #nav img {
	border:0px;
	margin:0px;
	padding:0px;
	}

#tools {
	width:590px;
	height:25px;
	font-size:0.95em;
	}

#tools a:hover {
	background:none;
	}

.navigation {
	padding:5px 0px;
	text-align:Center;
	}

/* Sidebar*/
#sidebar {
	width:320px;
	float:right;
	margin:0px 0px 0px 0px;
	}

/* #sidebar h3 {
	font:1.1em Arial;
	font-weight:bold;
	background:#333;
	color:#fff;
	margin:10px 0px 5px 0px;
	padding:3px 10px;
	}
*/

#sidebar-top, #sidebar-bottom {
	width:300px;
	float:right;
	padding:0px 10px 10px 10px;
	background:#fff;
	}

#sidebar-bottom, #sidebar-middle {
	margin-top:10px;
	}

#sidebar-middle {
	width:320px;
	float:right;
	}

#sidebar-left {
	width:135px;
	padding:0px 10px 10px 10px;
	float:left;
	background:#fff;
	}

#sidebar-right {
	width:135px;
	padding:0px 10px 10px 10px;
	float:right;
	background:#fff;
	}


#sidebar li {
	list-style:none;
	border-bottom:1px dotted #ccc;
	display:block;
	padding:2px 0px 2px 13px;
/* 	background:url(images/sub.png) no-repeat 0 0px; */
	}

#sidebar li ul li:last-child{
	list-style:none;
	border-bottom:0px dotted #ccc;
	display:block;
	padding-bottom:0;
/*	background:url(images/sub.png) no-repeat 0 0px; */
	}

#sidebar-ads {
	width:240px;
	float:right;
	margin-bottom:10px;
	padding:10px;
	background:#fff;
	}



/* Form Elements */

select {
	border:1px solid #333;
	width:100%
	}
	
.field {
	padding: 2px;
	border:1px solid #333;
	background:#fff;
	font-size:1.0em;
	}

#s {
	padding:1px;
	font-size:1.0em;
	width:150px;
	}
	
#searchsubmit {
	padding-left:5px;
	}

#commentform input {
	width: 140px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 99%;
	margin-top:5px;
	}



/* Comments*/

.commentlist cite {
	font-style:normal;
	margin-bottom:4px;
	display:block;
	}	

.commentlist blockquote {
	background:#ededed;
	}
			
.commentlist li {
	padding: 10px 0px 10px 0px;
	list-style:none;
	margin-bottom:3px;
	}

.commentlist li li {
	background:none;
	border:none;
	list-style:square;
	margin:3px 0 3px 20px;
	padding:3px 0;
	}

.commenttext {
	padding: 10px 10px 0px 10px;
	background:#f2f2f2;
	border-top:1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width:495px;
	float:right
	}
		
.commentlist cite strong {
	font-size:1.1em;
	}
	
li.my_comment {
	background: #FFF;
	border:none;
	}

li.my_comment cite strong {
	font-size: 1.3em;
	color:#313228;
	}
	
#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	color:#4d4d4d;
	display: block;
	margin-top:3px;
	text-align:right;
	font-size:0.9em;
	}

.commentmetadata a, .commentmetadata a:visited {
	color:#959382;
	}
	
.commentlist small {
	background:#e9e9e9;
	}

.avatar {
	border:1px solid #bbb;
	margin:0px 10px 0px 0px;
	float:left;
	padding:2px;
	width:55px;
	height:55px;
	}	

#comment {
	width:590px;
	background:#fff;
	}

/* Footer*/

#front-popular {
	font-size:0.7em;
	color:#fff;
	width: 940px;
	background:#2c2c2c url(images/bottombar.png) bottom no-repeat;
	margin: 0 auto;
	padding:10px;
	}

#recentpost, #mostcommented {
	width:280px;
	float:left;
	padding:10px;
	border:1px solid #fff;
	}

#mostcommented {
	margin-left:17px;
	}

#recent_comments {
	width:280px;
	float:right;
	padding:10px;
	border:1px solid #fff;
	}

#recentpost a, #mostcommented a, #recent_comments a {
	color:#fff;
	}

#recentpost ul, #mostcommented ul, #recent_comments ul {
	margin-top:5px;
	}

#recentpost ul li, #mostcommented ul li, #recent_comments ul li {
	list-style:none;
	border-top:1px dotted #fff;
	padding:5px;
	display:block;
	}

#recentpost ul li:hover, #mostcommented ul li:hover, #recent_comments ul li:hover {
	background:#3c78a7;
	color:#fff;
	}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
	border-top:0px dotted #fff;
	}


#footer {
	margin: 0 auto;
	width: 960px;
	font-size:0.6em;
	padding-top:10px;
	padding-bottom:10px;
	}


/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}


/*  ADDED STYLES */

.current {
font-weight:bold;
}

.pagenav {   } /* the outermost list item; contains whole list */
.page-item-2 {  } /* item for Page ID 2 */
.page_item { font-weight:normal; } /* any Page item */
.current_page_item { font-weight:bold; } /* the current Page */
.current_page_parent { font-weight:bold; } /* parent of the current Page */
.current_page_ancestor { font-weight:normal; } /* any ancestor of the current Page */

div#content .breadcrumbs {
	color:#999;
	font-weight:normal;
}

div#content .breadcrumbs a {
	font-weight:bold;
	color:#666;
}


div#content ol.cf-ol {
	list-style-type:none;
}

div#content ol.cf-ol li {
	list-style-type:none;
	margin-bottom:6px;
	clear:both;
}


div#content ol.cf-ol li label {
	margin:0 15px 0 0;
	width:130px;
	display:block;
	float:left;
}


/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
@import "calendar.css";

.cform { 
	margin:10px auto 0 auto; 
	width: 410px; 
}

.cform fieldset	{ 
	margin-top:10px; 
	padding:5px 0 15px 0; 
	border:1px solid #adadad; 
	border-left-color:#ececec; 
	border-top-color:#ececec; 
	background:#f7f7f7; 
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	margin-left:10px;
	padding: 0 2px; 
	font:normal 20px Times;
	color:#666666;
}

ol.cf-ol { 
	margin:0!important; 
	padding:0!important;
}

ol.cf-ol li	{
	background:none!important; 
	margin:5px 0!important;
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.3em;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	background:#F0F0F0 !important;
	margin:10px;
	padding:5px 0pt;
	text-align:left;
display:block;
clear:both;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	width:90px; 
	margin:4px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:right;
	vertical-align:top;
}

.cform label span {
	width:90px; /* must be the same as above!*/
	display:block; 
}

label.cf-before {
	margin:4px 10px 0 0; 
}

label.cf-after 	{
	margin:4px 15px 0pt 6px;
	text-align:left;
	width:115px;
}

label.cf-after span {
	width:115px;
	display:block;
}

label.cf-group-after {
	margin:3px 4px 0 2px;
	width:72px;
	text-align:left;
}
label.cf-group-after span {
	width:72px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
	padding:3px;
	background: #f9f9f9; 
	border: 1px solid #888888; 
	vertical-align:top;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#CEDDDF; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	background:#F3F8F8; 
}

.cform textarea,
.cform input {
	width:150px; 
}
.cform select {
	width:158px; /* attempt to have equal length */
	padding:2px 0;
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea {
	font-family: arial;
	font-size: 0.9em;
	overflow:auto;
}

/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	font-weight:bold;
	padding:8px 0 0 100px; /* check with label 'width' incl. */
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

.cform input.cf-box-a,
.cform input.cf-box-b 	{ 
	margin:2px 0 0 0; 
	width:14px;
	height:22px;
	border:none!important;
	background:none!important; 
clear:both;
}

.cform input.cf-box-a 	{ 
	margin-left:100px; /* check with label 'width' incl. */
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	margin:10px 0pt 0px !important;
	padding-left: 100px; 
} 

ol.cf-ol li.cf-box-group input {
float:left;
vertical-align:top;
display:block;
padding:5px;

}

ol.cf-ol li.cf-box-group label {
float:left;
margin:5px;
display:block;
padding:5px;
}


/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	margin:3px 0 0 3px;
	font-size:0.9em;
	display: -moz-inline-box; 
	vertical-align:top;
}

/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	text-align:right;
	padding: 0!important;
	margin: 0;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{ 
	width:100px;  
	padding:5px; 
	margin: 10px 0 0 5px;
	font-size:0.8em;
	background:url(../images/button-bg.gif) repeat-x; 
	border:1px solid #adadad!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
}
.cform input.resetbutton {
	width: auto;
	padding:5px 1em;
}
.cform input.backbutton {
	width: auto;
	padding:5px 1em;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	padding:5px 0!important;
	margin:5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	height:1%;
	min-height:1%;
	margin:0 0 0 100px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.secq,
label.seccap {
	vertical-align:text-bottom;
	margin-bottom:4px;
}

input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:50px;
	padding: 4px 4px;
	margin: 0;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(captcha_reset_grey.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none;
}

img.imgcalendar {
	border:none;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:380px;
	line-height:1.3em;
	margin:10px auto;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:#ad2929!important;
	text-decoration:underline!important;
}
div.success {
	background:#F7F7F7 none repeat scroll 0% 50%;
	color:#444444;
	display:block;
}
div.failure {
	display:block;
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error { 
	color:#ad2929; 
	border:1px solid #ad2929; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:#ad2929; 
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */
.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	width:410px;
	margin:0 auto 10px!important;
	padding:0!important;	
	text-align:center!important;
	display:none;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#aaaaaa!important;
	display:none;
}

/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}
*+html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
*+html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}

* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;  /*for ie6*/
}
*+html .cform label,
*+html ol.cf-ol,
*+html ol.cf-ol li,
*+html span.reqtxt,
*+html span.emailreqtxt {
	display: inline-block; /*for ie7*/
}

* html img.captcha {
	margin-bottom:1px!important;
}
*+html img.captcha {
	margin-bottom:1px!important;
}


/* ping5 */
body.page-id-670 .cform .cf-fs2 .cf-ol li label span {
width:250px;
}

body.page-id-670 .cform .cf-fs2 input {
width:60px;
margin-left:120px;
}


/* ANNA'S UPDATED STYLES */



#sidebar {
width:260px;
	font:1.1em Arial;
	font:1 Arial;
}

#sidebar h3.subnav-hdr,
#sidebar h3,
#sidebar div.subnav-hdr {
	padding:4px;
	height:23px;
}

body.top-level-parent-pageid-2 #sidebar div.subnav-hdr {
background:url(images/hdr-subnav-about.gif) no-repeat;
}

body.top-level-parent-pageid-202 #sidebar div.subnav-hdr,
body#pod-newsletter #sidebar div.subnav-hdr {
background:url(images/hdr-subnav-archive.gif) no-repeat;
}

body.top-level-parent-pageid-33 #sidebar div.subnav-hdr {
background:url(images/hdr-subnav-tips.gif) no-repeat;
}

body.top-level-parent-pageid-11 #sidebar div.subnav-hdr {
background:url(images/hdr-subnav-events.gif) no-repeat;
}

body.top-level-parent-pageid-45 #sidebar div.subnav-hdr {
background:url(images/hdr-subnav-buy.gif) no-repeat;
}

body.top-level-parent-pageid-69 #sidebar div.subnav-hdr {
background:url(images/hdr-subnav-links.gif) no-repeat;
}

#sidebar li {
/* 	background:url(images/sub.gif) no-repeat 0 3px; */
	padding:5px 0px 5px 13px;
}

#sidebar li ul li:last-child{
	}


#sidebar-top {
margin-top:0;
padding-top:0;
font-size:1em;
width:240px;
}

/* hides child pages not under current section */
#sidebar-top li ul {
display:none;
}

/* resets the other pages to show */
#sidebar-top li.current_page_parent ul,
#sidebar-top li.current_page_item ul {
display:block;
}



#sidebar ul.subnav-children,
#sidebar ul.subnav-children li.page_item {

}







/* --------------- first level links ---------------  */
#sidebar-top li {
background:#0b898e;
background:#333;
background:#179ea4;
background:#ddd;
background:#6ec2c6;
background:#aeccce;
background:#179ea4;
background:#43aab5;
background:#fff;
}

#sidebar-top ul {
}

#sidebar-top li.page-item {
margin-left:0;
padding-left:0;
}


/* ping anna */
#sidebar-top li a {
/* color:#fff;
color:#000; */
color:#01435e;
font-weight:bold;

}

#sidebar-top li.current_page_item,
#sidebar-top li.current_page_parent,
body#pod-newsletter #sidebar-top li.page-item-184,
#sidebar-top li.current_page_parent ul li.current_page_item {
	background:#0b898e url(images/sub-current.gif) no-repeat 0 3px; 
	background:#fff url(images/sub-current.gif) no-repeat 0 3px; 
}

#sidebar-top li.current_page_item a {
/* color:#000; */
font-weight:bold;
}

/* --------------- second level child links --------------- */

#sidebar-top li.page_item ul {
margin-top:5px;
margin-left:0;
}

#sidebar-top li.current_page_item ul li,
#sidebar-top li.current_page_parent ul li {
background:#0b898e url(images/sub.png) no-repeat 0 2px;
background:#90cdd3 url(images/sub.png) no-repeat 0 2px;
background:#fff url(images/sub.png) no-repeat 0 2px;
}

#sidebar-top li.current_page_item ul li.page_item a,
#sidebar-top li.current_page_parent ul li.page_item a {
/* color: #3c78a7;
color:#fff;
color:#01435e; */
	color: #3c78a7;
font-weight:normal;
}





div.clear {
clear:both;
height:1px;
overflow:hidden;
}

#wrapper-full {
width:820px;
margin:0 auto;

position:relative;
}

#wrapper-navbar {
	width:818px;
	height:34px;
	display:block;
	background:#2c2c2c;
	border-left:1px solid #727272;
	border-right:1px solid #727272;
	border-bottom:0;
}

/* ping anna */
#navbar {
	margin:0 auto;
 	background:#2c2c2c; 
	border-bottom:0;
	width:818px;
	height:34px;
	/* overflow:hidden; */
	clear:left;
	text-align:left;
	border-left:1px solid #727272;
	border-right:1px solid #727272; 
	padding:0;
	position:absolute;
	top:121px;
	display:block;
	font-size:0.7em;
	left:0;
	}

#page-bar {
width:590px;
margin-left:0;
padding-left:0;
overflow:hidden;
margin-top:0;
padding-top:0;
padding-bottom:0;
height:34px;
}


ul#page-bar li.current_page_ancestor,
ul#page-bar li.current_page_item,
body.top-level-parent-pageid-202 ul#page-bar li.page-item-202,
body.top-level-parent-pageid-23 ul#page-bar li.page-item-23,
body.top-level-parent-pageid-2 ul#page-bar li.page-item-2,
body.top-level-parent-pageid-69 ul#page-bar li.page-item-69,
body.top-level-parent-pageid-45 ul#page-bar li.page-item-45,
body.top-level-parent-pageid-33 ul#page-bar li.page-item-33,
body.top-level-parent-pageid-11 ul#page-bar li.page-item-11,
body.top-level-parent-pageid-197 ul#page-bar li.page-item-197,
body#pod-newsletter ul#page-bar li.page-item-202 {
background:#0b898e;
background:#074b4e;
background:#0b898e;
background:#074b4e;
}

.breadcrumbs {
font-size:.9em;
display:block;
width:486px;
background:#ddd;
padding:2px 0 2px 6px;
}

img.main-photo {
margin:0 0 0 0;
}

.divider {
border-top:1px solid #ccc;
margin:5px 0;
height:1px;
overflow:hidden;
clear:both;
padding:0;
}


#content {
width:480px;
padding:0 20px; 
line-height:.8em;
border:0;
}

.post {
line-height:1.5em;
/* ping */
}


/*.entry {
padding:10px 15px;
}
*/

.entry {
}

/* ping */
#page {
background:#fff;
padding-top:20px;
padding:20px 0 0 0;
margin:0 auto;
width:820px;
clear:both;
}

body {
background:#bebe70 url(images/bg-body.gif) repeat-x top left;
margin-top:0;
padding-top:0;
margin-bottom:0;
padding-bottom:0;
background:#eee;
background-color:#bebe70;
background:#333;
background:#bebe70 url(images/bg-page.jpg) repeat top left;
background:#bebe70;
background:#333;
/* background:#fff; */
/* background:#000; */
background:#333 url(images/bg-body-pattern.jpg) repeat top left;
margin-top:10px;
}


h1 {
	font:2em Garamond, "Lucida Grande", "Lucida Sans Unicode";
	font-weight:bold;
	letter-spacing:0em;
	margin:20px 0 15px 0;
	}

h2 {
	font:1.5em Garamond, "Lucida Grande", "Lucida Sans Unicode";
	font-weight:bold;
	letter-spacing:0em;
	margin:10px 0 10px 0;
	}

#head {
background:#dba543;
/* background:#bebe70 url(images/bg-page.jpg) repeat top left; */
width:820px;
/* width:100%; */
margin-top:0;
margin-bottom:0;
margin:0 auto;
text-align:center;
position:relative;
	}

#head img {
border-bottom:0;
margin:0 auto;
height:121px;
overflow:hidden;
clear:left;
}

#front-popular {
	width: 800px;
	background:#2c2c2c;
	}





#content img.center,
#content p.center {
margin-left:auto;
margin-right:auto;
}



#footer {
width:818px;
/* width:100%; */
padding:20px 0;
margin:0;
font-size:.75em;
	background:#2c2c2c; 
border:1px solid #727272;
border-top:0;
}

#footer,
#footer a {
text-align:center;
margin:0 auto;
color:#999;
}


/* HOMEPAGE SPECIFIC */
body.home .entry {
padding-right:15px;
}

body.home #page {
padding:0;
margin-top:0;
width:820px;
border:0;
}


body.home #page #content {
width:820px;
padding:0;
margin:0;
}



#home-events,
#home-newsletter,
#home-quick-links {
float:left;
display:block;
width:225px;
margin:0 25px 15px 0;
/* border:1px dotted #333;
border-left:0; */
clear:left;
padding:0 10px 10px 20px;
border-bottom:1px solid #ccc;
}

body.home li  {
margin-left:14px;
}

body.home #features {
float:left;
display:block;
border-right:1px solid #ccc;
margin:0 20px 0 0;
}

#home-feature-area {
background:#d1d684;
background:#dcdcda;
border-bottom:5px solid #000;
 border-top:1px solid #727272;
margin:0 0 20px 0;
padding:0;
height:252px;
overflow:hidden;
}

#home-feature-area img.align-right {
float:right;
padding:0;
margin:0;
border:0;
border-left:1px solid #333;
}

#home-feature-area #feature-blurb {
padding:20px;
width:242px;
}

#home-feature-area #feature-blurb h1, 
#home-feature-area #feature-blurb h2, 
#home-feature-area #feature-blurb h3 {
margin-top:8px;
padding-top:0;
}

body.home .post .clearfloat {
	border:0;
	margin:0px;
	}


/* DEFAULT TABLE STYLES */

table {
max-width:500px;
border:1px solid #ccc;
margin:10px 10px 10px 0;
}

table td {
border-top:1px solid #ccc;
border-right:1px solid #ccc;
padding:5px;
}

table tr:first-child td {
border-top:0;
}

table td:last-child {
border-right:0;
}

table tr.lightTD td {
background-color:#ddd;
}

table tr td.indentTD {
padding-left:25px;
}

.entry img.pdfInline {
border:0;
margin:0;
padding:0;
}
