* {
	margin: 0;
	padding: 0;
}

body {
	background: url("images/back.jpg");
}

#header {
	border: 0px solid lightgray;
	margin: 10px auto;
	font-size: 24px;
	font-family: Times New Roman;
	font-weight: bold;
	color: black;
	width: 1000px;
	height: 55px;
}

#title {
	float: left;
	width: 400px;
}

#service {
	float: right;
	width: 300px;
}

#service form {
	float: left;
	width: 268px;
	margin-top: 12px;
}

#service img {
	float: right;
	width: 32px;
	margin-top: 12px;
}

a {
	color: black;
	text-decoration: none;	
}

a:hover {
	color: gray;
	text-decoration: underline;	
}

#main-top {
	background-image: url(images/content_back_top.png);
}

#main-bottom {
	background-image: url(images/content_back_bottom.png);
}

#main {
	background-image: url(images/content_back.png);
}

#menu {
	background-image: url(images/content_back.png);
}

.page_item {
	float: left;
	margin: 5px;
	padding: 5px;
	width: 65px;
	border: 1px solid gray;
	text-align: center;
	font-family: "Tahoma";
	font-size: 12px;
	background-color: lightgray;
}

.imgarticle {
	margin: 0 10px 0 0;
	float: left;
}

.entry table th {
	margin: 5px;
	padding: 5px;
	border: 1px solid gray;
	text-align: center;
	font-family: "Tahoma";
	font-size: 16px;
	background-color: lightgray;
	font-weight: bold;
}

.entry table {
	width: 980px;
	margin: 0 auto;
}

.entry table td {
	border: 1px solid gray;
	font-family: tahoma;
	font-size: 13px;
	padding: 10px;
	width: 325px;
}

.most-popular ul {
	margin-left: 10px;
}

.most-popular ul li {
	margin-bottom: 10px;
}

#footer {
	width: 1000px;
	margin: 10px auto;
	border: 0px;
	font-family: "Tahoma";
	font-size: 12px;
}

.pagetitle {
	font-family: "Tahoma";
	font-size: 16px;
	font-weight: bold;
	margin: 13px;
}

.breadcrumb, .tags {
	font-family: "Tahoma";
	font-size: 12px;
	font-weight: normal;
	margin-left: 13px;
}

.post h2 {
	font-family: "Tahoma";
	font-size: 18px;
	font-weight: bold;
	margin: 13px;
}

.preview-image {
	float: left;
	margin: 0 10px 0 0;
}

.stat {
	font-family: "Tahoma";
	font-size: 14px;
	padding: 0 30px 0 20px;
}

/*===== o0o: PAGE NUMBERS =====*/
#wp_page_numbers ul,#wp_page_numbers li,#wp_page_numbers a {
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	text-transform: none;
	text-indent: 0px;
	font-variant: normal;
	text-align: left;
	line-height: 12px;
	letter-spacing: 0px;
	word-spacing: 0px;
}

#wp_page_numbers {
	margin-top: 20px;
	width: 100%;
}

#wp_page_numbers ul {
	border-top: 1px solid #ccc;
	width: 100%;
}

#wp_page_numbers li {
	float: left;
	display: block;
}

#wp_page_numbers a {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	color: #000;
	font-family: Arial;
	font-size: 12px;
}

#wp_page_numbers li a:hover {
	color: gray;
}

#wp_page_numbers li.space {
	font-size: 12px;
	font-family: Arial;
	color: #000;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;

}

#wp_page_numbers li.first_last_page {
	font-style: italic;
}

#wp_page_numbers li.active_page a {
	color: #fff;
	background: lightgray;
}

#wp_page_numbers li.active_page a:hover {
	color: gray; /* IE fix */
}

#wp_page_numbers li.page_info {
	float: left;
	font-size: 12px;
	font-family: Arial;
	color: #000;
	display: block;
	padding: 3px;
	padding-right: 5px;
	margin-left: 13px;
}

.singlepost {
	font-family: "Tahoma";
	font-size: 14px;
	margin: 25px;
}

.singlepost p {
	font-family: "Tahoma";
	font-size: 14px;
	margin-bottom: 5px;
	text-align: justify;
}

.singlepost h2 {
	margin: 10px 0 10px 0;
	font-size: 15px;
	text-align: justify;
}

.singlepost ul {
	margin-left: 18px;
}
