/* Reset for all browsers */
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

a:link, a:visited{
	text-decoration: none;
	color:#193260;
	}

a:hover{
	text-decoration:underline;
	}

body {
	font-family:verdana, arial, sans-serif;
	font-size:62.5%;
	background:#193260;
	color:#333333;
}

#container {
	width: 760px;
	margin: 20px auto;
	background-color:#FFFFFF;
}

#header{ 
	float:left;
	width:690px;
	background:#a4c8ea;
	color:#193260;
	padding:40px 20px 10px 50px;
}

#logo{
	float:left;
	width:173px;
	height:76px;

}

#logo a {
	float:left;
	width:173px;
	height:76px;
	text-indent:-100000px;
	background:url(/i/logo.gif) top left no-repeat;
}

#top_menu{
	float:right;
	width:517px;
	height:45px;
	text-align:right;
}
	
#top_menu li{
	float:right;
	font-size:1.3em;
	margin-left:20px;
	line-height:13px;
}
	
#top_menu a:link, #top_menu a:visited{
	color:#193260;
	text-decoration:underline;
}

#top_menu a:hover{
	text-decoration:none;
}
	
address {
	width:256px;
	float:right;
	text-align:left;
	font-size:1.2em;
	line-height:1.3em;
	font-style:normal;
}
address a {
	color:#193260;
}

#wrapper {
	float:left;
	width: 720px;
	padding:20px;
}

#content {
	width:460px;
	float: left;
	padding: 15px 18px 0 0;
	border-right: 1px solid #CCCCCC;
}

#sidebar {
	float:left;
	width:223px;
	float: left;
	padding: 15px 0 0 18px;
}

#footer {
	clear: both;
	overflow: hidden;
	height: 1%;
	padding: 15px 40px 0 40px;
	background:#193260;
}

#footer a:link, #footer a:visited{
	color:#FFFFFF;
	text-decoration:underline;
	}

#footer a:hover{
	text-decoration: none;
	}


/* Content */

.post {
	margin-bottom: 25px;
	padding-bottom: 25px;
}

.postinfo{
	padding:0 0 10px 0;
	}
.post .date {
	display: inline;
	clear: both;
	padding: 0px;
	font-size:1em;
}

.post .date p { margin-bottom: 5px; }

.post h1, .post h2 { 
	font-size:1.2em;
	margin: 0 0 5px 0;
}

.post h1 a, .post h2 a {
font-weight: normal;
color: #fff;
background:#193260;
display: inline;
padding: 3px 6px;
line-height: 24px; }

.post h1 a:visited, .post h2 a:visited { color: #fff; }

.single-post h1 a, .single-post h2 a { color: #C02506; }
.single-post h1 a:visited, .single-post h2 a:visited { color: #C02506; }

h1.single-title { margin: 0 0 5px 0; font-size:1.8em;}

h1.single-title a {
background: none;
color: #C02506;
padding: 0; }

h1.single-title a:hover { border: 0; }

.post .postcontent { line-height: 20px;}

.post .postcontent p { 
	font-size:1.2em;
	margin-bottom: 10px;
}

.post .postcontent a { text-decoration: underline }

.post li { margin: 5px 0 5px 25px; }

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

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

.post .commentslink {
	margin-top: 10px;
	font-size:1em;
	}

.post .postcontent blockquote {
background: #fafafa;
padding: 20px;
border-left: 1px solid #000;
margin-bottom: 10px; }

.post .postcontent .postcontent code { background: #f0f0f0; }

.post .postcontent pre {
background: #fafafa;
overflow: scroll;
padding: 5px; }

#pagination { margin: 20px 0; font-size:1.2em; }

/* Sidebar */

#sidebar .widget {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
	height: 1%;
}

#sidebar .widget h4 {
	color:#B74008;
	font-size:12px;
	padding-bottom: 5px;
	font-weight: bold;
	text-decoration: none;
}

#sidebar .tagcloud {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
	height: 1%;
}

#sidebar .tagcloud h4 {
	color:#B74008;
	font-size:12px;
	padding-bottom: 5px;
	font-weight: bold;
	text-decoration: none;
}

#sidebar ul li {
	padding: 3px 0;
	margin: 3px 0;
	font-size:12px;
}

#sidebar .tagcloud ul li{
	float:left;
	padding:0 10px 5px 0;
	font-size:10px;
	height:13px;
	}

#sidebar ol li {
margin: 3px 0 3px 20px;
padding: 3px 0; }

#sidebar p, .textwidget {
line-height: 20px;
margin-bottom: 10px; }

#sidebar input#s {
width:130px;
border:1px solid #777777;
padding: 5px;
line-height: 18px;
font-size:12px;
font-family:verdana, arial, sans-serif;
margin-right: 5px;}

#sidebar input#searchsubmit {
width:70px;
border: 1px solid #B74008;
background:#B74008;
color:#ffffff;
padding: 5px;
font-size:12px;
font-family:verdana, arial, sans-serif;
margin-top: 5px;
cursor:pointer;}

/* Footer */
#footer p{
	font-size:1em;
	color:#FFFFFF;
	line-height:13px;
	margin-bottom:5px;
	}

/* Comments */
#comments{
	width:460px;
	float:left;
	border-top: 1px solid #CCCCCC;
	margin-top:20px;
	padding:25px 0 0 0;
}
#comments .thecomment {
margin-bottom: 25px;
padding-bottom: 25px;
border-bottom: 1px solid #CCCCCC;
overflow: hidden;
height: 1%; }

#comments h6 {
font-size: 9pt;
text-decoration: none; }

#comments h6 span.comment-number { font-weight: normal; }

#comments .infocomment {
font-size: 8pt;
line-height: 20px; }

#comments .commentcontent { margin-top: 10px; }

#comments .commentcontent p {
line-height: 18px;
margin-bottom: 10px; }

#comments p {
line-height: 18px;
margin-bottom: 10px;
font-size:1.2em; }

#comments textarea {
width: 80%;
border:1px solid #777777;
padding: 5px;
line-height: 18px;
font-size:12px;
font-family:verdana, arial, sans-serif;
 }

#comments #submit {
border: 1px solid #B74008;
background:#B74008;
color:#ffffff;
padding: 5px;
font-size:12px;
font-family:verdana, arial, sans-serif;
margin-top: 5px;
cursor:pointer;}

#comments #author, #comments #email, #comments #url {
width: 50%;
border:1px solid #777777;
padding: 5px;
line-height: 18px;
font-size:12px;
font-family:verdana, arial, sans-serif;
 }

#comments label{
	color:#193260;
	}


/* Calendar */

#wp-calendar {
empty-cells: show;
margin: 10px auto 0;
width: 155px;
}

#wp-calendar #next a {
padding-right: 10px;
text-align: right;
}

#wp-calendar #prev a {
padding-left: 10px;
text-align: left;
}

#wp-calendar a { display: block;	}

#wp-calendar caption {
text-align: center;
width: 100%;
margin-top: -30px;
}

#wp-calendar td {
padding: 7px 8px;
text-align: center;
}

/* Others */

h3, h4, h5, h6 { text-decoration: underline;}
h4 {margin-bottom: 10px; font-size: 9pt; font-weight: normal; }

.alignleft {float: left; margin-right: 15px;}
.alignright {float: right; margin-right: 15px;}
.aligncenter {clear: both; display: block; text-align: center; margin: 0 auto;}

.display-info {margin-bottom: 20px; font-size: 8pt;}

.rssicon { position: absolute; top: 5px; right: 5px; padding: 5px}