body {
	margin: 0;
	padding: 0;
	text-align: justify;
	font: 13px/16px "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: normal;
}

h1 {
	font-size: 2.6em;
}

h2 {
	font-size: 2em;
}

h3 {
	margin-bottom: 2em;
	font-size: 1em;
	font-weight: bold;
}

ol, ul {
	margin: 0 0 2em 0;
	line-height : 200%;
}

p {
	margin: 0 0 12px 0;
	line-height : 160%;
}

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%;
	padding-bottom : 30px;
}

#wrapper2 {
}

#header {
	width: 900px;
	height: 185px;
	margin: 0 auto;
}

#logo h1 {
	padding: 20px 0px 0 0;
	font-size: 24px;
	text-transform : uppercase;
}

#logo p {
	margin: 0px;
	padding:0 0 20px 0;
	font-size: 20px;
	font-weight: bold;
}

#logo a {
	text-decoration: none;
	font-weight: bold;
}

/* Search */

#search {
	float: left;
	clear : both;
	vertical-align : top;
}

#search input.textbox {
	width: 300px;
	font: normal 13px/15px Arial, Helvetica, sans-serif;
	padding: 2px;
	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;
}

#menu li {
	display: inline;
	text-transform: uppercase;
}

#menu a {
	display: block;
	float: left;
	padding: 6px 30px 6px 15px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

/* Page */

#page {
	width: 890px;
	margin: 0 auto;
	padding: 0;
}

/* Ads */

#ads {
	float: left;
	width: 160px;
	padding: 0 10px 0 0;
}

/* Content */

#content {
	float: left;
	width: 450px;
}

.post {
	margin-bottom: 20px;
	padding : 5px 10px;
}

.post .title h2 {
	font-size: 24px;
	line-height: 28px;
}

.post .title p {
	margin: 5px 0 0 0;
	line-height: normal;
}

.post .entry {
	padding-top: 20px;
}

.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: right;
	width: 240px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding: 15px 20px;
	line-height: 200%;
}

#sidebar li li {
	margin: 0;
	padding-left: 15px;
	padding-bottom: 5px;
}

#sidebar h2 {
	width: 210px;
	height: 30px;
	padding: 5px 0 0 30px;
	font-size: 20px;
}
#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 {
	background: #021F3A url(../images/img01.jpg) repeat-x right top;
	color: #d1d1e1;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	color: #CCCCFF;
}

a {
	color: #ABC9E7;
}

a:hover {
	color: #FBAF5C;
}

img.left {
	border: 2px solid #575441; 
}

#wrapper {
	background: url(../images/img02.jpg) no-repeat right top;
}

#header {
}

#logo p {
	color: #FBAF5C;
}

#logo a {
	color: #FFFFFF;
}

#logo p a {
	color: #66CCFF;
}

#search input.textbox {
	background: #FFF;
	color: #061422;
	border: 2px solid #021F3A;
}

#menu a {
	background: url(../images/img03.gif) no-repeat left 17px;
	color: #FFFFFF;
}

#menu a:hover {
	color: #FBAF5C;
}

#page {
}

.post {
	background-color : #00152B;
	border-bottom: 2px #ABC9E7 solid;
}

#content {

}

.post .title h1 {
	color: #FFF;
}

.post .title p {
	color: #d1d1e1;
}

.post .title p a {
	color: #6B90B7;
}

.post .links a {
	color: #66CCFF;
}

.post .links a:hover {
	color: #6B90B7;
}

.post .links .more {
	background: url(../images/copy.png) no-repeat;
}

.post .links .comments {
	background: url(../images/edit.png) no-repeat;
}

#sidebar li li {
	border-bottom: 1px #ABC9E7 dotted;
}

#sidebar h2 {
	background: url(../images/app.png) no-repeat left 60%;
	color: #FFF;
}
#sidebar a {
	color: #66CCFF;
}
#sidebar a:hover {
	color: #FBAF5C;
}

#footer {
	border-top: 2px solid #ABC9E7;
}

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: #6B90B7;
padding: 2px 3px;
border: 1px solid #00152B;
color: #00152B;
}
ul.rsx-page-num-list li span.unlinked{
color: #00152B;
margin:0 2px;
padding:2px 3px;
border: 1px solid #00152B;
background: #CCCCFF;
}