/* Website template by freewebsitetemplates.com */
/*------------------------- Fonts ------------------------*/
@font-face {
	font-family: 'anticregular';
	src: url('../fonts/antic-regular-webfont.eot');
	src: url('../fonts/antic-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/antic-regular-webfont.woff') format('woff'),  url('../fonts/antic-regular-webfont.ttf') format('truetype'),  url('../fonts/antic-regular-webfont.svg#anticregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*------------------------- Layout styles ------------------------*/
body {
	margin:0;
	background:url(../images/bg-body.jpg);
	
}
#body {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#body a {
	outline:none;
}
#body a img {
	border:0;
	display:block;
}
#body p {
	font-size:12px;
	line-height:24px;
	letter-spacing:0.05em;
	color:#959595;
}
#body p a {
	color:#959595;
}
#body p a:hover {
	color:#1bb5ac;
}
/*------------------------- Header ------------------------*/

/*------------------------- Body ------------------------*/

#body {
	width: 1300px;
}

#body.blog > div:first-child > ul > li {
	background:url(../images/bg-mid.png) repeat-y left top;
	margin: 0 0 30px;
	overflow: hidden;
	position: relative;
}
#body.blog > div:first-child > ul > li span.bg-top {
	background:url(../images/bg-top.jpg) no-repeat left top;
	display:block;
	height:10px;
	width:580px;
	padding-top: 20px;
	
}
#body.blog > div:first-child > ul > li > a {
	display:block;
	float:left;
	margin:8px 20px 0;
}

#body.blog > div:first-child > ul > li > div {
	width:390px;
	margin-left: 108px;
}
#body.blog > div:first-child > ul > li > div h3 {
	color:#e49e06;
	font-family:anticregular;
	font-size:16px;
	font-weight:400;
	line-height:24px;
	margin:2px 0 0;
}
#body.blog > div:first-child > ul > li > div h3 a {
	color:#1bb5ac;
	text-decoration:none;
}
#body.blog > div:first-child > ul > li > div p {
	margin:2px 0 0;
}
#body.blog > div:first-child > ul > li > div > div {
	border-top:1px solid #e5e5e5;
	margin:15px 0 0;
	padding:13px 0 25px;
}
#body.blog > div:first-child > ul > li > div div span:first-child {
	float:left;
}
#body.blog > div:first-child > ul > li > div div span {
	color:#959595;
	float:right;
	font-size:12px;
	letter-spacing:.05em;
}
#body.blog > div:first-child > ul > li span.bg-bottom {
	background:url(../images/bg-bottom.jpg) no-repeat left bottom;
	clear:both;
	display:block;
	height:10px;
	width:580px;
	
}
/* TEST */
.blog {
	margin-left: auto;
	margin-right: auto;
}

.blog ul > li {
	display: block;
	float: left;
	padding-right: 40px;
}

.title{
	width: 1300px;
	display: block;
	float: left;
	
}

.blog img {
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: ;
}

.title {
	text-align: center;
	color: #e49e06;
	font-family: anticregular;
	font-size: 20px;
}
	
/*------------------------ Footer ------------------------*/
