/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #ffffff url(images/img01.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
    background-position-y: 50px;

}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
	list-style-image: url(images/img07.gif);
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Header */

#logo {
	width: 1400px;
	
	height: 65px;
	margin: 0 auto;
}

#logo h1, #logo p {
	margin: 0;
	color: #FFFFFF;
}

#logo h1 {
	float: left;
	padding-top: 10px;
}

#logo p {
	float: right;
	padding-top: 39px;
	font-size: 1.2em;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 1400px;
	max-width: 1400px;
	height: 45px;
	margin: 0 auto;
	background: #F6F6F6;
}

#menu ul {
	margin: 0;
	padding: 5px 0 0 14px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: right;
	height: 29px;
	padding: 11px 30px 0 30px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

#menu a:hover {
	text-decoration: underline;
	color: #000000;
}

#menu .current_page_item a {
	background: url(images/img06.gif) repeat-x;
}

/* Page */

#page {
	width: 1400px;
	max-width:100%;
	margin: 0 auto;
	background: #FFFFFF url(images/img05.gif) repeat-y;
}

#page-bg {
	padding: 11px 24px;
	background: white;/* url(images/img03.jpg) no-repeat*/;
	box-shadow:1px 11px 30px -10px rgb(0 0 0 / 20%)
}

/* Latest Post */

#latest-post {
	padding: 20px;
	/*border: 1px solid #E7E7E7;*/
	font-size:24px;
	padding-bottom:90px;
	padding-top:60px;
	
	
background: url(/pic.jpg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
background-size: cover;
background-position: top right;
color: white;
margin: -10px;	
padding-right: 30%;
	
}

#latest-post a{
	color:white;
	
}

/* Content */

#content {
	float: left;
float: left;
width: calc(100% - 300px);
padding: 20px 0 0 20px;
	padding: 20px 0 0 20px;	
}

.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E7E7E7;
}

.title {
	margin: 0;
}

.title a {
	text-decoration: none;
}

.title a:hover {
	border-bottom: 1px dotted #999999;
}

.byline {
	margin: 0 0 20px 0;
}

.entry {
}

.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
	padding-right: 00px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#sidebar li li {
	padding: 5px 20px 5px 35px;
	background: url(images/img07.gif) no-repeat 20px 50%;
	border-bottom: 1px solid #F3F3F3;
}

#sidebar h2 {
	margin: 0;
	padding: 24px 0 3px 20px;
	border-bottom: 1px solid #E7E7E7;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 1400px;
	max-width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	background: white;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #666666;
}

#footer a {
	color: #666666;
}

input, textarea{
	display:block;
	width:100%;
	border:0px solid black;
	border-bottom:1px solid gray;
}

button{
font-size: 16px;
color: white;
background: #7dc40d;
border: 0px solid;
border-radius: 3px;
padding: 3px 15px;	
}

.img_box{	
padding: 5px;
border: 1px solid #efefef;
text-align: center;
font-size: 20px;
box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
margin-bottom: 10px;
padding-bottom: 10px;
}
.person_box{
	background:white;
	position:sticky;
	top:10px;	
	margin-top:10px;
}
.person_box h2{
	padding-top:5px;
}
.person_box img{
	width: 100%;
}

/**************************************/

div.top_infobar_over {
    background-color: #E74C3C;
    color: #FFFFFF;
}

div.top_infobar {
    width: 1000px;
    max-width: 95%;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0px;
    position: relative;
}