/*
Theme Name: Blogly Lite
Theme URI: http://themefurnace.com/blog/portfolio/blogly-lite/
Author: ThemeFurnace
Author URI: http://themefurnace.com
Description: Blogly is a responsive personal blog theme which is responsive and uses the theme customizer so you can change colors, upload a logo and background image. You can upgrade to a pro version which has more cutomization options, support and custom widgets for social media, dribbble, flickr and advertising http://themefurnace.com/blog/portfolio/blogly/

Version: 1.0.4
License: GNU General Public License
License URI: license.txt
Tags: gray, black, red, two-columns, custom-background, custom-colors, custom-header, custom-menu, post-formats

Blogly is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.
*/

/* Import Reset and Defaults */
@import url("http://nightmarea.com/wp-content/themes/blogly-lite/inc/font-awesome-4.0.3/css/font-awesome.min.css");

/* Import Reset and Defaults */
@import url("css/defaults.css");

/* Import Widgets */
@import url("css/widgets.css");

/* Import Right to Left */
@import url("css/rtl.css");
/* Links */

/* Hide Navigation Menu in home page*/
.menu {
    display:none;
}

a {
	text-decoration: none;
}
a:hover, a:focus, a:active {
	color: #384249;
}
.sitetitle a {
	color:white;
}
.sitetitle a:hover {
	color:white;
}
.posttitle a, .posttitle a:visited {
	color:#BDBDBD;
}
.posttitle a:hover {
	color:#4C4C4C;
}
.postmeta a {
	color:#454545;
}
.postmeta a:hover {
	color:#4C4C4C
}
.postquote a {
	color:white;
}
.postmeta a:hover {
	color:#4C4C4C
}
#footer a {
	color:white;
}
#footer a:hover {
	color:#4C4C4C;
}
/* Theme Layout */
#container {
	overflow:hidden;
}
#main {
	margin-left:20px;
	margin-top:20px;
	float:left;
	width:1480px;
	z-index:4;

}
#content {
	background-color: white;
	padding:30px;
	padding-bottom:20px;
	max-width:1480px;
	margin-top:-140px;
	overflow:auto;
}

.widget_wysija_cont{
display: table-cell;
width: 100%;
height: 100%;
text-align: center;
vertical-align: center;

}


#sidebar {
	background-color: #000000;
	width:280px;
	text-align: center;
	float: left;
	color:#DEDEDE;
	font-size:12px;
	line-height: 20px;
	padding-left:50px;
	padding-right:50px;
	margin-bottom: -500000px;
	padding-bottom: 500000px;
	overflow:hidden
}
.logo {
	max-width:225px;
	overflow: hidden;
	margin-top:20px;
	margin-bottom:-20px;
}
.sitetitle {
	max-width:225px;
	margin-top:20px;
	margin-bottom:10px;
	font-size:20px;
	line-height:22px;
}
.tagline {
	display:block;
	margin-left:12px;
	margin-right:12px;
	font-size: 13px;
	line-height:26px;
	padding-bottom:0px;
	color: white;
}
.sidebarwidget {
	
	margin-right:5px;
	padding-bottom:15px;
	margin-bottom:15px;
	width:294px;
        text-align:left;
}
.aps-social-icon-wrapper {
	margin-left:-13px;
}

.sidebarwidget ul {
	margin:0px;
	list-style-type:none;
	margin-left:10px;
	margin-top:5px;
}
ul.sub-menu {
	margin:0px;
	list-style-type:none;
	margin-top:5px;
	background:none
}
ul.sub-menu li a:before {
	content: "\2014 \a0";
}
ul.children {
	margin:0px;
	list-style-type:none;
	margin-top:5px;
	background:none
}

.sidebarwidget li {
	font-size:12px;
	margin-bottom:5px;
}
.sidebarwidget li a {
	color:white;
	display:block;
	background-color:#999999;
	padding:0.5em 0.6em 0.5em;
	margin-left:-10px;
	width:280px;
	overflow:hidden;
}

.sidebarwidget li a:hover {
	color:white;
	display:block;
	background-color:#cccccc;
	padding:0.5em 0.6em 0.5em;
	width:280px;
	overflow:hidden;
}
.recentcomments li a {
	color:white;
	display:block;
	padding:7px;
	margin-left:-10px;
	width:280px;
	overflow:hidden;
	
}

.sidebarwidget h3 {
	color:white;
	display:block;
	background-color:#444444;
	padding:7px;;
	width:280px;
}
.sidebartitle {
	color:white;
	font-size:16px;
	letter-spacing:2px;
	margin-left:0px;
	text-transform: uppercase;
	text-align:center;

}
/* Post and Post Format Stylings */


.post {
	background-color:#FFFFFF;
	padding:28px;

}

.post p {
	color:#4A4A4A;
	margin-left:0px;
	font-size:13px;
	line-height:25px;
}
.postmeta {
	background-color:#F1F1F1;
	margin-bottom:0px;
	color:#454545;
	font-size:12px;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	padding:15px;
	position:relative;

}
.postmeta a:hover{
	color:#999999;

}
.postmeta i {
	margin-left:10px;
	margin-right:10px;
}


.posttype:hover {
	background-color:#white;
}
.posttype i {
	color:white;
}
.format-aside:before {
	content: "\f040";
}
.format-audio:before {
	content: "\f001";
}
.format-chat:before {
	content: "\f10d";
}
.format-gallery:before {
	content: "\f030";
}
.format-image:before {
	content: "\f030";
}
.format-quote:before {
	content: "\f02d";
}
.format-status:before {
	content: "\f081";
}
.format-video:before {
	content: "\f03d";
}

.mejs-container {
	border-top:20px solid #343434 !important;
	border-bottom:20px solid #343434 !important;
	margin:0 auto !important;
	margin-bottom:15px !important;
}
.video-player {
	margin-bottom:15px;
}
.quote {
	padding:38px;
	padding-bottom:0px;
	color:white;
	background-image:url(img/quote-bg.png);
	background-repeat:repeat;
	letter-spacing:-0.2px;
	font-family: 'Open Sans', sans-serif;
	color:#404040;
	font-size:25px;
	line-height:35px;
	color:white;
}
.quote p {
	color:white;
	text-align:center
}
.quote a, .quote a:visited {
	color: #384249;
}
.quote a:hover {
	text-decoration:underline;
}
.postquote {
	background-color:#4C4C4C;
	color:white;
}
.chat {
	padding-bottom:28px;
}
/* Chat Posts */
.chat p {
	background: #F1F1F1; /* The background color of first paragraph */
	margin-bottom: 0px;
	padding:15px;
}
.chat p:nth-child(odd) {
 background: #fff; /* The background color of next paragraph */
}
.meta-nav {
	padding:17px;
	background-color:#373737;
	color:white;
}
/* Titles */
.posttitle {
	color:#BDBDBD;
	font-size:26px;
	line-height:35px;
	margin-top:0px;
	margin-bottom:15px;
	padding-right:15px;
	text-transform:uppercase;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.nothingfound {
	color:#333333;
	font-size:12px;
	line-height:35px;
	margin-top:0px;
	margin-bottom:15px;
	padding-right:15px;
	text-transform:uppercase;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.searchresult {
	color:#333333;
	font-size:12px;
	line-height:35px;
	margin-top:0px;
	margin-bottom:15px;
	padding-right:15px;
	text-transform:uppercase;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
#reply-title {
	color:#BDBDBD;
	font-size:26px;
	line-height:35px;
	margin-top:0px;
	margin-bottom:15px;
	padding-right:15px;
	text-transform:uppercase;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
#comments-title {
	color:#BDBDBD;
	font-size:26px;
	line-height:35px;
	margin-top:0px;
	margin-bottom:15px;
	padding-right:15px;
	text-transform:uppercase;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-family: "Homenaje","Open Sans",sans-serif;
}
/* Footer */

#footer {
	color:white;
}
.copy {
	color:white;
	margin-top:20px;
}
.footerlogo {
	float:left;
	margin-right:10px;
	margin-top:-10px;
}
/* Comments */

#comments {
	background-color:white;
	padding:28px;
}
.comment-notes {
	font-size:12px;
}
.form-allowed-tags {
	display:none;
}
.comment-form-comment textarea {
	width:70%;
	clear:both;
	padding:8px;
}
.comment-form-comment label {
	display:none;
}
.commentinfo {
	font-size: 11px;
	margin-top:10px;
}
.cancelcomment {
	margin-bottom:10px;
}
.loggedinauthor {
}
.form-allowed-tags {
	font-size:11px;
	margin-bottom:10px;
	margin-top:10px;
}
.comment-form-author label {
	margin-top:10px;
	font-size:11px;
	display:block;
}
.comment-form-author input {
	width:50%;
	padding:8px;
}
.comment-form-email label {
	font-size:11px;
	display:block;
}
.comment-form-email input {
	width:50%;
	padding:8px;
}
.comment-form-comment label {
	font-size:11px;
	display:block;
}
.comment-form-comment input {
	width:50%;
	padding:8px;
}
.comment-form-url label {
	font-size:11px;
	display:block;
}
.comment-form-url input {
	width:50%;
	margin-bottom:20px;
	padding:8px;
}
.edit-link {
	margin-left:10px;
	clear:both;
	display:block;
}
.comments {
	background-color: white;
	width:100%;
	margin-top:40px;
	position:relative;
	-webkit-box-shadow: 0px 0px 3px 0px #CCCBCB;
	box-shadow: 0px 0px 3px 0px #CCCBCB;
	moz-box-shadow: 0px 0px 3px 0px #CCCBCB;
	margin-left:40px;
	margin-bottom:40px;
	padding-bottom:20px;
	clear:both;
}
.comments ol {
}
#commentsform {
	padding-right:10px;
	position:relative;
	margin-bottom:0px;
}
#comments p {
}
.yours {
	float:right;
	margin-top:20px;
}
.comment {
	padding-bottom:20px;
}
.avatar {
	float:left;
	margin-right:10px;
	padding: 2px;
	border: 1px solid #C8C8C8;
}
.comment-author {
	font-size: 12px;
	color:#010101;
	clear:both;
}
.comment-author a {
	border-bottom:0px;
	color:#000000;
}
.bypostauthor {
}
.comment-meta {
	font-size: 11px;
}
.comment-meta a {
	border-bottom:0px;
}
.comment-meta a:visited {
	border-bottom:0px;
}
.comment-body {
	margin-left:20px;
}
.comment-body p {
	margin-top:10px;
	line-height:20px;
	margin-left:47px;
}
.comment li {
	margin-top:20px;
}
.comment {
	list-style-type:none;
}
.children ul {
}
.depth-1 {
	margin-top:20px;
}
.depth-2 {
	margin-top:20px;
	margin-left:10%;
}
.depth-3 {
	margin-top:20px;
	margin-left:10%;
}
#comments .comment:last-child.depth-2 {
}
#comments .comment:first-child.depth-2 {
}
#comments .comment:last-child.depth-3 {
}
.comment-author-admin {
}
#comments ul.children {
}
.reply {
	float: right;
	position:relative;
	border-bottom:1px solid #ECECEC;
	width:100%;
	margin-bottom:25px;
	padding-bottom:25px;
	clear:both;
}
.comment-reply-link {
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .6em;
	background-color:#999999;
	color:white;
}
a.comment-reply-link {
	float:right
}
a.comment-reply-link:visited {
	color:white;
}
a.comment-reply-link:hover {
	background-color:#cccccc;
	color:white;
}
.commentinput {
	width:50%;
	margin-bottom:20px;
}
.commentbox {
	width:70%;
	height:150px;
}
.commentinfo {
	font-size: 11px;
	margin-top:20px;
}
.commentsubmit {
	margin-top:20px;
	display: block;
	background-color: #464646;
	color:white;
	border:0px;
	font-size: 11px;
	padding:5px 15px;
}
.commentsubmit:hover {
	background-color: #5E5E5E;
	cursor: pointer;
}
.cancelcomment {
	margin-bottom:10px;
}
.loggedinauthor {
}
/* Pagination */

.page-numbers {
	display:block;
	float:left;
	margin: 8px 6px 6px 0px;
	text-decoration:none;
	width:auto;
	color:#FFFFFF;
}

.page_nav .page-numbers:hover{
	background: #FFFFFF;
	color:#FFFFFF;
	text-decoration: none;
}

.page_nav .current{
  padding:15px 18px 14px 18px;
	background: ##FFFFFF;
	color:#FFFFFF;
}

.page-numbers.current{
color:#FFFFFF;

}

a.page-numbers{
color:#FFFFFF;
}

/* Footer */

#footer {
	font-size:12px;
	clear:both;
	padding-top:20px;
	padding-bottom:20px;
}
.nav-previous, .nav-next {
	padding-top:10px;
	padding-bottom:10px;
	display:block;
}
.footerwidget {
}
.footerwidget ul {
}
.footerwidget li {
}
/* Responsive*/

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

/* 1024 Screens */
@media only screen and (min-width: 1920px) and (max-width: 1920px) {
 #main {
 width:1480px;
}
 #sidebar {
 padding-left:50px;
}
.postimg {
	height:auto;
}
}




/* 1024 Screens */
@media only screen and (min-width: 1920px) and (max-width: 1920px) {
 #main {
 width:1480px;
}
 #sidebar {
 padding-left:50px;
}
.postimg {
	height:auto;
}
}

/*  next1 */
@media only screen and (min-width: 1780px) and (max-width: 1919px) {
 
#main {
 width:1340px;
 float: left;
 margin:0 auto;
 text-align:center;
 margin-left:0px;
 padding-top:20px;
 padding-left:20px;
 text-align: left;
}
.postimg {
	height:auto;
}
}

/*  next2 */
@media only screen and (min-width: 1640px) and (max-width: 1779px) {
 
#main {
 width:1200px;
 float: left;
 margin:0 auto;
 text-align:center;
 margin-left:0px;
 padding-top:20px;
 padding-left:20px;
 text-align: left;
}
.postimg {
	height:auto;
}
}


/*  next3 */
@media only screen and (min-width: 1500px) and (max-width: 1639px) {
 
#main {
 width:1060px;
 float: left;
 margin:0 auto;
 text-align:center;
 margin-left:0px;
 padding-top:20px;
 padding-left:20px;
 text-align: left;
}
.postimg {
	height:auto;
}
}


/*  next4 */
@media only screen and (min-width: 1360px) and (max-width: 1499px) {
 
#main {
 width:920px;
 float: left;
 margin:0 auto;
 text-align:center;
 margin-left:0px;
 padding-top:20px;
 padding-left:20px;
 text-align: left;
}
.postimg {
	height:auto;
}
}


/*  next5 */
@media only screen and (min-width: 1220px) and (max-width: 1359px) {
 
#main {
 width:780px;
 float: left;
 margin:0 auto;
 text-align:center;
 margin-left:0px;
 padding-top:20px;
 padding-left:20px;
 text-align: left;
}
.postimg {
	height:auto;
}
}


/*  next6 */
@media only screen and (min-width: 1080px) and (max-width: 1219px) {
 
#main {
 width:640px;
 float: left;
 margin:0 auto;
 text-align:center;
 margin-left:0px;
 padding-top:20px;
 padding-left:20px;
 text-align: left;
}
.postimg {
	height:auto;
}
}



/*  next7 */
@media only screen and (min-width: 940px) and (max-width: 1079px) {
 
#main {
 width:500px;
 float: left;
 margin:0 auto;
 text-align:center;
 margin-left:0px;
 padding-top:20px;
 padding-left:20px;
 text-align: left;
}
.postimg {
	height:auto;
}
}



/*  next8 */
@media only screen and (min-width: 800px) and (max-width: 939px) {
 
#main {
 width:360px;
 float: left;
 margin:0 auto;
 text-align:center;
 margin-left:0px;
 padding-top:20px;
 padding-left:20px;
 text-align: left;
}
.postimg {
	height:auto;
}
}





/*  Portrait Mobiles */
@media only screen and (max-width: 799px) {
 #sidebar {
 width:275px;
 margin-bottom: 0px;
 padding-bottom: 30px;
 padding-left:45px;
}
#main {
 width:260px;
 float: left;
 margin:0 auto;
 text-align:center;
 margin-left:0px;
 padding-top:20px;
 padding-left:20px;
 text-align: left;
}
.postimg {
	height:auto;
}
}