/*-----------------------------------------------------------------------------
NathanielFrank.com Style Sheet
developer: CodeMonkey Design
website:   codemonkeydesign.com	
version:   2.0
date:	   3/20/2017
-----------------------------------------------------------------------------*/

/* OLDER VERSION 1.0 STYLES BELOW - CLEAN UP BEFORE RELEASING LIVE SITE */

/* CSS Document */

/* =General
-----------------------------------------------------------------------------*/
@charset "UTF-8";

/* Font Classes
-----------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Merriweather+Sans:300,300i,400,400i,700,700i|Merriweather:300,300i,400,400i,700,700i|Roboto+Slab:100,300,400');

/*
font-family: 'Roboto Slab', serif;
font-family: 'Merriweather Sans', sans-serif;
font-family: 'Merriweather', serif;
*/


/* RED COLOR #820024 */

/* Remove padding and margin */
* {
	margin: 0;
	padding: 0; }

html { 
	/*over-extend height to force scroll bar to appear -
	to eliminate page-shift when utilizing collapsible panels 
	min-height: 101%; */ }

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, pre, blockquote, form, fieldset, table, ul {
	padding: 1em 0; }
	
fieldset {
	border: 0;
	padding: 0; }

p {
	padding: 5px 0; }
	
.no_pad {
	padding: 0; }
	
form {
	margin: 0;
	padding: 0; }
/* Class for clearing floats */
.clear {
	padding: 0;
	clear:both; }
	

/* Remove border around linked images */
img {
	border: 0; }
	

.clear {
	clear: both; }
	

/* =NAVBAR FORMATTING 
-----------------------------------------------------------------------------*/	
.navbar {
	background:#fff;
	font-family: 'Roboto Slab', serif;
	font-weight:300;
	font-size: 18px;
	margin: 0;
}

.navbar-brand {
  font-size: 34px;
}

.navbar-brand .subheader {
	font-size: 18px; 
	font-weight:100;
	color: #000;
}

	
@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
	
    .top-nav-collapse {
        padding: 0;
    }

}

.navbar-inverse {
	border: 0; }
	
.navbar-inverse .navbar-header .navbar-brand {
    color: #000;
} 

.navbar-inverse .navbar-brand:hover, 
.navbar-inverse .navbar-brand:focus {
  color: #820024;
}
 
.nav.navbar-nav li a {
    color: #000;
    padding: 5px 10px;
}

.nav.navbar-nav li a:hover {
    color: #820024;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: black;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    color: #820024;
    background-color: #fff;
}


/* color of top-level nav btn and dropdown when open - needs updated if more than 1 dropdown used */
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #820024;
  background-color: #fff;
}


 .navbar-inverse .navbar-nav .open .dropdown-menu>li>a,.navbar-inverse .navbar-nav .open .dropdown-menu {
 	margin: 0 1px;
 	color: #000;
  }
  
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #820024;
  }


/* Alignment Classes
-----------------------------------------------------------------------------*/
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }


/* =Body
-----------------------------------------------------------------------------*/
body {
	background-color: #fff;
	margin: 0 auto;
	padding: 0;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	color: #666; }
			
ul {
	margin-left: 0;
	padding-left: 2em; }

ul li {
	margin: .5em 0 0 0; }
	
a:link, a:visited {
	color: #87353d;
	text-decoration: none; }

a:hover, a:active {
	color: #87353d;
	text-decoration: none; }
	
.main-content {	
	 min-height: 500px; }
	 
/* = Promo Div
-----------------------------------------------------------------------------*/

.promo-div {
	width:100%; 
	height:4px;
	background: #ffffff url('../images/bg-doubleline.jpg') repeat-x left top;
}

.quote-div {
	display:block;
	margin-top: 25px;
	width:100%; 
	height:23px;
	background: #ffffff url('../images/bg-quote.jpg') repeat-x;
}

.quote-div-sm {
	display:block;
	margin: 25px 0 10px 0;
	width:125px; 
	height:18px;
	background: #ffffff url('../images/bg-quote-sm.jpg') no-repeat;
}

@media only screen and (min-width: 680px) {
	.element {
		width:100%;
		display:table;
		margin:10px 0px;
		padding:10px;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	.promo_blurb {
		display:table-cell;
		height:100%;
		vertical-align:middle;
		font-family: 'Merriweather Sans', sans-serif;
		font-size: 16px;
		line-height: 30px;
	}
	.featured-img {
		display:table-cell;
	}
}

@media only screen and (max-width: 679px) {
	.element {
		width:100%;
		margin:10px 0px;
		padding:10px;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	.promo_blurb {
		font-family: 'Merriweather Sans', sans-serif;
		font-size: 16px;
		line-height: 30px;
	}
	.featured-img {
		width:50%;
		margin:0px auto;
		display:block;
		height:auto;
	}
}

@media only screen and (max-width: 479px) {
	.featured-img {
	    width:80%;
	}
}

/* =Article Image Formatting
-----------------------------------------------------------------------------*/
.article-img {
	float: left;
	margin: 5px 25px 20px 0; }
	
.article-date-parent {
	float: left;
	margin: 5px 25px 20px 0;
	width: 220px;
	height: 220px; 
	display: table;
	border: 1px solid #ccc;
	font-family: 'Merriweather', serif;
	font-size: 24px; 
	line-height: 48px;
	font-weight: 300; }

.article-date-child {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    
.article-date-lg {
	font-family: 'Merriweather', serif;
	font-size: 60px; 
	line-height: 48px; }
	
a:link .article-date-parent, a:visited .article-date-parent {
	color: #818181;
	text-decoration: none; }

a:hover .article-date-parent, a:active .article-date-parent {
	color: #820024;
	text-decoration: none; }
	

/* =Sidebar Formatting
-----------------------------------------------------------------------------*/
.sidebar {
	padding-left: 100px;
	padding: 0; }
	

/* =Search Box Formatting
-----------------------------------------------------------------------------*/	
	
#custom-search-input {
	margin: 57px 0 50px 0;
    padding: 3px;
    border: solid 1px #ccc;
    background-color: #fff;
    font-family: 'Merriweather Sans', sans-serif;
	color: #999; 	
	font-style: italic;
}

#custom-search-input input {
    border: 0;
    box-shadow: none;
}

#custom-search-input button {
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover {
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search {
    font-size: 18px;
}


/* =Email Signup Formatting
-----------------------------------------------------------------------------*/
#email-signup {
	padding: 0 24px;
	width: 100%;
	border: 1px solid #ccc; }

#email-signup p {
	font-family: 'Merriweather', serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	font-style: italic;
	color: #999; }
	
#validate-email {
	font-family: 'Merriweather Sans', sans-serif;
	color: #999; 	
	font-style: italic;
	border-radius: 0;
}
	
.input-group-addon.primary {
    color: rgb(255, 255, 255);
    background-color: rgb(50, 118, 177);
    border-color: rgb(40, 94, 142); 
    border-radius: 0;
}
.input-group-addon.success {
    color: rgb(255, 255, 255);
    background-color: rgb(92, 184, 92);
    border-color: rgb(76, 174, 76);
    border-radius: 0;
}
.input-group-addon.info {
    color: rgb(255, 255, 255);
    background-color: rgb(57, 179, 215);
    border-color: rgb(38, 154, 188);
    border-radius: 0;
}
.input-group-addon.warning {
    color: rgb(255, 255, 255);
    background-color: rgb(240, 173, 78);
    border-color: rgb(238, 162, 54);
    border-radius: 0;
}
.input-group-addon.danger {
    color: rgb(255, 255, 255);
    background-color: rgb(150, 0, 51);
    border-color: rgb(51, 0, 0);
    border-radius: 0;
}

#email-signup .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: 'Merriweather Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  background: #820024;
  padding: 5px 10px;
  font-style: italic;
  text-decoration: none;
  margin-bottom: 30px;
}

#email-signup .btn:hover {
  background: #98012b;
  text-decoration: none;
}


/* =Video Sidebar Formatting
-----------------------------------------------------------------------------*/
#latest-videos {
	margin-top: 20px; }
	
.video-img-box {
	width: 100%;
	margin-top: 40px;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    0px 3px 3px 0px rgba(50, 50, 50, 0.4);
	box-shadow:         0px 3px 3px 0px rgba(50, 50, 50, 0.4); }


.main-content .video-img-box {
	float: left;
	width: 23%;
	margin: 40px 1% 0 1%;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    0px 3px 3px 0px rgba(50, 50, 50, 0.4);
	box-shadow:         0px 3px 3px 0px rgba(50, 50, 50, 0.4); }


.video-img {
	width: 100%; }
	
.video-txt {
	width: 100%;
	height: 72px;
	border: 1px solid #ccc;
	display: table;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 16px; 
	line-height: 24px;
	font-weight: 400;
	color: #000;  }
	
.video-txt-child {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 5px; }	
	
	
	
/*--------------------------------------------------------------------------
+	Book Praise Masonry CSS
--------------------------------------------------------------------------*/

.grid {
 width: 1132px;
 margin: 0 auto;
}

/* clearfix */
.grid:after {
 content: '';
 display: block;
 clear: both;
}

/* ---- grid-item ---- */

.grid-item {
 margin: 0 12px;
 width: 250px;
 min-height: 120px;
 float: left;
 border-top: 2px solid #888;
 border-bottom: 2px solid #888;
 margin-top: 10px;
 padding: 10px 0;
}

.grid-item p {
	font-style: italic; 
	font-family: 'Merriweather Sans', sans-serif;
	color: #666;
	font-size: 14px;
 	line-height: 24px;
}

.t-name {
	font-family: 'Merriweather Sans', sans-serif;
	color: #666;
	font-size: 14px;
 	line-height: 24px;
	font-weight: bold; 
}

.t-title, .t-title p {
	font-family: 'Merriweather Sans', sans-serif;
	color: #666;
	font-size: 12px;
 	line-height: 18px;
}

.grid-item--width2 { width: 320px; }
.grid-item--width3 { width: 480px; }
.grid-item--width4 { width: 720px; }


@media only screen and (max-width : 1199px),
only screen and (max-device-width : 1199px){
	.grid {
		width: 847px;
	}
}

@media only screen and (max-width : 999px),
only screen and (max-device-width : 999px){
	.grid {
		width: 562px;
	}
}

@media only screen and (max-width : 799px),
only screen and (max-device-width : 799px){
	.grid {
		width: 562px;
	}
}

@media only screen and (max-width : 599px),
only screen and (max-device-width : 599px){
	.grid {
		width: 277px;
	}
}

@media only screen and (max-width : 399px),
only screen and (max-device-width : 399px){
	.grid {
		width: 277px;
	}
}



/* Event Listings
-----------------------------------------------------------------------------*/

.list-img-div {
	margin-bottom: 10px;
	padding: 0;
	float: left;
	width:100px; 
	height:100px;
	border: 1px solid #ccc;
	text-align: center; }
	
.list-img-cal {
	margin: 0 10px 10px 0;
	padding: 0;
	float: left;
	width:100px; 
	height:100px;
	border: 1px solid #ccc;
	text-align: center;
	background: url('../images/bg-list-cal.jpg') no-repeat 0 0; }
	
.list-cal-m, .list-cal-m a {
	width: 100px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 16px;
	color: #fff; }
	
.list-cal-d, .list-cal-d a {
	margin-top: -6px;
	width: 100px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	font-size: 46px;
	color: #000; }
	
.list-div {
	clear: both;
	margin-bottom: 40px; }






/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: 50px auto 0 auto;
	padding-top: 30px;
	width: 100%;
	background-color: #000;
	font-family: 'Roboto Slab', serif;
	font-weight:300;
	font-size: 34px; }
	
#footer .subheader {	
	font-size: 18px; 
	font-weight:100;
	line-height: 18px;
	color: #fff; }
	
	
#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none; }

#footer a:hover, #footer a:active {
	color: #820024; }
	
#footer-div {
	margin: 60px 0 20px 0;
	width:100%; 
	height:2px;
	background: #ffffff url('../images/bg-footer-div.png') repeat-x left top; }
	
#footer .social-links {
	float: left;
	margin: 20px 20px 0 10px;
	font-family: 'Roboto Slab', serif;
	color: #fff; 
	font-size: 18px; 
	line-height: 24px;
	font-style: italic;}
	
#footer .social-links a:link, #footer .social-links a:visited {
	color: #fff;
	text-decoration: none; }

#footer .social-links a:hover, #footer .social-links a:active {
	text-decoration: underline; }


.copyright {
	padding-bottom: 50px;
	text-align: center;
	font-family: 'Merriweather Sans', sans-serif;
	color: #999; 
	font-size: 14px; 
	line-height: 24px;
	font-style: italic; }








	






/*--------------------------------------------------------------------------
+	Responsive Media Queries
--------------------------------------------------------------------------*/
@media (min-width: 1400px) {
  .container {
    width: 1370px;
  }
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.main-content .video-img-box,  .video-img-box {
		float: left;
		width: 31%;
		margin: 40px 1% 0 1%;
	}
	#custom-search-input {
		margin: 10px 0 50px 0;
	}

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

	/* CHANGE MOBILE BREAKPOINT CODE */
	.navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }  
    
    .navbar-nav .open .dropdown-menu { 
    	position: static;
    	float: none; 
    	width: auto; 
    	margin-top: 0; 
    	padding-left: 10px;
    	background-color: #fff;
    	border: 0; 
    	-webkit-box-shadow: none; 
    	box-shadow: none;
    }
    
    .navbar-brand {
		height: 80px; 
	}
	/* END CHANGE MOBILE BREAKPOINT CODE */
	
	.main-content .video-img-box, .video-img-box {
		float: left;
		width: 48%;
		margin: 40px 1% 0 1%; 
	}
}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {	
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {	
	h2 {
		clear: both; }	
	.navbar-brand {
  		font-size: 28px; }
	.navbar-brand .subheader {
		font-size: 15px; }	
	#footer {
		font-size: 28px; }
	#footer .subheader {	
		font-size: 15px; }
	.main-content .video-img-box,  .video-img-box {
		width: 100%;
		margin-top: 20px; }	
	.main-content p {
		clear: both; }
	.grid-item p {
		font-family: 'arial', sans-serif;
	}
	
	.t-name {
		font-family: 'arial', sans-serif;
	}
	
	.t-title, .t-title p {
		font-family: 'arial', sans-serif;
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
}
 
















/*-----------------------------------------------------------------------------
NathanielFrank.com Style Sheet
developer: CodeMonkey Design
website:   codemonkeydesign.com	
version:   1.0
date:	   6/07/2013
-----------------------------------------------------------------------------*/


	
		

/* =Text Header Styles Formatting
-----------------------------------------------------------------------------*/
h1 { }
    
h2 {
	margin: 15px 0 10px 0;
	padding: 0;
	font-family: 'Merriweather', serif;
	font-size: 24px;
	line-height: 30px;
	color: #000; }
	
h2 a:link, h2 a:visited {
	color: #000;
	text-decoration: none; }

h2 a:hover, h2 a:active {
	color: #820024; }

	
h3 {
	font-family: 'Roboto Slab', serif;
	font-weight:100;
	font-size: 30px;
	}
	
h4 {
	font-family: 'Roboto Slab', serif;
	font-weight:100;
	font-size: 24px;
	text-transform: uppercase;
	margin: 0;
	padding: 25px 0 10px 0; 
	}
	
h5 {
	font-family: 'Roboto Slab', serif;
	font-weight:400;
	font-size: 30px;
	color: #000; 
	}	
	
.posted {
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #999;
	margin: -10px 0 20px 0; }
	
.readmore {
	float: right;
	font-family: 'pt_serifregular';
	width: 127px;	
	height: 30px;
	background-image: url('../images/btn-readmore.png');
	background-repeat: no-repeat;
	text-align: center;
	margin: 5px 0 0 0;
	padding: 0 0 10px 0;
	font-size: 16px;
	line-height: 30px;
	color: #fff; }

.readmore a:link, .readmore a:visited {
	display:block; 
	color: #fff;
	text-decoration: none; }

.readmore a:hover, .readmore a:active {
	color: #fff;
	text-decoration: underline; }
	
/* =Sidebar / Legend Formatting
-----------------------------------------------------------------------------*/
.sidebar-box {
	width: 308px;
	border: 1px solid #cfcfcf;
	background: #fff url('../images/bg-sidebar.png') repeat-x top left;
	padding: 15px; }
	
.sb-div {
	height: 20px; }

legend {
	margin: 0;
	padding: 0;
	border: 1px solid #cfcfcf;
	text-indent: -9999px;}
	
legend.about {
	width: 206px;
	height: 33px; 
	background: #eaebeb url('../images/txt-about-nathaniel.png') no-repeat center center; }	
	
legend.email {
	width: 158px;
	height: 33px; 
	background: #eaebeb url('../images/txt-email-signup.png') no-repeat center center; }
	
legend.connect {
	width: 115px;
	height: 33px; 
	background: #eaebeb url('../images/txt-connect.png') no-repeat center center; }
	
legend.atb {
	width: 196px;
	height: 33px; 
	background: #eaebeb url('../images/txt-about-the-book.png') no-repeat center center; }
	
#searchwrapper {
	width: 180px;
	height: 37px;
	background: url('../images/bg-email-box.png') no-repeat;
	padding: 0;
	margin: 10px 0 0 0;
	position: relative; }
 
#searchwrapper form { 
	display: inline; }
	
.searchbox {
	border: 0;
	background-color:transparent;
	position: absolute;
	top: 1px;
	left: 1px;
	width: 165px;
	height: 35px;
	font-family: georgia;
	font-size: 14px;
	line-height: 35px;
	padding-left: 7px;
	color: #7d7d7d; }
 
.searchbox_submit {
	border: 0;
	background-color:transparent;
	position:absolute;
	top: 1px;
	left: 209px;
	width: 99px;
	height: 33px; }

	
/* =Header Area Formatting
-----------------------------------------------------------------------------*/
#header {
	width: 100%;
	height: 131px;
	margin: 0;
	padding: 44px 0 0 0;
	background-color: #820024; }

	
/* =Navigation Area Formatting
-----------------------------------------------------------------------------*/
#navigation-row {
	width: 100%;
	margin: 18px auto;
	text-align: center;
	font-family: 'bonvenocflight';
	font-size: 13px;
	color: #fff; 
	text-transform: uppercase; }
	
#navigation-row a:link, #navigation-row a:visited {
	color: #fff;
	text-decoration: none; }

#navigation-row a:hover, #navigation-row a:active {
	color: #fff;
	text-decoration: underline; }
	
.nd {
	padding: 0 20px; }
	
	
/* =Content Pages
-----------------------------------------------------------------------------*/
#content-wrapper {
	margin: 0 auto 0 auto;
	width: 980px; 
	font-family: 'pt_serifregular';
	font-size: 14px;
	line-height: 20px; }
	
#col1 {
	width: 560px;
	padding: 45px 40px 0 20px;
	float: left;
	color: #4d4d4d; }
	
#col2 {
	width: 340px;
	padding: 45px 0 0 20px;
	float: left;
	color: #5d5d5d; }


	



/* =Image Formatting
-----------------------------------------------------------------------------*/	
.page_image {
	float: left;
	margin: 5px 15px 5px 0; }
	
.page_image_nf {
	margin: 5px 15px 5px 0; }

	
/* = Articles
-----------------------------------------------------------------------------*/
.article-div {
	clear: both;
	background: #ffffff url('../images/bg-article-div.jpg') repeat-x left top;
	margin: 40px 0 30px;
	padding-top: 15px; }

/* = Pagination
----------------------------------------- */

.pagination_row {
	margin-top: 10px;
	padding: 12px 0 5px 0; }
	
 a:link.ptl, a:visited.ptl {
	color: #606060 !important;
	text-decoration: none; }

a:hover.ptl, a:active.ptl {
	color: #820024 !important;;
	text-decoration: none; }
	
.pagination_footer1 {
	clear: both; }
	
.pagination_footer2 {
	clear: both;
	margin-top: 10px; }
	
.results {
	text-align: center; }

.item-wrap {
	text-align: center;
	}
	
.pagination {
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	text-decoration: none;
	text-transform: uppercase;
}
.pagination .dots {
	bottom: -6px;
	color: #606060;
	position: relative;
}
.pagination a, .pagination .dots {
	display: inline-block;
	margin-right: 2px;
	padding: 2px 8px;
	text-decoration:none;
}
div.pagination a:hover {color: #303030;}
div.pagination a:active {color: #585858;}
.pagination a.number {
	border: 1px solid #ddd;	
	/*curved corners */

}
.pagination a.number:hover {
	border-color: #820024;
	color: #820024;
	/* drop shadows */
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
.pagination a.number.current {color: #fff;}

.pagination a.number.current:hover {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.pagination.red, .pagination.red a {color: #9a9a9a; }
.pagination.red a.number.current {
	background-color: #9a9a9a;
	border-color: #9a9a9a;
}

.pagination.red a.number.current:hover {
	background-color: #9a9a9a;
	border-color: #9a9a9a;
}

.pagination.red a.number.current:active {
	background-color: #9a9a9a;
	border-color: #9a9a9a;
}

.subheadarticle {
	border-top: 1px dotted #dadada;
	border-bottom: 1px dotted #dadada;
	margin-top: 10px;
	padding: 12px 0 5px 0; }


/* =Contact Form
-----------------------------------------------------------------------------*/
#contact_form {
	width: 600px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #666; }

#contact_form h3 {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #000;
	margin: 5px 0 0 0;
	padding: 0; }

.form_left {
	width: 138px;
	height: 20px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #000;
	float: left;
	border: 1px solid #eee;
	padding: 2px 0 2px 10px;
	margin: 2px 0 0 0; }
	
.form_left_req {
	width: 138px;
	height: 20px;
	background-color: #ffdddd;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #000;
	float: left;
	border: 1px solid #860b22;
	padding: 2px 0 2px 10px;
	margin: 2px 0 0 0; }
	
.form_right {
	width: 435px;
	height: 20px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #000;
	float: right;
	border: 1px solid #eee;
	padding: 2px 0 2px 10px;
	margin: 2px 0 0 1px; }
	
.form_right_req {
	width: 435px;
	background-color: #ffdddd;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #000;
	float: right;
	border: 1px solid #860b22;
	padding: 2px 0 2px 10px;
	margin: 2px 0 0 1px; }
	
.form_line {
	width: 588px;
	background-color: #fefefe;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #000;
	border: 1px solid #eee;
	padding: 2px 0 2px 10px;
	margin: 2px 0 0 0; }
	
.form_line_req {
	width: 588px;
	background-color: #ffdddd;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #000;
	border: 1px solid #860b22;
	padding: 2px 0 2px 10px;
	margin: 2px 0 0 0; }
	
.form_line_a {
	width: 538px;
	background-color: #fefefe;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #000;
	border: 1px solid #eee;
	padding: 2px 0 2px 10px;
	margin: 2px 0 0 50px; }

.form_line_a_req {
	width: 538px;
	background-color: #ffdddd;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #000;
	border: 1px solid #990000;
	padding: 2px 0 2px 10px;
	margin: 2px 0 0 50px; }

.error_text {
	width: 576px;
	background-color: #fdd3d4;
	background-image: url('../images/error_icon.gif');
	background-repeat: no-repeat;
	background-position: 10px;
	border: 1px solid #860b22; 
	padding: 10px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #860b22;
	margin: 10px 0; }
	
.success_box {
	width: 576px;
	background-image: url('../images/success_cb.jpg');
	background-repeat: no-repeat;
	background-position: 2px;
	background-color: #ddf3da;
	border: 1px solid #2d9e21; 
	padding: 10px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #15480f;
	margin: 10px 0; }
	
#validEmail {
	margin-top: 4px;
	margin-left: 9px;
	position: absolute;
	width: 16px;
	height: 16px; }

textarea.styled {
	width: 513px;
	height: 25px;
	border: 1px solid #eee;
	padding: 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #333;}

textarea.styled2 {
	width: 563px;
	height: 100px;
	border: 1px solid #eee;
	padding: 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #333;}

.clear_link {
	padding-right: 20px; 
	text-align: right; }	

.clear_link, .clear_link a:link, .clear_linka:visited {
	padding-right: 20px; 
	text-align: right; 
	color: #666;
	text-decoration: none;
	font-style: normal;}

.clear_link a:hover, .clear_link a:active {
	color: #990000; }

.r {
	color: #990000;
	font-weight: bold; }
	
.email_signup_error {
	width: 286px;
	background-color: #fdd3d4;
	background-image: url('../images/error_icon.gif');
	background-repeat: no-repeat;
	background-position: 10px;
	border: 1px solid #860b22; 
	padding: 10px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #860b22;
	margin: 10px 0; }

.email_signup_success {
	width: 286px;
	background-image: url('../images/success_cb.jpg');
	background-repeat: no-repeat;
	background-position: 2px;
	background-color: #ddf3da;
	border: 1px solid #2d9e21; 
	padding: 10px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #15480f;
	margin: 10px 0; }
	

.highlight {
	background: #ffcccc;
	padding: 2px; }