@charset "utf-8";

* {word-break:break-all; word-wrap:break-word; }

body {
   	font-size: 14px; /* Resets 1em to 10px */
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif, "ËÎÌå";
	background: #5D6E81;
	color: #333;
	margin: 0;
	padding: 0;
	text-align: center;
	}

#bgcontain {
    width: 930px;
	background: #FFF;
	border-left: 10px solid #405062;
	border-right: 10px solid #405062;
	margin: 0 auto;
	text-align: left;
	}

.contain { padding: 0 30px; }

.clear { clear: both; }
.none { display: none; }
.center { text-align: center; }
hr { display: none;	}
a img {	border: none; }

#header h1 {
    background: url('images/logo.gif') no-repeat;
	margin: 7px 0 0 0;
	padding: 14px 0 0;
	height: 92px;
	float: left;
	font-size: 1px;
	}

#header h1 a, #header h1 a:hover { 
    display: block;
	width: 240px;
	height: 85px;
	color: #fff;
	}

h2 {
	margin: 20px 0 0;
	color: #0954A6;
	}

h2.pagetitle {
	margin-top: 25px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 10px 0 0;
	font-size: 18px;
	color: #6492C2;
	}

h3.comments {
	padding: 0;
	margin: 30px 0 0;
	}
	
a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

h4 {
    color: #f06;
	font-size: 14px;
	}

h5 {
    color: #369;
	font-size: 14px;
	}

h6 {
    color: #390;
	font-size: 14px;
	}

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

/* General End */


/* Header and Menu Start */
	
#header {
	background: #FFF url('images/headerbg.gif') repeat-x;
	padding: 0 25px;
	margin: 0;
	height: 120px;
	}
	
#header form {
    float: right;
	margin-top: 82px;
	}

#header form input {
    border: 1px solid #0954A6;
	background: #8DB3DD;
	height: 14px;
	padding: 2px 0 2px 4px;
	width: 150px;
	font-size: 12px;
	color: #0954A6;
	font-family: Helvetica,Arial,Verdana,Sans-serif;
	}
	
#header form input.focus {
    border: 1px solid #0954A6;
	background: #fff;
	height: 14px;
	padding: 2px 0 2px 4px;
	width: 150px;
	font-size: 12px;
	color: #0954A6;
	font-family: Helvetica,Arial,Verdana,Sans-serif;
	}

#header form input#searchsubmit {
    border: none;
	width: 64px;
	height: 20px;
	padding: 0;
	margin: 0 !important;
	margin: 0 0 1px;
	vertical-align: bottom;
	}
	
#menu {
    background: url('images/menubg.gif');
	height: 33px;
	padding: 0 0 0 22px;
	margin: 0;
    }

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

#menu li {
    list-style-type: none;
	margin-right: 20px;
	line-height: 33px;
	font-size: 14px;
	font-weight: bold;
	display: inline;
	float: left;
	}

#menu li a {
    color: #FFF;
	text-decoration: none;
	}

#menu li a:hover {
    color: #DAEBFF;
	}
	
.current_page_item {
    background: url('images/licurrent.gif') no-repeat bottom center;
	}	
	
#menu li#pattern {
    float: right;
	background: url('images/pattern.gif');
	margin: 0;
	width: 197px;
	height: 33px;
	}
	
/* Header and Menu End */


/* Content Start */

#tags{
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
}

#content {
	font-size: 1em;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 25px;
	margin: 0;
	width: 625px;
	}
	
.narrowcolumn .postmetadata {
	padding: 0;
	}
	
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	}
	
.narrowcolumn .entry {
	line-height: 22px;
	font-size:1em;
}

.narrowcolumn .entry ul li {
    list-style-type: square;
	}

.narrowcolumn .entry ol {
    padding-left: 9px;
	}
		
.narrowcolumn .entry ol li {
    list-style-type: decimal;
	}
	
html>body .entry ul {
	margin-left: 0;
	padding: 0 0 0 20px;
	list-style: square;
	text-indent: -10px;
	} 
	
html>body .entry ol {
	margin-left: 16px;
	padding: 0 0 0 20px;
	list-style: decimal;
	text-indent: -10px;
    }
	
html>body .entry li {
	margin: 7px 0 7px 10px;
	padding: 0 0 0 10px;
	}
	
.comment-even {
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	}
	
.comment-odd {
    background-color: #EBF5FF;
	border: 1px solid #C0D8F3;
	}
.entry p a:visited {
	color: #b85b5a;
	}

.entry p.meta {
    margin: 0;
	padding: 2px 0;
	border-top: 1px dotted #DDD;
	}
	
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

.post {
	margin: 20px 0;
	text-align: left;
	}

ul.date {
    background: url('images/databg.gif') no-repeat;
	width: 48px;
	height: 45px;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	}

li.day {
    font-size: 22px;
	color: #FFF;
	text-align: center;
	list-style-type: none;
	margin: 1px 0 0 0;
	}
	
li.month {
    font-size: 12px;
	color: #5B9300;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	list-style-type: none;
	}
	
ul.title {
    float: left;
	margin: 0;
	padding: 0;
	}
	
li.topic {
    list-style-type: none;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 3px;
	}

li.topic a:hover {
    color: #87C71F;
	text-decoration: none;
	}

li.postmeta {
    color: #609509;
    list-style-type: none;
	font-size: 12px;
	background: url('images/smallbg.png') no-repeat top left;
	padding-top: 7px !important;
	padding-top: 5px;
	text-transform: uppercase;
	}
	
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin: 0 auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	float: right;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	float: left;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* Content End */


/* Navigation Start */

ol.pages {
margin: 15px 0px 0px 0px;
padding:0px;
color: #666;
list-style: none;
font-size: 12px;
clear:both;
}

ol.pages ol.nav_info{
margin: 15px 0px 0px 0px;
font-size:12px;
text-decoration:none;
padding:2px 5px;
background:#FFF;
border:1px solid #86B9D6;
list-style: none;
display: inline;
}

ol.pages ol.page-navigator {
margin: 15px 0px 0px 5px;
padding:0px;
color: #666;
list-style: none;
font-size: 12px;
display: inline;
}

ol.pages li {
margin: 0 5px 0 0;
display: inline;
}

ol.pages li a {
font-size:12px;
text-decoration:none;
padding:2px 5px;
background:#FFF;
border:1px solid #DEDEB8;
margin-right:1px;
}

ol.pages li a:hover {
background:#F5FBFF;
border:1px solid #86B9D6;
text-decoration:none;
}

ol.pages li.current a {
margin-right:1px;
border:1px solid #DEDEB8;
text-decoration:underline;
background:#FFFFD9;
color:#92A05A;
font-weight:700;
padding:2px 5px;
}


/* Navigation End */


/* Comment Start */
#commentform {
background:#D5E3FB url(images/quote.gif) top right no-repeat;
padding:10px;
}
#commentform p {
font-family: Verdana, Arial, Sans-Serif;
margin: 3px 0;
}

#commentform p#xhtml {
background: #EBF5FF;
border: 1px solid #C0D8F3;
margin: 5px 0;
padding: 5px 4px;
}

#commentform input {
width: 195px;
height: 14px;
padding: 3px 4px;
margin: 3px 5px 1px 0;
background: #F5FFE5;
border: 1px solid #BDE183;
color: #83AE3F;
}

#commentform textarea {
width: 460px;
padding: 3px 4px;
margin: 3px 5px 1px 0;
background: #F5FFE5;
border: 1px solid #BDE183;
color: #83AE3F;
}

#commentform #submit {
margin: 0;
padding: 0;
border: none;
width: 175px;
height: 30px;
}

.comment-list {
padding: 0;
margin: 0;
}

.comment-list li {
margin: 8px 0 0;
padding: 8px 10px 3px;
list-style: none;
}

.comment-list p {
margin: 10px 5px 5px 0;
font-weight: normal;
line-height: 1.6em;
text-transform: none;
}

.comment-list li, #commentform input, #commentform textarea {
font: 12px Verdana, Arial, Sans-Serif;
}

.comment-list li {
font-weight: bold;
}

.comment-list cite, .comment-list cite a {
font-weight: bold;
font-style: normal;
font-size: 12px;
color: #6492C2;
}

.comment-meta {
color: #6D95C0;
margin: 0;
font-weight: normal;
border-bottom: 1px dotted #ccc;
padding: 5px 0;
display: block;
}

.nocomments {
text-align: center;
margin: 0;
padding: 0;
}

/* Comment End */


/* Sidebar Start */

#sidebar {
padding: 20px 0;
float: right;
width: 220px;
}

#sidebar h2 {
font-family: Verdana, Sans-Serif;
font-size: 1.2em;
margin: 5px 0 0;
padding: 0;
}

#sidebar ul, #sidebar ul ol {
margin: 0;
padding: 0;
}

#sidebar ul li {
list-style-type: none;
margin-bottom: 15px;
}

#sidebar ul li h2 {
background: url('images/h2_arrow.gif') no-repeat top left;
border-bottom: 1px solid #0954A6;
padding: 0 0 5px 22px;
font-size: 16px;
line-height: 20px;
color: #0954A6;
}

#sidebar ul p {
margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
margin: 8px 0 0 5px;
}

#sidebar ul ul ul, #sidebar ul ol {
margin: 0 0 0 10px;
}

#sidebar ul ul li, #sidebar ul ol li {
background: url('images/arrow.gif') no-repeat left top;
margin: 4px 0;
padding: 0 0 0 12px;
height: 19px;
line-height: 19px !important;
line-height: 18px;
overflow: hidden;
}

#sidebar ul ul li a, #sidebar ul ol li a {
color: #609509;
}

#sidebar ul ul li a:hover, #sidebar ul ol li a:hover {
color: #fff;
background: #609509;
text-decoration: none;
}

/* Sidebar End */



pre, code, tt {
	font: 12px 'andale mono', 'lucida console', monospace; line-height: 1.5;
	font-family:'Courier New', Helvetica, sans-serif;
display:block;
overflow:auto;
}
code { margin-bottom: 20px; }
pre, code {
display: block;
overflow-x: auto;
background: #f4f4f4;
padding: 5px 10px;
border: 1px solid #eee;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
blockquote  { margin: 1.5em; color: #666; font-style: italic; }


/* Footer Start */	

#footer {
	background: #0954A6; 
	border-top: 3px solid #B8ED63;
	padding: 0;
	margin: 0 auto;
	width: 930px;
	clear: both;
	}

#footer p {
    color: #FFF;
	font-size: 12px;
	margin: 0;
	padding: 8px 0;
	text-align: center;
	}
	
#footer p a {
    color: #FFF;
	}

/* Footer End */

