/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*
Template Name: perso
Author: Cosmin Cotor
Author ThemeForest URL: http://themeforest.net/user/cosmincotor
Author Website: http://pixek.com/
Version: 1.0.2
License: Commercial
*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Customized Framework CSS Rules Start                                                               */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
body {
    margin: 0;
}

.body {

	font-family:tahoma;
	background: #3d6325 url(img/BG2.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.body2 {

	font-family:tahoma;
	background: #01448b url(img/sky.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
a {
	color: #28aae1;
}
a:hover{
	color: #f26f17;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

.pageTitle {
	border-bottom: 3px solid #f0f0f0;
	padding-bottom: 15px;
	margin-top: 2px;
	margin-bottom: 16px;
	
}
.blockTitle {
	margin-bottom: 22px;
}

.txtpad {
font-size:14px;
line-height:20px;
padding-right:110px;
}
.centerp{
font-size:14px;
line-height:20px;
}
.imghead{
float:right;
width:100px;
height:100px;
padding-left:10px;
}
.clear{
clear: both;
}

.singlePostPageWrapper {
	margin-bottom: 10px;
	padding-bottom: 3px;
	max-width:900px;
	margin-left: auto;
	margin-right: auto;
}
.transbrdr {
	/*margin-left: 12px;*/
	/*margin-right: 12px;*/
	border-radius: 6px 6px 6px 6px;
	border:10px solid rgba(255, 255, 255, 0.3)!important;
	
}
.singlePostContentWrapper {
	/*background-color: #fff;*/
	padding-top: 18px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 27px;
	background-color: #FFF;
}
.singlePostContentWrapper > *:last-child {
	margin-bottom: 0px;
}

.footerWrapper {
	margin-left: 10px;
	margin-right: 10px;
	overflow: hidden;
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
	border-top: 2px solid rgba(255, 255, 255, 0.2);
	font-size:13px;
	color:#FFF;
	text-align:center;
	padding:5px 0;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.43);
}
.footerWrapper a {
	color: #28aae1;
}

.headbar {
padding-right:20px;
}

/*MEDIA QUERY*/
@media all and (max-width: 499px){

	.centerp{
		font-size:11px;
	}
	.txtpad {
		font-size:11px;
		line-height:20px;
		padding-right:0px;
	}
	.imghead{
		width:30px;
		height:30px;
		padding-left:5px;
	}
	
	.headbar {
	padding-right:20px;
	width:206px;
	height:27px;
	}

}
@media all and (min-width: 500px) and (max-width:799px){
	.centerp{
		font-size:13px;
	}
	.txtpad {
		font-size:13px;
		line-height:20px;
		padding-right:65px;
	}
	.imghead{
		width:60px;
		height:60px;
		padding-left:5px;
	}
}
/*
@media all and (min-width: 900px) and (max-width:1099px){
	#header img {
	height:90px!important;
	}
	.inner{
	width:480px;
	font-size:14px!important;
	}
}
@media all and (min-width: 1100px){
	#header img {
	height:110px;
	}
	.inner{
	width:500px;
	font-size:14px!important;
	}
}
*/
