




/* Begin Resets */
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul{
	margin-top:14px;
	margin-left:20px;
}
li{
	line-height:160%;
	font-size:13px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#323232;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*Begin Common CSS*/
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.clearfix {
    display:block;
}

.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.middle { margin-left:auto; margin-right:auto; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; }
b, strong, .bold { font-weight: bold;
 }
em, i, .italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }
.border-grey{
	border:2px solid #999;
}

.alpha60 {
/* Fallback for web browsers that doesn't support RGBa */
background: rgb(0, 0, 0);
/* RGBa with 0.6 opacity */
background: rgba(0, 0, 0, 0.6);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

/* Text styles */

h1, h1 a{	/* Individual post headings */
	font-family: 'helveticaneuelt_com_45_ltRg','verdana', 'charcoal','san-serif';
	font-size:21px;
	line-height:110%;
	color:#FFFFFF;
	font-weight:normal;
	text-shadow: 0px 1px 0px #000000;
    filter: dropshadow(color=#000000, offx=0, offy=1);
}
.post-content h1{
	color:#232323;
	text-shadow: 0px 1px 0px #FFFFFF;
    filter: dropshadow(color=#FFFFFF, offx=0, offy=1);
}
h2, h2 a{	/* Preview post headings */
	font-family: 'helveticaneuelt_com_45_ltRg','verdana', 'charcoal','san-serif';
	font-size:20px;
	line-height:110%;
	color:#FFFFFF;
	font-weight:normal;
	text-shadow: 0px 1px 0px #000000;
    filter: dropshadow(color=#000000, offx=0, offy=1);
}
h3, h3 a{	/* Featured category headings */
	font-family: 'Avenir LT W01 45 Book';
	font-size:22px;
	margin-bottom: 10px;
	line-height: 22px;
	text-decoration: none;
	color:#A21923;
	text-shadow: 0px 1px 0px #ffffff;
    filter: dropshadow(color=#ffffff, offx=0, offy=1);
}
h4, h4 a{	/* Featured post headings */
	font-family: 'helveticaneuelt_com_45_ltRg','verdana', 'charcoal','san-serif';
	font-weight: normal;
	font-size:16px;
	line-height:110%;
	color:#ededed;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover{
	text-decoration: none;
}
h5, h5 a{	/* Sidebar headings */
	font-family: 'helveticaneuelt_com_45_ltRg','verdana', 'charcoal','san-serif';
	font-size:17px;
	line-height:110%;
	color:#262626;
	letter-spacing: -1px;
	font-weight:normal;
	margin-top: 4px;
}
h6{	/* Undecided headings */
	font-family: 'Avenir LT W01 45 Book';
	font-size:16px;
	line-height:100%;
	margin-bottom:2px;
	color:#E1E1E1;
	font-weight:normal;
}

sup {
	vertical-align: super;
	font-size:10px;
}
sub { 
	vertical-align: sub; 
	font-size:10px;
}
p{
	font-size:16px;
	color:#232323;
	line-height:130%;
	font-family: 'Folio W01 Light1391182','arial';
	text-shadow: 0px 1px 0px #ffffff;
    filter: dropshadow(color=#ffffff, offx=0, offy=1);
}
.post-content p{
	margin-bottom: 20px;
}
a{
	color:#B2171F;
	text-decoration:none;
	font-weight:normal;
}
a:hover{
	text-decoration:underline;
}
body, html{
	height:100%;
	background-color:#F3F3F3;
	background: url(images/wp-content-themes-thesermonsdomain-css-wp-content-themes-thesermonsdomain-images-site-background.png) repeat;
	font-family: "Lucida Grande", sans-serif;
}
#site-wrapper{
	min-height: 100%;
	width: 100%
}
#main{
	overflow:auto;
	padding-bottom: 300px;
	margin-bottom: 40px;
}
/*Opera Fix*/
	body:before {/* thanks to Maleika (Kohoutec)*/
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}
::selection{
	background-color:rgba(182,0,0,0.3);
	text-shadow:none
	}
::-moz-selection{
	background-color:rgba(182,0,0,0.3);
	text-shadow:none}
:target,mark{
	background-color:rgba(182,0,0,0.3);
}
/*--- Header/Slideshow/Upper Navigation ---*/
#header{
	height: 393px;
	width: 100%;
	border-bottom: solid 1px #D9D9D9;
	background-color: #1c1c1c;
	z-index: 0;
}
#slideshow-wrapper{
	position: relative;
	width: 940px;
	height: 330px;
	margin: 0 auto 0 auto;
	background: url(images/wp-content-themes-thesermonsdomain-css-wp-content-themes-thesermonsdomain-images-slideshow-bg.png) no-repeat center center #1c1c1c;
	z-index: 0;
}
#slideshow-main-window{
	margin: 0 auto 0 auto;
	width: 700px;
	height: 330px;
	z-index: 0;
	overflow: hidden;
}
.slideshow-slice{
	float: left;
	padding: 0;
	margin: 0;
	width: 40px;
	height: 330px;
}
#navigation-and-logo-background{
	width: 100%;
	height: 45px;
	padding-bottom: 18px;
	background: bottom repeat-x url(images/wp-content-themes-thesermonsdomain-css-wp-content-themes-thesermonsdomain-images-navigation-background.jpg) #f7f7f7;
}
#navigation-and-logo-container{
	width: 940px;
	height: 45px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}
#logo{
	float: left;
	margin-top: 15px;
	width: 307px;
	height: 33px;
	background: no-repeat url(images/wp-content-themes-thesermonsdomain-css-wp-content-themes-thesermonsdomain-images-logo.png);
}
#navigation{
	 height: 60px;
	 width: 390px;
	 float: left;
	 padding-left: 15px;
}
#navigation ul{
	margin: 0;
	padding: 0;
	text-align: left;
}
#navigation ul li{
	padding: 0;
	display: inline-block;
	margin-top: 31px;
	margin-left: 30px;
}
#navigation ul li a{
	text-decoration: none;
	color: #A0A0A0;
	font-size: 18px;
	font-family: 'Museo Sans W01 100', "arial", "Lucida Grande", sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
}
#navigation ul li a:hover{
	text-decoration: none;
	color: #535353;
}
#navigation ul li.active a {
	text-decoration: none;
	color: #333333;
	cursor:default;
}
/*--- Site Structure ---*/
#body{
	min-height: 1%;
	height: auto !important;
	height: 1%;
	width: 960px;
	margin: 20px auto 0 auto;
	z-index: 2;
}
.line-divider{
	width:100%;
	margin-top: 7px;
	margin-bottom: 6px;
	border-top: solid 1px #dadada;
	border-bottom: solid 1px #f5f5f5;
}
#featured-content-wrapper{
	margin: 32px auto 30px auto;
	width: 940px;
	height: 500px;
}
.featured-column{
	width:300px;
}
#f-left{
	height: 500px;
	float: left;
}
#f-center{
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	
}
#f-right{
	height: 500px;
	float: right;
}
#body-left{
	min-height: 1%;
	height: auto !important;
	height: 1%;
	float: left;
	clear: both !important;
}
/* Search Function */
#search {
	max-width: 280px;
	height: 32px;
	margin-bottom: 15px;
	position: relative;
}
#search input::-webkit-input-placeholder {
    color: #a1a1a1;
    padding-top: 1px;
    font-weight: normal;
}
#search input:focus::-webkit-input-placeholder {
    color: #E3E3E3;
}
/* Firefox < 19 */
#search input:-moz-placeholder {
    color: #a1a1a1;
    padding-top: 1px;
    font-weight: normal;
}
#search input:focus:-moz-placeholder {
    color: #E3E3E3;
}
/* Firefox > 19 */
#search input::-moz-placeholder {
    color: #a1a1a1;
    padding-top: 1px;
    font-weight: normal;
}
#search input:focus::-moz-placeholder {
    color: #E3E3E3;
}
/* Internet Explorer 10 */
#search input:-ms-input-placeholder {
    color: #a1a1a1;
    padding-top: 1px;
    font-weight: normal;
}
#search input:focus:-ms-input-placeholder {
    color: #E3E3E3;
}
#search input[type="text"]{
	color: #BBBBBB;
	font-family: 'Avenir LT W01 45 Book','arial';
    letter-spacing: 0.0400em;
}
#search input[type="text"]:focus{
	outline: none;
	color: #434343;
}
#search input[type="submit"], #search input[type="submit"]:hover{
	position: absolute;
	top: 13px;
	right: 8px;
	width:14px;
	height:22px;
	border: none;
	background: url(images/wp-content-themes-thesermonsdomain-css-wp-content-themes-thesermonsdomain-images-search-arrow.png) no-repeat;
	cursor: pointer;
}
#search input[type="submit"]:focus{
	outline: none;
}
#search input[type="text"] {
	width: 240px;
    padding: 5px 10px 3px 7px;
    line-height: 110%;
    font-size: 14px;
    border:1px solid #E3E3E3;
	background-color: #FFFFFF;
}
#navigation-search #search input[type="submit"], #navigation-search #search input[type="submit"]:hover{
	top: 11px;
}
#navigation-search input[type="text"] {
	width: 168px;
	font-size: 12px;
	padding: 4px 10px 3px 7px;
	border:1px solid #E3E3E3;
	background-color: #FFFFFF;
	margin-top: 6px;
}
#footer-search input[type="text"] {
	border:1px solid #808080;
	background-color: #C4C4C4;
}
#footer-search input[type="submit"], #footer-search input[type="submit"]:hover{
	position: absolute;
	top: 10px;
	right: 8px;
	width:14px;
	height:22px;
	border: none;
	background: url(images/wp-content-themes-thesermonsdomain-css-wp-content-themes-thesermonsdomain-images-search-arrow-dark.png) no-repeat;
	cursor: pointer;
}
#navigation-search{
	float: right;
	margin-top: 19px;
	width: 206px;
	height: 28px;
	position: relative;
}
/* This removes the top shadow iOS adds to all input areas */
input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: none; /* mobile firefox too! */
}
/*--- Posts Styles ---*/
.featured-post{
	width: 300px;
	height: 220px;
	position: relative;
}
.featured-post-date{
	position: absolute;
	top: 0px;
	right: 10px;
	padding: 12px 10px 0 10px;
	height: 20px;
	background-color: rgba(224,224,224,0.55);
}
.featured-post-date{
	font-family: 'Avenir LT W01 45 Book';
	font-size:13px;
	color: #000000;
	cursor: default;
}
.featured-post-title{
	width: 280px;
	position: absolute;
	bottom: 0px;
	padding:8px 10px 10px 10px;
	background-color: rgba(0,0,0,0.50);
}
.featured-post-title:hover{
	background-color: rgba(0,0,0,0.70);
}
.post{
	width: 610px;
	min-height: 1%;
	height: auto !important;
	height: 1%;
	margin-bottom: 30px;
}
.post-content{
	margin-bottom: -10px;
}
.post-image{
	width: 610px;
	height: 305px;
	position: relative;
  overflow: hidden;
}
.post-image img {
  width: 100%;
  height: auto;
}
.post-title{
	width:592px;
	position: absolute;
	bottom: 0px;
	padding: 11px 9px 8px 9px;
	background-color: rgba(0,0,0,0.60);
}
.post-title:hover{
	background-color: rgba(0,0,0,0.70);
}
.post-static-text{
	font-style: italic;
	color: #a1a1a1;
	padding-right: 4px;
}
.post-details, .post-details a{
	height: 13px;
	font-size: 12px;
	color:#6f6f6f;
	cursor: default;
}
.post-details a:hover{
	cursor: pointer;
	text-decoration:none;
	font-weight: bold;
	color:#484848;
	letter-spacing: -0.45px;
}
.post-details-top{
	margin: 8px 0 -4px 0;
	width: 610px;
	height: 15px;
}
.post-details-bottom{
	width: 610px;
	height: 15px;
}
.post-date{
	float: left;
	text-align: left;
	width: 250px;
}
.post-tags{
	float: right;
	text-align: right;
	width: 350px;
}
.post-preview{
	min-height: 1%;
	height: auto !important;
	height: 1%;
}
.post-share-options{
	float: left;
	text-align: left;
	width: 200px;
}
.share-twitter a{
	color: #53ACEC;
}
.share-facebook a{
	color: #465F9E;
}
.share-twitter a:hover{
	color: #3aadff;
}
.share-facebook a:hover{
	color: #374c81;
}
.post-author{
	float: right;
	text-align: right;
	width: 400px;
}
/* Sidebar and Sidebar Containers */
#sidebar{
	width: 280px;
	min-height: 1%;
	height: auto !important;
	height: 1%;
	padding-left: 10px;
	border-left:1px solid #dadada;
	margin-bottom: -20px;
}
#sidebar-border{
	float: right;
	min-height: 1%;
	height: auto !important;
	height: 1%;
	border-left:1px solid #f5f5f5;
}
#sidebar-featured-content{
	width:280px;
	min-height: 1%;
	height: auto !important;
	height: 1%;
	margin-bottom: 20px;
}
#sidebar-ad{
	width:280px;
	min-height: 1%;
	height: auto !important;
	height: 1%;
	margin-bottom: 20px;
}
/* Pagination */
#pagination{
	margin-top: 40px;
	width: 100%;
	height: 24px;
	position: relative;
	font-size: 16px;
	font-family: 'Avenir LT W01 65 Medium';
	color: #919191;
	letter-spacing: -0.8px;
}
#pagination a{
	color: #464646;
	font-weight: bold;
}
#pagination a:hover{
	text-decoration: none;
	color: #000000;
}
#pagination a.active{
	color: #8b8a8a;
	text-decoration: none;
	cursor: default;
}
#pagination a.end{
	color: #888888;
	text-decoration: none;
	cursor: default;
}
#pagination-title{;
	margin: -5px 0 20px 0;
	width: 610px;
}
#pagination-title h3{
	font-size: 22px;
	margin: 12px 0 12px 0;
	line-height: 120%;
}
#previous-page{
	height: 24px;
	position: absolute;
	top:0;
	left: 0;
	text-align: left;
}
#next-page{
	height: 24px;
	position: absolute;
	top:0;
	right: 0;
	text-align: right;
}
#page-numbers{
	height: 24px;
	width: 150px;
	margin: 0 auto 0 auto;
}
#page-numbers a{
	padding: 0 10px 0 10px;
}
div.arrow-left {
	width: 0;
	height: 0;
	border-bottom: 4px solid rgba(0, 0, 0, 0);
	border-top: 4px solid rgba(0, 0, 0, 0);
	border-right: 6px solid #4E4F50;
	font-size: 0;
	line-height: 0;
	display: inline-block;
	margin-right: 8px;
}
.end div.arrow-left {
	border-right: 6px solid #888888;
}
.end div.arrow-right {
	border-left: 6px solid #888888;
}
div.arrow-right {
	width: 0;
	height: 0;
	border-bottom: 4px solid rgba(0, 0, 0, 0);
	border-top: 4px solid rgba(0, 0, 0, 0);
	border-left: 6px solid #4E4F50;
	font-size: 0;
	line-height: 0;
	display: inline-block;
	margin-left: 8px;
}
#single-post-previous-page{
	margin: -10px 0 10px 0;
	width: 50%;
	height: 24px;
	position: relative;
	font-size: 16px;
	font-family: 'Avenir LT W01 65 Medium';
	color: #919191;
	letter-spacing: -0.8px;
  float: left;
}
#single-post-previous-page a{
	color: #464646;
	font-weight: bold;
}
#single-post-previous-page a:hover{
	text-decoration: none;
	color: #000000;
}
#single-post-next-page{
	margin: -10px 0 10px 0;
	width: 50%;
	height: 24px;
	position: relative;
	font-size: 16px;
	font-family: 'Avenir LT W01 65 Medium';
	color: #919191;
	letter-spacing: -0.8px;
  float: right;
}
#single-post-next-page a{
	color: #464646;
	font-weight: bold;
}
#single-post-next-page a:hover{
	text-decoration: none;
	color: #000000;
}
/*--- BEGIN FOOTER ---*/
#footer{
	width: 100%;
	height: 300px;
	background-color: #333333;
	border-top: solid 2px #282828;
	position: relative;
	margin-top: -300px; /* negative value of footer height */
	clear:both;
}
#footer-content-wrapper{
	width: 940px;
	height: 300px;
	margin: 0 auto 0 auto;
	position: relative;
}
/* Footer content containers */
#footer-container-left{
	position: absolute;
	left:0px;
	top:30px;
	width: 300px;
	height: 210px;
	background-color:#262626;
}
#footer-container-center{
	position: absolute;
	left:340px;
	top:30px;
	width: 270px;
	height: 210px;
}
#footer-container-right{
	position: absolute;
	right:0px;
	top:30px;
	padding-top: 10px;
	width: 280px;
	height: 200px;
}
/* Footer Navigation */
.footer-nav ul, .footer-nav ul li{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.footer-nav ul{
	padding-top: 6px;
	padding-bottom: 6px;
}
.footer-nav ul li a{
	font-size: 16px;
	line-height: 100%;
	color:#949494;
	font-family: 'Museo Sans W01 100', "arial", "Lucida Grande", sans-serif;
	font-weight: normal;
	letter-spacing: -0.5px;
}
.footer-nav ul li a:hover{
	text-decoration: none;
	color:#d2d2d2;
}
#footer-nav-upper-right{
	position: absolute;
	right: 0;
	top: 0;
	height: 90px;
	width: 112px;
	padding-left: 18px;
	background: url(images/wp-content-themes-thesermonsdomain-css-wp-content-themes-thesermonsdomain-images-footer-nav-borders.png) -270px repeat-y;
}
#footer-nav-upper-left{
	position: absolute;
	left: 0;
	top: 0;	
	height: 90px;
	width: 122px;
	padding-left: 18px;
	background: url(images/wp-content-themes-thesermonsdomain-css-wp-content-themes-thesermonsdomain-images-footer-nav-borders.png) repeat-y;
}
#footer-nav-bottom{
	position: absolute;
	left: 0;
	bottom: 0;
	min-height: 1%;
	height: auto !important;
	height: 1%;
	width: 252px;
	padding-left: 18px;
	background: url(images/wp-content-themes-thesermonsdomain-css-wp-content-themes-thesermonsdomain-images-footer-nav-borders.png) repeat-y;
}
#social-icons{
	height: 30px;
	width:230px;
	margin: 0 auto 20px;
}
#social-icons a:hover{
	text-decoration: none;
	cursor: pointer;
}
#social-icons #email{
	float: left;
	margin-top: 2px;
	width: 39px;
	height: 27px;
	background: url(images/wp-content-themes-thesermonsdomain-css-wp-content-themes-thesermonsdomain-images-icons-mail.png);
}
#social-icons #email:hover{
	background: url(images/wp-content-themes-thesermonsdomain-css-wp-content-themes-thesermonsdomain-images-icons-mail_o.png);
}
#social-icons #twitter{
	float: left;
	margin-left: 40px;
	width: 23px;
	height: 30px;
	background: url(images/wp-content-themes-thesermonsdomain-css-wp-content-themes-thesermonsdomain-images-icons-twitter.png);
}
#social-icons #twitter:hover{
	background: url(images/wp-content-themes-thesermonsdomain-css-wp-content-themes-thesermonsdomain-images-icons-twitter_o.png);
}
#social-icons #facebook{
	float: left;
	margin-left: 40px;
	width: 14px;
	height: 30px;
	background: url(images/wp-content-themes-thesermonsdomain-css-wp-content-themes-thesermonsdomain-images-icons-facebook.png);
}
#social-icons #facebook:hover{
	background: url(images/wp-content-themes-thesermonsdomain-css-wp-content-themes-thesermonsdomain-images-icons-facebook_o.png);
}
#social-icons #youtube{
	float: left;
	margin-left: 40px;
	width: 25px;
	height: 30px;
	background: url(images/wp-content-themes-thesermonsdomain-css-wp-content-themes-thesermonsdomain-images-icons-youtube.png);
}
#social-icons #youtube:hover{
	background: url(images/wp-content-themes-thesermonsdomain-css-wp-content-themes-thesermonsdomain-images-icons-youtube_o.png);
}
.tag-cloud{
	margin-top: 20px;
}
a.tag-cloud-link{
	font-size: 11px;
	font-family:'Avenir LT W01 65 Medium';
	text-transform: uppercase;
	color:#949494;
	padding-right: 4px;
}
a.tag-cloud-link:hover{
	text-decoration: none;
	color:#cccccc;
}
#copyright{
	position: absolute;
	bottom: 10px;
	left:377px;
	font-family: "Avenir LT W01 45 Book";
	font-size: 12px;
	color:#000000;
	font-weight: bold;
}
#page-not-found{
	width: 100%;
	text-align: center;
	margin: 80px 0 80px 0;
}
/*-- Custom Pages CSS --*/
#contact-page-form{
	float: left;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	width: 450px;
}
#contact-page-text{
	float: right;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	width: 450px;
}
#contact-page-text p{
	margin-bottom: 20px;
}


#pagination {text-align: center;}
#pagination .page-numbers {border-left: 1px #919191 solid; padding-left: 10px; padding-right: 5px;}
#pagination span.page-numbers:first-child,
#pagination .prev.page-numbers + a.page-numbers {border: none; padding-left: 0; padding-right: 5px;}
#pagination .next.page-numbers {height: 24px; position: absolute; top:0; right: 0; text-align: right; border: none; padding: 0;}
#pagination .prev.page-numbers {height: 24px; position: absolute; top:0; left: 0; text-align: left; border: none; padding: 0;}
.post-video .post-title {position: relative;}
.post-video iframe {width: 100%;}
.widget {width:280px; min-height: 1%; height: auto !important; height: 1%; margin-bottom: 20px;}
.featured-post {overflow: hidden;}
.featured-post img {max-width: 100%;}
.featured-post iframe {width: 100%;}