/*   
Theme Name: BLANK Theme
Theme URI: http://digwp.com
Description: This is just a BLANK starter WordPress Theme template -- WordPress v2.9.1
Author: Chris Coyier
Author URI: http://chriscoyier.net
Version: 1

red: 9c1b35

*/

@font-face {
    font-family: 'LoraRegular';
    src: url('../../../fonts/Lora-Regular-webfont.eot');
    src: url('../../../fonts/Lora-Regular-webfont.eot#iefix') format('embedded-opentype'),
         url('../../../fonts/Lora-Regular-webfont.woff') format('woff'),
         url('../../../fonts/Lora-Regular-webfont.ttf') format('truetype'),
         url('../../../fonts/Lora-Regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LoraItalic';
    src: url('../../../fonts/Lora-Italic-webfont.eot');
    src: url('../../../fonts/Lora-Italic-webfont.eot#iefix') format('embedded-opentype'),
         url('../../../fonts/Lora-Italic-webfont.woff') format('woff'),
         url('../../../fonts/Lora-Italic-webfont.ttf') format('truetype'),
         url('../../../fonts/Lora-Italic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LoraBold';
    src: url('../../../fonts/Lora-Bold-webfont.eot');
    src: url('../../../fonts/Lora-Bold-webfont.eot#iefix') format('embedded-opentype'),
         url('../../../fonts/Lora-Bold-webfont.woff') format('woff'),
         url('../../../fonts/Lora-Bold-webfont.ttf') format('truetype'),
         url('../../../fonts/Lora-Bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LoraBoldItalic';
    src: url('../../../fonts/Lora-BoldItalic-webfont.eot');
    src: url('../../../fonts/Lora-BoldItalic-webfont.eot#iefix') format('embedded-opentype'),
         url('../../../fonts/Lora-BoldItalic-webfont.woff') format('woff'),
         url('../../../fonts/Lora-BoldItalic-webfont.ttf') format('truetype'),
         url('../../../fonts/Lora-BoldItalic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'NewsCycleRegular';
    src: url('../../../fonts/NewsCycle-Regular-webfont.eot');
    src: url('../../../fonts/NewsCycle-Regular-webfont.eot#iefix') format('embedded-opentype'),
         url('../../../fonts/NewsCycle-Regular-webfont.woff') format('woff'),
         url('../../../fonts/NewsCycle-Regular-webfont.ttf') format('truetype'),
         url('../../../fonts/NewsCycle-Regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}



* { margin: 0; padding: 0; }
body { background: white; font: 13px/1.4 Verdana, Geneva, sans-serif }

#page-wrap { width: 882px; margin: 0 auto;}

h1, h2, h3, h4 { font-weight:normal;margin: 0 0 0 0; }
h1 { margin-left:15px;margin-bottom:15px;}
h2 { margin:0 0 35px 15px;font-size:18px;position:text-transform:uppercase; color:#999;font-weight:bold;}
h3 { font-size:18px;margin: 0 0 20px 0;font-family: 'NewsCycleRegular', arial;line-height:1em;letter-spacing: 4px;color:#9c1b35; }
h4 { font-size:14px; }

p { margin: 0 0 10px 0; }
a { text-decoration:none; }
a:hover { } 

blockquote { }
blockquote p { }

ul, ol { margin: 0 0 10px 0;list-style-type:none; }

.post { }

.entry { padding:0 15px;}
.entry a, a.post-edit-link { color:#9c1b35; border-bottom:1px dotted #9c1b35;}
.entry a:hover, a.post-edit-link:hover {border-bottom:1px solid #9c1b35; }

.entry.two_column	{
	width:500px;
	float:left;
}
.side_image	{
	width:325px;
	margin-right:15px;
	float:right;
}
.side_image img	{
	max-width:325px;
	height:auto;
}
.page-id-4 .entry	{
	padding-right:550px;		
}
#post-4	{
	margin-top:100px;
}

#main_nav	{
	text-align:center;
	
}
#main_nav li	{
	float:left;
	margin:0;
	position:relative;
	overflow:visible;	
}
.white_nav_bar_right	{
	width:1px;
	height:17px;
	background:#ffffff;
	position:absolute;
	top:2px;
	right:0;
}
.page-item-4 .white_nav_bar_left	{
	display:none;	
}
.white_nav_bar_left	{
	width:1px;
	height:17px;
	background:#ffffff;
	position:absolute;
	top:2px;
	left:0;
}
.page-item-4 .white_nav_bar_left	{
	display:none;	
}
.page-item-16 .white_nav_bar_right	{
	display:none;	
}
#main_nav li:hover	{
	-moz-box-shadow: none;
  	-webkit-box-shadow: none;
  	box-shadow: none;

}
#main_nav li a	{
	display:inline-block;
	padding:0 28px;
	font-size:15px;
	color:#ffffff;
	background: rgb(179,80,101); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(179,80,101,1) 0%, rgba(160,32,57,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(179,80,101,1)), color-stop(100%,rgba(160,32,57,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(179,80,101,1) 0%,rgba(160,32,57,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(179,80,101,1) 0%,rgba(160,32,57,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(179,80,101,1) 0%,rgba(160,32,57,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(179,80,101,1) 0%,rgba(160,32,57,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b35065', endColorstr='#a02039',GradientType=0 ); /* IE6-9 */
}
#main_nav li a:hover, #main_nav li.current_page_item a	{
	color:#ffffff;	
	background: rgb(97,93,94); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(97,93,94,1) 0%, rgba(78,74,75,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(97,93,94,1)), color-stop(100%,rgba(78,74,75,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(97,93,94,1) 0%,rgba(78,74,75,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(97,93,94,1) 0%,rgba(78,74,75,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(97,93,94,1) 0%,rgba(78,74,75,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(97,93,94,1) 0%,rgba(78,74,75,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#615d5e', endColorstr='#4e4a4b',GradientType=0 ); /* IE6-9 */
	}
#header	{
	padding-top:20px;	
	margin-bottom:70px;
}
#header h1	{
	margin-left:15px;	
}
#header #tag	{
	margin:10px 15px 0 0;	
}
#footer {
	font-size:11px;
	text-align:center;
	border-top:3px solid #9c1b35;
	margin:40px 15px 20px 15px;
	padding:5px 0 0 0;
	position:relative;
}
#footer img, #footer p	{
	float:left;	
}
#footer img	{
	margin-left:3px;	
}
#footer span	{
	color: #9c1b35;
	font-weight:bold;
}
.right	{
	float:right;
	text-align:right;
}
#aio-slideshow	{
	border:2px solid #9c1b35;	
	padding:5px;
	background-color:#ffffff;
	float:right;
	position:relative;
	right:15px;
}
#aio-nav a	{
	border:1px solid white;	
}
.red_text	{
	color:	#9c1b35;	
	font-size:1.3em;
	1padding-left:15px;
	1background:url(../../../images/h3-bg.jpg) left center repeat-y;
	margin-bottom:25px;
}
.alignleft	{
	margin:5px 25px 25px 0;	
	float:left !important;
}
.alignright	{
	margin:5px 0 25px 25px;
	float:right !important;
}
.size-large, .size-full, .size-medium, .size-small	{
	border:2px solid #9c1b35;		
}
.wpcf7-submit	{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:1px solid grey;
	padding:3px 5px;
	margin-top:30px;
}
.wpcf7-submit:hover	{
	background-color:#9c1b35;
	color:#ffffff;
	cursor:pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
hr {
	border: 0;
	color: #000000;
	background-color: #000000;
	height: 1px;
	margin:15px 0;
}	
blockquote	{
	background:url(../../../images/quote-opening.jpg) top left no-repeat;
	padding:0 0 0 35px;
	margin-bottom:15px;
}
blockquote p	{
	margin:0;
	line-height:1.4em;
}
blockquote em	{
	font-size:1.2em;	
}
a.no_border, a.no_border img	{
	border:none;	
}	

a.no_border:hover, a.no_border img:hover {
	border:none;	
}
.flv div	{
	margin:0 auto;
}
.aligncenter	{
	text-align:center;
	align:center;
}