/*
Theme Name: Canyon
Theme URI: http://www.icprojects.net/canyon.html
Description: It is a simple WordPress theme without any plugin needed (support plugins: Simple String, WP-PageNavi, WP Page Numbers, WP-PostViews, wp-utf8-excerpt, Related Posts of Simple Tags, WP-RecentComments), little images, custom-menu, widgets, threaded-comments. For WordPress version 3.0+
Version: 1.28
Author: Ivan Churakov
Author URI: http://www.icprojects.net/
Tags: custom-menu, threaded-comments, two-columns, fixed-width, right-sidebar, theme-options
*/

/* RESET */
*{margin:0;padding:0;}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;}
/* BASIC */
abbr[title], acronym[title]{border-bottom:thin solid;cursor:help;}
body{background:#E3E3E2;font-size:12px;font-family:Tahoma,Arial,Helvetica,sans-serif;color:#333;text-align:left;}
h1,h2,h3,h4,h5,h6{font-weight:bold;}
h2{font-size:20px;line-height:26px;}
h3{font-size:16px;line-height:24px;}
h4{font-size:14px;line-height:20px;}
h5{font-size:14px;line-height:20px;}
h6{font-size:14px;line-height:20px;}
small{font-size:10px;line-height:16px;}
dl{font-size:12px;}
dt{font-weight:bold;}
a{color:#BC3415;text-decoration:none;outline:none;}
a:hover{color:#BC3415;text-decoration:none;}
fieldset,img{border:none;}
hr{color:#ddd;background-color:#ddd;height:1px;border:0px;}
.clear{clear:both;margin:0;padding:0;}
.hidden{display:none;}

/* radius */
#author,#email,#url,#submit{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
#menus ul ul a{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;}

/* #nav */
#nav{z-index:5;position:relative;height:60px;margin:0 auto;clear:both;background:#252526;}
#menus{margin-right: 200px; float: right; margin-top: 15px;}
#menus a{color:#abaaaa;display:block;line-height:30px;padding:0 10px;}
#menus ul{list-style:none;margin:0;}
#menus li{float:left;position:relative;margin-right:8px;}
#menus li:hover > a{background:#AF4009;color:#fff;}
#menus ul li.current_page_item > a,
#menus ul li.current-menu-ancestor > a,
#menus ul li.current-menu-item > a,
#menus ul li.current-menu-parent > a{background:#AF4009;color:#fff;}
#menus ul li.current_page_item:hover > a,
#menus ul li.current-menu-ancestor:hover > a,
#menus ul li.current-menu-item:hover > a,
#menus ul li.current-menu-parent:hover > a{background:#AF4009;color:#fff;}
#menus ul li:hover > ul{display:block;}
#menus ul ul a{background:#FFF;width:160px;height:auto;color:#888;}
#menus ul ul{display:none;position:absolute;top:30px;left:0;float:left;z-index:99999;
border-bottom: 1px solid rgba(35, 35, 35, 0.2);
-moz-box-shadow: 4px 4px 0 0 rgba(35, 35, 35, 0.1);
-webkit-box-shadow: 4px 4px 0 0 rgba(35, 35, 35, 0.1);
-o-box-shadow: 4px 4px 0 0 rgba(35, 35, 35, 0.1);
box-shadow: 4px 4px 0 0 rgba(35, 35, 35, 0.1);
}
#menus ul ul li{min-width:150px;margin-right: 0px;}
#menus ul ul li.current_page_item > a,
#menus ul ul li.current-menu-ancestor > a,
#menus ul ul li.current-menu-item > a,
#menus ul ul li.current-menu-parent > a{background:#AF4009;color:#fff;}
#menus ul ul ul{left:100%;top:0;}

/* #top-header */
#top-header{margin:0 auto;width:960px;position:relative;height:60px;}

/* #search */
#search{position:absolute;right:0px;top:15px;width:180px;height:26px;}
#search form{padding:0;}
#search input#s{width:130px;height:14px;background:transparent;border:none;color:#ddd;padding:6px;font-size:12px;
-moz-background-clip: padding;
-webkit-background-clip: padding;
-o-background-clip: padding-box;
-ms-background-clip: padding-box;
-khtml-background-clip: padding-box;
background: white;
background: white;
border: 1px solid #BBB;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
color: #7E7E7E;
height: 28px;
margin: 0;
outline: 0;
padding-left: 8px;
position: relative;
-moz-transition-property: box-shadow;
-webkit-transition-property: box-shadow;
-o-transition-property: box-shadow;
transition-property: box-shadow;
-moz-transition-duration: 0.3s;
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-appearance: none;
}
#search form input#searchsubmit{
background-color: #BB3415;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d0441b), color-stop(100%, #bb3415));
background-image: -webkit-linear-gradient(#d0441b,#bb3415);
background-image: -moz-linear-gradient(#d0441b,#bb3415);
background-image: -o-linear-gradient(#d0441b,#bb3415);
background-image: linear-gradient(#d0441b,#bb3415);
-moz-background-clip: padding;
-webkit-background-clip: padding;
-o-background-clip: padding-box;
-ms-background-clip: padding-box;
-khtml-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #C93D1E;
-moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.2) inset;
-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.2) inset;
-o-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.2) inset;
box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.2) inset;
color: white;
cursor: pointer;
display: inline-block;
font: 13px/17px Tahoma, Geneva, sans-serif;
margin: 0px 10px 0 0;
padding: 5px 10px 6px;
text-align: left;
text-shadow: 0 0 0 transparent, 1px 1px 0 rgba(0, 0, 0, 0.1);
-moz-transition-duration: 0.3s;
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
height: 29px;
min-width: 10px;
text-indent: -9999px;
width: 32px;
background: #BB3415 url('images/buttons.png') 6px -698px no-repeat;
background: url('images/buttons.png') 6px -698px no-repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #D0441B), color-stop(100%, #BB3415)), #BB3415 url('images/buttons.png') 6px -698px no-repeat;
background: url('images/buttons.png') 6px -698px no-repeat, -webkit-linear-gradient(#D0441B,#BB3415), #BB3415 url('images/buttons.png') 6px -698px no-repeat;
background: url('images/buttons.png') 6px -698px no-repeat, -moz-linear-gradient(#D0441B,#BB3415), #BB3415 url('images/buttons.png') 6px -698px no-repeat;
background: url('images/buttons.png') 6px -698px no-repeat, -o-linear-gradient(#D0441B,#BB3415), #BB3415 url('images/buttons.png') 6px -698px no-repeat;
background: url('images/buttons.png') 6px -698px no-repeat, linear-gradient(#D0441B,#BB3415), #BB3415 url('images/buttons.png') 6px -698px no-repeat;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
}

#search form input#searchsubmit:hover{
-moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.6) inset;
-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.6) inset;
-o-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.6) inset;
box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.6) inset;
}


/* #title */
h1#title {line-height: 56px; font-size: 24px; font-weight: normal;}
h1#title a {color:#FFF;}
h1#title a:hover {color:#EEE;}

/* #wrapper */
#wrapper{overflow:hidden;margin:0 auto;width:960px; margin-top: 20px;}

/* #header */
#header{overflow:hidden;z-index:1;position:relative;margin:30px auto;}
#header h1{float:left;padding:0 0 0 10px;font-size:28px;font-family:Georgia,"Times New Roman",Times,serif;}
#header h1 a{color:#222;line-height:36px;}
#header h1 a.header_logo{overflow:hidden;display:block;width:640px;height:36px;text-indent:-9999px;}
#header h2{float:left;height:20px;overflow:hidden;line-height:18px;padding:10px 0 0 20px;color:#222;font-size:12px;font-weight:normal;}
#header_image{width:952px;height:182px;margin:30px 0 0;padding:3px;border:1px solid #ccc;}
#header_image_border{overflow:hidden;width:950px;height:180px;background:#565657;border:1px solid #fff;}

/* #content */
#content,#content_ns{overflow:hidden;float:left;width:660px;padding:0;}
.LorR #content{float:right;}
#content_ns,.LorR #content_ns{float:none;width:960px;}
.page-title{position:relative;width:656px;margin:0 0 20px;padding:0;border: 1px solid #BBB; background: #F4F4F4;
-moz-box-shadow: 2px 2px 0 0 rgba(35, 35, 35, 0.1);
-webkit-box-shadow: 2px 2px 0 0 rgba(35, 35, 35, 0.1);
-o-box-shadow: 2px 2px 0 0 rgba(35, 35, 35, 0.1);
box-shadow: 2px 2px 0 0 rgba(35, 35, 35, 0.1);
}
.page-title h1{font-size:18px;height:30px;line-height:30px;padding:5px 10px;border:1px solid #fff;font-weight:normal;}
.page-title-paged{font-weight:normal;color:#999;}

.post-thumbnail {
/*-moz-box-shadow: 3px 3px 0 0 rgba(35, 35, 35, 0.2);
-webkit-box-shadow: 3px 3px 0 0 rgba(35, 35, 35, 0.2);
-o-box-shadow: 3px 3px 0 0 rgba(35, 35, 35, 0.2);
box-shadow: 3px 3px 0 0 rgba(35, 35, 35, 0.2);*/
float: left;
margin-right: 10px;
margin-bottom: 10px;
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
	-o-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.6); 
}

/* #post */
.post{position:relative;width:656px;margin:0 0 10px;padding:0;border: 1px solid #BBB; background: #F4F4F4;
-moz-box-shadow: 2px 2px 0 0 rgba(35, 35, 35, 0.1);
-webkit-box-shadow: 2px 2px 0 0 rgba(35, 35, 35, 0.1);
-o-box-shadow: 2px 2px 0 0 rgba(35, 35, 35, 0.1);
box-shadow: 2px 2px 0 0 rgba(35, 35, 35, 0.1);
}
.post_ns{width:956px;}
.post-single{}
.post-page{}
.post-page-nocomment{border-bottom:none;}
h2.title{border-bottom:1px solid #fafafa;font-size:24px;font-weight:normal;margin:0;padding:2px 0px 2px 0px;color:#345;margin-top:12px;}
h2.title a{color:#345;}
h2.title a:hover{color:#BC3415;}
.entry{font-size:13px;overflow:hidden;padding:0 10px;}
.entry ul,.entry ol{margin:0 30px 18px;}
.entry li{line-height:18px;}
.entry hr{display:block;margin:18px 0;}
.entry p{line-height:18px;margin:0 0 18px 0;}
.entry h1,.entry h2,.entry h3,.entry h4,.entry h5,.entry h6,
.comment-text h1,.comment-text h2,.comment-text h3,.comment-text h4,.comment-text h5,.comment-text h6{margin:0 0 18px 0;color:#555;}
.entry a{color:#333;text-decoration:underline;}
.entry a:hover{color:#BC3415;text-decoration:none;}
.entry img{max-width:610px;height:auto;margin:10px 0;padding:4px;background:#fff;border:1px solid #ddd;}
.post_ns .entry img{max-width:930px;}
.entry img.wp-smiley{background:#fff;border:none;margin:0;padding:0;}
.entry .alignleft,.entry img.alignleft{display:inline;float:left;margin:10px 10px 10px 0;}
.entry .alignright,.entry img.alignright{display:inline;float:right;margin:10px 0 10px 10px;}
.entry .aligncenter,.entry img.aligncenter{clear:both;display:block;margin:10px auto;}
.entry table,
.comment-text table{background:#fff;border:1px solid #ccc;border-width:2px;border-collapse:collapse;margin:5px 0 10px;}
.entry th,.entry td,
.comment-text th,.comment-text td{border:1px solid #ccc;padding:3px 10px;text-align:left;vertical-align:top;}
.entry tr.even td,
.comment-text tr.even td{background:#f7f7f7;}
.entry th,
.comment-text th{background:#edeff0;}
.entry blockquote,
.comment-text blockquote{color:#555;padding:10px;margin:0 0 20px;border:1px solid #ddd;background:#eee;}
.entry code,
.comment-text code{background:transparent;color:#333;}
.entry pre,
.comment-text pre{overflow:auto;width:95%;line-height:16px;margin:0 0 20px;padding:0 5px 16px;color:#555;font-family:"Courier New",FixedSys;font-size:12px;background:#fafafa;border:1px solid #ccc;border-left:15px solid #ccc;}
.post-info-top{border-top:1px solid #ddd;line-height:18px;height:18px;position:relative;color:#999;margin:0 0 18px;padding:2px 10px 2px 0px;overflow:hidden;display:block;}
.post-info-top-nocomment{height:1px;}
.post-info-bottom{border-bottom:1px solid #fff;line-height:24px;position:relative;color:#999;margin:0;padding:2px 10px;overflow:hidden;display:block;}
.post-info-top a,.post-info-bottom a{color:#999;}
.post-info-top a:hover,.post-info-bottom a:hover{color:#BC3415;text-decoration:underline;}
.entry p.read-more a,.entry p a.more-link,.post-info-date,.post-info-category,.post-info-tags,#gotocomments,#addcomment{display:block;padding-left:20px;background:url("images/icons.gif") no-repeat scroll 0 0;}
.post-info-date{float:left;background-position:0 -40px;}
.post-info-category{display:inline;background-position:-35px -60px;}
.post-info-tags{display:inline;background-position:-20px -240px;margin-left:10px;}
#gotocomments{float:right;background-position:0 -100px;margin-right:2px;}
#addcomment{float:right;background-position:0 -120px;}
.entry p.read-more a,.entry p a.more-link{display:inline-block;color:#999;text-decoration:none;background-position:0 -20px;}
.entry .canyon-more-link{display:block;margin-top:18px;}
.entry p.read-more a:hover,.entry p a.more-link:hover{color:#BC3415;}
.sticky{width:638px;background:#f2f2f2;border:1px solid #ccc;}
h2.sticky-h2 a{color:#ff4e00;}
.page_link{clear:both;padding:10px 0 18px;}
.add-info{padding:0 10px;}
.add-info h3{line-height:16px;font-size:12px;color:#4a630f;margin-bottom:5px;background:#e5e5e5;}
.add-info ul{list-style:square;}

#nav-below a:hover {text-decoration: underline;}

/* #sidebar-border */
#sidebar-border{position:relative;float:right;width:278px;}
.LorR #sidebar-border{float:left;}
/* #rss */
#rss_border{position:absolute;top:0px;left:0;width:278px;height:24px;}
.rss_border{float:left;position:relative;top:0;left:50%;}
#rss_wrap{float:left;position:relative;right:50%;top:0;height:22px;border:1px solid #ccc;}
.rss_wrap{height:20px;padding:0 5px 0 10px;color:#464646;border:1px solid #fff;background-color:#f7f7f7;}
.rss_wrap a{float:left;width:20px;height:20px;line-height:20px;margin-right:5px;text-indent:-9999em;}
.rss_wrap a.rss{background:url("images/icons.gif") no-repeat -60px 0;}
.rss_wrap a.rss_text{width:auto;text-indent:20px;}
.rss_wrap a.facebook{background:url("images/icons.gif") no-repeat -20px 0;}
.rss_wrap a.twitter{background:url("images/icons.gif") no-repeat -40px 0;}
.rss_wrap a.googleplus{background:url("images/icons.gif") no-repeat 0 0;}
/* #sidebar */
#sidebar{}
#sidebar a{color:#555;}
#sidebar a:hover{color:#BC3415;}
#sidebar h3,#sidebar h2{color:#fff;font-size:15px;margin:0;padding:0 8px;line-height:30px;border-bottom:1px solid #BBB; background-color: #434343; font-weight: normal;}
#sidebar li{line-height:20px;}
#sidebar .widget{margin-bottom:10px; background: #E0E0E0; border: 1px solid #BBB;}
#sidebar .widget div{padding:8px 5px;border-top:1px solid #ddd;}
#sidebar .widget div div{padding:0;border-top:none;}
#sidebar .widget div.clear{padding:0;margin:0;border:none;}
#sidebar ul{list-style:none;padding:8px 5px;border-top:1px solid #ddd;}
#sidebar ul li{padding-left:15px;background:url("images/icons.gif") no-repeat 0 -280px;}
#sidebar ul li:hover{background:url("images/icons.gif") no-repeat -10px -260px;}
#sidebar ul ul{padding:0;border-top:none;}
/* widget */
#sidebar .widget input#s{width:190px;height:22px;line-height:22px;padding:0 5px;}
#sidebar .widget input#searchsubmit{width:65px;}
/* WP-RecentComments */
#sidebar ul li.rc-item,#sidebar ul li.rc-navi{background:none;padding:0;margin:3px 0;}
#sidebar ul li.rc-item div{padding:0;border:none;}
#sidebar ul li.rc-item .rc-avatar img{border:1px solid #ddd;}

.no-widget {padding: 40px 10px; text-align: center;}
.homepage-widget {margin: 8px 12px; line-height: 18px;}
h3.homepage-widgettitle {font-weight:normal; font-size:17px; border-bottom: 1px solid #DDD; margin-bottom: 8px;}
.homepage-widget ul {
list-style: none;
padding: 0px 5px;
}
.homepage-widget a:hover {text-decoration: underline;}
.homepage-widget ul li:hover {
background: url("images/icons.gif") no-repeat -10px -260px;
}
.homepage-widget ul li {
padding-left: 15px;
background: url("images/icons.gif") no-repeat 0 -280px;
}

.homepage-widget-container-left, .homepage-widget-container-middle, .homepage-widget-container-right {
position:relative;
width:310px;
margin:0 0 10px;
padding:0;
float: left;
}
.homepage-widget-container-left {margin-right: 11px;}
.homepage-widget-container-right {margin-left: 11px;}


/* #comments */
#comments-container {margin:0 2px 10px 0px;padding:0;border: 1px solid #BBB; background: #F4F4F4;
-moz-box-shadow: 2px 2px 0 0 rgba(35, 35, 35, 0.1);
-webkit-box-shadow: 2px 2px 0 0 rgba(35, 35, 35, 0.1);
-o-box-shadow: 2px 2px 0 0 rgba(35, 35, 35, 0.1);
box-shadow: 2px 2px 0 0 rgba(35, 35, 35, 0.1);
}
#comments-div{position:relative;line-height:24px;height:24px;text-align:right;margin:0 0 30px;padding:2px 10px;}
h2#comments{line-height:24px;font-size:12px;font-weight:normal;width:300px;float:right;}
span#comments-addcomment{position:absolute;left:10px;top:2px;padding-left:20px;background:url("images/icons.gif") no-repeat 0 -115px;}
span#comments-addcomment a{color:#555;text-decoration:none;}
span#comments-addcomment a:hover{color:#BC3415;text-decoration:underline;}

/* comments list style */
.commentlist li{position:relative;list-style:none;height:1%;margin:0 20px;padding-bottom:20px;}
.commentlist li.bypostauthor{}
.commentlist li .comment-author{margin:0;padding:0;line-height:16px;height:16px;border-bottom:1px solid #ddd;display:block;}
.commentlist li .pingback{height:auto;padding-bottom:10px;border-bottom:none;}
.commentlist li .vcard img.avatar{position:absolute;left:0;top:0;width:40px;height:40px;background:#fff;padding:2px;border:1px solid #ddd;}
.commentlist li .vcard cite.fn{margin-left:55px;font-style:normal;font-weight:bold;}
.commentlist li .vcard cite.canyon_pingback{margin-left:0;font-weight:normal;color:#999;}
.commentlist li .vcard cite.fn a.url{color:#047;}
.commentlist li .vcard cite.fn a.url:hover{color:#aaa;}
.commentlist li span.comment-meta{}
.commentlist li span.comment-meta a{color:#aaa;}
.commentlist li span.comment-meta a:hover{color:#555;}
.commentlist li .comment-text{border-top:1px solid #fff;margin:0 50px 10px 55px;padding-top:10px;}
.commentlist li.bypostauthor .comment-text{color:#777;}
.commentlist li em.approved{color:#f00;}
.commentlist li p{padding-bottom:10px;}
.commentlist li .reply{position:absolute;right:0;top:8px;}
.commentlist li .reply a{display:block;text-align:center;color:#aaa;padding:0 8px;background:#fafafa;border:1px solid #dfdfdf;}
.commentlist li .reply a:hover{background:#AF4009;color:#fff;}
.commentlist li .children li{margin:0 0 0 30px;padding-bottom:0;border-bottom:none;color:#555;}
.commentlist li .children li.depth-2{margin:0 0 0 55px;}
.commentlist li .children li div{border-top:1px solid #dfdfdf;}
.commentlist li .children li div div{border-top:none;}
.commentlist li .children li .comment-author{border-top:1px solid #fff;border-bottom:none;}
.commentlist li .children li .vcard img.avatar{top:-8px;width:40px;height:40px;}
.commentlist li .children li .vcard cite.fn{margin-left:56px;}
.commentlist li .children li .reply{top:-8px;}
.commentlist li .children li .reply a{background:#f2f2f2;}
.commentlist li .children li .reply a:hover{background:#AF4009;color:#fff;}
.commentlist .comment-text ul,.commentlist .comment-text ol{margin:0 0 15px 15px;padding:0;}
.commentlist .comment-text li{list-style-type:disc;margin:0;padding:0;line-height:16px;}
.commentlist .comment-text li li{list-style-type:circle;}
.commentlist .comment-text li li li{list-style-type:square;}
.commentlist .comment-text ol li,
.commentlist .comment-text ol ol li,
.commentlist .comment-text ol ol ol li{list-style-type:decimal;}

/* navigation */
#pagination,#nav-below{display:block;width:636px;line-height:18px;margin:0;padding:2px 10px;border-top:1px solid #ddd;}
.navigation{border-bottom:1px solid #fff;text-align:center;line-height:24px;margin:0;padding:2px 10px;}
.page-numbers{margin:0 5px;}
.navigation .current{font-weight:bold;}
#nav-below{display:inline-block;padding:20px 10px;border-top:1px solid #ddd;border-bottom:1px solid #fff;}
.nav-previous{float:left;width:50%;}
.nav-next{float:right;width:50%;text-align:right;}

/* #respond */
#respond{margin:0 0 20px 0;padding:20px 0 0 30px;border-top:1px solid #ddd;}
#respond small{font-size:12px;}
#respond h2,#respond h3{margin-bottom:10px;font-weight:normal;}
#respond a#cancel-comment-reply-link{color:#920017;}
#respond a#cancel-comment-reply-link:hover{color:#ff4e00;}
#commentform{margin:0 55px 0 0;padding:0;}
#commentform p{margin:0 0 10px;padding:0;}
#commentform p.smilies{margin:0 0 3px;padding:0 3px;}
#commentform p.comment-notes{margin:10px 0;color:#999;}
#commentform textarea{padding:3px;background:#fff;border:1px solid #ddd;}
#commentform .comment-form-comment label{display:none;}
#author,#email,#url{height:16px;margin-right:5px;padding:3px;border:1px solid #ddd;background:#fff;}
#comment{width:80%;height:125px;}
#submit{
background-color: #BB3415;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d0441b), color-stop(100%, #bb3415));
background-image: -webkit-linear-gradient(#d0441b,#bb3415);
background-image: -moz-linear-gradient(#d0441b,#bb3415);
background-image: -o-linear-gradient(#d0441b,#bb3415);
background-image: linear-gradient(#d0441b,#bb3415);
-moz-background-clip: padding;
-webkit-background-clip: padding;
-o-background-clip: padding-box;
-ms-background-clip: padding-box;
-khtml-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #C93D1E;
-moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.2) inset;
-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.2) inset;
-o-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.2) inset;
box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.2) inset;
color: white;
cursor: pointer;
display: inline-block;
font: 13px/17px Tahoma, Geneva, sans-serif;
margin: 0px 10px 0 0;
padding: 5px 10px 6px;
text-align: left;
text-shadow: 0 0 0 transparent, 1px 1px 0 rgba(0, 0, 0, 0.1);
-moz-transition-duration: 0.3s;
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
height: 29px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
}
#submit:hover{
-moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.6) inset;
-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.6) inset;
-o-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.6) inset;
box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.6) inset;
}
#respond code{color:#464646;background:none;}

/* trackbacks-pingbacks */
.trackbacks-pingbacks {margin: 10px 30px;}
.trackbacks-pingbacks h3{font-weight:normal;margin-bottom:10px;border-bottom:1px solid #ddd;color:#555;padding:3px 0;}
.trackbacks-pingbacks ul{margin:5px 20px 15px;list-style-type:circle;}
.trackbacks-pingbacks ul li{margin-bottom:4px;}

/* #footer */
#footer{margin:20px auto 0;background:#252526;height:40px;}
#footer-inside{position:relative; width:960px;margin:0 auto;color:#aaa;padding-top:13px;}

/* Other */
.aligncenter,div.aligncenter{display:block;margin:auto;}
.alignleft{float:left;}
.alignright{float:right;}
.wp-caption{max-width:620px;text-align:center;margin-top:10px;margin-bottom:10px;padding:4px;border-radius:3px;background:#fff;border:1px solid #ddd;}
.wp-caption img{margin:0;padding:0;background:none;}
.wp-caption p.wp-caption-text{font-size:12px;line-height:20px;padding:4px 0 0;margin:0;}
/* calendar START */
.widget_calendar h3{display:none;}
#wp-calendar{width:100%;}
#wp-calendar #today{background:#e6e6e6;}
#wp-calendar tbody a{font-weight:bolder;}
#wp-calendar caption{font-family:Arial;font-weight:bolder;letter-spacing:-0.05em;font-size:150%;text-align:left;padding-bottom:5px;}
#wp-calendar th,#wp-calendar td{text-align:center;}
#wp-calendar tbody td{border:1px solid #ccc;}
#wp-calendar tbody td.pad{border:0 none;}
#wp-calendar th{background:#999;color:#fff;}
#wp-calendar td#prev{text-align:left;padding-top:5px;}
#wp-calendar td#next{text-align:right;padding-top:5px;}
/* .gallery-caption */
#content .gallery .gallery-caption{color:#888;font-size:12px;margin:0 0 12px;}

/* homepage slideshow */
#featured{ 
	padding-right:250px; 
	position:relative; 
	height:324px;
	margin:0 2px 10px 0px;padding:0;background: transparent;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; right: 0px; 
	list-style:none; 
	padding:0; margin:0; 
	width:340px; height:320px;
	overflow:auto;
	overflow-x:hidden;

	margin:0 0px 10px 0px;
	padding:0;
	border: 1px solid #BBB; 
	background: #F4F4F4;
	-moz-box-shadow: 2px 2px 0 0 rgba(35, 35, 35, 0.1);
	-webkit-box-shadow: 2px 2px 0 0 rgba(35, 35, 35, 0.1);
	-o-box-shadow: 2px 2px 0 0 rgba(35, 35, 35, 0.1);
	box-shadow: 2px 2px 0 0 rgba(35, 35, 35, 0.1);	
	
}
#featured ul.ui-tabs-nav li{ 
	font-size:12px; 
	color:#666;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #CCC;
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
}
#featured ul.ui-tabs-nav li span.slide-title{ 
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	margin-top: 10px;
	margin-left: 10px;
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:60px; text-decoration:none;
	color:#333; background: #F4F4F4; 
	line-height:20px; outline:none;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#f2f2f2; 
}
#featured li.ui-tabs-selected{ 
	background-color: #AF4009;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background: #AF4009;
	color: #FFF;
}
#featured .ui-tabs-panel{ 
	width:600px; height:320px; 
	position:relative;
	margin:0 0px 10px 0px;
	padding:0;
	border: 1px solid #BBB; 
	background: #F4F4F4;
	-moz-box-shadow: 2px 2px 0 0 rgba(35, 35, 35, 0.1);
	-webkit-box-shadow: 2px 2px 0 0 rgba(35, 35, 35, 0.1);
	-o-box-shadow: 2px 2px 0 0 rgba(35, 35, 35, 0.1);
	box-shadow: 2px 2px 0 0 rgba(35, 35, 35, 0.1);	
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	bottom:0; left:0; 
	height:70px; 
	background: url('images/transparent-bg.png'); 
}
#featured .ui-tabs-panel .info a.hideshow{
	position:absolute; font-size:11px; font-family:Verdana; color:#f0f0f0; right:10px; top:-20px; line-height:20px; margin:0; outline:none; background:#333;
}
#featured .info h2{ 
	font-size:1.2em; font-family:Georgia, serif; 
	color:#fff; padding:5px; margin:0; font-weight:normal;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:11px; 
	line-height:15px; color:#f0f0f0;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}