/*
Theme Name: Classix
Theme URI: http://techxolution.com/classix
Author: Sufyan shaikh
Author URI: http://techxolution.com/
Description: Classix is simple and standard blog theme. It's built from the standard color scheme of black and white. Provided options to change the contents for user ease
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, gray, white, dark, light, one-column, fixed-layout,custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, threaded-comments, translation-ready, fixed-width
Text Domain: classix

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

/* =Reset default browser CSS-------------------------------------------------------------- */

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #FFF;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
.sticky,.bypostauthor ,article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
/* end css reset */

body{
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	background-color: #FFF;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

strong{
	font-weight: 700;
}

p{
	margin: 0 0 12px 0;
}

.clear {
	clear: both;
}

#page{
	width: 100%;
	background-color: #FFF;
	margin: 0 auto;
	padding: 0;
}

#main {
	width: 1000px;
	clear: both;
	margin: 0 auto;
}

#content{
	width: 1000px;
}

.pagetitle{
	font-size: 24px;
	font-weight: 100;
	margin-bottom: 20px;
}


/*---------------- links ----------------*/		
A, A:link{
	color:#000;
	text-decoration:underline;
}
	
A:active, A:hover, .posted A:hover{
	color:#FF0000;
	text-decoration:underline;
}

#content .post p a:link {
	text-decoration: none;
	border-bottom: 2px #000 solid;
}

#content .post p a:hover {
	text-decoration: none;
	border-bottom: 2px #FF000 solid;
}
	
#content .post .more-link {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .05em;
	text-decoration:none;
	width: 110px;
	border: 1px solid #000;
	padding: 10px 12px;
	margin: 30px auto 0 auto;
	font-size: 14px;
}

#content .post .more-link:hover {
	background-color: #000;
	color: #FFF;
}

#content .post .read-more{
	text-align: center;
	margin: 40px 0;
}


#content .post .read-more a:link {
	text-decoration:none;
	color: #FF000;
	border-bottom: 1px solid #000;	
}

.post_footer a:link{
	text-decoration: none;
}

h2 a:link{
	text-decoration: none;
}

/*---------------- menu ----------------*/
#menu{
	margin: 0 0 10px;
	height: 22px;
	width: 403px;
	float: left;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
}

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

#menu li {
	display: inline-block;
	margin: 0 15px 0 0;
	position: relative;
}

#menu li:last-child {
	margin: 0;
}

#menu a:link, #menu a:visited{
	text-decoration: none;
}

#menu a:hover{
	color: #000;
}

#menu #primary{
	letter-spacing: 2px;
	margin: 0 auto;
	text-align: left;
}

#menu #secondary{
	letter-spacing: 2px;
	margin: 0 auto;
	float: right;
}

#menu #cat_nav{
	font-size: 10px;
	text-transform: uppercase;
	float: right;
}
#menu li .sub-menu li a {
    padding-left: 20px;
    width: 100%;
    display: block;
    background: rgba(255,255,255,0.7);
    min-width: 135px;
    box-sizing: border-box;
    line-height: 35px;
}
.classix_feature #menu li a{
    line-height: 61px;
    font-size: 11px;
}
.classix_feature #menu li .sub-menu li a:hover {
    opacity: 1;
    background: rgba(255,255,255,0.9);
}

/*---------------- header ----------------*/	
#header{
	margin: 0 0 10px;
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
	background: RGBa( 255, 255, 255, 0.8 );
	border-bottom: 1px solid #CCC;
}

#header #logo_container{
	width: 1000px;
	height: 60px;
	margin: 0 auto;
}

#header #logo{
	width: 194px;
	padding: 10px 0 0;
	float: left;
}

#header #logo img {
    width: 100%;
    max-width: 105px;
    display: block;
    margin: -5px auto;
}

#header #ad{
	width: 728px;
	float: right;
}

#header a:hover{
	opacity: 0.25;
	transition: opacity 500ms;
	-moz-transition: opacity 500ms; /* Firefox 4 */
	-webkit-transition: opacity 500ms; /* Safari and Chrome */
	-o-transition: opacity 500ms; /* Opera */
}

#launchpad {
	width: 970px;
	margin: 0 auto;
}

/*---------------- feature box ----------------*/		
	#feature_box{
	position: absolute; 
	width: 100%;
	min-width: 1000px;
	height: 500px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 10px;
	border-bottom: 1px solid #CCC;
	background-color: #FFF;
	top: 0;
	z-index: 0;
	}
	
	#feature_box .slide{
	position: relative;
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	letter-spacing: 6px;
	width: 100%;
	height: 500px;
	background-position: center;
	background-size: cover;
	}
	
	#feature_box .slide a{
	position: absolute;
	left: 0;
	z-index: 5;
	height: 100%;
	width: 100%;
	color: #000;
	text-decoration: none;
	opacity: 0;
	transition: opacity 700ms;
	-moz-transition: opacity 700ms; /* Firefox 4 */
	-webkit-transition: opacity 700ms; /* Safari and Chrome */
	-o-transition: opacity 700ms; /* Opera */
	background: url( 'images/opacity65.png' );
	}
	
	#feature_box .slide a:hover{
	opacity: 1;
	}
	
	#feature_box .slide h3 {
	width: 712px;
	margin: 185px auto 15px;
	padding: 0 0 5px;
	border-bottom: 2px solid #000;
	font-size: 18px;
	font-weight: 700;
    letter-spacing: 8px;
	line-height: 44px;
	}
	
	#feature_box .view-link {
		position: relative;
		bottom: -100px;
	}
	
	#feature_box .desc {
		text-transform: initial;
		font-size: 16px;
		position: relative;
	}
	#feature_box .desc:before {
		content: "\f10d";
		font-family: 'FontAwesome';
		position: relative;
		left: -10px;
		top: -5px;
	}
	#feature_box .desc:after {
		content: "\f10e";
		font-family: 'FontAwesome';
		position: relative;
		bottom: -5px;
	}

#feature_box img{
	min-width: 100%;
	min-height: 400px;
}


.classix_feature #main { margin-top: 384px; padding-top: 40px; position: relative; z-index: 3; width: 100%; min-width: 1000px; background: #FFF; }
.classix_feature #main #content { margin: 0 auto; }
.classix_feature #header { position: relative; z-index: 3; margin-bottom: 0; }
.classix_feature #menu { width: 403px; margin: 0; }

@media all and (min-width: 760px) {
	#feature_box { position: fixed; }
}



/*---------------- post ----------------*/

.post_content iframe{
 	margin: 0 auto;
 	width: 800px;
 	height: 450px;
}

.swfcontain {
	margin: 0 auto;
}


#post_container {
	width: 800px;
	margin: 0 auto;

}
	
h2{
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 0 0 0px;
}
	
.post{
	margin: 0 0 75px;
}

.post p{
	font-size: 16px;
	line-height: 35px;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.post em{
	font-style: italic;
}

.post img{
  width: 800px;  
  height : auto;
}

.post_info{
	font-size: 10px;
	margin: 0 0 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#post_container .post_info {
	text-align: center;
}

#post_container h2 {
	text-align: center;
}

.post_date{
	font-weight: 400;
}

.post_by{
	text-transform: lowercase;
	font-style: italic;
}

.post_footer{
	margin: 20px 0;
	padding: 0 0 5px;
	border-bottom: 1px solid #CCC;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #666;
	text-align: center;
}

#like_buttons {
	width: 600px;
	height: 25px;
	margin: 5px 0 0;
}

#like_buttons #google {
	width: 67px;
	float: left;
	margin-right: 3px;
}
	
#like_buttons #facebook {
	width: 80px;
	float: left;
}
	
#like_buttons #twitter {
	width: 80px;
	float: left;
	margin-right: 3px;
}

#main .nav{
	width: 1000px;
	height: 20px;
	text-transform: uppercase;
	clear: both;
	font-weight: 100;
	letter-spacing: 1px;
	font-size: 13px;
}

#main .numbers{
	float: left;
	width: 500px;
}

#main .to_top{
	float: right;
}

.pagebar{
	word-spacing: 2px;
	padding: 0;
	margin: 0 0 0 -5px;
}

#main .nav a:link, #main .nav a:visited{
	text-decoration: none;
}

#main .nav a:hover{
	color: #666;
}

.main_ad{
	margin: 0 0 75px;
}

/*---------------- post-single ----------------*/

.post-single{
	margin: 0 0 20px;
}

.post-single p{
	font-size: 18px;
	line-height: 35px;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.post-single em{
	font-style: italic;
}

.post-single .wp-caption-text{
	font-size: 12px;
}


.post-single img{
  width: 800px;  
  height : auto;  
} 

.post-single .post_footer{
	margin: 40px 0 30px 0;
	padding: 0 0 20px;
	border-bottom: 1px solid #CCC;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #666;
	text-align: center;
}

.post-single #like_buttons{
	width: 200px;
	margin: 5px auto 40px;
}

#single_nav{
	width: 800px;
	height: 40px;
	padding: 15px 0;
	margin: 50px auto;
	font-size: 10px;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}

#single_nav a{
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#single_nav #newer{
	float: left;
}

#single_nav #older{
	float: right;
	text-align: right;
}

#single_nav .title{
	font-size: 30px;
	font-weight: 100;
}


/*---------------- comments ----------------*/

#disqus_thread h3{
	text-align: left;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	width: 100%;
}

#dsq-global-toolbar{
	display: none;
}



/*---------------- archives ----------------*/
#archives{
	font-size: 10px;
	margin: 20px 0 0;
}

#archives h2{
	text-align: center;
	margin-bottom: 20px;
	font-weight: 100;
	letter-spacing: 8px;
	
}

#archives h3{
	line-height: 24px;
	
}

#archives a:link{
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#archives .archive-post .entry {
	margin-bottom:20px;
	height:245px;
	float:left;
	margin-left:2px;
	margin-right:2px;
	width:327px;
	padding-left:2px;
	padding-top:2px;
	border-bottom: 1px #CCC solid;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#archives .archive-post .entry .thumbnail {
	width: 325px;
	height: 219px;
	background-color: #F1F2F2;
}

#archives .page_numbers{
	width: 1000px;
	clear: both;
	margin: 20px 0 0;
	text-align: center;
}

/*---------------- interviews ----------------*/

#interview_container{
	width: 700px;
	clear: both;
	float: right;
	margin: 20px 0 0;
}

.interview img{
	left: -300px;
	position: relative;
	margin: 0;
}

.interview h2{
	left: -300px;
	position: relative;
	text-align: center;
	width: 1000px;
	font-weight: 100;
	letter-spacing: 2px;
}

.interview p:first-child br { 
	display:none;
}

.interview .post_info{
	left: -300px;
	position: relative;
	width: 1000px;
	text-align: center;
}

.interview blockquote p{
	font-style: italic;
	font-size: 20px;
	font-weight: 100;
	line-height: 32px;
	color: #666;
}

.interview blockquote {
	margin-bottom: 32px;
}

.interview p{
	font-size: 14px;
	line-height: 24px;
}

.interview .footer{
	width: 1000px;
	height: 24px;
	position: relative;
	left: -300px;
	margin: 10px 0;
}

.interview .footer .page_nav{
	width: 700px;
	font-size: 24px;
	font-weight: 100;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #666;
	text-align: right;
	margin: 0;
	float: right;
}

.interview .page_nav a:link{
	text-decoration: none;
}

#interview_container #like_buttons{
	width: 250px;
	float: left;
	margin: 0;
}


.interview .wp-caption-text{
	font-style: italic;
	font-size: 10px;
	line-height: 10px;
	color: #666;
	text-align: left;
	width: 700px;
	height: 12px;
	margin: 0;
}

#interview_container .wp-caption {
    width: 1000px;
    position: relative;
    left: -300px;
}

#interview_container .wp-caption img {
    width: 1000px;
    position: relative;
	left: 0;
}

#content-interview #disqus_thread{
	width: 600px;
	float: left;
	clear: both;
}

#content-interview #comments_container{
	width: 1000px;
	padding: 20px 0 0;
	border-top: 1px solid #CCC;
	clear: both;
}

#content-interview .ad{
	width: 350px;
	float: right;
}


/*---------------- videos ----------------*/

#video_box{
	width: 1000px;
	clear: both;
	margin: 0 auto 20px;
	padding: 0 0 0 0;
}

#video_box iframe{
	padding: 0;
	margin: 0;
 	margin: 0 auto;
 	width: 1000px;
 	height: 563px;
}
}

#content-video{
	width: 1000px;
}

#content-video .post{
	margin: 0;
}

#video_container .post {
	width: 600px;
	float: left;
}

#video_sidebar{
	width: 350px;
	float: right;
}

#video_sidebar #like_buttons{
	width: 350px;
}

#video_sidebar #credits{
	margin: 5px 0 0;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#video_sidebar #credits .tags{
	text-transform: lowercase;
	color: #666;
	line-height: 14px;
	margin: 5px 0;
}

#video_sidebar #credits .tags a{
	color: #666;
	text-decoration: none;
}

#video_sidebar #credits .tags a:hover{
	color: #000;
	text-decoration: none;
}

#content-video #disqus_thread{
	width: 600px;
	float: left;
	clear: both;
}

#content-video #comments_container{
	width: 1000px;
	padding: 20px 0 0;
	border-top: 1px solid #CCC;
	clear: both;
}

#content-video .ad{
	width: 350px;
	float: right;
}

/*---------------- photos ----------------*/

body.single-post.photogalleries {
	background: #FFF;
}

.single-post.photogalleries #page {
	width: auto;
	padding: 10px 0;
}

.single-post.photogalleries #page {
	width: auto;
	padding: 0;
}

#photoheader {
    height: 20px;
    margin: 0 auto 20px;
    padding: 10px 20px 0;
    width: 1000px;
}

.single-post.photogalleries #main {
    width: 100%;
}

.single-post.photogalleries #content-photo {
    margin: 0 auto;
    padding: 0 20px 20px;
    width: 1000px;
    border-bottom: 1px solid #CCC;
}

.single-post.photogalleries #main .nav {
	margin: 0 auto;
}

.single-post.photogalleries footer {
	background: #fff;
	padding-bottom: 10px;
}

.single-post.photogalleries #footer {
    margin: 0 auto;
    padding: 20px 0;
}

.single-post.photogalleries #comments_wrap {
	background: #fff;
	padding: 20px;
}

.single-post.photogalleries #comments_container {
	width: 1000px;
	margin: 0 auto;
}

.single-post.photogalleries #disqus_thread{
	width: 600px;
	float: left;
	clear: both;
}

.single-post.photogalleries #comments_container .ad{
	width: 350px;
	float: right;
}

#photoheader #logo {
	float: left;
}

#photogallery-title {
	float: right;
	font-size: 11px;
	letter-spacing: 2px;
}

#content-photo {
	width: 1000px;
}

.slideshow {
	position:relative;
	clear:both;
}

.slideshow .slidewrap {
	margin-bottom: 10px;
	height: 667px;
}

.slideshow .slide {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
}

.slideshow .slide.current {
	z-index: 3;
}

.slideshow .slide img {
	margin: 0 auto;
	max-height: 100%;
	max-width: 100%;
	height: auto;
    width: auto;
	display: block;
}

.slideshow .caption {
	float: left;
    margin: 10px 0 2px 80px;
    height: 15px;
    width: 525px;
    font-style: italic;
}

.slideshow_nav {
	clear: left;
    float: left;
}

.slideshow_nav .slidecounter {

	font-size: 17px;
	letter-spacing: 0px;
	color: #999;
}

.slidenav {
	position: absolute;
	top: 15%;
	z-index: 10;
}

.fullscreentoggle {
	cursor: pointer;
}

.slideright, .slideleft {
	height: 68px;
	width: 68px;
	padding: 200px 0;
	cursor: pointer;
	opacity: 1;
	transition: opacity 1000ms;
	-moz-transition: opacity 1000ms; /* Firefox 4 */
	-webkit-transition: opacity 1000ms; /* Safari and Chrome */
	-o-transition: opacity 1000ms; /* Opera */
}

.slideright {
	left: 0;
	background: url( 'images/arrow_l.png' );
	background-repeat: no-repeat;
	background-position: center center;
}

.slideleft {
	right: 0;
	background: url( 'images/arrow_r.png' );
	background-repeat: no-repeat;
	background-position: center center;
}

.slideright:hover, .slideleft:hover {
	opacity: 0.5;
}


#photo_sidebar{
	width: 350px;
	float: right;
}

#photo_sidebar #like_buttons{
	width: 350px;
}

#photo_sidebar #credits{
	margin: 5px 0 0;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#photo_sidebar #credits .tags{
	text-transform: lowercase;
	color: #666;
	line-height: 14px;
	margin: 5px 0;
}

#photo_sidebar #credits .tags a{
	color: #666;
	text-decoration: none;
}

#photo_sidebar #credits .tags a:hover{
	color: #000;
	text-decoration: none;
}

#content-photo #disqus_thread{
	width: 600px;
	float: left;
	clear: both;
}

#content-photo #comments_container{
	width: 1000px;
	padding: 20px 0 0;
	border-top: 1px solid #CCC;
	clear: both;
}

#content-photo .ad{
	width: 350px;
	float: right;
}

#content-photo #gallery-desc{
	float: left;
    margin-top: 2em;
    width: 600px;
    color: #575757;
}


/* fullscreen mode */

.fullscreen #fullscreenbkg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url( 'images/black82.png' );
	z-index: 15;
}

.fullscreen #main {
}

.fullscreen #fullscreenwrap {
	bottom: 40px;
    left: 0;
    position: fixed;
    right: 0;
    top: 10px;
    z-index: 10;
}

.fullscreen.single-post.photogalleries #content-photo {

}

.fullscreen .slideshow .slide {
	height: 100%;
	text-align: center;
	width: 100%;
}

.fullscreen .slideshow {
	position: relative;
	z-index: 20;
	height: 100%;
}

.fullscreen .slideshow .slidewrap {
/*	height: 100% !important; */
}

.fullscreen .slideshow .slide img {
	height: 100%;
    width: auto;
	float: none;
}

.fullscreen .slideshow .caption {
    color: #FFF;
    float: none;
    margin: 6px auto 0 auto;
    text-align: center;
}

.fullscreen .slideshow .slidecounter {
	color: #FFF;
	position: absolute;
	bottom: -35px;
	left: 10px;
}

/* end fullscreen */


/*---------------- photo-random ----------------*/

#photo-random_container{
	width: 1000px;
	clear: both;
	float: right;
	margin: 20px 0 0;
}

.single-post.photo-random p:first-child br { 
	display:none;
}

.single-post.photo-random h2{
	text-align: center;
	width: 1000px;
	font-weight: 100;
	letter-spacing: 2px;
}

.single-post.photo-random .post_info{
	width: 1000px;
	text-align: center;
}

.single-post.photo-random .footer{
	width: 1000px;
	height: 24px;
	margin: 20px 0 10px;
}

.photo-random .footer #like_buttons{
	width: 300px;
	float: left;
	margin: 0;
}

.photo-random .footer #tags{
	width: 700px;
	float: right;
	text-align: right;
	font-size: 10px;
	letter-spacing: 1px;
	color: #666;
	text-transform: lowercase;
	margin: 10px 0 0;
}

.photo-random .footer #tags a{
	text-decoration: none;
	color: #666;
}

.photo-random .footer #tags a:hover{
	text-decoration: none;
	color: #000;
}

.photo-random .wp-caption-text{
	font-style: italic;
	font-size: 10px;
	line-height: 10px;
	color: #666;
	text-align: left;
	width: 700px;
	height: 12px;
	margin: 0;
}

#photo-random .wp-caption {
    width: 1000px;
}

#photo-random_container .wp-caption img {
    width: 1000px;
}

#content-photo-random #disqus_thread{
	width: 600px;
	float: left;
	clear: both;
}

#content-photo-random #comments_container{
	width: 1000px;
	padding: 20px 0 0;
	border-top: 1px solid #CCC;
	clear: both;
}

#content-photo-random .ad{
	width: 350px;
	float: right;
}

/*---------------- 404 ----------------*/
#error {
	width: 600px;
	float: left;
	text-align: center;
}

#error h2{
	font-size: 70px;
	font-weight: 100;
	letter-spacing: 1px;
	line-height: 75px;
}


/*---------------- footer ----------------*/
footer {
	background: #FFF; padding-top: 10px; position: relative; z-index: 3;
	width: 100%;
}

#footer{
	width: 1000px;
	clear: both;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 1px solid #CCC;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
}

#footer_container{
	width: 1000px;
	margin: 0 0 20px;
	text-align: left;
	border-bottom: 1px #CCC solid;
}

#footer_container:after {
    clear: both;
}
#footer_container:before, #footer_container:after {
    content: "";
    display: block;
}

.footer_box{
	width: 320px;
	float: left;
	margin: 0 20px 0 0;
}

.footer_box_2{
	width: 300px;
	float: left;
	margin: 0 0 0 20px;
}

#footer .title{
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 12px; 
}

#footer #search_container{
	width: 300px;
	height: 30px;
	margin-bottom: 20px;
}

#footer .search{
	width: 300px;
	margin: 0 0 10px;
}

#footer input.s{
	width: 275px;
	height: 20px;
	border:1px solid #CCC;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 0 0 0 5px;
}

.footer_links{
	text-align: left;
}

#footer .date{
	margin: 15px 0;
}

.footer_box li{
	margin: 0 0 3px;
}

#footer .ad{
	width: 728px;
	height: 90px;
	margin: 0 auto 20px;
}

#footer a{
	text-decoration: none;
}
#menu li .sub-menu {
    display: none;
}
#menu li:hover .sub-menu {
    display: block;
    clear: both;
    width: 100%;
    position: absolute;
}
#menu li .sub-menu li,
#menu li .sub-menu li a {
	width: 100%;
}
.widget-title {
    margin: 8px 0;
}




#comments {
    width: 800px;
    margin: 0 auto;
}
h2.comments-title {
    text-align: center;
    color: #363542;
}
h2.comments-title:before {
    width: 30px;
    height: 1px;
    content: "";
    border-bottom: 1px solid #555;
    margin: 10px auto;
    display: block;
}



#commentform > p:after,
#commentform:after {
    clear: both;
}
#commentform > p:before,
#commentform > p:after,
#commentform:before,
#commentform:after {
    content: "";
    display: block;
}
#commentform p label {
    color: #555;
    line-height: 30px;
    box-sizing: border-box;
    display: block;
    width: 100%;
}
#commentform p input,
#commentform p textarea {
    width: 100%;
    float: left;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: none;
    border: 1px #ccc solid;
    padding: 5px;
    color: #555;
    font-size: 14px;
}
#commentform > p {
    clear: both;
    margin-bottom: 10px;
    font-size: 14px;
}
#commentform p.form-submit input {
    float: right;
    max-width: 250px;
    text-transform: uppercase;
    background: #555;
    border-color: #555;
    color: #fff;
    padding: 8px 15px;
    box-sizing: border-box;
    font-size: 14px;
}
.comment-list .comment > article {
    border: 1px solid #eaeaea;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-left: 80px;
    position: relative;
    margin-bottom: 22px;
    padding: 15px;
}
.comment-list .comment-author img {
    position: absolute;
    top: 0;
    left: -80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #e4e4e4;
}
.comment-list .reply {
    position: absolute;
    top: 25px;
    right: 15px;
    font-size: 14px;
    font-weight: 500;
    z-index: 111;
}
.comment-list .reply a{
	color: #f16c20;
	font-size: 13px;
}
.comment-list .comment-content {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
    color: #333;
}
.comment-list .comment-metadata {
    color: #ccc;
    font-size: 12px;
    line-height: 16px;
    font-style: italic;
}
.comment-list .comment-author .says {
    font-weight: 500;
    color: #a7a8b1;
    font-size: 14px;
}
.comment-list span.edit-link {
    margin-left: 5px;
}
.comment-list .comment-metadata a {
    text-decoration: initial;
    color: #6f6f6f;
}
a.comment-edit-link:before {
    content: "(";
}
a.comment-edit-link:after {
    content: ")";
}
.comment-reply-title {
    color: #1B2433;
    text-align: center;
    line-height: 40px;
}
