body {
	margin: 0;
	padding: 0;
	text-align: justify;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea {
	padding: 5px;
	border: 1px solid #626262;
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-weight: bold;
}

h1 {
	font-size: 25px;
}

h2 {
	font-size: 20px;
}

h3 {
	margin-bottom: 2em;
	font-size: 14px;
	font-weight: bold;
}

p, ol, ul {
	margin: 0 0 1em 0;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}

a {
	text-decoration: none;}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 8px 20px 0px 0px;
}


/* Header */

#wrapper {
	width : 100%;
}

#wrapper2 {
}

#header {
	width: 900px;
	height: 186px;
	margin: 0;
}

#logo h1 {
	padding: 10px 10px 10px 30px;
	font-size: 30px;
	text-transform : uppercase;
}

#logo p {
	margin: 0px;
	padding: 0 0 10px 30px;
	line-height: normal;
	font-size: 18px;
	width : 380px;
	font-family : "Times New Roman", Times, serif;
	font-style : italic;
	font-weight : bold;
	text-align : justify;
}

#logo a {
	text-decoration: none;
	font-weight: bold;
}

/* Search */

#search {
	padding-left:25px;
	margin-bottom : 13px;
}

#search input.textbox {
	width: 320px;
	font: normal 1em/100% Arial, Helvetica, sans-serif;
	padding: 5px;
	margin : 0px;
	vertical-align : top;
}
#search input.go {
	width: 32px;
	height: 32px;
	background: none;
	border : 0px;
	padding : 0px;
	margin : 0px 0px 0px 5px;
	vertical-align : top;
}

/* Menu */

#menu {
	width: 100%;
	height: 45px;
	margin: 0;
}

#menu ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width : 895px;
	padding-top : 8px;
}

#menu li {
	display: inline;
	text-transform: uppercase;
	height: 45px;
}

#menu a {
	display: block;
	float: left;
	padding: 6px 25px 6px 25px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

/* Page */

#page {
	width: 930px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Ads */

#ads {
	float: left;
	width: 180px;
	padding: 0 10px 0 10px;
}

/* Content */

#content {
	width: 470px;
	float : right;
}

.post {
	margin-bottom: 20px;
	padding : 5px 10px;
}

.post .title p {
	margin: 0;
	line-height: normal;
}

.post .entry {
	padding-top: 30px;
}

.post .links {
	width: 410px;
	height: 29px;
	margin: 0;
	padding: 6px 0 0 20px;
}

.post .links a {
	padding: 0 23px;
	text-decoration: none;
	font-weight: bold;
}

.post .links a:hover {
	text-decoration: underline;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 249px;
	padding-right : 10px;
	text-align : right;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding: 15px 20px;
}

#sidebar li ul.category_list {
	line-height: 200%;
}

#sidebar li li {
	margin: 0;
	padding-left: 15px;
	padding-bottom: 5px;
}

#sidebar h2 {
	width: 210px;
	height: 30px;
	padding: 5px 0 0 35px;
	letter-spacing: -1px;
	font-size: 1.6em;
}
#sidebar a {
	font-weight: bold;
}


/* Footer */

#footer {
	clear: both;
	width: 950px;
	margin: 0 auto;
	padding: 30px 0;
}

#footer p {
	margin: 0 0 5px 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
}

#footer a {
	text-decoration: none;
}

/* Color */

body {
	color: #000;
	background: #F3F7FA url(../images/img01.jpg) repeat-x left top;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	color: #A90000;
}

a {
	color: #49351F;
}

a:hover {
	color: #F4290C;
}

img.left {
	border: 1px solid #5D7BA4;
	padding : 2px;
}

#wrapper {
	background: url(../images/img02.jpg) no-repeat right top;
}

#header {

}

#logo p {
	color: #000;
}

#logo a {
	color: #a90000;
}

#logo a span {
	color: #49351F;
}

#logo a:hover {
	color: #49351F;
}

#logo a:hover span  {
	color: #a90000;
}

#search input.textbox {
	background: #FFF;
	color: #cc6600;
	border: 2px solid #D4E2EB;
}

#menu a {
	background: url(../images/img03.gif) no-repeat left 4px;
	color: #49351F;
}

#menu a:hover {
	color: #cc6600;
	background-color : #FFF;
}

#page {
}

.post {
	background-color : #D4E2EB;
	border-top: 1px #5D7BA4 solid;
	border-bottom: 1px #5D7BA4 solid;
}

#content {

}

.post .title h2 {
	color: #CF3822;
}

.post .title p {
	color: #333;
}

.post .title p a {
	color: #A90000;
}

.post .links a {
	color: #CF3822;
}

.post .links a:hover {
	color: #CF3822;
}

.post .links .more {
	background: url(../images/img07.gif) no-repeat;
}

.post .links .comments {
	background: url(../images/img08.gif) no-repeat;
}

#sidebar li li {
	background: url(../images/img04.gif) repeat-x left bottom;
}

#sidebar h2 {
	background: url(../images/clean.png) no-repeat left 70%;
	border-bottom: 1px solid #5D7BA4;
	color: #49351F;
}
#sidebar a {
	color: #476389;
}

#sidebar a:hover {
	color: #F4290C;
}

#footer {
	border-top: 1px solid #5D7BA4;
}

.clen {
clear : both;
}

ul.rsx-page-num-list{
display:inline;
list-style:none;
margin:0px;
padding:0px;
clear : both;
} 

ul.rsx-page-num-list li { 
display: inline;
background : none;
}

ul.rsx-page-num-list li a{
margin:0 2px;
background: #F16E5B;
padding: 1px 3px;
border: 1px solid #F16E5B;
color: #FFF;
}

ul.rsx-page-num-list li span.unlinked{
color: #9D080D;
margin:0 2px;
padding: 1px 3px;
border: 1px solid #9D080D;
background: #FFF;
}