/* @override
	http://www.lutheransforlife.org/styles.css
	http://www.lutheransforlife.org/_css/styles.css
	http://lutheransforlife.monkstaging.com/_css/styles.css
	http://www.lutheransforlife.org/_css/styles.css?v=20130301
*/

/* =Global
---------------------------------------------------------------------
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: trfansparent;
}

body {

	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	background: url(/_img/bg_footer_outer.gif);
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 1px;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: none;
}

#skip {
	position: absolute;
	text-indent: -9999px;
	list-style: none;
}

*+html #skip{
   position: static;
   height: 0;
   display: none;
}

#outer-container {
	background: url(/_img/bg_body.gif);
}

#inner-container {
	background: url(/_img/bg_container.gif) top repeat-x;
}

#container {
	margin: 0 auto;
	width: 1010px;
	text-align: left;
}

a {
	overflow: hidden;
}

/* =Header
---------------------------------------------------------------------
*/

#header{
   width: 1010px;
   height: 134px;
   position: relative;
   margin-bottom: 40px;
}

#header h1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 203px;
	height: 92px;
	/*background: url(/_img/h1_logo.png) no-repeat; */
}

#header h1 a {
	display: block;
	width: 203px;
	height: 92px;
}

#header h2 {
	position: absolute;
	top: 54px;
	left: 285px;
	width: 337px;
	height: 38px;
	background: url(/_img/h2_tagline.png) no-repeat;
	text-indent: -9995px;
}

#header #meta-nav {
	float: right;
	display: inline;
	height: 36px;
	background: white;
	padding: 0 15px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	-moz-box-shadow: 0 0 6px 0 #ccc;
  	-webkit-box-shadow: 0 0 6px 0 #ccc;
  	box-shadow: 0 0 6px 0 #ccc;
	margin: 0 15px;
}

#header #meta-nav p {
	text-align: center;
	padding: 12px 0 0 0;
	font-size: 1.1em;
	color: #DBDBDB;
}

#header #meta-nav p a {
	color: #0099CC;
	text-decoration: none;
	border-right: 1px solid #DBDBDB;
	padding-right: 6px;
}

#header #meta-nav p a.last {
	border-right: 0;
	padding-right: 6px;
	padding-left: 6px;
}

#header #meta-nav p a:hover {
	color: #666666;
}


#header #header-social {
	float: right;
	display: inline;
	padding-top: 4px;
}

#header #header-social a {
	float: left;
}

#header #header-banner {
	position: absolute;
	top: 50px;
	right: 0;
	width: 160px;
	height: 40px;
}

#header #header-banner img {
	display: block;
	border: 0;
	width: 160px;
	height: 40px;
}


#header #newsletter-wrap {
	position: absolute;
	top: 0;
	right: 306px;
	width: 240px;
	height: 33px;
}

#newsletter, #newsletter fieldset {
	border: 0;
	padding: 0;
	margin: 0;
	width: 240px;
}

#newsletter input#newsletter_text {
	width: 185px;
	height: 22px;
	padding: 11px 0 0 15px;
	margin: 0;
	color: #999999;
	font-size: 1.1em;
	font-weight: bold;
	float: left;
	border: 0;
	background: url(/_img/bg_newsletter_input.png) no-repeat;
}

#newsletter #newsletter_submit {
	float: right;
	border: 0;
	padding: 0;
	margin: 0;
	width: 40px;
	height: 33px;
}

/* =Navigation
---------------------------------------------------------------------
*/

#nav-wrap {
	position: relative;
	z-index: 1;
	width: 1010px;
	height: 40px;
	margin-bottom: 40px;
}

#nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	list-style:none;
}

#nav li	{
	float:left;
	list-style: none;
}

#nav_life-issues ul{ display:none;}

#nav li:hover, nav li.hover {
	position: static;
}

#nav li a {
	display:block;
	height: 40px;
	text-indent: -9999px;
}
#nav li ul {
   position: absolute;
   left: -999em;
   z-index: 999;
   width: 271px;
   list-style: none;
   line-height: 1;
   height: auto;
   margin: 0;
   padding: 0 0 15px 0;
   background: url(../_img/nav_li_dd_bot_cap.png) left bottom no-repeat;
}

#nav li li{
   font-size: 1em;
   margin: 0;
   float: none;
}

#nav li ul ul{
	display: none;
}

#nav li:hover ul ul,
#nav li.sfhover ul ul{
   left: -999em;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul{
   left: auto;
}

#nav li.current li a,
#nav li.current li a:hover,
#nav li li a {
   width: 227px !important;
   height: auto;
   color: #0099CC;
   text-indent: 0;
   line-height: 1;
   padding: 8px 18px 8px 26px;
   text-decoration: none;
   font-size: 1.2em;
   font-weight: bold;
}

#nav li.current li.first a,
#nav li.current li.first a:hover,
#nav li li.first a {
   background-position: left top !important;
   padding-top: 28px;
}

/*
#nav li.current li.last a,
#nav li.current li.last a:hover,
#nav li li.last a {
   background-position: left bottom !important;
   padding-bottom: 35px;
}
*/

#nav li.current li a:hover,
#nav li li a:hover{
   background-position: right -34px !important;
   color: #FFFFFF;
}

#nav li.current li.first a:hover,
#nav li li.first a:hover{
   background-position: right top !important;
}

/*
#nav li.current li.last a:hover,
#nav li li.last a:hover{
   background-position: right bottom !important;
}
*/

#nav li li li{
	display: none;
}

#searchbar {
	position: absolute;
	right: 6px;
	top: 100px;
	width: 239px;
	height: 35px;
	overflow:hidden;
}

#searchbar #searchForm fieldset{
	width: 239px;
	border: 0;
}

#searchbar #searchForm input#search_term{
	width: 184px;
	height: 28px;
	padding-left: 15px;
	padding-top: 12px;
	border-style: none;
	float: left;
	color: #999999;
	font-size: 1.1em;
	font-weight: bold;
	background: url(/_img/bg_search_input.png) no-repeat;
	margin: 0;
}

#searchbar #searchForm a#search_go{
	width: 40px;
	height: 40px;
	display: block;
	float: right;
	text-indent: -9999px;
	background: url(/_img/bg_search_go.png) no-repeat;
}


/* =Content Wrap
---------------------------------------------------------------------
*/

#content-wrap {
	width: 1010px;
	margin-bottom: 20px;
}


/* =Content
---------------------------------------------------------------------
*/

#content-container {
	background: url(/_img/bg_content_top.png) no-repeat top left;
	width: 754px;
	float: left;
	padding-top: 9px;
}

#content {
	width: 754px;
	background: url(/_img/bg_content_wrap.png) repeat-y;
}

#content-cap {
	width: 754px;
	height: 10px;
	background: url(/_img/bg_content_bot.png) no-repeat bottom left;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #666666;
	margin-bottom: .5em;
	font-weight: normal;
}

#content h2 a, #content h3 a, #content h4 a, #content h5 a, #content h6 a {
	color: #0099CC;
}

#content h2 {
	font-size: 2.2em;
}

#content h3 {
	font-size: 2em;
}

#content h4 {
	font-size: 1.8em;
}

#content h5 {
	font-size: 1.6em;
}

#content h6 {
	font-size: 1.4em;
}

#content #text {
	padding: 20px;
}

#content p,
#content li{
   margin-bottom: 1em;
   font-size: 1.2em;
   line-height: 1.5;
}

#content p,
#content li {
   margin-bottom: 1em;
   font-size: 1.2em;
   line-height: 1.5;
}

#content li p {
	font-size: 12px;
}

#content ul,
#content ol{
	margin: 0 0 1.5em 3em;
	list-style: none;
}

#content ul li {
	list-style-type: circle;
}

#content ul .archive-group-list {
	margin-bottom: 10px;
}

#content ul .archive-group-list li {
	list-style:none;
	list-style-type: none;
}


#content ol li {
	list-style-type: decimal;
}

#content li{
   margin: 0;
}

#content li li{
   font-size: 1em;
}

#content blockquote{
   margin-left: 2em;
   font-size: 1.2em;
   margin-bottom: 1em;
}

#content hr{
   display: block;
   margin-bottom: 1em;
}

#content a{
   color: #0099CC;
   text-decoration: none;
}

#content a:hover{
   color: #666666;
   text-decoration: underline;
}

#content img{
   float: left;
   margin: 5px 10px 5px 0;
   border: 0;
   padding: 0;
}

#content #page-image {
	width: 714px;
	margin: 0 0 10px 0;
	padding: 0;
	overflow: hidden;
}

#content #page-image #banner {
	padding: 0;
	border: 0;
	float: none;
	margin: 0;
	background: none;
	max-width: 714px;
}

/* sub content */

#content #sub-left {
	float: left;
	width: 480px;
}

#content #sub-right {
	float: right;
	width: 210px;
}

#content #sub-right .section h3 {
	font-size: 1.8em;
	color: #AC8D64;
	font-weight: normal;
	padding-bottom: 5px;
	border-bottom: 2px solid #0099CC;
}

#content #sub-right .section h4 {
	font-size: 1.8em;
	color: #AC8D64;
	font-weight: normal;
	padding-bottom: 5px;
}

#content #sub-right .section .sec-feature {
	border-bottom: 1px solid #0099CC;
	padding: 10px 0;
}

#content #sub-right .section .sec-feature h4 {
	font-size: 1.1em;
	margin-bottom: 5px;
	font-weight: bold;
	padding: 0;
}

#content #sub-right .section .sec-feature p {
	font-size: .9em;
	margin: 0;
}

body#subcontent #content #page-image {
	width: 470px;
}

body#subcontent #content #page-image #banner {
	max-width: 470px;
}


/* media home page */

#content #featured-media {
	float: left;
	margin-bottom: 25px;
}

#content #media-player-wrap {
	float: left;
	width: 464px;
	height: 279px;
	margin-right: 15px;
}

#content #media-player {
	width: 464px;
	height: 279px;
}

#content #media-player video {
	width: 464px;
	height: 279px;
}

#content #media-player iframe {
	width: 464px;
	height: 279px;
}

#content #media-info {
	float: right;
	width: 224px;
	height: 279px;
	background: #F0F0F0;
	border: 1px solid #D4D4D4;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

#content #media-info h4 {
	padding: 10px 10px 0 10px;
}

#content #media-info p {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1.1em;
}

#content #media-filters {
	margin-bottom: 25px;

clear: both;
height: 25px;
 }

#content #media-feature-list {

}

#content #media-feature-list .media-list-box {
	float: left;
	width: 340px;
	height: 75px;
	margin-right: 15px;
	padding: 10px 0;
	border-top: 1px solid #E0E0E0;
}

#content #media-feature-list .media-list-box h4 {
	font-size: 1.3em;
	margin-bottom: 0;
	padding: 0 12px;
	font-weight: bold;
}

#content #media-feature-list .media-list-box p {
   font-size: 1em;
   line-height: 1.3;
   padding: 0 12px;
}


#content #media-feature-list .media-list-box .image  {
	float: left;
	margin: 0 8px 5px 12px;
	overflow: hidden;
	width: 115px;
	height: 65px;
	border: 1px solid #D4D4D4;
	position: relative;
}

#content #media-feature-list .media-list-box .image  img {
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
	width: 115px;
	height: 65px;
	position: absolute;
	top: 0;
	left: 0;
}

#content #media-feature-list .media-list-box .image img.sermon-tn {
	z-index: 100;
}

#content #media-feature-list .media-list-box .image img.sermon-play {
	z-index: 200;
}


/* pagination */

#content p#pagination{
   margin: 20px 7px;
}

#content p#pagination a{
   padding: 4px 6px;
   margin: 5px 5px 5px 0;
   background: #0099CC;
   color: #FFFFFF;
   text-decoration: none;
   -webkit-border-radius:3px;
   -moz-border-radius:3px;
   border-radius:3px;
}

#content p#pagination a#current{
	background: none;
	color: #999999;
}

#content p#pagination a:hover{
	background: #666666;
   /* color: #0099CC; */
}


/* Sub Content Filters */
#content #filters {

}

#content #filters select {
	margin-bottom: 5px;
	width: 200px;
	color: #666666;
}

/* Media Box */
#content #mediabox {
	padding: 10px;
	margin: 0 0 20px 0;
	background: #FFFFFF url(/_img/bg_mediabox_articles.png) repeat-x left bottom;
	list-style: none;
	width: 188px;
}

#content #mediabox li {
	padding:3px 0 3px 30px;
	font-size: 1.1em;
	list-style: none;
	margin: 0;
}

#content #mediabox li a {
	text-decoration: none;
	font-weight: bold;
}

#content #mediabox li#mb_jukebox	{
	background:url(/_img/icon_play.gif) no-repeat 0 50%;
}

#content #mediabox li#mb_download {
	background:url(/_img/icon_download.gif) no-repeat left 50%;
}

#content #mediabox li#mb_notes {
	background:url(/_img/icon_notes.gif) no-repeat left 50%;
}

#content #mediabox li#mb_video {
	background:url(/_img/icon_video.gif) no-repeat left 50%;
}

#content #mediabox li#mb_podcast	{
	background:url(/_img/icon_feed.gif) no-repeat left 50%;
}

#content #mediabox li#mb_comments	{
	background: url(/_img/icon_comments.png) no-repeat left 50%;
}

#content #mediabox li#mb_print	{
	background: url(/_img/icon_print.png) no-repeat left 50%;
}

#content #mediabox li#mb_share	{
	background: url(/_img/icon_share.png) no-repeat left 50%;
}


/* =Sidebar
---------------------------------------------------------------------

*/

#sidebar {
	float: right;
	width: 246px;
}


#sidebar .section{
	width: 246px;
	margin-bottom: 15px;
}

#sidebar .section h3 {
	font-size: 1.8em;
	color: #AC8D64;
	font-weight: normal;
}

#sidebar .section h4 {
	font-size: 1.6em;
	color: #AC8D64;
	font-weight: normal;
}

#sidebar .section p{
	line-height: 1;
	padding: 0;
	margin: 0;
}

#sidebar .section img{
	max-width: 246px;
	margin: 0;
	border: 0;
	padding: 0;
	float: none;
}



/* =Footer
---------------------------------------------------------------------
*/
#footer-container-outer {
	background: url(/_img/bg_footer_outer.gif);
}

#footer-container {
	background: url(/_img/bg_footer_inner.gif) top repeat-x;
	padding-bottom: 40px;
}

#footer {
	width: 1010px;
	margin: 0 auto;
	text-align: left;
	padding-top: 15px;
}

#footer p {
	font-size: 1.1em;
	color: #999999;
	margin: 0;
	padding: 0;
	line-height: 1.4;
}

#footer p.tagline {
	font-size: 1.1em;
	color: #FFFFFF;
	font-weight: bold;
}

#footer a {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
}

#footer .left {
	float: left;
}

#footer .right {
	float: right;
}

#footer-sitemap {
	float: left;
	width: 1010px;
	padding: 20px 0 10px 0;
}

#footer-sitemap ul {
	float: left;
	width: 168px;
	padding: 0;
	margin: 0;
	list-style: none;
}

#footer-sitemap ul li {
	width: 168px;
	padding: 0;
	margin: 0;
	list-style: none;
}

#footer-sitemap ul li a {
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
	background: url(/_img/bg_footer_border_top.png) repeat-x bottom;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#footer-sitemap ul li a:hover {
	color: #999999;
}

#footer-sitemap ul ul {
	float: none;
}

#footer-sitemap li li {

}

#footer-sitemap li li a {
	color: #999999;
	font-size: 1em;
	background: none;
	padding: 0;
	margin-bottom: 6px;
	text-transform: none;
}

#footer-sitemap li li a:hover {
	color: #FFFFFF;
}

#footer-social {
	width: 1010px;
	padding: 15px 0 15px 0;
	position: relative;
	float: left;
}

#social-links {
	position: absolute;
	right: 0;
	bottom: 10px;
	list-style: none;
}

#social-links li {
	float: left;
	list-style: none;
}

#social-links li a {
	display: block;
	height: 16px;
	text-indent: -9986em;
	background: url(/_img/bg_social_links.png) no-repeat;
}

#social-links li#twitter a{
    background-position: left top;
	width: 78px;
	margin-right: 8px;
}

#social-links li#facebook a{
	background-position: -83px top;
	width: 88px;
}

#social-links li#youtube a{
	background-position: -171px top;
	width: 64px;
}

#footer-contact {
	width: 1010px;
	float: left;
	background: url(/_img/bg_footer_border_top.png) repeat-x top;
	padding: 20px 0;
	position: relative;
}

#footer-contact .left a {
	padding: 0 8px 0 6px;
	border-right: 1px solid #999999;
}

#footer-contact .left a.last {
	padding-right: 0;
	border-right: 0;
}

#footer-contact .right a.givenow {
	position: absolute;
	right: 0;
	top: 16px;
	width: 96px;
	height: 23px;
	text-indent: -9999px;
	background: url(/_img/bg_btn_givenow.png) no-repeat;
}

#footer-contact .right p {
	margin-right: 106px;
}

#footer-copyright {
	width: 1010px;
	float: left;
	background: url(/_img/bg_footer_border_top.png) repeat-x top;
	padding: 20px 0;
	position: relative;
}

#footer-copyright .left .contact-info{
	color: #E6E6E6;
	margin-bottom: 20px;
}

#poweredby {
	position: absolute;
	right: 0;
	top: 20px;
	list-style: none;
	width: 216px;
}

#poweredby li {
	float: left;
	list-style: none;
}

#poweredby li a {
	display: block;
	height: 50px;
	text-indent: -9986em;
	background: url(/_img/bg_poweredby.png) no-repeat;
}

#poweredby li#ekklesia a{
    background-position: left top;
	width: 134px;
	margin-right: 8px;
}

#poweredby li#ekklesia a:hover{
    background-position: left bottom;
}

#poweredby li#commongood a{
	background-position: right top;
	width: 74px;
}

#poweredby li#commongood a:hover{
	background-position: right bottom;
}

/* =Articles
---------------------------------------------------------------------
*/

#content #article-content {
	padding: 0 0 10px 0;
	margin-bottom: 15px;
}

#content #article-content h3.articlegroup {
	padding: 5px 0 0 0;
}

#content #article-content h4 {
	margin: 0;
	padding: 10px 0;
}

#content #article-content h3 {
	padding-top: 15px;
}

#content #article-content .author {
	font-weight: bold;
	font-size:1.4em;
	margin-bottom: 5px;
	padding: 0;
	color: #999999;
}

#content #article-content .tags {
	font-size: 1.2em;
	font-weight: bold;
	color: #999999;
	padding-top: 0;
}

#content #article-content .tags span {
	text-transform: uppercase;
}

#content .articlebox {
	padding: 10px;
	border-bottom: 1px solid #0099CC;
}

#content .articlebox:hover {
	background: #F0F0F0;
}

#content .articlebox h5 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 5px;
}

#content .articlebox h5 span {
	font-size: .7em;
	margin-left: 10px;
	color: #999999;
	font-weight: normal;
}

#content .article-meta {
	margin:0;
}

/* =Media
---------------------------------------------------------------------
*/

#content #sermon-content {
	padding: 0 0 10px 0;
	margin-bottom: 15px;
}

#content #sermon-content h3.sermongroup {
	padding: 10px 0 0 0;
}

#content #sermon-content h4 {
	margin: 0;
	padding: 10px 0;
}

#content #sermon-content .author {
	font-weight: bold;
	margin-bottom: 5px;
	padding: 0;
	color: #999999;
}

#content #sermon-content .tags {
	font-size: .9em;
	font-weight: bold;
	color: #999999;
	padding-top: 0;
}

#content #sermon-content .tags span {
	text-transform: uppercase;
}

#content .sermonbox {
	padding: 10px;
	border-bottom: 1px solid #0099CC;
	position: relative;
}

#content .sermonbox:hover {
	background: #F0F0F0;
}

#content .sermonbox h5 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 5px;
}

#content .sermonbox h5 span {
	font-size: .7em;
	margin-left: 10px;
	color: #999999;
	font-weight: normal;
}

#content .sermonbox h5 a {
	font-size: 1em;
}

#content .sermonbox h5 a:hover {

}

#content .sermonbox p {
	margin:0;
}

#content .sermonbox .image {
	float: left;
	margin:0 10px 5px 0;
}

#content .sermonbox .image img {
	float: none;
	margin: 0;
}

#content .sermonbox ul.media {
	position:absolute;
	top:30px;
	right:10px;
	margin:0;
	padding:0;
	list-style: none;
	border:2px solid #F0F0F0;
	background: #FFFFFF;
	padding: 0;
}

#content .sermonbox ul.media li {
	float:left;
	display:inline;
}

#content .sermonbox ul.media li a {
	display:block;
	height: 30px;
	text-indent:-999em;
	background: url(/_img/sermons_mediaicons.png) no-repeat top right;
	margin: 0 4px;

}

#content .sermonbox ul.media li.sl_video a { width: 24px; background-position: -4px 0; }
	#content .sermonbox ul.media li.sl_video a:hover { background-position: -4px bottom; }

#content .sermonbox ul.media li.sl_listen a { width: 22px; background-position: -28px 0; }
	#content .sermonbox ul.media li.sl_listen a:hover { background-position: -28px bottom; }

#content .sermonbox ul.media li.sl_download a { width: 23px; background-position: -50px 0; }
	#content .sermonbox ul.media li.sl_download a:hover { background-position: -50px bottom; }

#content .sermonbox ul.media li.sl_notes a { width: 22px; background-position: -73px 0; }
	#content .sermonbox ul.media li.sl_notes a:hover { background-position: -73px bottom; }

#content .sermonbox ul.media li a:focus {
	outline:none;
}

/* =Blogs
---------------------------------------------------------------------
*/

#content #blog-content {
	padding: 10px 0;
	margin-bottom: 15px;
}

#content #blog-content h3.articlegroup {
	padding: 5px 0 0 0;
}

#content #blog-content h4 {
	margin: 0;
	padding: 10px 0;
}

#content #blog-content .author {
	font-weight: bold;
	margin-bottom: 5px;
	padding: 0;
	color: #999999;
}

#content #blog-content .tags {
	font-size: .9em;
	font-weight: bold;
	color: #999999;
	padding-top: 0;
}

#content #blog-content .tags span {
	text-transform: uppercase;
}

#content .blogbox {
	padding: 10px;
	border-bottom: 1px solid #0099CC;
}

#content .blogbox:hover {
	background: #F0F0F0;
}

#content .blogbox h5 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 5px;
}

#content .blogbox h5 span {
	font-size: .7em;
	margin-left: 10px;
	color: #999999;
	font-weight: normal;
}

#content .blog-meta {
	margin:0;
}

/* sidebar blog filter */

#content #blog-filter {

}

#content #blog-filter h3 {

}

#content  #blog-filter #blog_list_archive,
#content  #blog-filter #blog_list_author,
#content  #blog-filter #blog_list_category{

}

#content  #blog-filter #blog_list_archive li,
#content  #blog-filter #blog_list_author li,
#content  #blog-filter #blog_list_category li{

}

#content  #blog-filter #blog_list_archive li a,
#content  #blog-filter #blog_list_author li a,
#content  #blog-filter #blog_list_category li a{

}

#content  #blog-filter #blog_list_archive li a:hover,
#content  #blog-filter #blog_list_author li a:hover,
#content  #blog-filter #blog_list_category li a:hover{

}

/* =Calendar
---------------------------------------------------------------------
*/

#cal-wrap {

}

#content table.calendar {
	margin: 15px 0 25px 10px;
	border-collapse: collapse;
}

#content table.calendar caption	{
	padding-bottom: 15px;
	font-size: 1.6em;
	font-weight: bold;
}

#content table.calendar th {
	padding: 6px 0;
	background:#0099CC;
	color: #FFFFFF;
	font-size: 1.3em;
	font-weight: normal;
	text-align: center;
		border-left: 1px solid #0099CC;
}

#content table.calendar td {
	width: 92px;
	height: 92px;
	padding: 2px;
	border: 1px solid #0099CC;
	border-top: 0;
	background: #FFFFFF;
	font-size: 1em;
	vertical-align: top;
}

#content table.calendar td a	{
	text-decoration: none;
	color: #0099CC;
}

#content table.calendar td ul {
	margin: .5em 0 0 .5em;
	font-size: 1em;
	list-style: none;
}

#content table.calendar td li {
	margin-bottom: .75em;
	font-size: 1em;
	line-height: 1.2;
	list-style: none;
}

#content table.calendar td li a	{
	text-decoration: underline;
}

#content table.calendar td li a:hover{
	text-decoration: none;
}

#text table.calendar .calendar-next {
	margin-left: 10px;
	padding: 3px 5px;
	background: #FFFFFF;
	border: 1px solid #0099CC;
}

#text table.calendar .calendar-prev {
	margin-right: 10px;
	padding: 3px 5px;
	background: #FFFFFF;
	border: 1px solid #0099CC;
}

#text table.calendar .calendar-next:hover, #text table.calendar .calendar-prev:hover {
	background: #0099CC;
	color: #FFFFFF;
}

#content .eventbox {
	padding: 10px;
	border-bottom: 1px solid #0099CC;
}

#content .eventbox:hover {
	background: #F0F0F0;
}

#content .eventbox h5 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 5px;
}

#content .eventbox h5 span {
	font-size: .7em;
	margin-left: 10px;
	color: #999999;
	font-weight: normal;
}

/* =Form Settings
---------------------------------------------------------------------
*/

#content .monkForm legend {
	font-size: 1.3em;
	padding-top: 10px;
	margin-bottom: 10px;
}

#content .monkForm .text label, #content .monkForm .data label {
	display: inline-block;
	width: 120px;
	float: left;
	padding-top:  3px;
}

#content .monkForm .text p.data input  {
	border-right: 1px solid #9E9FA2;
	border-bottom: 1px solid #9E9FA2;
	height: 18px;
	padding: 2px 5px 0 5px;
}

#content #newsletter #newsletter_text  {
	border: 1px solid #9E9FA2;
	height: 18px;
	padding: 2px 5px;
	margin-bottom: 10px;
	width: 200px;
}

#content .monkForm .textarea{
	clear: both;
}

#content .monkForm .textarea label{
	display: block;
}

#content .textarea textarea{
	width: 350px;
	height: 100px;
	border-right: 1px solid #9E9FA2;
	border-bottom: 1px solid #9E9FA2;
}

#content fieldset .checkbox p.data{
  width:150px;
  float: left;
  display: inline;
}

#content .monkForm div {
	clear: both;
}

#content #text .monkForm .error{
	color: #A00109;
	margin-bottom: 4px;
	font-size: 1.1em;
	font-style: italic;
	padding: 0;
	margin: 0;
}


#content .monkForm .errorSummary{
	color: #A00109;
	font-weight: bold;
	font-size: 1.4em;
}

#content #text .monkForm p.data img.captcha{
	display: block;
	float: none;
	margin-bottom: 5px;
	margin-top: 5px;
}

#content #text .monkForm .captcha input{
	border: 1px solid #9E9FA2;
}

#content #text .monkForm .captcha label{

}
/* =Comments
---------------------------------------------------------------------
*/

#content #comments {
	margin-bottom: 30px;
	padding: 10px;
}

#content #comments .login{

}

#content #comments p{
	font-size: 1.1em;
	margin-bottom: 5px;
}

#content #comments p.comment-name {
	font-size: 1.2em;
	font-weight: bold;
}

#content #comments p strong{
	font-weight: bold;
	margin-right: 5px;
}

#content #comments form label{
	width: 120px;
	display: inherit;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 1.3em;
}

#content #comments form{
	margin-bottom: 30px;
}

#content #comments form textarea{
	height: 150px;
	margin-bottom: 10px;
	border: 2px solid #0099CC;
	font-size: 1.2em;
	padding: 5px;
	line-height: 1.5em;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
}

#comments h4{


}

#comments .comment{
	padding: 10px;
	border: 2px solid #0099CC;
	background: #F8F8F8;
	overflow: hidden;
	margin-bottom: 15px;
}

#comments .comment h5{
	font-size: 1.3em;
	font-weight: bold;
}

#comments .comment h5 span.date{
	color: #0099CC;
	font-size: .8em;
	font-weight: normal;
}

/* Photo Gallery */

#content .gallery-box {

}

#content .gallery-box img {
	float:none;
	margin: 0;
	padding: 1px;
	background: #FFFFFF;
	border: 2px solid #F0F0F0;
}

#content .gallery-box h4 {
	margin-bottom: .5em;
	font-size: 1.3em;
}

#content .gallery-box .gallery-thumbnail {
	float: left;
	width: 150px;
	margin: 0 20px 20px 0;
}

#content .gallery-box .gallery-thumbnail img:hover {
	border: 2px solid #0099CC;
}

/* ME Page */

#me #content ul#options{
	margin-left: 0;
	margin-bottom: 70px;
	list-style: none;
}
#me #content ul#options li{
	float: left;
	margin-right: 20px;
	background-image: none;
	padding: 0;
	list-style: none;
}

#me #options li a{
	display: block;
	width: 82px;
	height: 30px;
	text-indent: -9999em;
	background: url(/_img/btn-logout-orders.gif) no-repeat;
}

#me #options li.logout a{
	background-position: left top;
}

#me #options li.logout a:hover{
	background-position: left bottom;
}

#me #options li.orders a{
	background-position: right top;
}

#me #options li.orders a:hover{
	background-position: right bottom;
}

#content .orderHistory{
	clear: both;
}

#content .orderHistory td a{
	font-size: 1.2em;
}

#content .orderHistory td.ordernum{
	border-top: 1px solid #e1e1e1;
	padding-top: 10px;
	padding-bottom: 5px;
}

#content .orderHistory .orderHistoryTitle{
	padding-left: 16px;
	font-size: 1.2em;
	padding-bottom: 5px;
}

#content #orderHistoryDetail td{
	font-size: 1.2em;
	padding: 5px;
}

#content #orderHistoryDetail table{
	background-color: #F0F0F0;
	padding: 15px;
}

#content #orderHistoryDetail table td, #content #orderHistoryDetail table th{
	padding: 10px;
}

#orderHistoryDetail .orderHistorySite strong{
	font-size: 1.3em;
	color: #333;
}

#orderHistoryDetail .orderDetailTotal{
	font-weight: bold;
}

#content #orderHistoryDetail table tr.even{
	background-color: #F8F8F8;
}

#content #orderHistoryDetail .orderDetailAddress{
	color: #313131;
	line-height: 1.5em;
}

#content #orderHistoryDetail .orderDetailCustomerService{
	line-height: 1.4em;
	color: #666666;
	background-color: #f9f9f9;
	font-size: 1em;
	padding-left: 15px;
}

/* --fixes-- */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix 		{ display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix 	{ display: block;}
/* End hide from IE-mac */

.mcms_stats {
	display: none;
}

/* @end */

#content .border-blue {
	border:1px solid #0099CC;
}