
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 0.8em;
}

ul {
	list-style-image: url(images/img07.gif);
}

a {
	text-decoration: none;
	/* border-bottom: 1px dotted #CCCCCC; */
	color: #3366CC;
}

a:hover {
	border-bottom: none;
	color:#1480EB;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Header */
.logomaster{
	background:url(images/headbg.gif) no-repeat top left;
	height:120px;
	width: 880px;
	margin: 0 auto;
	padding: 0 10px;
}
.ibar{
	background:#2389c9 url(images/ibar.gif) repeat-x top left;
	height:26px;
	width: 880px;
	margin: 0 auto;
	padding: 0 10px;
}
.spbar{
	width: 878px;
	margin: 0 auto;
	padding: 0 10px;
	border:1px solid #2389c9;
	text-align:center;
}
.ibar h1{
	color:#fff;
	background:none;
	font-size:12px;
	padding-top:6px;
}
#logo {
	width: 880px;
	height: 88px;
	margin: 0 auto;
	padding: 0 10px;
}

#logo h1, #logo p {
	margin: 0;
	color: #FFFFFF;
}

#logo h1 {
	padding: 16px 0 0 0;
	font-size: 1.8em;
}

#logo p {
	padding: 4px 10px 10px 0px;
	line-height:20px;
	font-size:14px;
	color:#3366CC;
}

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

/* Menu */

#menu {
	width: 880px;
	height: 32px;
	margin: 0 auto;
	padding: 0 0px;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 23px;
	margin: 0 1px 0 0;
	padding: 9px 20px 0 20px;
	border: none;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #F88410;
}

#menu a:hover {
	background: #308ec8;
	color: #fff;
	padding: 10px 20px 0 20px;
}

#menu .current_page_item a {
	background:#308ec8;
	color: #fff;
	padding: 10px 20px 0 20px;
}

/* Page */

#page {
	position:relative;
	overflow:hidden;
	width: 880px;
	margin: 0 auto;
	padding: 0 10px;
	padding-top:10px;
	background: url(images/pagebg.gif) repeat-y;
}

#page-bg {
	padding: 11px 24px;
	background: url(images/img03.jpg) no-repeat;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

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

.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #F2F2F2;
	line-height: 180%;
}

.title {
	margin: 0;
}

.title a {
	border-bottom: none;
}

.title a:hover {
	border-bottom: 1px dotted #CCCCCC;
}
h1.title, h2.title{
	color:#3366CC;
}
.byline {
	margin: 0 0 8px 0;
}
.byline strong,.byline i{
	color:#3366CC;

}
.entry {
	padding: 0 4px;
}
.entry p{
	margin-top:2px;

}
.entry img{
	margin-right:1px;
	padding:2px;
	border:1px solid #CCCCCC;
}

.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

.links a {
	padding-left: 15px;
	background: url(images/img04.gif) no-repeat left center;
	border: none;
}

.links a:hover {
	border-bottom: 1px dotted #CCCCCC;
}

/* Sidebars */

.sidebar {
	float: left;
	width: 180px;
	padding: 0 0 0 21px;
}

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

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {
}

.sidebar li li {
	padding: 5px 0 15px 10px;
/*	background: url(images/img04.gif) no-repeat 10px 9px; */
	line-height:16px;
}
.sidebar li.kw{
	padding-top:2px;
	padding-bottom:2px;
}
.sidebar li h2 {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	background: url(images/img02.gif) repeat-x;
	border: 1px solid #F2F2F2;
	font-size: 12px;
}
.sidebar a{
	text-decoration:underline;
}
/* Search */

#searchform {
	margin: 0;
	padding: 0;
}

#searchform br {
	display: none;
}

/* Calendar */

#calendar_wrap {
	padding: 0 0 0 20px;
	text-align: center;
}

#calendar_wrap table {
	width: 90%;
}

#calendar_wrap th {
	border-bottom: 1px solid #CCCCCC;
}

#calendar_wrap td {
	border-bottom: 1px solid #F2F2F2;
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}

/* Footer */

#footer {
	padding: 30px 0 50px 0;
	background: #006bba url(images/img05.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration:underline;
}

.search{
	font-size:10px;
	padding:2px;
}
.button,a.button{
	padding:4px;
	font-size:12px;
	font-weight:bold;
	background:green;
	border:1px solid black;
	color:#FFFFFF;
	text-decoration:none;
}
a.button:hover{
	background:#FF9900;
	border:1px solid #333399;
}