body {
	font-size: 13px;
	font-family: arial,helvetica,verdana,sans-serif;
	margin: 0;
	padding: 0;
	background: #9dacbe url('images/site-bg.gif') repeat-x;
}

* {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

h2, h2 a {
	display: inline;
	color: #2e558d;
	font-family: georgia,tahoma,times;
	font-size: 21px;
	font-weight: normal;
	border-bottom: 1px solid #cbd4e2;
	text-decoration: none;
}

h3 {
	color: #2e558d;
	margin-bottom: 6px;
	font-family: georgia,tahoma,times;
	font-size: 14px;
	font-weight: normal;
}

#ads {
	background: #edf2f7;
	padding: 14px;
	margin: 0 20px 20px 20px;
	font-weight: bold;
	color: #707e8c;
}

#ads a {
	color: #d90e0e;
	text-decoration: none;
}
#ads a.b {
	color: #395999;
}

#ads .star {
	background: url(star.png) no-repeat;
	width: 80px;
	height: 67px;
	font-weight: bold;
	font-size: 17px;
	text-align: center;
	color: #fff;
	padding-top: 13px;
}
#ads .star span {
	font-size: 11px;
	font-weight: normal;
}

#ads div.f {
	float: left;
	margin-right: 30px;
}

#mainWrap {
	font-size: 0;
	width: 1024px;
	background: url('images/main-bg.png') no-repeat;
}

#nav {
	position: relative;
	height: 50px;
	width: 900px;
	font-size: 13px;
	margin: 0 62px 0 62px;
	background: url('images/navi-bg.png');
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav li {
	list-style: none;
	float: left;
	background: url('images/nav-line.png') top right no-repeat;
}

#nav li a {
	font-size: 13px;
	text-decoration: none;
	display: block;
	color: #0f2e4d;
	padding: 18px 20px 17px 20px;
}

#nav li a:hover {
	background: url('images/nav-active.png');
	margin-right: 2px;
	padding-right: 18px;
}

#swiss {
	font-size: 9px;
	position: absolute;
	text-align: right;
	top: 6px;
	color: #888;
	right: 20px;
}

#main {
	font-size: 13px;
 	margin: 0px 62px;
	background: #fff;
}

#head {
	width: 900px;
	height: 200px;
	padding: 20px;
	background: url('images/logo.png') 20px 20px no-repeat;
}

#content {
	width: 650px;
	float: left;
}

#sidebar {
	float: left;
	background: #fff url('images/sidebar-bg.png') no-repeat;
	padding-left: 23px;
	width: 227px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul ul {
	background: #ecf2f7;
	padding: 10px 20px;
	font-size: 12px;
}

#sidebar h2 {
	display: block;
	margin: 0;
	padding: 10px 20px;
	background: #b4cae1;
	color: #fff;
	font-family: georgia,tahoma,times;
	font-size: 16px;
	font-weight: normal;
}

#sidebar li li a {
	color: #707e8c;
	text-decoration: none;
}

.widget_tag_cloud div {
	padding: 10px 20px;
	background: #ecf2f7;
}
.widget_tag_cloud a {
	color: #707e8c;
	text-decoration: none;
}

#footer {
	background: #9dacbe;
	color: #fff;
	font-size: 11px;
	padding: 10px 20px;
}

#footer a {
	color: #fff;
}

.entry {
	text-align: justify;
	padding: 0 0 20px 20px;
}

.entryBox {
	background: url('images/entry-bg.png') repeat-y;
}

.entryContent {
	font-size: 12px;
	color: #707e8c;
	padding: 30px 30px 0 10px;
	background: url('images/entry-box.png') no-repeat;
}

.entry a {
	color: #2e558d;
}

.entry .date {
	padding-top: 8px;
	font-size: 11px;
	color: #2e558d;
}

.entryFooter {
	padding: 10px 30px 10px 10px;
	font-size: 11px;
}

.entryFooter .right {
	float: right;
}

.entryFooter .left {
	float: left;
}

.entryFooter strong {
	font-family: georgia,tahoma,times;
	color: #2e558d;
	font-size: 14px;
}

.entryFooter span {
	color: #fff;
	background: #b6d4f2;
	font-size: 11px;
	padding: 2px 5px;
}

.entryFooter span a {
	color: #fff;
	text-decoration: none;
}

.entry p {
	margin-bottom: 12px;
}

.comment {
	background: #b4cae1;
	padding: 10px;
}

.commentBody {
	padding: 10px;
	background: #fff;
	width: 500px;
	float: left;
}

.commentAvatar {
	width: 50px;
	float: left;
}

.commentAvatar img {
	border: 4px solid #fff;
}

.wp-caption {
	font-size: 10px;
	color: #000;
	border: 1px solid #b4cae1;
	background: #fff;
	padding: 8px 4px 4px 4px;
	-moz-border-radius: 3px;
}

.wp-caption img {
	margin-bottom: 4px;
}

p.wp-caption-text {
	margin-bottom: 0;
}

.aligncenter {
	text-align: center;
	margin: 0 auto;
	margin-bottom: 12px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.cl {
	clear: left;
}

.cb {
	clear: both;
}


