﻿body {
	font: 62.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color:#888;
	margin:10px 0 0 0;
	background:url(Images/body.jpg) top repeat-y #333;
	background-attachment:fixed;
}

* {
	margin:0;
	padding:0;
}

p a {
	color:#73ACFB;
	text-decoration:none;
	border-bottom:1px solid #f7f7f7;
}
p a:hover {	
	border-bottom:1px solid #f2f2f2;
}

#header {
	width:734px;
	margin:0 auto;
	background:url(Images/header.jpg) top no-repeat;
	padding:11px 0 3px 0 !important;
	padding:11px 0 5px 0;
	height: 62px;
}

#header h1 {
	float:right;
	font:250% Arial;
	letter-spacing:-1px;
	width:350px;
	text-align: right;
	padding: 7px 10px 0 0;
}
#header h1 a {
	color: #99CC00;
	text-decoration: none;
}

#heaver #nav {
}

#header #nav li {
	list-style:none;
	float:left;
	padding:16px 0 !important;
	padding:15px 0;
}

#header #nav li a {
	font:120% Verdana;
	color:#ccc;
	text-decoration:none;
	margin:0 5px 0 0;
	padding:16px 8px;
}
#header #nav li a em {
	font-style:normal;
	text-decoration:underline;
}

#header #nav a:hover {
	background:url(Images/a_hover.jpg) bottom repeat-x #333;
}

#header #nav a.active {
	background:url(Images/a_active.jpg) top repeat-x #333;
	color:#fff;
}

#header #nav a.active:hover {
	background:url(Images/a_active.jpg) top repeat-x #333;
	color:#eee;
}


#wrapper {
	width:734px;
	margin:0 auto;
	background:url(Images/content.jpg) right repeat-y #fafafa;
}

#sidebar {
	width: 200px;
	float: right;
	padding: 20px 20px 20px 20px;
	background: url(Images/sidebar.jpg) top left no-repeat;
	z-index: 50;
}

#sidebar input {
	background:#fff;
	border:1px solid #eee;
	padding:3px;
	font:120% Verdana;
	color:#555;
}

#sidebar p {
	line-height:22px;
	margin:10px;
}

#sidebar ul.latest li {
	padding:5px 5px 5px 20px;
	list-style:none;
	font:120% Arial;
	border-bottom:1px solid #eee;
	background:url(Images/article.gif) left no-repeat;
}
#sidebar ul.latest li a {
	color:#99CC00;
	text-decoration:none;
}
#sidebar ul.latest li a:hover {
	color:#333;
}

#sidebar ul li {
	padding:5px 5px 5px 20px;
	list-style:none;
	font:120% Arial;
	border-bottom:1px solid #eee;
	background:url(Images/external.gif) left no-repeat;
}
#sidebar ul li a {
	color:#99CC00;
	text-decoration:none;
}
#sidebar ul li a:hover {
	color:#333;
}

#sidebar ul.external li {
	padding:5px 5px 5px 20px;
	list-style:none;
	font:120% Arial;
	border-bottom:1px solid #eee;
	background:url(Images/external.gif) left no-repeat;
}
#sidebar ul.external li a {
	color:#99CC00;
	text-decoration:none;
}
#sidebar ul.external li a:hover {
	color:#333;
}

#sidebar .desc {
	margin: 0 0 0 0;
	background:url(Images/desc.gif) bottom left no-repeat #444;
	border:1px solid #000;
	padding:15px !important;
	padding:10px 15px;
	font-size:120%;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ccc;
	text-align:center;
	line-height:25px;
	max-width: 265px;
}

#sidebar .desc p:first-line {
	font-size:150%;
	font-style:italic;
}

#sidebar .desc a {
	color:#ccc;
	border:none;
	text-decoration:underline;
}
#sidebar .desc a:hover {
	text-decoration:none;
}

#content {
	margin:0 250px 0 0;
	padding:30px;
	background:url(Images/contentbody.jpg) top no-repeat;
	/*width: 380px;*/
}

#content img {
	max-width: 400px;
}


#sidebar h2 {	
	color:#0E91CF;
	font:180% Arial;
	margin:15px 0 15px 0;
}

#content h2 {
	color: #024160;
	font: 210% Arial;
	margin: 15px 0;
	font-weight: bold;
}

#content h1 {
	color: #024160;
	font: 190% Arial;
	margin: 15px 0;
	letter-spacing: 1px;
}

#content h2 a {
	color:#024160;
	text-decoration:none;
}
#content h2 a:hover {
	border-bottom:1px dotted #ccc;
}

#content p {
	font-size:100%;
/*	line-height:25px; */
	margin:0 0 20px 0;
}

#content .info {
	background:url(Images/line.gif) top repeat-x;
	padding:5px;
	font:90% Verdana;
}

#content .info p {
	background:url(Images/info.gif) left no-repeat;
	padding:0 0 0 20px;
}

#content .info p a {
	float:right;
	padding:0 20px 0 0;
	background:url(Images/comment_normal.gif) right no-repeat;
	color:#777;
	text-decoration:none;
	border:none;
}
#content .info p a:hover {
	background:url(Images/comment.gif) right no-repeat;
	text-decoration:underline;
	border:none;
}

#content h3 {
	font:150% Trebuchet MS;
	margin:5px 0;
	border-bottom:1px solid #eee;
	color:#666;
}

#content blockquote {
	padding:0 10px;
	border-left:4px solid #eee;
	margin:10px 0;
	background:#fefefe;
}

#content blockquote p {
	margin:0;
	font:130% Trebuchet MS;
	line-height:26px;
	color:#0E91CF;
}

#content ul,ol {
	margin:10px 0 10px 25px;
/*	line-height:30px;  */
}

#content img {
	padding:4px;
	border:1px solid #eee;
	background:#fff;
}

#content p img {
	float:right;
	margin:10px;
}

#footer {
	padding:30px;
	border-top:1px solid #eee;
	clear:both;
	margin:0 4px 0 0 ;
	background:#fff;
}
#footer p.validate {
	float:right;
	text-align:right;
}

ol.comments img.Identicon{
	float: right;
}

ol.comments {
	border-top:1px solid #eee;
	margin-left:35px;
}
ol.comments li {
	border-bottom:1px solid #eee;
	padding:0 10px;
	font:300% Georgia;
	color:#0E91CF;
}
ol.comments li div {
	font:30% Trebuchet MS;
	color:#888;
}
ol.comments li.alt {
	background:#fff;
}
ol.comments a {
	color:#666;
}
ol.comments a:hover {
	text-decoration:none;
}
ol.comments div {
	line-height:24px;
	font-size:120%;
	padding:5px;
	margin:5px 0;
}

.clear {
	clear:both;
}
.hide {
	display:none;
}

.TagCloud
{
	border: 1px solid #648C64;
	display: block;
	padding: .6em .6em 1em;
	line-height: normal;
}
.TagCloudItem
{
	display: inline;
	position: static;
	text-decoration: none;
}
.TagStyle1
{
	font-size: 8pt;
	font-weight: normal;
}
.TagStyle2
{
	font-size: 9pt;
	font-weight: normal;
}
.TagStyle3
{
	font-size: 10pt;
	font-weight: bold;
}
.TagStyle4
{
	font-size: 12pt;
	font-weight: bold;
}
.TagStyle5
{
	font-size: 14pt;
	font-weight: bold;
}
.TagStyle6
{
	font-size: 16pt;
	font-weight: bold;
}
.TagStyle7
{
	font-size: 18pt;
	font-weight: bold;
}
div.wlWriterSmartContent a
{
font-size: x-small;
}

#calendar {
	margin: 0 0 0 30px;
	color: #677362;
	display: none;
}

/* ------------- {search layout} -------------- */
#search
{
	position: relative;
	text-align: left;
	padding: 0;
	margin: 6px 0px 0 0px;
	width: 200px;
}

#search-box
{
	padding: 0;
	margin: 0 0 5px 0;
	float: none;
}

#search_txtSearch
{
	width: 120px;
}

#search input
{
	margin: 2;
}

#search input.searchterm
{
	position: relative;
}

#search input.searchButton
{
	position: relative;
	padding: 0;
	top: -1px;
	font-size: 100%;
	height: 25px;
}

#search-progress
{
	position: absolute;
	left: 80px;
	top: 20px;
}

#search ul li {
	font-size: 120%;
	padding: 0px;
 	border-width: 0px;
	background: none;
}
#search ul li a {
	color:#99CC00;
	text-decoration:none;
}
#search ul li a:hover {
	color:#333;
}

