

/* =========================================================
Common styles
============================================================ */
body{
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
}
.clear{
	clear:both;
}
.wrapper{
	width:940px;
	margin:0 auto;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
/* =========================================================
Elements
============================================================ */
a.slide-link{
	color: #fff;
	background: url("images/icons/more-slide.png") no-repeat scroll 11px 7px #AE0011;
	clear: both;
	height:32px;
	width:102px;
	padding-left:30px;
	display:block;
	margin-top:5px;
	cursor:pointer;
	text-decoration:none;
	-webkit-transition:border-color .5s ease-out, -webkit-box-shadow .3s ease-out;
	-moz-transition:border-color .5s ease-out, -webkit-box-shadow .3s ease-out;	
	transition:border-color .5s ease-out, -webkit-box-shadow .3s ease-out;
	position:relative;
	z-index:1;
	/*border:1px solid #222;*/
}

a.slide-link:hover {
	background-color:#000;
	outline:0;
	-webkit-box-shadow:0 0 6px 0 #4b9de3;
	-moz-box-shadow:0 0 6px 0 #4b9de3;
	box-shadow:0 0 6px 0 #4b9de3;
	border:1px solid #fff!important;
	width:100px;
	height:30px;
	
}
a.slide-link span{
	background-color:#000;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	display:block;
	height:32px;
	line-height:30px;
	padding-left:15px;
	text-decoration:none;
	-webkit-transition:border-color .5s ease-out, -webkit-box-shadow .3s ease-out;
	-moz-transition:border-color .5s ease-out, -webkit-box-shadow .3s ease-out;	
	transition:border-color .5s ease-out, -webkit-box-shadow .3s ease-out;
}
a.slide-link:hover span{
	background-color:#AE0011;
	height:30px;
	line-height:30px;
}
.big-button {
	display:inline-block;
	background-color:#ae0011;
	border:1px solid #ae0011;
	padding:15px 30px;
	font-weight:700;
	color:#fff;
	font-family: 'Lora',serif;
	font-size:18px;
	text-transform:uppercase;
	-webkit-transition:border-color .2s ease-out, -webkit-box-shadow .2s ease-out;
	-moz-transition:border-color .2s ease-out, -webkit-box-shadow .2s ease-out;	
	transition:border-color .2s ease-out, -webkit-box-shadow .2s ease-out;
	-webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
		  box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	-o-box-shadow:none;
	position:relative;
	z-index:1;
}  
.big-button:hover, .medium-button:hover, .small-button:hover {
	background-color: #000000;
	border: 1px solid #FFFFFF !important;
    box-shadow: 0 0 6px 0 #4B9DE3;
	-moz-box-shadow: 0 0 6px 0 #4B9DE3;
	-webkit-box-shadow: 0 0 6px 0 #4B9DE3;
    outline: 0 none;
	color:#fff;
	text-decoration:none;
}
.medium-button {
	position:relative;
	z-index:1;
	display:inline-block;
	background-color:#ae0011;
	border:1px solid #ae0011;
	padding:10px 30px;
	font-weight:700;
	color:#fff;
	font-family: 'Lora',serif;
	font-size:18px;
	-webkit-transition:border-color .2s ease-out, -webkit-box-shadow .2s ease-out;
	-moz-transition:border-color .2s ease-out, -webkit-box-shadow .2s ease-out;	
	transition:border-color .2s ease-out, -webkit-box-shadow .2s ease-out;
	-webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
		  box-shadow:none;
}
.small-button {
	position:relative;
	z-index:1;
	display:inline-block;
	background-color:#ae0011;
	border:1px solid #ae0011;
	padding:5px 20px;
	font-weight:700;
	color:#fff;
	font-family: 'Lora',serif;
	font-size:18px;
	-webkit-transition:border-color .2s ease-out, -webkit-box-shadow .2s ease-out;
	-moz-transition:border-color .2s ease-out, -webkit-box-shadow .2s ease-out;	
	transition:border-color .2s ease-out, -webkit-box-shadow .2s ease-out;
	-webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
		  box-shadow:none;
}
.kp-dropcap {
    display: inline-block;
    float: left;
    font-family: 'Lora',serif;
    font-size: 45px;
	color:#000;
    height: 40px;
    line-height: 45px;
    margin: 0 10px 0 0;
    text-align: center;
    width: 32px;
}
.kp-dropcap.dark {
    background: none repeat scroll 0 0 #333333;
    color: #FFFFFF;
    height: 42px;
    line-height: 42px;
    margin-right: 15px;
	margin-top:6px;
    width: 42px;
}
/* =========================================================
Header
============================================================ */
#page-header{
	background:url(images/background/header.png) repeat-x;
	box-shadow:0 5px 5px rgba(0,0,0,0.3);
	-moz-box-shadow:0 5px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 5px 5px rgba(0,0,0,0.3);
	position:fixed;
	width:100%;
	z-index:100;
}
.large-header{	
	height:95px;
}
.small-header{
	height:50px;
	 transition: all 0.5s ease-in-out 0s;
	 -webkit-transition: all 0.5s ease-in-out 0s;
 	-moz-transition: all 0.5s ease-in-out 0s;
 	-o-transition: all 0.5s ease-in-out 0s;
}
/* =========================================================
	Logo
============================================================ */
.large-header #logo-image{
	margin-top:27px;
}
#logo-image{
	float:left;
	transition: all 0.5s ease-in-out 0s;
	 -webkit-transition: all 0.5s ease-in-out 0s;
 	-moz-transition: all 0.5s ease-in-out 0s;
 	-o-transition: all 0.5s ease-in-out 0s;
}
.large-header #main-nav{	
	margin-top:26px;
	transition: all 0.5s ease-in-out 0s;
	 -webkit-transition: all 0.5s ease-in-out 0s;
 	-moz-transition: all 0.5s ease-in-out 0s;
 	-o-transition: all 0.5s ease-in-out 0s;
}
.small-header #logo-image{
	margin-top:4px;
}
/* =========================================================
Main menu
============================================================ */
#main-nav {
	position:relative;
	z-index:500;
	float:right;
}
#main-menu > li {
	float:left;
	position:relative;
	list-style:none;
	-webkit-transition: all 0.3s ease-in-out;
 	-moz-transition: all 0.3s ease-in-out;
 	-o-transition: all 0.3s ease-in-out;
 	transition: all 0.3s ease-in-out;
	margin-bottom:0px;
	padding:5px;
}
#main-menu > li.current-menu-item + li{
 background-image:none;
}
#main-menu{
	margin:0;
}
#main-menu > li > a {
	padding:10px 12px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#fff;
	text-decoration:none;
	
}
#main-menu > li:hover {
	 background-color:#053766;
}
#main-menu > li:hover a {
	color:#fff;
	text-decoration:none;
	background:#032545;
}
.drop-down{
    background: url("images/icons/drop-down.png") no-repeat scroll right -3px transparent;
    display: -moz-inline-stack;
    padding: 0 25px 0 0px;
}
a:hover .drop-down, li:hover .drop-down {
    background: url("images/icons/drop-down.png") no-repeat scroll right -43px  #032545;
}
/* =========================================================
	Dropdown Menu
============================================================ */
#main-menu li ul {
	display:none;
	width:200px;
	background-color:#053766;
	position:absolute;
	top:45px;
	left:0;
	margin:0;
	padding:5px;
	
}
#main-menu li ul li {
	border-bottom:1px solid #053766;
	position:relative;
	list-style:none;
	margin-bottom:0;
}
#main-menu li ul li a {
	display:block;
	padding:10px 18px;;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
    display: block;
    text-align: left;
	-webkit-transition: all 0.3s ease-in-out;
 	-moz-transition: all 0.3s ease-in-out;
 	-o-transition: all 0.3s ease-in-out;
 	transition: all 0.3s ease-in-out;
}
#main-menu > li > ul > li:hover > a, #main-menu li ul li ul li:hover a {
	color:#fff;
	background:#053766;
   	padding-left:25px;
	outline:0;
	position:relative;
	z-index:1;
}
#main-menu > li > ul > li:hover, #main-menu li ul li ul li:hover{
	background:#5f6162;
}
#main-menu li ul li ul {
	position:absolute;
	left:200px;
	top:0;
}
/*------- Responsive Menu -------*/
#responsive-menu {
	display:none;
	width:100%;
	padding:5px 10px;
	border:1px solid #b8b8b8;
}

/* =========================================================
	Slider
============================================================ */
#shadow-box {
    position: relative;
	height:auto;
}
#shadow-bottom {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    height: 10px;
    position: absolute;
    top: -10px;
    width: 100%;
    z-index: 2;
}
.parttern-overlay{
	background:url(images/background/pattern.png);
	position:absolute;
	height:100%;
	width:100%;
	top:0;
}
#opa-bottom{
	background:url(images/background/opacity-4.png);
	width:100%;
	height:9px;
	z-index:5;
	bottom:0;
	position:absolute;
}
.sub #shadow-box {
	height:80px;
}
/* =========================================================
	Main content
============================================================ */
.main-content{
	margin-top:30px;
}
.section-title{
	margin-bottom:20px;
}
.big-title{
 	font-family: 'Lora',serif;
    font-size: 46px;
	font-weight:normal;
	color:#053766;
	text-transform:uppercase;
}
.entry-item{
	border-top:solid 3px #053766;
	padding-top:5px;
	margin-bottom:30px;
}
.meta-cat, a.meta-cat{
	color:#ad0011;
	font-family: 'Lora',serif;
    font-size: 16px;
	font-weight:normal;
	font-style:italic;
}
.entry-thumb{
	display:block;
	margin-top:10px;
}
.entry-title{
	font-family: 'Lora',serif;
    font-size: 22px;
	font-weight:bold;
	color:#053766;
	margin-top:10px;
	margin-bottom:10px;
	line-height:24px;
}
.image-box{	
	position:relative;
	cursor:pointer;
	margin-top:10px;
}
.black-overlay{
	background-color:#053766;
	width:auto;
	height:auto;
	bottom:0;
	/*
	opacity: 0.1;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.1;
	filter:alpha(opacity=1);
	*/
}
.link{
	background:url(images/icons/link.png) center center no-repeat #10589C;
}
.video{
	background:url(images/icons/play.png) center center no-repeat #000;
}
.more-link{
	padding-left:0px;
	color:#053766;
	font-family: 'Lora',serif;
    font-size: 15px;
	font-weight:bold;
}
.more-link:hover{
	background-position:0 -39px ;
	color:#10589C;
}
.pagination-wrap{
	border-top:1px solid #b9b9b9;
	margin-top:50px;
	padding-top:20px;
}
.pagination li{
	list-style:none;
	display:inline-block;
	margin-right:30px;
	
}
.pagination li a{
	font-family: 'Lora',serif;
    font-size: 18px;
	font-weight:bold;
	color:#000;
	font-style:italic;
}
.pagination li.next{
	margin-right:0px;
	margin-left:20px;
	padding-right:30px;
	background:url("images/icons/pagination-control.png") no-repeat scroll right 5px transparent
}
.pagination li.next:hover{
	background-position: right -43px;
}
.pagination li.prev {
    background: url("images/icons/pagination-control.png") no-repeat scroll 0 5px transparent;
    margin-right: 50px;
    padding-left: 30px;
}
.pagination li:hover a,
.pagination li.current a{
	color:#ae0011;
	text-decoration:none;
}
.pagination li.prev:hover{
	background-position: 0 -43px;
}
.featured-widget{
	background:url(images/background/featured-bg.png) repeat-x #f3f3f3;
	padding-bottom:50px;
	padding-top:50px;
}
.featured-widget .widget-title{
	font-family: 'Lora',serif;
    font-size: 15px;
	line-height:18px;
	font-weight:bold;
	color:#000;
	text-transform:uppercase;
}
.feature-caption{
	width:48.9361702128%;
	float:left;
}
.featured-title{
	margin-top:0;
}
.featured-img{
	width:48.9361702128%;
	float:right;
}
.featured-title a{
	font-family: 'Lora',serif;
    font-size: 30px;
	line-height:30px;
	font-weight:bold;
	color:#000;
	text-transform:uppercase;
}
.featured-title a .small-text{
	font-family: 'Lora',serif;
    font-size: 22px;
	line-height:20px;
	font-weight:bold;
	color:#ad0011;
	text-transform:uppercase;
	display:block;
}
.featured-title a:hover{
	text-decoration:none;
}
#featured-slider .meta-date{
	color:#000;
	font-family: 'Lora',serif;
    font-size: 16px;
	font-weight:normal;
	font-style:italic;
}
.bottom-adv {
	text-align:center;
	margin-bottom:50px;
}
.bottom-adv a {
	background-color:#dedede;
	display:inline-block;
	padding:5px;
}
.bottom-adv a img {
	border:1px solid #fff;
	display:block;
}
.footer-sidebar{
	padding-top:5px;
	background:url(images/background/footer-sidebar-top.png) repeat-x 0 0;
}
.footer-sidebar-inner{
	padding:10px 0 50px;
	background:url(images/background/footer-sidebar.png) repeat 0 0 #ae0011;
}
.footer-sidebar .widget-title{
	color:#fff;
	font-family: 'Lora',serif;
    font-size: 18px;
	text-shadow:0 0 1px #6e000b;
	margin-bottom:10px;
}
.footer-sidebar ul{
	margin-left:0;
	list-style:disc inside;
}

.footer-sidebar ul li{
	color:#fff;
	margin-bottom:5px;
	list-style:inside disc;
}
.footer-sidebar ul li a, .footer-sidebar .widget p{
	color:#fff;
	font-size:13px;
}
.article-list li article{
}
.article-list li span{
	display:block;
}
/* =========================================================
	Social Links
============================================================ */
.social-links {
	margin:-35px 0 0 0;
	display:inline-block;
}
.social-links li {
	float:left;
	list-style:none !important;
	margin-right:20px;
}
.social-links li.facebook-icon {
	background:url(images/icons/social-links.png) no-repeat 0 0;
}
.social-links li.twitter-icon {
	background:url(images/icons/social-links.png) no-repeat -111px 0;
}
.social-links li.flickr-icon {
	background:url(images/icons/social-links.png) no-repeat -223px 0;
}
.social-links li.rss-icon {
	background:url(images/icons/social-links.png) no-repeat -331px 0;
}
.footer-sidebar .newsletter{
	width:100%;	
}
.footer-sidebar .wpcf7-form {
	width:100%;
	margin:0;
}
.footer-sidebar .wpcf7-form p {
	margin:0;
	position:relative;
}
.footer-sidebar .wpcf7-form .wpcf7-email {
	position:relative;
	z-index:1;
	border:1px solid #d8d8d8;
	height:24px;
	line-height:24px;
	padding:5px 36px 5px 8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	width:173px;
	-webkit-transition:border-color .2s ease-out, -webkit-box-shadow .2s ease-out;
	-moz-transition:border-color .2s ease-out, -webkit-box-shadow .2s ease-out;	
	transition:border-color .2s ease-out, -webkit-box-shadow .2s ease-out;
	-webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
		  box-shadow:none;
}
.footer-sidebar .wpcf7-form .wpcf7-email:focus{
	outline:0;
	-webkit-box-shadow:0 0 6px 0 #4b9de3;
	-moz-box-shadow:0 0 6px 0 #4b9de3;
	box-shadow:0 0 6px 0 #4b9de3;
	border:1px solid #fff;
}
.footer-sidebar .wpcf7-form .wpcf7-submit {
	z-index:2;
    background:url(images/icons/submit-icon.png) no-repeat center center #000;
    border:1px solid #000;
    cursor: pointer;
    height: 36px;
	position:absolute;
    right: 0px;
    top: 0px;
    width: 36px;
	-webkit-transition:border-color .3s ease-out, -webkit-box-shadow .2s ease-out;
	-moz-transition:border-color .3s ease-out, -webkit-box-shadow .2s ease-out;	
	transition:border-color .3s ease-out, -webkit-box-shadow .2s ease-out;
	padding:0;
}
.footer-sidebar .wpcf7-form .wpcf7-submit:hover {
	background-color:#000 !important;
	outline:0;
	-webkit-box-shadow:0 0 6px 0 #4b9de3;
	-moz-box-shadow:0 0 6px 0 #4b9de3;
	box-shadow:0 0 6px 0 #4b9de3;
	border:1px solid #fff;
}
/* =========================================================
	Pagefooter
============================================================ */
.page-footer{
	background-color:#000;
	padding-bottom:20px;
}
#footer-top{
	margin-bottom:30px;
}
.copyrights{
	color:#878787;
	margin-top:10px;
	margin-bottom:0px;
}
.search-box{
	width:100%;
}
.search-form{
	position:relative;
	width:300px;
}
.search-box .search-text {
	position:relative;
	z-index:1;
	border:1px solid #d8d8d8;
	height:27px;
	line-height:27px;
	padding:3px 54px 3px 8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	-webkit-transition:border-color .2s ease-out, -webkit-box-shadow .2s ease-out;
	-moz-transition:border-color .2s ease-out, -webkit-box-shadow .2s ease-out;	
	transition:border-color .2s ease-out, -webkit-box-shadow .2s ease-out;
	-webkit-border-radius: 0px;
     -moz-border-radius: 0px;
	  border-radius: 0px;
	  box-shadow:none;
}
.search-box  .search-text:focus{
	outline:0;
	-webkit-box-shadow:0 0 6px 0 #4b9de3;
	-moz-box-shadow:0 0 6px 0 #4b9de3;
	box-shadow:0 0 6px 0 #4b9de3;
	border:1px solid #fff!important
}
.search-box  .search-submit{
	z-index:2;
    background: url("images/icons/search-icon.png") no-repeat scroll 15px 9px #000000;
    border:1px solid #000;
    cursor: pointer;
    height: 35px;
    position: absolute;
    right: 15px;
    top: 0px;
    width: 50px;
	-webkit-transition:border-color .3s ease-out, -webkit-box-shadow .2s ease-out;
	-moz-transition:border-color .3s ease-out, -webkit-box-shadow .2s ease-out;	
	transition:border-color .3s ease-out, -webkit-box-shadow .2s ease-out;
	text-indent:-9999px;
}
.search-box  .search-submit:hover {
	background-color:#000;
	outline:0;
	-webkit-box-shadow:0 0 6px 0 #4b9de3;
	-moz-box-shadow:0 0 6px 0 #4b9de3;
	box-shadow:0 0 6px 0 #4b9de3;
	border:1px solid #fff!important
}

/* =========================================================
	Elements Page
============================================================ */
.elements-box {
	background-color:#f6f5f5;
	box-shadow:0 1px 1px #bbb, 0 0 1px rgba(255,255,255,0.75);
	-moz-box-shadow:0 1px 1px #bbb, 0 0 1px rgba(255,255,255,0.75);
	-webkit-box-shadow:0 1px 1px #bbb, 0 0 1px rgba(255,255,255,0.75);
	padding:20px;
	margin-bottom:30px;
}
.elements-box h1, .elements-box h2, .elements-box h3, .elements-box h4, .elements-box h5, .elements-box h6 {
	color:#000;
	font-weight:700;
	font-family: 'Lora',serif;
}
.elements-box h1 {
	font-size:50px;	
	line-height:68px;
	margin:0 0 10px 0;
}
.elements-box h2 {
	font-size:43px;	
	line-height:58px;
	margin:0 0 10px 0;
}
.elements-box h3 {
	font-size:23px;	
	line-height:30px;
}
.elements-box h4 {
	font-size:20px;	
	line-height:30px;
}
.elements-box h5 {
	font-size:14px;	
	line-height:30px;
}
.elements-box h6 {
	font-size:12px;	
	line-height:30px;
}
.heading-title {
	font-size:30px;
	text-transform:uppercase;
	margin:0;
	background:url(images/background/heading-title-line.png) repeat-x 0 bottom;
	padding-bottom:20px;
	line-height:22px;
}
.elements-box .elements-title {
	font-size:24px;
	text-transform:uppercase;
	margin:0 0 20px 0;
	background:url(images/background/heading-title-line.png) repeat-x 0 bottom;
	padding-bottom:20px;
	line-height:22px;
}
.elements-box .big-button, .elements-box .medium-button, .elements-box .small-button {
	margin-right:20px;
}

ul li {
	list-style:outside square;
}
ol li {
	list-style:outside decimal;
}

.elements-box .list-container ul {
	border-left: 1px solid #ddd;
    width: 100%;
	margin:0px;
	
}
.elements-box .list-container ul li {
    float: left;
	list-style:none;
	background-color:#fff;
}
.elements-box .list-container ul.tabs li a {
    border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
    display: block;
    padding: 5px 25px;
	font-size:14px;
	outline:none;
	color:#333;
}
.elements-box .tab-container {
	border: 1px solid #ddd;
	margin-top:-1px;
	padding:15px 20px 20px 20px;
	background-color:#fff;
}
/* =========================================================
	Right Sidebar
============================================================ */
#right-sidebar .widget {
	box-shadow:0 1px 1px #bbb, inset 0 0 1px rgba(255,255,255,0.75);
	-moz-box-shadow:0 1px 1px #bbb, inset 0 0 1px rgba(255,255,255,0.75);
	-webkit-box-shadow:0 1px 1px #bbb, inset 0 0 1px rgba(255,255,255,0.75);
	background-color:#faf7f0;
	margin-bottom:30px;
}
#right-sidebar .widget ul {
	margin:0;
}
#right-sidebar .widget ul li {
	list-style:none;
}
#right-sidebar .list-container ul {
	margin:0 0 20px 0;
	
}
#right-sidebar .list-container ul li {
    float: left;
	box-shadow:0 1px 1px rgba(184,184,184,0.75);
	-moz-box-shadow:0 1px 1px rgba(184,184,184,0.75);
	-webkit-box-shadow:0 1px 1px rgba(184,184,184,0.75);
	background-color:#eeebe4;
}
#right-sidebar .list-container ul li a {
	background:url(images/background/sidebar-tab-separator.png) repeat-y right 0;	
	display:block;
	font-family: 'Lora',serif;
	font-size:14px;
	color:#000;
	font-weight:700;
	padding:10px 23px 10px 20px;
}
#right-sidebar .list-container ul li.active {
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	background-color:#faf7f0;
}
.sidebar-tab-content ul {
	padding:0 10px 10px 10px;
}
.sidebar-tab-content ul li {
	background-color:#fff;
	box-shadow:0 1px 1px rgba(211,211,211,0.75);
	-moz-box-shadow:0 1px 1px rgba(211,211,211,0.75);
	-webkit-box-shadow:0 1px 1px rgba(211,211,211,0.75);
	margin-bottom:10px;
	padding:8px;
}
.sidebar-tab-content ul li article img {
	float:left;
	margin-right:10px;
}
.sidebar-tab-content ul li article .entry-content .entry-title {
	font-size:13px;
	margin:0 0 3px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:18px;
}
.sidebar-tab-content ul li article .entry-content .entry-title a {
	color:#000;
}
.sidebar-tab-content ul li article .entry-content .entry-date, .sidebar-tab-content ul li article .entry-content .entry-comment {
	font-style:italic;
	color:#6d6d6d;
}
#right-sidebar .widget .widget-title {
	font-size:18px;
	color:#333;
	font-style:italic;
	font-weight:700;
	font-family: 'Lora',serif;
	background:url(images/background/heading-title-line.png) repeat-x 0 bottom;
	padding-bottom:10px;
	margin:10px 10px 15px;
}
.tweet_list {
	padding:10px 10px 0;
}
.tweet_list li {
	background-color:#fff;
	box-shadow:0 1px 1px rgba(211,211,211,0.75);
	-moz-box-shadow:0 1px 1px rgba(211,211,211,0.75);
	-webkit-box-shadow:0 1px 1px rgba(211,211,211,0.75);
	margin-bottom:10px;
	padding:10px;
}
.tweet_time a {
	display:block;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
}
.tweet_text a {
	color:#ae0011;
	font-size:13px;
}
.twitter-list-footer {
	padding:0 10px 10px;
}
.twitter-list-footer span, .twitter-list-footer a {
	font-weight:700;
}
.twitter-list-footer a {
	color:#ae0011;
}
/*---------------- Gallery ----------------*/
.gallery {
	margin:0 16px 20px 16px;	
}
.gallery a img {
	border:1px solid #d7d7d7;
	float:left;
}
/*---------------- ADV 250x300 ----------------*/
#right-sidebar .widget .adv-250-300 {
	margin:25px;
}
/*---------------- Categories ----------------*/
#right-sidebar .widget .categories {
	background-color:#fff;
	box-shadow:0 1px 1px rgba(211,211,211,0.75);
	-moz-box-shadow:0 1px 1px rgba(211,211,211,0.75);
	-webkit-box-shadow:0 1px 1px rgba(211,211,211,0.75);
	margin:20px 10px;
	padding:5px 10px;
}
#right-sidebar .widget .categories li {
	border-bottom:1px solid #e3e3e3;
	padding:10px 0;
}
#right-sidebar .widget .categories li a, #right-sidebar .widget .categories li span {
	font-size:13px;
	color:#666;
}
.breadcrumb a, .breadcrumb span {
	font-size:15px;
	font-weight:700;
	font-family: 'Lora',serif;
	color:#ae0011;
}
.breadcrumb span {
	font-size:20px;
}
.breadcrumb a.current-page {
	color:#000;
	font-size:20px;
	text-transform:uppercase;
}
/* =========================================================
	Categories Page
============================================================ */
.post-item {
	border-bottom:1px solid #ececec;
	padding-bottom:20px;
	margin-bottom:30px;
}
.post-item .post-thumbnail {
	display:block;
	float:right;
}
.post-item .entry-content {
	float:left;
	width:300px;
	margin-right:20px;
}
.post-item .entry-content .entry-title {
	margin:0 0 15px 0;
}
.post-item .entry-content .entry-title a {
	color:#000;
}
.post-item .entry-content .entry-meta, .post-item .entry-content .entry-comment, .post-item .entry-content .entry-categories {
	font-size:16px;
	font-style:italic;
	font-family: 'Lora',serif;
	color:#ad0011;
	display:inline-block;
	margin-bottom:5px;
}
.post-item .entry-content p {
	color:#232323;
}
/* =========================================================
	Single Page
============================================================ */
.entry-box header {
	margin:10px 0 30px;
}
.entry-box header .entry-meta, .entry-box header .entry-comment, .entry-box header .entry-categories {
    color: #AD0011;
    display: inline-block;
    font-family: 'Lora',serif;
    font-size: 14px;
    font-style: italic;
}
.entry-box header .entry-title {
	font-size:26px;
	line-height:28px;
}
.entry-box p {
	font-size:13px;
}
.entry-box blockquote {
	background:url(images/icons/quote-icon-2.png) no-repeat 0 0;
	color:#666;
	margin:0 0 30px;
}
/*---------------- About Author ----------------*/
.about-author {
	background-color:#faf7f0;
	box-shadow: inset 0 0 1px rgba(255,255,255,0.75), 0 1px 1px #bbb;
	-moz-box-shadow: inset 0 0 1px rgba(255,255,255,0.75), 0 1px 1px #bbb;
	-webkit-box-shadow: inset 0 0 1px rgba(255,255,255,0.75), 0 1px 1px #bbb;
	padding:15px 20px;
	margin-bottom:20px;
}
.about-author img {
	float:left;
	margin-right:15px;
	border:1px solid #efe6e6;
}
.about-author h4 {
	font-family: 'Lora',serif;
	font-weight:normal;
	background:url(images/background/heading-title-line.png) repeat-x 0 bottom;
	padding-bottom:10px;
	margin:0 0 15px;
}
.about-author .entry-content a {
	color:#ae0011;
}
/*---------------- Tag ----------------*/
.tag {
	background:url(images/icons/tag-icon.png) no-repeat 20px center #ae0011;
	padding:7px 0 7px 65px;
}
.tag span, .tag a {
	color:#fff;
	font-size:13px;
	font-family: 'Lora',serif;
	font-weight:bold;
}
/*---------------- Comments List ----------------*/
#comments {
	border-bottom:1px solid #f3f3f3;
	margin-bottom:20px;
}
#comments h5, #respond h5 {
	font-size:15px;
	font-family: 'Lora',serif;
	margin:20px 0;
}
.comments-list {
	margin:0;
}
.comments-list .comment {
	margin-bottom:20px;
	list-style:none;	
}
.comments-list .comment .comment-wrap {
	background-color:#f9f9f9;
	box-shadow:inset 0 0 1px rgba(255,255,255,0.75), 0 1px 1px #bbb;
	-moz-box-shadow:inset 0 0 1px rgba(255,255,255,0.75), 0 1px 1px #bbb;
	-webkit-box-shadow:inset 0 0 1px rgba(255,255,255,0.75), 0 1px 1px #bbb;
	padding:20px;
}
.comment-wrap img {
	float:left;
	margin-right:10px;
	border:1px solid #e4e4e4;
}
.comment-wrap .comment-body {
	margin-left:83px;
}
.comment-wrap .comment-body .comment-meta .author {
	display:block;
	font-weight:bold;
	margin-bottom:5px;
}
.comment-wrap .comment-body .comment-meta .date {
	display:block;
	font-size:11px;
	color:#9d9b9b;
	margin-bottom:5px;
}
.comment-wrap .comment-body .comment-reply-link, .comment-wrap .comment-body .comment-edit-link {
	font-size:11px;
	display:inline-block;
	font-weight:700;
	color:#333;
}
.comment-wrap .comment-body .comment-reply-link {
	margin-right:20px;
}
.comment-wrap .comment-body p {
	margin:0 0 5px;
}
.comments-list .children {
	margin-left:99px;
}
.comments-list .children li {
	margin-bottom:0;
}
.comments-list .comment .children li article {
    background-color: #FAF7F0;
    box-shadow: 0 1px 1px #BBBBBB, 0 0 1px rgba(255, 255, 255, 0.75) inset;
	-moz-box-shadow: 0 1px 1px #BBBBBB, 0 0 1px rgba(255, 255, 255, 0.75) inset;
	-webkit-box-shadow: 0 1px 1px #BBBBBB, 0 0 1px rgba(255, 255, 255, 0.75) inset;
    padding: 20px;
	margin-top:20px;
}
/*------------------ Comment Form ---------------------*/
#comments-form label {
	color:#666;
	margin-bottom:5px;
	display:inline-block;
	font-size:12px;
}
#comments-form .comment-left {
	width: 37.68%;
	float: left;
}
#comments-form .comment-right {
	width: 61.31%;
	float: right;
}
#comments-form p.input-block, #comments-form p.subject-block {
    margin-bottom: 0px;
    position: relative;
    width: 100%;
}
#comment-name, #comment-email, #comment-url, #comment-subject {
    background-color:#f9f9f9;
	box-shadow:inset 0 0 1px rgba(255,255,255,0.75), 0 1px 1px #bbb;
	-moz-box-shadow:inset 0 0 1px rgba(255,255,255,0.75), 0 1px 1px #bbb;
	-webkit-box-shadow:inset 0 0 1px rgba(255,255,255,0.75), 0 1px 1px #bbb;
	border:1px solid #f9f9f9;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
    color: #666666;
    font-size: 12px;
    height: 19px;
    margin-right: 6.76%;
    padding: 5px 3.84%;
    width: 83.61%;
	-webkit-transition:border-color .2s ease-out, -webkit-box-shadow .2s ease-out;
	-moz-transition:border-color .2s ease-out, -webkit-box-shadow .2s ease-out;	
	transition:border-color .2s ease-out, -webkit-box-shadow .2s ease-out;
}
#comment-name:focus, 
#comment-email:focus, 
#comment-url:focus, 
#comment-subject:focus,
#comment-message:focus{
	outline:0;
	-webkit-box-shadow:0 0 6px 0 #4b9de3;
	-moz-box-shadow:0 0 6px 0 #4b9de3;
	box-shadow:0 0 6px 0 #4b9de3;
	border:1px solid #fff !important;
}
#comments-form p.textarea-block {
    position: relative;
    width: 100%;	 
}
#comment-message {
    background-color:#f9f9f9;
	box-shadow:inset 0 0 1px rgba(255,255,255,0.75), 0 1px 1px #bbb;
	-moz-box-shadow:inset 0 0 1px rgba(255,255,255,0.75), 0 1px 1px #bbb;
	-webkit-box-shadow:inset 0 0 1px rgba(255,255,255,0.75), 0 1px 1px #bbb;
	border:1px solid #f9f9f9;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
    height: 139px;
    padding: 10px 1.62%;
    width: 95.42%;
	color: #666666;
    font-size: 12px;
	-webkit-transition:border-color .2s ease-out, -webkit-box-shadow .2s ease-out;
	-moz-transition:border-color .2s ease-out, -webkit-box-shadow .2s ease-out;	
	transition:border-color .2s ease-out, -webkit-box-shadow .2s ease-out;
}
#comments-form .comment-button {
	margin-bottom:20px;
}
#comments-form #submit-comment {
	display:block;
	color:#fff;
	font-family: 'Lora', serif;
	font-size:14px;
	padding:8px 15px;
	font-weight:bold;
	border:none;
	cursor:pointer;
	background-color:#ae0011;
	-webkit-transition: all 0.3s ease-in-out;
 	-moz-transition: all 0.3s ease-in-out;
 	-o-transition: all 0.3s ease-in-out;
 	transition: all 0.3s ease-in-out;
	border:1px solid #fff;
}
#comments-form #submit-comment:hover {   
	background-color:#000;
	color:#fff;
	text-decoration:none;
	outline:0;
	-webkit-box-shadow:0 0 6px 0 #4b9de3;
	-moz-box-shadow:0 0 6px 0 #4b9de3;
	box-shadow:0 0 6px 0 #4b9de3;
}
#comments-form label.error {
    position: absolute;
    right: 15px;
    top: 0;
	color:#ae0011;
}
#comments-form p.textarea-block label.error {
    right: 0;
}

/* =========================================================
	Contact Page
============================================================ */
.contact-title {
	font-family: 'Lora', serif;
	margin:0 0 10px;
}
#right-sidebar .widget .textwidget {
	margin:0 10px 5px;
}

/* =========================================================
	404 Page
============================================================ */
.error-404 .left-col p {
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 120px;
    font-weight: 700;
    line-height: 125px;
    text-align: right;
}
.error-404 .right-col h1 {
    font-size: 29px;
    margin-bottom: 10px;
}
.error-404 .right-col a {
    color:#333;
}
.error-404 .right-col ul {
    margin-bottom:40px;
}