/*  
 * Theme Name: White Paper
 * Theme URI: http://justpx.com/product/white-paper/
 * Version: 1.3.2
 * Author: JustPX
 * Author URI: http://justpx.com/
 * Description: Light, easy-to-use, functional template White Paper is perfect for personal blogging. It features a laconic design, which makes it appropriate both for a man and a woman and does not limit bloggers to a certain subject. Template creators have decided against using unnecessary graphic elements. The visitors of your blog will be able to focus on content and not be distracted by anything else. It supports: Jetpack (logo and favicon), Contact Form 7 and Subscribe2.
 * White Paper WordPress Theme, Copyright 2013 JustPX
 * White Paper is distributed under the terms of the GNU GPL
 * Tags: white, one-column
 * Text Domain: whitepaper
 * License: GNU General Public License v3.0
 * License URI: http://www.gnu.org/copyleft/gpl.html
*/

@charset "utf-8";

*{
	margin:0; 
	padding:0;
}



.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

.bypostauthor{
}
.sticky {
	border-bottom: none;
	border: 1px solid #9D9D9D;
	padding: 16px;
}
.wp-caption{
	background: #fff;
	border: 1px solid #9D9D9D;
	max-width: 100%;
	padding: 4px 4px 4px 4px;
	text-align: center; 
	margin: 6px;
}
.wp-caption img {
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 16px;
	margin: 0;
	padding: 6px 0 0 0;
}
.wp-caption.alignnone{
	margin: 4px 10px 10px 0px;
}
.wp-caption.alignleft{
	margin: 4px 10px 10px 0px;
}
.wp-caption.alignright{
	margin: 5px 20px 0px 0;
}
.wp-caption-text {
	margin: 0 0 6px;
}
::selection {
	background: #2ab4ed;
	color: #232122;
}
															/* gallery start*/
.gallery {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
}
.gallery .gallery-item {
	overflow: hidden;
	float: left;
	margin: 0;
	text-align: center;
	list-style: none;
	padding: 0;
}
.gallery .gallery-row {
	display:block;
	clear: both;
	overflow: hidden;
	margin: 0;
}
.gallery .gallery-item img, 
.gallery .gallery-item img.thumbnail {
	max-width: 100%;
	height: auto;
	padding: 1%;
	margin: 0 auto;
}
.gallery-caption {
	margin-left: 0;
}															/* gallery end*/

body{
	background:#fff;
	word-wrap: break-word;
	font-family: 'Open Sans',sans-serif;
	font-weight: 400;
}	
.main{
	width:960px; 
	margin:0 auto;
}
.head{
	height:100%;
	padding: 50px 0 40px 0;
}

.head a{
	font-size: 48px;
	color:#232324; 
	text-decoration:none; 
	margin:20px 10px 0 0;
}	
.head a:hover{
	font-size: 48px;
	text-decoration:none; 
	margin:20px 10px 0 0;

	color:#6da3bd;
    -webkit-transition:color 500ms ease-in;
    -moz-transition:color 500ms ease-in;
    -o-transition:color 500ms ease-in;
    transition:color 500ms ease-in;
}	
.head2 {
	font-size: 18px;
	color:#232324; 
	text-decoration:none; 
	margin:0px 10px 0 0;
}	
.site-title{
	text-align: center;
}
.site-description{
	text-align: center;
}
.site-logo a{
	position:absolute;
    left:50%;
	top:50%;
}



															/* menu start*/
.menu {
	width: 240px;
}

.menu li a {
	text-decoration: none;
	border-bottom:1px solid #232324; 
}

.menu li a:link{
	color: #232324;
	display: block;
	padding: 8px 0 8px 30px;
}

.menu li a:hover {
	color: #fff;
	background: #232324;
	padding: 8px 0 8px 30px; 
}

.menu li a:active {
	color: #fff;
	background: #232324;
	padding: 8px 0 8px 30px; 
}
li.current_page_item {				/* menu active */
	background-color:#232324;
	color:#232122;
	text-decoration:none;
}

li.current_page_item a{				/* menu active */
	text-decoration:none;
	color:#fff;
}															/* menu end */

															/* search start */
.search-main{
	margin: 0 0 0 0;
}	
	
.serch-txt{
	height: 15px;
	background:#fff;
	border:1px solid #232324; 
	width:180px; 
	margin: 0px 8px 0 0;
	padding: 0 0 0 6px;
}

.serch-btn{
	position:relative; 
	top:8px;
}															/* search end */

textarea,
input[type=text],
input[type=email],
input[type=url],
input[type=text_area],
input[type=your-message],
input[type=password]{
	padding: 4px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc;
	border-radius: 0px;
	background: #e6e6e6;
	color: #000;
	cursor: pointer;
	font-size: 16px;
	padding: 6px 14px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #d7d7d7;
    background: #d7d7d7;
}
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus{
    border-color: #b1b1b1;
    background: #b1b1b1;
    color:#fff;
    box-shadow: inset 0 -1px 0 rgba(69, 69, 69, 0.4);
}
.s2_form_widget textarea,
.s2_form_widget input[type=text],
.s2_form_widget input[type=email],
.s2_form_widget input[type=url],
.s2_form_widget input[type=text_area],
.s2_form_widget input[type=your-message],
.s2_form_widget input[type=password]{
	padding: 4px;
	width: 240px;
}
.s2_form_widget input[type="submit"] {
    border-color: #d7d7d7;
    background: #d7d7d7;
    margin-top: 8px;
}
.s2_form_widget input[type="submit"]:hover{
    border-color: #b1b1b1;
    background: #b1b1b1;
    color:#fff;
    box-shadow: inset 0 -1px 0 rgba(69, 69, 69, 0.4);
}



															/* sidebar start*/
.widget {
	margin: 20px 0 0px 0;
}
.widgettitle{
	font-size: 22px;
	color:#000; 
	text-decoration:none;
	padding: 0 0px 0 0;
}

.sidebar-left {
	float: left;
	width: 240px;
	margin-right: 0px;
	color: #232324;
	padding: 0 15px 0 0;
	font-size: 18px;
}
.sidebar-left a{
	color: #232324;
	font-size: 18px;
	text-decoration: none;
}
.sidebar-left a:hover{
	color: #232324;
	text-decoration: none; 
	font-size: 18px;
	text-decoration: underline;
}

.sidebar-left li {
	list-style: none;
}

.sidebar-center {
	float: left;
	width: 250px;
	color: #232324;
	padding: 0 15px 0 15px;
	font-size: 18px;
}

.sidebar-center a{
	color: #232324;
	font-size: 18px;
	text-decoration: none;
}
.sidebar-center a:hover{
	color: #232324;
	text-decoration: none; 
	font-size: 18px;
	text-decoration: underline;
}

.sidebar-center li {
	list-style: none;
}

.sidebar-right {
	width: 425px;
	float: left;
	color: #232324;	
	font-size: 18px;
}

.sidebar-right li {
	list-style: none;
	font-size: 18px;
}

.sidebar-right a{
	color: #232324;
	font-size: 18px;
	text-decoration: none;
}

.sidebar-right a:hover{
	color: #232324;
	text-decoration: none; 
	font-size: 18px;
	text-decoration: underline;
}
															/* sidebar end*/
															
															/* calendar start*/
#wp-calendar {
    border: none;
    margin: 0;
}
#wp-calendar caption {
	padding-bottom: 6px;
	text-align: right;
}
#wp-calendar tbody td:hover {
    background: #e7e7e7;
    color: #393939;
}
#wp-calendar tbody td a {
    display: block;
}
#wp-calendar tfoot #prev, #wp-calendar tfoot #next {
    padding-top: 6px !important;
}
#wp-calendar tfoot #next {
    text-align: right;
}
#wp-calendar th, #wp-calendar td {
	padding: 3px 3px 2px !important;
    border: none;
}
#wp-calendar thead th {
	padding-bottom: 6px !important;
    text-align: center;
}
#wp-calendar tbody .pad {
    background: none;
}
#wp-calendar tbody td {
    text-align: center;
}
#wp-calendar tbody td a:hover {
    background: #e7e7e7;
    color: #393939;
}



														/* calendar end*/

.content-main{
	overflow:hidden; 
	border-bottom:1px solid #232324;
	padding-bottom: 20px;
}	
.content{
	width:100%; 
	float:left; 
	margin:0 0 0 0px;
}		
															/* post start */	
.post{
	margin: 0 0px 15px;
}		
.post p{
	font-size: 18px;
	margin: 0 0 15px;
}

.post a{
	color:#232324; 
	text-decoration:underline;
	font-size: 18px;
}	

.post a:hover{
	color:#232324; 
	text-decoration:none;
	font-size: 18px;
}	
.post:after { 
   content: "";
   display: block; 
   clear: both;
}

::-webkit-scrollbar {
	width: 12px;
	background: #fff;
    }
::-webkit-scrollbar-thumb {
    background: #9D9D9D;
}
.categories{
	font: normal 13px sans-serif;
	padding: 4px 0 4px 0;
}
.categories a{
	font: normal 13px sans-serif;
	padding: 4px 0 4px 0;
	color:#888894;
	text-decoration: none;
}
.categories a:hover{
	font: normal 13px sans-serif;
	padding: 4px 0 4px 0;
	color:#6da3bd;
}
.post-main{
	border-bottom:1px solid #9D9D9D;
	margin:0 0 20px 0;
}
.wp-post-image{
	float:left; 
	margin:0 15px 15px 0;
}

.post-main h1{
	font-size: 24px;
	font-family:'Open Sans',sans-serif;
	color:#232324; 
	padding: 5px 0 8px 0px; 
	margin: 0 0 5px 0;
}
.post-main h1 a{
	font-size: 22px;
	color:#000; 
	text-decoration:none;
	padding: 0 0px 0 0;
}
.post-main h1 a:hover{
	font-size: 22px;
	color:#232324; 
	text-decoration:underline;
}	
.post-main h1 span{
	font-size: 12px;
	color:#232324;
	float: right;
	padding: 6px 0px 0 0;
}
.post-main h1 span a{
	font-size: 12px;
	color:#232324;
	float: right;
	padding: 0 0px 0 0;
}
.post-main h1 span a:hover{
	font-size: 12px;
	color:#232324;
	float: right;
	padding: 0 0px 0 0;
}
.post-main h2{
	font-size: 22px;
	color:#232324; 
	padding: 5px 0 8px 0px; 
	margin: 0 0 5px 0;
}
.post-main h2 a{
	font-size: 22px;
	color:#232324; 
	text-decoration:none;
	padding: 0 0px 0 0;
}
.post-main h2 a:hover{
	font-size: 22px;
	color:#232324; 
	text-decoration:underline;
}
.post-main h2 span{
	font-size: 22px;
	color:#232324;
	float: right;
	padding: 0 0px 0 0;
}

.post-main h3{
	font-size: 20px;
	color:#232324; 
	padding: 5px 0 8px 0px; 
	margin: 0 0 5px 0;
}
.post-main h3 a{
	font-size: 20px;
	color:#232324; 
	text-decoration:none;
	padding: 0 0px 0 0;
}
.post-main h3 a:hover{
	font-size: 20px;
	color:#232324; 
	text-decoration:underline;
}
.post-main h3 span{
	font-size: 20px;
	color:#232324;
	float: right;
	padding: 0 0px 0 0;
}

.post-main h4{
	font-size: 18px;
	color:#232324; 
	padding: 5px 0 8px 0px; 
	margin: 0 0 5px 0;
}
.post-main h4 a{
	font-size: 18px;
	color:#232324; 
	text-decoration:none;
	padding: 0 0px 0 0;
}
.post-main h4 a:hover{
	font-size: 18px;
	color:#232324; 
	text-decoration:underline;
}
.post-main h4 span{
	font-size: 18px;
	color:#232324;
	float: right;
	padding: 0 0px 0 0;
}
.post-main h5{
	font-size: 16px;
	color:#232324; 
	padding: 5px 0 8px 0px; 
	margin: 0 0 5px 0;
}
.post-main h5 a{
	font-size:16px;
	color:#232324; 
	text-decoration:none;
	padding: 0 0px 0 0;
}
.post-main h5 a:hover{
	font-size: 16px;
	color:#232324; 
	text-decoration:underline;
}
.post-main h5 span{
	font-size: 16px;
	color:#232324;
	float: right;
	padding: 0 0px 0 0;
}
.post-main h6{
	font-size: 14px;
	color:#232324; 
	padding: 5px 0 8px 0px; 
	margin: 0 0 5px 0;
}
.post-main h6 a{
	font-size: 14px;
	color:#232324; 
	text-decoration:none;
	padding: 0 0px 0 0;
}
.post-main h6 a:hover{
	font-size: 14px;
	color:#232324; 
	text-decoration:underline;
}
.post-main h6 span{
	font-size: 14px;
	color:#232324;
	float: right;
	padding: 0 0px 0 0;
}
.nav-previous {
	float: left;
	width: 50%;	
	height: 20px;
	margin: 26px 0 26px 0;
}
.nav-previous a {
	color: #9D9D9D;
	text-decoration:none;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
	height: 20px;
	margin: 26px 0 26px 0;
}
.nav-next a {
	color: #9D9D9D;
	text-decoration:none;
}
															/* navigation */
.navigation{
	text-align:center;
	border:0px !important;
}
.navigation a{
	color:#232324;	
	border:0px !important;
}
.navigation a:hover,
.navigation .current{
	text-decoration:none;
	color:#fff;
	background:#232324;
}
.navigation .pages{
	color:#232324;
	border:0px !important;
}
.navigation .alignleft{
	float: left;
}
.navigation .alignright{
	float: right;
}
.navigation .alignright a,
.navigation .alignleft a{
	color:#fff;
	background:#232324;
	text-decoration:none;
	padding: 10px;
}
.navigation .alignright a:hover,
.navigation .alignleft a:hover{
	color:#232324;
	background:#fff;
	text-decoration:none;
	padding: 10px;
	text-decoration: none;
    -webkit-transition:background 250ms ease-in;
    -moz-transition:background 250ms ease-in;
    -o-transition:background 250ms ease-in;
    transition:background 250ms ease-in;
}

.nav a,
.nav a{
	color:#fff;
	background:#232324;
	text-decoration:none;
	padding: 10px;
}
.nav a:hover,
.nav a:hover{
	color:#232324;
	background:#fff;
	text-decoration:none;
	padding: 10px;
}

img{
    max-width:100% !important;
    height:auto;
}

ol{
	list-style-type:decimal;
	margin: 0 0 0 22px;
}

kbd{
	color:#232324;
	display:inline-block;
	font-size: 11px;
	line-height:1.4;
}

pre {
	white-space: pre-wrap;  
	white-space: -moz-pre-wrap;  
	white-space: -pre-wrap;      
	white-space: -o-pre-wrap;    
	word-wrap: break-word;       
	color:#fff;
	background-color: #232324;
	padding: 10px;
	word-wrap: break-word;
}  
tt{
	color:#232324;
	display:inline-block;
	font-size: 11px;
	line-height:1.4;
}

img.alignnone {
	max-width: 100%;
}
	
.alignnone {
	max-width: 100%;
}	
hr {
	border-bottom:0px solid #9D9D9D;
}	


blockquote {
	padding: 0 20px 0 20px;
	border-left: 4px solid #9D9D9D;
}
ins {
	background-color: #9D9D9D;
	padding: 0 2px;
	color: #fff;
	text-decoration: none;
}

table{
	border-collapse:collapse;
	width: 100%;
}
table, td, th{
	font-size: 20px;
	border:1px solid #9D9D9D;
	padding: 4px;
}

dl {
	font-size: 20px;
	padding: 0 10px;
}
dt{
	font-size: 20px;
	padding: 10px;
}
dd{
	font-size: 20px;
	padding: 0 10px;
}
fieldset{
	border: 0px;
}
.tagcloud a:hover{
	color:#6da3bd;
	text-decoration: none;
    -webkit-transition:color 250ms ease-in;
    -moz-transition:color 250ms ease-in;
    -o-transition:color 250ms ease-in;
    transition:color 250ms ease-in;
}
.post-main ul{
	padding-left: 19px; 
	margin: 0px;
	list-style-type:square;
	background-repeat: no-repeat;
	font-size: 20px;
}
.post-main ul li{
	list-style-type:square;
	background-repeat: no-repeat;
	background-position: 0px 5px; 
	padding-left: 14px; 
	font-size: 18px;
}

.post-main .tagi {
	font-size: 13px;
	color:#232324;
	padding: 0 8px 0 0px;
	float: left;
}
.post-main .tagi a{
	font-size: 13px;
	color:#888894;
	padding: 0 1px 0 0px;
	text-decoration: none;
}
.post-main .tagi a:hover{
	font-size: 13px;
	color:#6da3bd;
	padding: 0 1px 0 0px;
}
															/* Comment start*/												
.entry-comments{
	font-size: 13px;
	color:#232324;
	padding: 3px 1px 0 0px;
	float: right;
}
.entry-comments a{
	font-size: 13px;
	color:#232324;
	padding: 3px 1px 0 0px;
	float: right;
}
.entry-comments a:hover{
	font-size: 13px;
	color:#232324;
	padding: 3px 1px 0 0px;
	float: right;
}
#reply-title{
	display: none;
}											
.says{
	color: #232324;
	font-size: 14px;
}

#respond p {
   margin: 10px 0;
}

p.comment-form-author,
p.comment-form-email,
p.comment-form-url {
   display: block;
   float: left;
   margin: 0 10px 0 5px;
   width: 33%;
}

.avatar{
	float: left;
	padding-right: 6px;
	width: 42px;
	height: 42px; 
}

#respond .comment-notes {				/* Your email address will not be published. Required fields are marked */
	display:none;
	/*color: #232324;
	font-size: 14px;
	*/
}

#respond textarea {
	border: 1px solid #232324;
	margin: 4px 0 4px 0;
	padding: 8px 8px 8px 8px;
}
#respond textarea {
	display: block;
	width: 98%;
	background: #fff;
}

#respond input[type=text]{
	border: 1px solid #232324;
	margin: 4px 0 4px 0;
	padding: 8px 8px 8px 8px;
}

#respond input[type=text]{
	display: block;
	width: 90%;
	background: #fff;
}

#respond .form-allowed-tags {		/* HTML tag del */
	display: none;
	color: #fff;
}
.comment{
	position: relative;
}

.commentlist .comment{
	list-style-type: none;
	margin: 40px 0;
	padding-left: 20px;
}

.comment .comment-meta {
	font-size: 12px;
	color:#232324;
	position: absolute;
	right: 1px;
	top: 10px;
}

.comment .comment-meta a{
	font-size: 12px;
	color:#232324;
}
.comment-reply-link a{
	font-size: 12px;
	color:#232324;
}

#respond input#submit:hover  {			/* button */
	background: #232324;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}
#respond input#submit {				/* button */
	border: 1px solid #232324;
	font-size: 20px;
	padding: 6px 6px 6px 6px;
	color: #232122;
	background:#fff; 
	cursor: pointer;
}															/* Comment end*/

															/* footer start */					
.footer{
	overflow:hidden; 
	padding: 0px 0px 10px 0px;
}

.footertext{
	font-size: 14px;
	float:left;
	padding: 12px 0 0 0;
}					

.footertext a{
	font-size: 14px;
	color:#232324; 
	text-decoration:none; 
	margin:12px 0px 0 0;
}	

.mlogo{
	float:right;
	padding: 12px 0 0 0;
}					

.mlogo a{
	font-size: 14px;
	color:#232324; 
	text-decoration:none; 
	margin:12px 0px 0 0;
}														/* footer end */	
	
.alignleft {
	display: inline;
	float: left;
	margin: 0px 12px 4px 0;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	display: inline;
	float: right;
}

														/* Responsive */
.row { margin-bottom: 0px }

[class*="span"]{
	float: left;
	display: inline;
	}

@media only screen and (max-width: 990px) {
	.main { width: 750px;}
	.span1 { width: 300px } 
	.span2 { width: 360px } 
	.serch-txt{width: 312px}
	.commentmetadata{ display:none;	}
	#respond textarea {	width: 90%;	}
	#respond input[type=text]{	width: 90%;	}
	.sidebar-center {padding: 0px 15px 0px 0px;}
	.menu {	width: 360px;}
	.sidebar-right {width: 752px;}
}
@media only screen and (max-width: 900px) {
	.main { width: 600px;}
	.span1 { width: 300px } 
	.span2 { width: 592px } 
	.serch-txt{width: 544px}
	.commentmetadata{ display:none;	}
	#respond textarea {	width: 90%;	}
	#respond input[type=text]{	width: 90%;	}
	.menu {	width: 600px;}
	.sidebar-center {padding: 0px 15px 0px 0px;}
}

@media only screen and (max-width: 750px) {
	.main { width: 440px;}
	.span1 { width: 300px } 
	.span2 { width: 432px } 
	.serch-txt{width: 384px}
	.sidebar-center {padding: 0px 15px 0px 0px;}
	.commentmetadata{ display:none; }
	#respond textarea {	width: 90%;	}
	#respond input[type=text]{	width: 90%;	}
	.menu {	width: 440px;	}
}

@media only screen and (max-width: 550px) {
	.main { width: 300px;}
	.span1 {	width: 300px } 
	.span2 { width: 290px } 
	.serch-txt{width: 242px}
	.sidebar-center {padding: 0px 0px 0px 0px;}
	.commentmetadata{ display:none;	}
	#respond textarea {	width: 90%;	}
	#respond input[type=text]{width: 90%;}
	p.comment-form-author,p.comment-form-email,p.comment-form-url {   display: block;   float: left;   margin: 0 10px 0 5px;   width: 30%;}
}