/**
Theme Name: Moviex
Author URI: http://www.royalwpthemes.com/
Version: 1.1
Author: RoyalwpThemes
Description: Premium WordPress Video Theme.
*/



/*--------1.Css Reset--------------------*/
/*--------2.General----------------------*/
/*--------3.Main Menu--------------------*/ 
/*--------4.Secondary Menu---------------*/ 
/*--------5.Futured----------------------*/
/*--------6.Carousel---------------------*/
/*--------7.Home Page--------------------*/ 
/*--------8.Pages Content----------------*/ 
/*--------9.Single Content---------------*/ 
/*--------10.Page Templates--------------*/ 
/*--------11.Comments--------------------*/ 
/*--------12.Search----------------------*/
/*--------13.Sidebars--------------------*/
/*--------14.Navigation------------------*/
/*--------15.Contact form----------------*/
/*--------16.Footer----------------------*/
/*--------17.Widgets---------------------*/






/*---------------------------*/
/*--------1.Css Reset--------*/
/*---------------------------*/

html, body, div {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}
p{margin: 5px 0 10px 0;}
img {border:0px;}
p img {margin: 5px 0 5px 0px; padding:0; max-width:100%;}
table, th, td, tr{ padding: 8px; border: 1px solid #D8D8D8; border-collapse: collapse;}
body{ font-family:  Arial, sans-serif; font-size:14px; color: #3e3e3e; background: url("images/line.png");}
.clear{ clear: both; }
h1 {font-size: 30px; color: #666;}
h2 {font-size: 24px; color: #666;}
h3 {font-size: 22px; color: #666;}
h4 {font-size: 18px; color: #666;}
h5 {font-size: 16px; color: #666;}
h6 {font-size: 14px; color: #666;}
a {color:#A600A6; text-decoration:none;} 
a:hover {color: ##FF00FF; text-decoration:none;} 
ul, li{list-style: none; list-style-type: none;}
blockquote {background: #DFDFDF; font-style: italic; margin-top:10px; margin-bottom:10px; padding:15px 15px 15px 30px;}
code, pre {display: block; background: #d9d9d9; border: 1px solid #ccc; overflow: scroll; padding: 10px;}
img.centered {display: block; margin-left: auto; margin-right: auto;}
img.alignright {margin: 0 0 2px 15px; display: inline;}
img.alignleft {margin: 0 15px 2px 0; display: inline;}
.wp-caption.aligncenter {display: block; margin-left: auto; margin-right: auto}
.wp-caption.alignright {float:right; margin:0 0 1em 1em;}
.wp-caption.alignleft {float:left; margin:0 1em 1em 0;}	
.alignright {float: right;}
.alignleft {float: left;}
.left{float: left;}
.right{float: right;}




/*---------------------------*/
/*--------2.General----------*/
/*---------------------------*/


.preloader { 
background:url(images/loader.gif) center center no-repeat #ffffff;
display: block;  
}

#all_content{
background: #fff;
}

.inner{
height:100%;
width: 1000px;
position: relative;
clear: both;
text-align: left;
margin: 0 auto;
}

#header{
border-bottom: 1px solid #ddd;
display: inline-block;
height: 70px;
background: #fff;
width:100%;
position: relative;
box-shadow: 1px 0px 3px #ccc;
-moz-box-shadow: 1px 0px 3px #ccc;
-webkit-box-shadow: 1px 0px 3px #ccc;
}

#title_box{
display: inline-block;
max-width: 250px;
float: left;
margin: 12px 0px 0 10px;
}

#logo{
max-height: 70px;
}

.site_title h1{
color: #666;
font-size: 35px;
position: relative;
display: block;
font-weight: normal;
margin: 0px 0px 0 0px;
}

.site_title h1:hover{
color: #777;
}

#soc_book{
width: 146px;
float: right;
margin: 0px 0px 0 230px;
display: inline-block;
}

#soc_book img{
width: 16px;
height: 16px;
margin-left: 5px;
display: inline-block;
opacity: 0.3;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
filter:alpha(opacity=30);
}

.chrome #soc_book{
width: 146px;
float: right;
margin: -15px 0px 0 230px;
display: inline-block;
}




/*---------------------------*/
/*---------3.Main Menu-------*/ 
/*---------------------------*/


#general_menu{
display: inline-block;
background: #fff;
width: 700px;
float: right;
margin: 14px 10px 0 0;
}

#mainMenu {
float: right;
display: inline-block;
width: 650px;
}

#mainMenu ul li a {
display:block;
float: right;
height: 27px;
color:#666;
padding: 13px 15px 0 15px;
font-size: 13px;
background: #fff;
position: relative;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
}

#mainMenu ul li{
border-right: 1px solid #eee;
}

#mainMenu ul li:last-child {
border-right: none; 
}

#mainMenu ul li.current-menu-parent > a,
#mainMenu ul li.current_page_item > a,
#mainMenu ul li.current-menu-ancestor > a,
#mainMenu ul li.current-menu-item > a{
text-decoration:none;
color:#666;
background: #f1f1f1!important;	
}

#mainMenu ul li a:hover {
text-decoration:none;
color:#666;
}

#mainMenu ul li ul li a:hover{
background: #f1f1f1;	
}

#mainMenu.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
float: right;
}

#mainMenu.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

* html #mainMenu.ddsmoothmenu ul li a{ 
display: inline-block;
}

#mainMenu.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; 
visibility: hidden;
width:auto;
box-shadow: 1px 1px 3px #ccc;
-moz-box-shadow: 1px 1px 3px #ccc;
-webkit-box-shadow: 1px 1px 3px #ccc;
}

#mainMenu.ddsmoothmenu ul li ul li{
position: relative;
float: none;
display: list-item;
padding:0;
border-right: none; 
opacity: 0.9;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
filter:alpha(opacity=90);
}

#mainMenu.ddsmoothmenu ul li ul li a{
text-align:left;
margin:0;
padding: 10px 20px 10px 10px;
line-height: 15px;
width:168px;
height:1%;
border-bottom: 1px solid #eee;
text-transform:none;
color:#333;
font-size:13px;
background: #fff;
border-radius: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
}

#mainMenu.ddsmoothmenu ul li ul li.current-menu-ancestor > a{
background: url("images/menu_arrow.png") right no-repeat #666;
cursor: pointer;
}

#mainMenu.ddsmoothmenu ul li ul li.current-menu-item > a{
color:#333;
background: #f1f1f1;	
}

#mainMenu.ddsmoothmenu ul li ul li a:hover {
color:#333;	
}

#mainMenu.ddsmoothmenu ul li ul li a.last, #mainMenu.ddsmoothmenu ul li ul li a.last:hover {
border:none;	
}

* html #mainMenu.ddsmoothmenu{
height: 1%;
} 




/*----------------------------*/
/*------4.Secondary Menu------*/ 
/*----------------------------*/



.sub_menu{ 
border-top: 1px solid #ddd;
border-bottom: 1px solid #e1e1e1;
background: #fff;
position: relative;
display: inline-block;
width: 100%;
height: 45px;
margin-top: -1px;
box-shadow: 1px 0px 3px #ddd;
-moz-box-shadow: 1px 0px 3px #ddd;
-webkit-box-shadow: 1px 0px 3px #ddd;
}

.sub_menu .search { 
display: inline-block;
width: 275px;
margin-top: 6px;
}

#search_categories{
width: 155px;
display: inline-block;
margin-top: 9px;
color:#666;
}


#secondaryMenu{
width: 545px;
float: left;
display: inline-block;
margin-left: 10px;
}

#secondaryMenu ul {
margin: 0;
padding: 0;
list-style: none;
}

#secondaryMenu ul li {
float: left;
z-index: 40;
}

#secondaryMenu ul li:last-child {
border-right: none; 
}


#secondaryMenu ul li:hover ul,
#secondaryMenu ul li.sfHover ul {
left: -1px;
top: 36px;
z-index: 99;
}

#secondaryMenu ul li:hover li ul,
#secondaryMenu ul li.sfHover li ul{ 
top: -9999em; 
}
	
#secondaryMenu ul a {
border: 1px solid #ddd;
display: block;
margin: 10px 10px 0 0;
padding: 5px 15px;
font-size: 12px;
font-weight: normal;
font-style: normal;
color: #666;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}

#secondaryMenu ul li a:hover,
#secondaryMenu ul li:hover,
#secondaryMenu ul li.sfHover a,
#secondaryMenu ul li.current-cat a,
#secondaryMenu ul li.current_page_item a,
#secondaryMenu ul li.current-menu-item a {
text-decoration: none;
color: #0080ff;
}

#secondaryMenu ul ul {
display: none;
}





/*----------------------------*/
/*---------5.Futured----------*/
/*----------------------------*/


#feat_box{
width: 100%;
background: url(images/ca_bg.png) repeat-x;
display: inline-block;
}

.ca-container{
position:relative;
margin:25px auto 20px auto;
width:990px;
height:450px;
}

.ca-wrapper{
width:100%;
height:100%;
position:relative;
}

.ca-item{
position:relative;
float:left;
width:330px;
height:100%;
text-align:center;
}

.ca-more{
position: absolute;
bottom: 10px;
right: 10px;
padding: 4px 15px;
font-weight:bold;
background: #0991c9;
text-align:center;
color: white;
font-style: italic;
text-shadow: 1px 1px 0px #555;
}

.ca-more:hover{
background: #333;
color: white;
}

.ca-close{
position:absolute;
top:10px;
right:10px;
background: url(images/close.png) no-repeat center center;
width:27px;
height:27px;
text-indent:-9000px;
outline:none;
opacity:0.7;
}

.ca-close:hover{
opacity:1.0;
}

.ca-item-main{
padding: 10px;
position:absolute;
top:5px;
left:5px;
right:5px;
bottom:5px;
background:#fff;
overflow:hidden;
-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}

.ca-icon{
width: 300px;
height:420px;
position:relative;
}

.ca-content-wrapper{
background:#fff;
position:absolute;
width:0px; 
height:440px;
top:5px;
text-align:left;
z-index:10000;
overflow:hidden;
}

.ca-content{
border: 1px solid #e1e1e1;
width:660px;
overflow:hidden;
}

.ca-content h1{
margin:25px 20px 0px 25px;
font-size: 25px;
padding-bottom:5px;
font-weight: normal;
color: #0080ff;
border-bottom: 1px solid #eee;
}

.ca-content h1 a{
color: #0080ff;
}

.ca-content h1 a:hover{
color: #777;
}

.ca_youtube_video{
display: inline-block;
margin: 10px 0 0 25px;
width: 613px;
height: 303px;
}

.ca-content-text{
background: #333;
width: 660px;
display: inline-block;
font-size: 13px;
margin: 30px 0 0 0;
padding: 10px 25px;
color: #fff;
text-shadow: 1px 1px 0px #333;
}

.ca-content-text a{
color: #fff;
text-shadow: 1px 1px 0px #333;
}

.ca-content-text a:hover{
color: #ddd;
text-shadow: 1px 1px 0px #333;
}

.ca-content-text-box{
display: inline-block;
margin: -4px 15px 0 0;
}

.ca-content-text-box img{
padding-top: 2px;
margin-bottom: -3px;
}

.ca-content-text-box p{
display: inline-block;

}

.ca-content .ca_read_more{
display: inline-block;
position: absolute;
right: 15px;
bottom: 7px;
float: right;
color:#fff;
padding: 3px 10px;
font-size:13px;
font-style:italic;
text-shadow: 1px 1px 0px #333;
}

.ca-content .ca_read_more:hover{
color:#ddd;
}

.ca-nav span{
width:25px;
height:38px;
background:transparent url(images/arrows.png) no-repeat top left;
position:absolute;
top:50%;
margin-top:-19px;
left:-40px;
text-indent:-9000px;
opacity:0.7;
cursor:pointer;
z-index:100;
}

.ca-nav span.ca-nav-next{
background-position:top right;
left:auto;
right:-40px;
}

.ca-nav span:hover{
opacity:1.0;
}




/*-----------------------------*/
/*---------6.Carousel----------*/
/*-----------------------------*/


.image_carousel {
width: 275px;
height: 380px;
padding: 0px;
margin-bottom: 20px;
display: inline-block;
float: left;
}

.image_carousel a img {
border: 1px solid #ddd;
width: 263px;
height: 350px;
margin: 0px 0px 0px 0px;
display: inline-block;
float: left;
padding: 5px;
background: #fff;
}

.carousel_image{
display: inline-block;
float: left;
}

#home_carousel .car_title{
width: 241px;
padding: 10px;
margin: 320px 0 0px -268px;
position: absolute; 
font-size: 14px;
font-weight: normal;
color: #fff;
background: #000;
background: url(images/caption_bg.png);
}

.chrome #home_carousel .car_title{
width: 241px;
padding: 10px;
display: inline-block;
margin: 320px 0 0px -268px;
font-size: 14px;
font-weight: normal;
color: #fff;
background: #000;
position: relative; 
background: url(images/caption_bg.png);
}

.carousel_pagination {
float: right;
margin: 10px 7px 0 0;
}

.carousel_pagination a {
background: url(images/car_nav.png) 0 -7px no-repeat transparent;
width: 15px;
height: 7px;
margin-left: 10px;
display: inline-block;
}

.carousel_pagination a.selected {
background-position: 0px 0px;
cursor: default;
}

.carousel_pagination a span {
display: none;
}





/*----------------------------*/ 
/*---------7.Home Page--------*/ 
/*----------------------------*/ 


#main_content{
width: 100%;
display: inline-block;
background: url("images/noise.png");
}

#main_content_inline{
padding-top: 20px;
height: 100%;
}

#home_content{
margin: 0px 0 20px 10px;
width: 700px;
display: inline-block;
}

.home_posts{
width: 685px;
height: 253px;
margin: 0px 0 20px 0;
float: left;
display: inline-block;
background: #fff;
box-shadow: 1px 1px 2px #ddd;
-moz-box-shadow: 1px 1px 2px #ddd;
-webkit-box-shadow: 1px 1px 2px #ddd;
}

.home_post_shadow{
background: url("images/stripes.png") repeat-y;
position: absolute;
display: inline-block;
width: 8px;
height: 253px;
margin: 0px 0 0px -9px;
}

.home_posts_thumbnail{
border: 1px solid #ddd;
width: 170px;
height: 240px;
margin: 0px 0 -1px -1px;
padding: 6px;
display: inline-block;
float: left;
}

.home_posts_box{
display: inline-block;
vertical-align: top;
margin: 15px 0px 0px 20px;
font-size: 12px;
color: #555;
}

.home_posts_title h1 a{
max-width: 460px;
font-weight: normal;
display: inline-block;
margin: 0px 0px 10px 0;
font-size: 20px;
color: #0080ff;
}

.home_posts_title h1 a:hover{
color: #777;
}

.home_posts_text{
width: 460px;
display: inline-block;
}

.home_posts_text p{
text-indent: 0px;
line-height: 20px;
}

.home_posts_rating{
position: relative;
top: 5px; 
right: -5px;
float: right;
}





/*----------------------------*/
/*------8.Pages Content------*/ 
/*----------------------------*/


#container{
width: 100%;
display: inline-block;
background: url("images/noise.png");
}

#container_inline{
display: inline-block;
width: 1000px;
height: 100%;
padding-top: 20px;
}

#content {
width: 680px;
float: left;
display: inline-block;
margin: 0px 0 20px 20px;
}

.read-more{
display: none;
}



/*----------------------------*/ 
/*------9.Single Content------*/ 
/*----------------------------*/ 


.single_post{
border: 1px solid #e5e5e5;
display: inline-block;
width: 670px;
background: #fff;
padding: 0 15px;
margin-bottom: 20px;
}

.single_title h1{
display: inline-block;
float: left;
width: 680px;
font-size: 20px;
font-weight: normal;
color: #555;
margin: 15px 0 10px 0;
}

.single_post .single_textmeta{
border-left: 1px solid #ddd;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
display: inline-block;
position: absolute;
left: -41px;
top: 40px;
width: 40px;
height: 50px;
font-size: 12px;
font-weight: normal;
color: #777;
text-align: center;
background: #f9f9f9;
border-radius: 4px 0 0 4px;
-webkit-border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
}

.single_post .single_textmeta_day{
font-size: 18px;
margin-top: 7px;
}

.single_post .single_thumbnail img{
border: 1px solid #ddd;
width: 170px;
height: 240px;
margin: 7px 15px 10px 0;
padding: 6px;
display: inline-block;
float: left;
}

.single_post .youtube_video{
display: inline-block;
margin: 10px 0;
width: 665px;
height: 360px;
box-shadow: 0px 1px 5px #999;
}

.single_text{
font-size: 12px!important;
color: #666!important;
line-height: 20px;
padding-top: 5px;
}

.single_text img{
border: 1px solid #ddd;
display: inline-block;
max-width: 670px;
padding: 5px;
margin-top: 5px;
margin-bottom: 5px;
}

.single_text .posts_rating {
position: relative;
top: 5px; 
right: -5px;
float: right;
}

.single_text .wp-caption-text{
display: block;
color: #fff;
background: url("images/caption_bg.png");
margin: -46px 4px 0 6px;
position: relative;
padding: 8px 10px;
text-indent: 0px;
}


.su-tabs { 
margin: 5px 0 10px 0; 
}

.su-tabs-nav {
border-bottom: 1px solid #e1e1e1;
padding: 5px;
margin: 0 0 0px 0;
height: 20px;
position: relative;
}

.su-tabs-nav img{
margin: 5px 6px 0px 0;
height: 15px;
float: left;
}


.su-tabs-nav span {
background:#eee; 
display: block;
float: left;
padding: 0px 25px 0 25px;
line-height: 24px;
margin-right: 10px;
margin-left:-5px;
cursor: pointer;
color:#666;
font-size: 13px;
border-top: 1px solid #dfdfdf;	
border-right: 1px solid #dfdfdf;	
border-left: 1px solid #dfdfdf;	
border-bottom: none;

border-radius: 2px 2px 0 0;
-webkit-border-radius: 2px 2px 0 0;
-moz-border-radius: 2px 2px 0 0;
}

.su-tabs-nav span:hover {
border-top: 1px solid #dfdfdf;	
border-right: 1px solid #dfdfdf;	
border-left: 1px solid #dfdfdf;	
border-bottom: none;
background:#fff; 
}

.su-tabs-nav span.su-tabs-current {
border-top: 1px solid #dfdfdf;	
border-right: 1px solid #dfdfdf;	
border-left: 1px solid #dfdfdf;	
border-bottom: 1px solid #fff;		
background:#fff;	
}

.su-tabs-pane {
border: none!important;		
padding: 15px 0 0px 0!important;	
background:#fff;
width: 665px;
}

.su-tabs-pane img {
display: inline;
max-width: 590px;
}


.single_post .post_small_share_buttons{
display: inline-block;
margin-top: 10px;
}

.single_post .post_small_share_buttons a{
margin-right: 3px;
display: inline;
}

.single_post.post_small_share_buttons span{
margin-right: 0px;
display: inline;
}

.single_post .post_small_share_buttons .addthis_button_tweet{
max-width: 90px;
}

.single_post .post_small_share_buttons .addthis_button_google_plusone{
max-width: 65px;
}

.tags{
display: inline-block;
width: 675px;
float: left;
font-size: 11px;
color: #777;
text-indent: 0px;
}

.tags a{
font-style: italic;
color: #777;
}

.tags a:hover{
font-style: italic;
color: red;
}

.similar_posts_box{
display: inline-block;
margin-top: 10px;
}

.similar_posts_box h3{
display: block;
float: left;
padding-right: 10px;
font-size: 15px;
font-weight: normal;
background: #fff;
color: #333;
}

.similar_posts_box .similar_post {
display: inline-block;
margin-right: 25px;
width: 201px;
vertical-align: top;
}

.similar_posts_box .similar_post:last-child {
margin-right: 0px;
}

.similar_posts_box .similar_post img{
border: 1px solid #e1e1e1;
width: 200px;
height: 280px;
padding: 4px;
background: #fff;
}

.similar_posts_box .similar_post h1 a{
display: block;
width: 200px;
margin: 7px 0 0 0;
font-size: 13px;
font-weight: normal;
line-height: 17px;
color: #555;
text-align: center;
}

.similar_posts_box .similar_post h1 a:hover {
color: red;
}

#authorbox{  
display: inline-block;
width:670px;  
float: left;
margin-top: 10px;
padding-bottom: 10px;  
overflow:hidden; 
background: url("images/post_meta_line.png") repeat-x bottom;
}  

.authorbox_header{
display: inline-block;
width:670px;  
float: left;
margin-bottom: 15px;  
}

.authorbox_header h3{  
font-size:15px;  
color: #333; 
font-weight: normal;		
margin: 0;  
float: left;
background: #fff;
padding-right: 10px;
}  

.authorbox_header h3 a{  
text-decoration:none; 
color: #333; 		
}  

.authortext img{  
border: 1px solid #ddd;
margin-right: 15px;  
padding: 5px;  
float: left;  
}   

.authortext .avatar {
width: 50px;
height: 50px;
}

.authortext p{
text-indent: 0px;
color: #777;  
line-height: 17px;
font-style:italic;
font-size: 12px;
margin-top: 3px;
}

#banner_single{
display: inline-block;
margin: 40px 0 20px 100px;
}





/*------------------------------*/ 
/*------10.Page Templates-------*/ 
/*------------------------------*/ 


#content_full{
width: 1000px;
float: left;
}

#content_full .single_post{
background: #fff;
width: 968px;
}

#content_full #banner_single{
display: inline-block;
margin: 10px 0 20px 270px;
}

#content_full .single_text img{
display: inline-block;
max-width: 960px;
}

.post_nr {
border: 1px solid #e5e5e5;
padding: 10px 10px 20px 10px;
background: #fff;
}

.post_nr h2{
color: #333;
font-size: 18px;
margin: 0 0 20px 0px;
font-weight: normal;
}

.post_nr .search{
float: left;
}

.single-entry{
color: #666;
font-size: 12px;
margin: 0 0 10px 0px;
}

.single-entry .search{
margin: 20px 0 0px 0px;
}

#archive{
border: 1px solid #e5e5e5;
width: 650px;
display: inline-block;
padding: 15px;
background: #fff;
}

#archive_left_col{
display: inline-block;
width: 310px;
float: left;
margin-right: 30px;
}

#archive_right_col{
display: inline-block;
width: 310px;
}

#archive li{
line-height: 22px;
font-size: 12px; 
}

.archive_title{
width: 310px;
float: left;
display: block;
margin-bottom: 10px;
}

.archive_title span {
display: block;
width: 310px;
height: 8px;
background: url("images/stripes.png") repeat-x;
margin-top: 7px;
}

.archive_title h3{
display: block;
float: left;
padding-right: 10px;
font-size: 15px;
font-weight: normal;
background: #fff;
color: #333;
}

.archive_title_bot{
width: 310px;
float: left;
display: block;
margin: 25px 0 10px 0;
}

.archive_title_bot span {
display: block;
width: 310px;
height: 7px;
background: url("images/stripes.png") repeat-x;
margin-top: 7px;
}

.archive_title_bot h3{
display: block;
float: left;
padding-right: 10px;
font-size: 15px;
font-weight: normal;
background: #fff;
color: #333;
}

.error404{
display: block;
float: left;
font-size: 16px;
font-weight: normal;
color: #333;
margin: 0 0 20px 0px;
}

.error404_content{
border: 1px solid #e5e5e5;
width: 650px;
float: left;
display: block;
padding: 15px;
background: #fff;
}

.error404_content #archive{
margin-left: -15px;
border: none;
}

.error404_content h1{
width: 650px;
float: left;
display: block;
padding-right: 10px;
font-size: 16px;
font-weight: normal;
color: #333;
margin-bottom: 10px;
}

.error404_content .search{
margin: 10px 0 20px 0px;
float: left;
}

.chrome .error404_content .search{
width: 255px;
float: left;
}




/*---------------------------*/ 
/*--------11.Comments--------*/
/*---------------------------*/ 


#comments {
display: inline-block;
float:left;
margin: 5px 0 0px 0px;
width:670px;
}

.comment-header {
width:670px;
display: inline-block;
margin-bottom: 4px;
}

.comment-header h3{
color: #333;
text-shadow: 1px 1px 0px #fff;
font-size: 15px;
padding-right: 10px;
font-weight: normal;
float: left;
background: #fff;
}

.comment-header span {
height: 8px;
display: block;
width: 100%;
background: url("images/stripes.png") repeat-x;
margin-top: 18px;
}

#comments h3 {
color: #333;
font-size:17px;
font-weight: normal;
margin: 10px 0 10px 0px;
text-shadow: 1px 1px 0px #fff;
font-style: normal;
} 

.comment {
border-left: 1px solid #e9e9e9;
color: #666;
clear: both;
float: left;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
padding: 5px 0 5px 5px;
margin-bottom: 15px;
width: 600px;
display: inline;
background: url("images/post_meta_line.png") repeat-x bottom;
}

.commentlist p{
background: #fff;
width: 85%;
display: inline-block;
margin: 0px 10px 0 70px;
text-indent: 0px;
font-size: 12px;
}

.comment-author {
display: inline-block;
height: 30px;
clear: both;
}

.fn{
float: left;
display: block;
width: 240px;
font-size: 15px;
color: #666;
font-weight: normal;
font-style: normal;
}

.says{
display: none;
}

.comment-edit-link{
display: none;
}

.nocomments {
display: none;
}

.avatar {
border:1px solid #ddd;
margin: 0 10px 0 3px;
width: 40px;
height: 40px;
float: left;
padding: 3px;
}

.cancel-comment-reply a:link, .cancel-comment-reply a:visited {
margin-bottom: 10px;
display: block;
font-size: 13px;
color: #666;
font-weight: normal;
font-style: normal;
}

.children .comment {
float: right;
clear:both;
width:92%;
}

.children .comment p{
background: #fff;
width: 84%;
display: inline-block;
margin: 0px 10px 0 70px;
text-indent: 0px;
}

.comment-reply-link, .comment-reply-link:visited {
background:#f4f4f4;
color:#777 !important;
display:block;
float:right;
font-size:11px;
font-weight: normal;
margin: 10px 20px 10px 10px;
padding:1px 5px 2px 5px;
text-transform:lowercase;
display: inline;
text-shadow: 1px 1px 0px #fff;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

.comment-reply-link:hover{
color:#777 !important;
background: #eee;
}

.comment-meta{
display: block;
width: 180px;
margin: 0px;
float: right;
text-align: right;
font-size: 11px;
}

.comment-meta a{
font-size:11px;
color:#888;
}

#respond {
color: #666;
margin: 0px 0 10px 0;
}

#respond  p{
text-indent: 0px;
}

#respond a{
color: #666;
margin: 0px 0 10px 0;
}

#respond a:hover{
color: red;
}

#commentform p{
font-size:12px;
}

#commentform label{
font-size: 13px;
}


input#author{
font-size:13px;
background:#F9F9F8;
border:1px solid #DDDDDD;
padding: 5px;
color:#292929;
}

input#author:focus{
font-size:13px;
background:#F9F9F8;
border:1px solid #ccc;
color:#292929;
}

input#email_adress{
font-size:13px;
background:#F9F9F8;
border:1px solid #DDDDDD;
padding: 5px;
color:#292929;
}

input#email_adress:focus{
font-size:13px;
background:#F9F9F8;
border:1px solid #ccc;
color:#292929;
}

input#url{
font-size:13px;
background:#F9F9F8;
border:1px solid #DDDDDD;
padding: 5px;
color:#292929;
}

input#url:focus{
font-size:13px;
background:#F9F9F8;
border:1px solid #ccc;
color:#292929;
}

textarea#comment  {
font-size:14px;
background:#F9F9F8;
border:1px solid #DDDDDD;
width: 400px;
height: 150px;
color:#292929;
padding: 5px;
}

textarea#comment:focus  {
font-size:14px;
background:#F9F9F8;
border:1px solid #ccc;
color:#292929;
} 
 
#submit {
font-size: 14px;
margin: -13px 0 15px 0px;
background: #f4f4f4;
padding: 5px 10px;
border: 1px solid #ddd;
font-weight: normal;
color:#777;
text-shadow: 1px 1px 0px #fff;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
 
#submit:hover {
background:#eee;
cursor: pointer;
}





/*---------------------------*/ 
/*---------12.Search---------*/
/*---------------------------*/ 


.search{
width: 240px;
float: right;
}

input#s { 
border: 1px solid #ddd;
display: inline-block;
background: #fff;
color:#777;
padding: 6px;
margin-top: 2px;
width: 225px;
height: 16px;
border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
-webkit-border-radius: 4px 0 0 4px;
}

input#s:focus { 
border: 1px solid #ddd;
background: #f1f1f1;
}

#searchsubmit {
border: 1px solid #ddd;
position: absolute;
width: 32px;
height: 30px;
margin-top: 2px;
margin-left: -5px; 
cursor:pointer;
background: url("images/search_button.png") no-repeat #fff;
text-indent: -999px;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter:alpha(opacity=100);
border-radius: 0px 4px 4px 0px;
-webkit-border-radius: 0px 4px 4px 0px;
-moz-border-radius: 0px 4px 4px 0px;
}

.chrome #searchsubmit {
border: 1px solid #ddd;
position: absolute;
width: 32px;
height: 30px;
margin-top: 2px;
margin-left: -1px; 
cursor:pointer;
background: url("images/search_button.png") no-repeat #fff;
text-indent: -999px;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter:alpha(opacity=100);
border-radius: 0px 4px 4px 0px;
-webkit-border-radius: 0px 4px 4px 0px;
-moz-border-radius: 0px 4px 4px 0px;
}




/*----------------------------*/ 
/*---------13.Sidebars--------*/
/*----------------------------*/ 


#sidebar-right {
width: 277px;
float: right;
display: inline-block;
margin-bottom: 20px;
} 

.right-widget{
border: 1px solid #e5e5e5;
background: #fff;
margin: 0px 0 20px 0;
padding: 0 0 10px 12px;
} 

.right-widget:last-child{
margin: 0px;
} 

.right-heading {
display: inline-block;
width: 275px;
height: 45px;
float: left;
display: block;
margin: 0px 0 15px -12px;
background: #eee url("images/stripes.png") repeat-x bottom;
}

.right-heading h3 {
color: #555;
font-size: 17px;
font-weight: normal;
line-height: 14px;
float: left;
display: block;
padding: 2px 10px 5px 0px;
margin: 11px 0 0 10px;
}

.right-widget li{
color: #333;
font-size: 13px;
display: block;
line-height: 23px;
} 

.right-widget li a{
display: block;
padding: 0 0 0 15px;
background: url("images/sidebar_li.png") no-repeat left top;
} 



#sidebar-footer{
width: 1000px;
float: left;
display: inline-block;
padding-bottom: 20px;
} 

.footer-widget{
background: none;
width: 219px;
display: inline-block;
margin: 20px 20px 0px 0px;
vertical-align: top;
line-height: 20px;
} 

.footer-widget:last-child{
margin: 20px 0px 0px 5px;
}

.footer-heading {
border-bottom: 2px solid #e1e1e1;
display: inline-block;
width: 219px;
height: 27px;
float: left;
display: block;
margin: 0px 0 15px 0px;
}

.footer-heading h3 {
border-bottom: 2px solid #78c8f6;
color: #000;
font-size: 18px;
font-weight: normal;
float: left;
display: block;
padding-bottom: 7px;
}

.footer-widget li{
color: #000;
font-size: 13px;
display: block;
line-height: 23px;
} 

.footer-widget li a{
color: #000;
display: block;
padding: 0 0 0 15px;
background: url("images/sidebar_li.png") no-repeat left top;
} 

.footer-widget li a:hover{
color: #0a84ca;
} 




/*----------------------------*/ 
/*--------14.Navigation-------*/
/*----------------------------*/ 


.pagination {
display: block;
padding: 15px 0 20px 0px;
}

.pagination span, .pagination a {
margin: 2px 4px 2px 0;
padding:4px 9px 4px 9px;
text-decoration:none;
width:auto;
font-size:14px;
color: #777;
border: 1px solid #ddd;
background: #fff;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
}

.pagination a:hover{
color:#666;
background: #eee;
box-shadow: 0px 1px 3px #ddd;
-webkit-box-shadow: 0px 1px 2px #ddd;
-moz-box-shadow: 0px 1px 2px #ddd;
}

.pagination .current{
padding:4px 9px 4px 9px;
font-size:15px;
background: #eee;
color:#666;
box-shadow: 0px 1px 2px #ddd;
-webkit-box-shadow: 0px 1px 2px #ddd;
-moz-box-shadow: 0px 1px 2px #ddd;
}


.wp-pagenavi {
display: block;
padding: 15px 0 20px 0px;
position:relative;
}

.wp-pagenavi a, .wp-pagenavi span {
margin: 2px 4px 2px 0;
padding:4px 9px 4px 9px;
text-decoration:none;
width:auto;
color: #777;
font-size:13px;
border: 1px solid #ddd;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
}

.wp-pagenavi span.current {
padding:4px 9px 4px 9px;
font-size:15px;
background: #eee;
color:#999;
}

.postnav{
display:inline;
color:#999;
margin:20px 20px 20px 0px;
}

.postnav a{
border: 1px solid #ccc; 
background-color:#fff; 
padding:4px 9px 4px 9px;
text-decoration:none; 
font-size:13px;
color:#777;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
}

.postnav a:hover{
border:#ddd 1px solid;
background-color:#eee;
color:#666;
}

.postnav .page{
margin:0px 3px 0px 3px;
padding:4px 9px 4px 9px;
background-color:#fff;
display:inline;
}

.postnav span.current{
border: 1px solid #bbb;
color:#666;
font-size:13px;
padding:4px 9px 4px 9px;
margin-left: 4px;
text-decoration:none;
background-color:#eee;
}






/*---------------------------*/
/*------15.Contact form------*/
/*---------------------------*/


input#scrch { 
background:#f5f5f5;
border:1px solid #DDDDDD;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
box-shadow: 0 0 1px #fff;
-webkit-box-shadow: 0 0 1px #fff;
-moz-box-shadow: 0 0 1px #fff;
color:#777;
padding: 7px;
margin: 0px 0 10px 5px;
width: 87%;
}

input#scrch:focus { 
background:#fff;
box-shadow: 0 0 5px #ccc;
-webkit-box-shadow:0 0 5px #ccc;
-moz-box-shadow: 0 0 5px #ccc;
padding: 7px 8px 8px 7px;
}

#contact_text{
display: inline-block;
width: 680px;
margin-top: 14px;
font-size: 12px;
line-height: 17px;
color: #666;
}

#contact {
display: inline-block;
margin-top: 14px;
}

#contact label {
display:block;
padding:5px 0;
font-size: 13px;
font-style: italic;
color: #777;	
}

#contact input {
border:1px solid #ddd;
background:#f9f9f9;
width: 180px!important;
margin-bottom:10px;
color: #555;
font-size: 14px;
padding: 8px 8px 8px 7px;
box-shadow: 0px 0px 1px #ccc;
-webkit-box-shadow: 0 0 1px #ccc;
-moz-box-shadow: 0 0 1px #ccc;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
}

#contact textarea {
border:1px solid #ddd;
background:#f9f9f9;
width: 300px!important;
margin-bottom:10px;
color: #555;
font-size: 14px;
padding: 8px 8px 8px 7px;
box-shadow: 0px 0px 1px #ccc;
-webkit-box-shadow: 0 0 1px #ccc;
-moz-box-shadow: 0 0 1px #ccc;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
}

#contact input:focus, #contact textarea:focus {
border:1px solid #ddd;
background:#fff;
box-shadow: 0 0 5px #ccc;
-webkit-box-shadow:0 0 5px #ccc;
-moz-box-shadow: 0 0 5px #ccc;
}

#contact input[type="submit"]{
border: 1px solid #ddd;
width: 75px!important;
height: 32px;
cursor: pointer;
background: #fff;
color: #666;
font-size: 14px;
margin-top: 10px;
padding:0;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

.errormsg{
width: 420px;
display: inline-block;
margin-top: 20px;
}

.errormsg, .successmsg{
background:#FEF4F1;
border:1px solid #F7A68A;
color:#DA4310;
padding:10px 10px 10px 0px;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
}

.successmsg {
display: inline-block;
margin-top: 20px;
background:#F5FAF1;
border:1px solid #C2E1AA;
width: 235px;
color:#8FA943;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
}
 
 #cf_map{
display: inline-block;
float: right;
width: 300px;
height: 320px;
margin: 30px 0 0 30px;
}
 
 
 
 
 
 
/*--------------------------*/
/*---------16.Footer--------*/
/*--------------------------*/

#footer_box{
background: #f1f1f1;
width: 100%;
height: 100%;
display: inline-block;
color: #333;
font-size: 12px;
}

#footer_box #sidebar-footer{
display: none;
}

#footer_button{
border-top: 3px solid #eee;
background: #f1f1f1;
width: 100%;
height: 20px;
display: inline-block;
}

#footer_button img{
display: inline-block;
margin-left: 49%;
cursor: pointer;
margin-top: -14px; 
}

#footer_bottom {
border-top: 1px solid #444;
width: 100%;
display: inline-block;
background: #4a4949;
}

#credit {
color: #ccc;
position: relative;
display: inline-block;
width: 980px;
padding: 10px;
font-size: 12px;
}

#credit a{
color: #ccc;
}

#credit a:hover{
color: #999;
}





/*--------------------------*/
/*--------17.Widgets--------*/
/*--------------------------*/


.widget_recent_posts li{
border-bottom: 1px solid #eee;
width: 257px;
margin: 2px 0 10px -5px;
list-style: none;
background: none;
padding: 0px;
}

.widget_recent_posts li:last-child{
border-bottom: none;
margin-bottom: -5px;
}

.widget_recent_posts li a{
color: #333;
list-style: none;
background: none;
padding: 0px;
margin: 0px;
}

.widget_info{
display: inline-block;
width: 155px;
margin: 0px 0px 0 15px;
}

.widget_title{
display: block;
font-size: 12px;
line-height: 17px!important;
margin: -10px 0px 0px 10px;
text-indent: 0px;
color: #333;
}

.widget_title:hover{
color: red;
}

.widget_date{
text-indent: 0px;
font-size: 11px;
color: #777;
margin-top: 5px;
display: inline-block;
}

.widget_category{
display: inline-block;
}

.widget_category a{
background: #f0f0ef;
padding: 0px 6px!important;
margin: 0px;
font-size: 11px;
color: #777!important;
}

.widget_thumbnail{
display: inline-block;
float: left;
width: 60px;
height: 80px;
margin-right: 8px;
margin-left: 5px;
}

.widget_thumbnail img{
border: 1px solid #e1e1e1;
background: #f1f1f1;
padding: 3px;
min-width: 60px;
max-width: 60px;
min-height: 60px;
max-height: 60px;
}

#sidebar-right .flickr_wrap {
width: 260px;
display: inline-block;
height: 100%;
}

.flickr_wrap img{
border: 1px solid #e1e1e1;
background: #f1f1f1;
padding: 3px;
display: inline-block;
margin: 0px 8px 8px 0;
float:left;
width: 70px;
height: 70px;
}

#sidebar-footer .flickr_wrap {
width: 227px;
margin-top: 8px;
display: inline-block;
height: 100%;
}

#sidebar-footer .flickr_wrap img{
border: 4px solid #444;
padding: 0px;
display: inline-block;
margin: 0px 8px 8px 0;
float:left;
width: 59px;
height: 59px;
}

.twitter_list {
width: 245px; 
}

#sidebar-footer .twitter_list{
width: 215px; 
}

.twitter_list li{
background: url("images/twitter_bird.png") no-repeat;
margin: 4px 0 15px 0;
padding-left: 15px;
list-style: none;
}

.twitter_list li a{
font-size: 13px;
background: none;
}

.twitter_list li:last-child{
border-bottom: none;
}


.video_widget{
width: 240px;
height: 180px;
}

.video_widget p{
text-indent: 0px;
}

.video_desc{
display: inline-block;
margin-top: 20px;
width: 250px;
text-indent: 0px;
}

.banners img{
margin: 0 0px 3px 0;
}

#recentcomments li a{
font-size: 13px;
background: none;
}

#commentsTextWidget{
height:100px;
}

#contactNameWidget,#emailWidget{
border: 1px solid #ddd;
color: #666;
padding: 3px;
margin: 5px 0 5px 0px;
width: 240px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
}

#commentsTextWidget{
border: 1px solid #ddd;
color: #666;
padding: 3px;
height: 100px;
width: 240px;
margin: 5px 0 0 0px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
}

#submittedWidget{
cursor: pointer;
background: #eee;
color: #666;
border: 1px solid #ccc;
padding: 3px 7px 3px 7px;
margin: 10px 0 0 0px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
}

#submittedWidget:hover{
cursor: pointer;
text-shadow: 1px 1px 0px #fff;
border: 1px solid #ccc;
padding: 3px 7px 3px 7px;
margin: 10px 0 0 0px;
}

#sidebar-footer #contactNameWidget, #sidebar-footer #emailWidget{
border: 1px solid #ddd;
color: #666;
padding: 3px;
margin: 5px 0 5px 0px;
width: 160px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
}

#sidebar-footer #commentsTextWidget{
border: 1px solid #ddd;
color: #666;
padding: 3px;
height: 100px;
width: 210px;
margin: 5px 0 0 0px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
}



.screenReader{
display:none;
}

#contact label {
display:block;
padding:5px 0;
color: #666;
}

#contact input, #contact textarea {
border:1px solid #ddd;
padding:8px;
color: #666;
width:250px;
margin-bottom:10px;
}

#contact textarea {
width:400px;
font-size:13px;
}

#contact input[type="submit"]{
border: 1px solid #ddd;
padding: 3px 7px 3px 7px;
width: 60px;
cursor:pointer;
background: #fff;
color:#666;
}

#contact input[type="submit"]:hover{
border: 1px solid #ddd;
padding: 3px 7px 3px 7px;
width: 60px;
cursor:pointer;
background: #e1e1e1;
text-shadow: 1px 1px 0px #fff;
color:#666;
}

#submittedContact{
text-indent: 0px;
border: 1px solid #ddd;
padding: 3px 70px 3px 7px;
width: 65px;
cursor:pointer;
background: #fff;
color:#666;
}

.errormsg, .successmsg{
background:#FEF4F1;
border:1px solid #F7A68A;
color:#DA4310;
padding:10px;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
}

.successmsg {
background:#F5FAF1;
border:1px solid #C2E1AA;
color:#8FA943;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
}

.tagcloud a{
border: 1px solid #ddd;
color: #777;
display: inline-block;
font-size: 13px!important;
padding: 2px 6px 3px 6px;
background: #fff;
margin: 5px 5px 5px 0px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
/* Added for static site - constrain images to container */
.ca-icon img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.home_posts_thumbnail img {
    max-width: 100%;
    height: auto;
}
