*{
	margin: 0;
	padding: 0;
}

body, html{
	color: #000000;
	font-family: Arial,sans-serif;
	font-size: 13px;
	line-height: 160%;
	margin: 0;
	padding: 0;
}

a{
	color: #0066cc;
	text-decoration: none;
	outline-color: invert;
	outline-style: none;
}

a img{
	border: 0;
}

a:hover{
	color: #ff5400;
}

/*------------------------ Container & Main ------------------------*/

#container{
	width: 1120px;
	background: #ffffff;
	margin: 0 7%;
}

#main{
	float: left;
	width: 700px;
	overflow:hidden;
	padding-top: 20px;
	padding-bottom: 0px;
}

.post{
	margin-bottom: 40px;
	font-size: 14px;
	text-align: left;
}

.title {

}

.title h2 {
	line-height: 120%;
}

.title h2 a{
	color: #3d8bb0;
	font-size: 20px;
	line-height: 160%;
}

.title h2 a:hover{
	color: #e10404;
}

.title .postmeta a:hover{
	color: #db5104;
}

.post p{
	margin: 5px 0;
	padding: 5px 20px 5px 0;
}

.post ul, .post ol{
	margin: 10px 0 10px 0;
	padding-left: 40px;
	padding-right: 40px;
}

.post li{
	padding: 2px 0 2px 0;
}

.entry {
	margin: 20px 0 5px 0;
	padding-bottom: 5px;
	border-bottom: 1px dashed #cccccc;
}

.entry a {
	text-decoration: none;
	color: #0066cc;
	/*border-bottom: 1px dotted #0066cc;*/
}

.entry a:hover {
	text-decoration: underline;
	color: #db5104;
	/*border-bottom: 1px solid #db5104;*/
}

.alignleft {
	padding-right: 5px;
	float:left;
	text-align:left;
}

.alignright {
	padding-left: 5px;
	float:right;
	text-align:right;
}

/*------------------------ Sidebar ------------------------*/

#sidebar {
	float: right;
	width: 400px;
	overflow: hidden;
	border: 0px;
	border-top: 0;
	background: #ffffff;
	line-height: 160%;
	margin-top: 50px;
	margin-right: 7%;
	margin-bottom: 20px;
	
}

/*------------------------ Page Template ------------------------*/

.title_page{
	margin-bottom: 20px;
	margin-top: 10px;
}

.title_page h2{
	font-size: 20px;
	line-height: 180%;
	color: #3e606f;
}
