/* CLEARS AND STUFF */

.clearall {
	clear: both;
}

/* LOSE THE BORDERS */

.custom #header, .custom .post, .custom .teasers_box, .custom #footer, .custom #footer a, .custom #footer a:active, .custom #archive_info, dl#comment_list dl dt.bypostauthor, dl#comment_list dl dd.bypostauthor .format_text,
.custom .prev_next, .custom #comment_list, .custom #comment_list dd, .custom #commentform, .custom #sidebar_1, .custom #sidebar_2, .custom #comment_list dt.comment, .custom #comment_list dd.comment,
dl#comment_list dl dt, dl#comment_list dl dd .format_text {
	border-bottom: 0px;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
}
.custom #content_box, .custom #column_wrap {
	background: none;
}

/* HEADER */

.custom #header {
	margin-bottom: 7.5em;
}
.custom #logo {
	width: 40%;
	float: left;
}
.custom #header, .custom #footer {
	padding-left: 0px;
	padding-right: 0px;
}
.custom #header #logo a { 
	display: block; 
	height: 70px; 
	width: 325px; 
	background: url(images/logo.png) no-repeat; 
	outline: none; 
}
.custom #header #logo, .custom #header #tagline { 
	text-indent: -9999px; 
}
.custom #header_area .page {
	padding-left: 0px;
	padding-right: 0px;
}
.custom #header #tagline {
	float: left;
	clear: both;
}

/* NAV */

.custom .menu li.current a, .custom .menu li.current-cat a {
	border-bottom: #F6E5A0 4px solid;
	}
.custom .menu a:hover {
	text-decoration: none;
	background: none;
	}

.custom #navbar {
	float: right;
	width: 60%;
	margin-top: 2em;
}
.custom .menu {
	background: none;
	border: none;
	width: auto;
	float: right;
	margin-top:20px;
}
.custom .menu li a, .custom .menu li ul {
	border: none;
}
.custom .menu a, .custom .menu a:active {
	letter-spacing: normal;
	margin-left: 1.2em;
	text-transform: none;
	padding: 0px;
	font-weight: bold;
	line-height: normal;
	background: none;
}
.custom .menu .current .submenu, .custom .menu .current-cat .children {
	margin-top: -4px;
}
.custom .menu .submenu li, .custom .menu .children li {
	background-color: #00557F;
	border:1px solid #05364F;
}
.custom .menu .submenu li a, .custom .menu .children li a {
	padding: 5px 0px;
	text-decoration: none;
	margin-bottom: 0px;
}
.custom .menu .submenu li a:hover, .custom .menu .children li a:hover {
	border: none;
	text-decoration: underline;
}
.custom .menu li ul li.current a, .custom .menu li.current ul a, .custom .menu li ul li.current-cat a, .custom .menu li.current-cat ul a { 
	background: none;
	border: none;
}


/* BODY */
.custom #container #page {
	background: none;
}
body.custom {
	background: #7cb870 url(images/background.jpg) center top no-repeat fixed; 

}
.custom #content_box {
	background: #FFF;
	border: #53849e 0px solid;
	border-top: #b6c4ce 1px solid;
	padding-bottom: 1.5em;
}
.custom .post_box, .full_width #content_box .page {
	margin: 0 2.5em 0 2.5em;
}
#archive_info p {
	letter-spacing: normal;
	text-transform: none;
}
	

/* SIDEBAR */

.custom #sidebars #sidebar_2 .sidebar_list {
	padding-left: 0px;
}
.custom .sidebar .widget {
	background-color: #95c58b;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border: 1px solid #d6d6d6;
	padding: 5%;
	width: 90%;
}
.custom .widget h3 {
	font-variant: normal;
	letter-spacing: normal;
	padding-bottom: 1.2em;
}
.custom .sidebar_list {
	margin-right: 1.5em;
	margin-left: 1.5em;
}
.custom #multimedia_box #custom_box {
	margin-right: 1.5em;
	margin-left: 1.5em;
}
	

/* POST */

.custom .headline_meta * {
	text-transform: none;
}
.custom .headline_meta {
	font-style: normal;
	text-transform: capitalize;
}
.custom .tt_post .headline_meta {
	padding-left: 42px;
}
.custom .tt_post .headline_area .entry-title {
	padding-left: 40px;
}
.custom .tt_post .headline_area {
	margin-bottom: .5em;
}
.custom .tt_post .post .entry-content {
	padding-left: 42px;
}

/* COMMENTS */

.custom #comment_list .children dt.comment, .custom #comment_list .children dd.comment {
	background: none;
	border: 0px;
	border-left: 2px solid #CFDBE4;
}
.custom #comments {
	padding-left: 1.5em;
	padding-right: 1.5em;
}
.custom .bracket {
	display: none;
}
.custom #comment_list dt.comment, .custom #comment_list dd.comment {
	background: #f7fafd;
}
.custom #comment_list dd.comment {
	margin-bottom: 1em;
	border: 1px solid #cfdbe4;
	border-top: 0px;
	margin-left: 1em;
	-moz-border-radius-bottomright: 1em;
	-moz-border-radius-bottomleft: 1em;
	-webkit-border-bottom-right-radius: 1em;
	-webkit-border-bottom-left-radius: 1em;
}
.custom #comment_list dt.comment {
	border: 1px solid #cfdbe4;
	border-bottom: 0px;
	margin-left: 1em;
	-moz-border-radius-topright: 1em;
	-moz-border-radius-topleft: 1em;
	-webkit-border-top-left-radius: 1em;
	-webkit-border-top-right-radius: 1em;
}
.custom #comment_list dt.comment-author-admin, .custom #comment_list dd.comment-author-admin {
		background: #d9eaf5 url(images/admin-bg.jpg) bottom center repeat-y;
}

/* COMMENT FORMS */

.custom #commentform input, .custom #commentform textarea {
	border: 1px solid #cfdbe4;
	background-color: #f7fafd;
}
.custom #commentform input:hover, .custom #commentform textarea:hover, .custom #commentform textarea:focus, .custom #commentform input:focus  {
	border: 1px solid #F6E5A0;
}
.custom #commentform #submit {
	padding: 5px 15px;
	color: #2f333a;
}

/* TEASERS */
.custom .teaser .entry-content {
	padding-right: 2em;
}
.custom .teaser .entry-title {
	padding-right: 2em;
}
.custom .teasers_box {
	padding-left: 1.5em;
}
.custom .prev_next p {
	padding: 0px 10px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #f4f4f4;
	-moz-border-radius: .8em;
	-webkit-border-radius: .8em;
	border: 1px solid #d6d6d6;
	text-transform: none;
	letter-spacing: normal;
	font-size: 1.3em;
}

/* FOOTER */
.custom #footer a, .custom #footer a:visited {
	color: #F6E5A0;
	text-decoration: none;
	border-bottom: none;}
.custom #footer a:hover {
	text-decoration: underline;
}
.custom #footer {
	padding-top: .8em;
padding-left: 1.2em;
padding-right: 1.2em;
	padding-bottom: 1.2em;
	font-weight: normal;
font-size: 9px;
 }

/* CLEARS AND STUFF */

.clearall {
	clear: both;
}

/* LOSE THE BORDERS */

.custom #header, .custom .post, .custom .teasers_box, .custom #footer, .custom #footer a, .custom #footer a:active, .custom #archive_info, dl#comment_list dl dt.bypostauthor, dl#comment_list dl dd.bypostauthor .format_text,
.custom .prev_next, .custom #comment_list, .custom #comment_list dd, .custom #commentform, .custom #sidebar_1, .custom #sidebar_2, .custom #comment_list dt.comment, .custom #comment_list dd.comment,
dl#comment_list dl dt, dl#comment_list dl dd .format_text {
	border-bottom: 0px;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
}
.custom #content_box, .custom #column_wrap {
	background: none;
}

/* HEADER */

.custom #header {
	margin-bottom: 7.5em;
}
.custom #logo {
	width: 40%;
	float: left;
}
.custom #header, .custom #footer {
	padding-left: 0px;
	padding-right: 0px;
}
.custom #header #logo a { 
	display: block; 
	height: 70px; 
	width: 325px; 
	background: url(images/logo.png) no-repeat; 
	outline: none; 
}
.custom #header #logo, .custom #header #tagline { 
	text-indent: -9999px; 
}
.custom #header_area .page {
	padding-left: 0px;
	padding-right: 0px;
}
.custom #header #tagline {
	float: left;
	clear: both;
}

/* NAV */

.custom .menu li.current a, .custom .menu li.current-cat a {
	border-bottom: #F6E5A0 4px solid;
	}
.custom .menu a:hover {
	text-decoration: none;
	background: none;
	}

.custom #navbar {
	float: right;
	width: 60%;
	margin-top: 2em;
}
.custom .menu {
	background: none;
	border: none;
	width: auto;
	float: right;
	margin-top:20px;
}
.custom .menu li a, .custom .menu li ul {
	border: none;
}
.custom .menu a, .custom .menu a:active {
	letter-spacing: normal;
	margin-left: 1.2em;
	text-transform: none;
	padding: 0px;
	font-weight: bold;
	line-height: normal;
	background: none;
}
.custom .menu .current .submenu, .custom .menu .current-cat .children {
	margin-top: -4px;
}
.custom .menu .submenu li, .custom .menu .children li {
	background-color: #00557F;
	border:1px solid #05364F;
}
.custom .menu .submenu li a, .custom .menu .children li a {
	padding: 5px 0px;
	text-decoration: none;
	margin-bottom: 0px;
}
.custom .menu .submenu li a:hover, .custom .menu .children li a:hover {
	border: none;
	text-decoration: underline;
}
.custom .menu li ul li.current a, .custom .menu li.current ul a, .custom .menu li ul li.current-cat a, .custom .menu li.current-cat ul a { 
	background: none;
	border: none;
}


/* BODY */
.custom #container #page {
	background: none;
}
body.custom {
	background: #7cb870 url(images/background.jpg) center top no-repeat fixed; 

}
.custom #content_box {
	background: #FFF;
	border: #53849e 0px solid;
	border-top: #b6c4ce 1px solid;
	padding-bottom: 1.5em;
}
.custom .post_box, .full_width #content_box .page {
	margin: 0 2.5em 0 2.5em;
}
#archive_info p {
	letter-spacing: normal;
	text-transform: none;
}
	

/* SIDEBAR */

.custom #sidebars #sidebar_2 .sidebar_list {
	padding-left: 0px;
}
.custom .sidebar .widget {
	background-color: #95c58b;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border: 1px solid #d6d6d6;
	padding: 5%;
	width: 90%;
}
.custom .widget h3 {
	font-variant: normal;
	letter-spacing: normal;
	padding-bottom: 1.2em;
}
.custom .sidebar_list {
	margin-right: 1.5em;
	margin-left: 1.5em;
}
.custom #multimedia_box #custom_box {
	margin-right: 1.5em;
	margin-left: 1.5em;
}
	

/* POST */

.custom .headline_meta * {
	text-transform: none;
}
.custom .headline_meta {
	font-style: normal;
	text-transform: capitalize;
}
.custom .tt_post .headline_meta {
	padding-left: 42px;
}
.custom .tt_post .headline_area .entry-title {
	padding-left: 40px;
}
.custom .tt_post .headline_area {
	margin-bottom: .5em;
}
.custom .tt_post .post .entry-content {
	padding-left: 42px;
}

/* COMMENTS */

.custom #comment_list .children dt.comment, .custom #comment_list .children dd.comment {
	background: none;
	border: 0px;
	border-left: 2px solid #CFDBE4;
}
.custom #comments {
	padding-left: 1.5em;
	padding-right: 1.5em;
}
.custom .bracket {
	display: none;
}
.custom #comment_list dt.comment, .custom #comment_list dd.comment {
	background: #f7fafd;
}
.custom #comment_list dd.comment {
	margin-bottom: 1em;
	border: 1px solid #cfdbe4;
	border-top: 0px;
	margin-left: 1em;
	-moz-border-radius-bottomright: 1em;
	-moz-border-radius-bottomleft: 1em;
	-webkit-border-bottom-right-radius: 1em;
	-webkit-border-bottom-left-radius: 1em;
}
.custom #comment_list dt.comment {
	border: 1px solid #cfdbe4;
	border-bottom: 0px;
	margin-left: 1em;
	-moz-border-radius-topright: 1em;
	-moz-border-radius-topleft: 1em;
	-webkit-border-top-left-radius: 1em;
	-webkit-border-top-right-radius: 1em;
}
.custom #comment_list dt.comment-author-admin, .custom #comment_list dd.comment-author-admin {
		background: #d9eaf5 url(images/admin-bg.jpg) bottom center repeat-y;
}

/* COMMENT FORMS */

.custom #commentform input, .custom #commentform textarea {
	border: 1px solid #cfdbe4;
	background-color: #f7fafd;
}
.custom #commentform input:hover, .custom #commentform textarea:hover, .custom #commentform textarea:focus, .custom #commentform input:focus  {
	border: 1px solid #F6E5A0;
}
.custom #commentform #submit {
	padding: 5px 15px;
	color: #2f333a;
}

/* TEASERS */
.custom .teaser .entry-content {
	padding-right: 2em;
}
.custom .teaser .entry-title {
	padding-right: 2em;
}
.custom .teasers_box {
	padding-left: 1.5em;
}
.custom .prev_next p {
	padding: 0px 10px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #f4f4f4;
	-moz-border-radius: .8em;
	-webkit-border-radius: .8em;
	border: 1px solid #d6d6d6;
	text-transform: none;
	letter-spacing: normal;
	font-size: 1.3em;
}

/* FOOTER */
.custom #footer a, .custom #footer a:visited {
	color: #F6E5A0;
	text-decoration: none;
	border-bottom: none;}
.custom #footer a:hover {
	text-decoration: underline;
}
.custom #footer {
	padding-top: .8em;
padding-left: 1.2em;
padding-right: 1.2em;
	padding-bottom: 1.2em;
	font-weight: normal;
font-size: 9px;
 }

.custom #multimedia_box {background-color:#fff; border-style: none; }

.custom .widget h3 {font-family:Arial, Helvetica, sans-serif; color:#000;}