
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #202020;
}

h1 {
	margin: 0;
	letter-spacing: -1px;
	font-weight: bold;
	font-size: 36px;
	color: #205070;
}

p, ul, ol {
	text-align: justify;
	line-height: 22px;
	bottom-margin: 1em;
}

a:link {
	color: #0000CC;
}

a:visited {
	color: #0000CC;
}

a:hover, a:active {
	color: #0000CC;
}

/* Header */

#wrapper {
	background:url('/images/heading-x.jpg') top left repeat-x;
}
#wrapper1 {
	background:url('/images/heading.jpg') top right no-repeat;
}

#header {
	width: 90%;
	height: 120px;
	margin: 0 auto 0px auto;
	padding-top: 0px;
}

#logo {
	float: left;
	padding-top: 0px;
	margin-left: 100px;
}

#logo h1 {
	font-size: 42px;
}

#logo h1 sup {
	vertical-align: text-top;
	font-size: 26px;
}

#logo h1 a {
	color: #FFFFFF;
}

#logo h2 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 10px;
	padding-bottom: 5px;
}

#logo a {
	text-decoration: none;
	color: #114477;
}

/* Page */

#page {
	width: 90%;
	border: 1px double #B2B2B2; 
	text-align: left;  
	margin: 0px auto;
	padding: 0px 0px 10px 0px;
	clear: both; 
}

td.heading {
	width: 20%;
    background: #88AAFF;
    font-size: small;
    font-weight: bold;
	text-align: center;  
}

td.listing {
	width: 20%;
    background: #FFFFFF;
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
	text-align: center;  
}

td.heading1 {
    background: #88AAFF;
    font-size: small;
    font-weight: bold;
}

td.listing1 {
    background: #FFFFFF;
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
}

table.weather {
	text-align: center;  
	border-spacing:0 1px;
	border:0;
}

table.weather td.content {
	font-size: 13px;
	padding: 5px;
}

table.weather tr.main_head,td.lhs_head {
    background: #88AAFF;
    font-weight: bold;
	font-size: 16px;
	padding: 5px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 20%;
	padding-left: 10px;
}

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

#sidebar li {
	line-height: 1.7em;
	font-size: 15px;
}

#sidebar h2 {
	padding-bottom: 0px;
	font-size: 22px;
	font-weight: normal;
}

/* Content */

#content {
	width: 70%;
	float: right;
	vertical-align: top;
	padding: 10px 30px 0px 30px;
	background: #FFFFFF;
	font-size: 14px;
	border-left: 1px dotted #C0C0C0;
}

#spacer {
  clear: both;
}

/* Post */

.post h2 {
	padding-top: 15px;
	font-weight: bold;
	font-size: 18px;
}

.post h3 {
	padding-top: 5px;
	padding-bottom: 0;
	font-weight: bold;
	font-size: 14px;
}

.post h3 a {
	color: #666666;
}

.recommend {
	font-size: 12px;
}

.post img.photo {
	border: none;
	margin: 10px 20px 20px;	
	width: 300px;
	float: right;
}

.post img.recommend {
	border: none;
	margin: 5px 10px 0 10px;	
	width: 100px;
	float: left;
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #606060;
}

.post .title a {
	text-decoration: none;
}

.post .title a:hover, a:active {
	color: #4466FF;
}

.post ul li, ol li {
	margin-bottom: 10px;
}

p.related {
	font-weight: bold;
	font-size: 16px;
}

ol.related {
	font-size: 16px;
}

.suggest {
	padding-top: 30px;
	border-top: 2px dotted #606060;
}

.name {
	padding: 15px 0px 0px 20px;
	font-weight: bold;
	font-size: 14px;
}

/* Side Menu */

#side-menu {
}

#side-menu h2 {
	margin-bottom: 5px;
	font-size: 18px;
	color: #205030;
}

/* Footer */

#footer {
	clear: both;
}

#footer img {
	border: 0;
	width: 90%;
}

#footer {
	clear: both;
	width: 90%;
	margin: 0px auto 0px auto;
	padding-top: 20px;
	padding-bottom: 0px;
	text-align: center;
	line-height: 1.8em;
	font-size: 10px;
	color: #205030;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a {
	font-weight: bold;
	color: #203060;
}


