*{
	margin:0px;
	padding:0px;
}
a {
	text-decoration: none
}
h1{
	font: 500 42px/0.8 'TimesNewRoman';
	color: #230991;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
h2{
	font: 200 36px/0.8 'TimesNewRoman';
	color: #230991;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	line-height: 42px;
}
h3{
	font: 300 24px/0.9 'TimesNewRoman';
	color: #230991;
	text-shadow: 2px 3px 1px rgba(0,0,0,0.1);
	font-size: 24px;
	line-height: 30px;
	color: #5656cd;
}
h4{
	font: 500 20px/0.8 'TimesNewRoman';
	color: #230991;
	text-shadow: 2px 3px 2px rgba(0,0,0,0.01);
	font-size: 20px;
	line-height: 24px;
	color: #5656cd;
}
h5{
	font: 200 24px/0.8 'TimesNewRoman';
	color: #230991;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	
}
h6{
	font: 500 16px/0.9 'TimesNewRoman';
	color: #230991;
	text-shadow: 2px 3px 2px rgba(0,0,0,0.01);
	font-size: 16px;
	line-height: 21px;
	color: #5656cd;
}
header, section, footer, aside, nav, article, hgroup{
	display:block;
}
body{
	width:100%;
	display:-webkit-box;
	-webkit-box-pack: center;
}
  body {
   background-image: url("plaid.jpg");
	
  }
#big_wrapper{
	max-width: 1000px;
	margin: 20px 0px;
	display:-webikt-box;
	-webkit-box-orient: vertical;
	-webkit-box-flex: 1;
	background: #FAEBD7;
	border-radius: 15px;
}
#top_header{
	background: #FAEBD7;
	padding: 15px;
	text-align:center;
	border-radius: 15px;
}
#top_header > img{
	border-radius: 15px;
}



#new_div{
	display:-webkit-box;
	-webkit-box-orient:horizontal;
	
}
#main_section{
	-webkit-box-flex: 1;
	margin: 5px 0px 0 0;
	padding: 20px;
}
#main_section header{
	text-align:center;
}
#side_news{
	
	width: 175px;
	margin: 10px 0px;
	padding: 10px;
	background: #FAEBD7;
}
#side_news img{
	float:center;
	margin: 0px 0px 0px 35px;
}
#the_footer{
	text-align:center;
	padding: 20px;
	
}
article > img{
	float:left;
	padding: 7px;
}
.post-content img {
	float: left;   
	margin: -5px 10px 0px 5px;
}
}

.post-content {
	
    margin-left: 20px;
	padding: 0px 0px 0px 0px;
}
.post-content1 {
	margin-left: 250px;
	padding: 0px 0px 0px 0px;
}
.post-content1 img {
	margin-left: -100px;
	padding: 0px 0px 0px 0px;
}
.post-content2 img {
	margin-left: 100px;
	padding: 0px 0px 0px 0px;
}
.post-title {
	padding-left: 115px;
}
.post-title1 {
	padding-left: 260px;
}
#top_menu {
  text-align: center;
  background: #FAEBD7;
}

ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 15px 4px 17px 0;
  list-style: none;
  
}
ul li {
  
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 12px 15px;
  background: #FAEBD7;
  border-radius: 7px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
ul li:hover {
  background: #afa496;
  color: #fff;
}
ul li ul {
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  width: 125px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
 
}
ul li ul li { 
  background: #afa496; 
  display: block; 
  color: #fff;
  border-radius: 7px;
  text-shadow: 0 -1px 0 #000;
 }
 
ul li ul li:hover { background: #e1d3c1; }
ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
#skin{
	width:650px;
	margin:10px;
	padding:1px;
	background: #FAEBD7;
	
	border-radius:10px;
}
#nav{
	margin:5px 0px;	
}

#buttons{
	float:left;
	width:70px;
	height:22px;
}
#defaultBar{
	position:relative;
	float:left;
	width:600px;
	height:16px;
	padding:4px;
	border:1px solid black;
	border-radius:5px;
	background: #c8bcac;
}
#progressBar{
	position:absolute;
	width:0px;
	height:16px;
	background:#4b4640;
}