body {
	margin: 0px;
	padding: 0px;
	font: 13px Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
}

h2 {
	font-weight: normal;
	letter-spacing: -1px;
	color: #1399C6;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 1.5em;
	margin: 0px;
}

p, ol, ul {
	line-height: 1.67em;
}

a {
	color: #6DBD02;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 778px;
	height: 130px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#loginform{
	top: 0px;
	right: 0px;
	margin-right: 50px;
	float: right;
	margin-top: 20px;
	color: #47BDF7;
	text-align: center;
	position: absolute;

}

#loginform a{
	
	font-weight: bold;
	
}

/* Logo */

#logo {
	float: left;
	padding: 20px 0 0 0;
}

#logo h1 {
	margin: 0;
	
	letter-spacing: -2px;
	font-size: 3.6em;
	font-weight: normal;

}

#logo h1 a {
	padding-right: 20px;
	background: url(../images/img02.gif) no-repeat right top;
	text-decoration: none;

}

#logo p {
	margin: -5px 0 0 0;
	text-transform: uppercase;
	font-size: 1.22em;
	letter-spacing: -1px;
}

#logo a {
	text-decoration: none;

}

/* Post */

.post {
	
}

.post .date {
	float: right;
	width: 76px;
	height: 58px;
	margin: 0;
	padding-top: 2px;
	background: #18BDF5 url(../images/img07.gif);
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.post .date b {
	display: block;
	margin-top: -5px;
	font-size: 40px;
}

.post .title {
	margin: 0;
	padding: 20px 0 0 0;
	font-size: 1.8em;
}

 .meta {
	margin: 0 0 10px 0;
	padding: 0;
	color: #C6C6C6;
	line-height:normal;
}

.meta a {
	color: #C6C6C6;
}

.post .entry {
	padding-bottom: 10px;
	padding-top: 10px;
}


/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 100px 0px 0px 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 20px;
	text-decoration: none;

	font-size: 1.36em;
	
}

#menu a:hover, .active a {
	border-bottom: 3px solid #8AD9F3;
}


#submenu {
	width: 778px;
	height: 30px;
	margin: 0px auto;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#submenu ul {
	margin: 0px;
	
	list-style: none;
}

#submenu li {
	display: inline;
}

#submenu a {
	display: block;
	float: left;
	margin-right: 20px;
	text-decoration: none;
	font-size: 12px;

}

#submenu a:hover, .active a {
	border-bottom: 3px solid #8AD9F3;
}


/* Page */

#wrapper {
 width: 100%
}

#page {
	width: 800px;
	margin: 0px auto;
}

/* Content */

#content {
	float: left;
	width: 520px;
	min-height: 400px;
	border-top-style: none;
}

/* Post */


/* Sidebar */

#sidebar {
	float: right;
	width: 230px;

}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 30px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
}

#sidebar li li a {
	padding-left: 21px;
	background: url(../images/img06.gif) no-repeat 6px 50%;
}

#sidebar h2 {
	padding-left: 20px;
	background: url(../images/img04.gif) no-repeat left center;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Calendar */

#calendar_wrap {
	padding: 0 21px;
}

#calendar caption {
	font-weight: bold;
}

#calendar table {
	width: 100%;
	border: 1px solid #E8E8E8;
}

#calendar thead {
	background: #E8E8E8;
}

#calendar tbody td {
	border: 1px solid #E8E8E8;
	text-align: center;
}

#today {
	font-weight: bold;
}

#prev {
}

#next {
	text-align: right;
}

/* Footer */

#wrapper2 {
/*	background: #18BDF5;
*/}

#footer {
	width: 778px;
	margin: 0 auto;
	padding-top: 30px;
	
}

#footer a {
	
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer li {
	display: block;
	float: left;
	width: 240px;
	padding-left: 29px;
}

#footer li.first {
	padding-left: 0;
}

#footer li ul {
	margin: 0;
}

#footer li li {
	display: list-item;
	float: none;
	margin: 0;
	padding: 5px 0;
	
}

#footer li li a {
	padding-left: 21px;
	background: url(../images/img09.gif) no-repeat 6px 50%;
}

#footer h2 {
	margin-top: 0;
	padding-left: 20px;
	
}

#legal {
	clear: both;
	margin: 0;
	padding: 50px 0;
	text-align: center;
	}

#legal a {
	
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
form {
	margin: 0px;
	padding: 0px;
}


input.text {
	width: 200px;
}

input[type="text"] {
width: 200px;
}

input.submit{
	padding-right: 6px;
	padding-left: 6px;
	text-align: center;
	vertical-align: middle;

}

input[type="submit"]{
	padding-right: 6px;
	padding-left: 6px;
	height: 30px;
	border: 1px solid #6DBD3A;
	vertical-align: middle;


}

input.button{
	padding-right: 6px;
	padding-left: 6px;
	text-align: center;
	vertical-align: middle;

}

input[type="button"]{
	padding-right: 6px;
	padding-left: 6px;
	height: 30px;
	border: 1px solid #6DBD3A;
	vertical-align: middle;


}


input.password {
	width: 200px;
}

input[type="password"] {
width: 200px;
}
#writeblog {
	
	width: 450px;
}

#writeblog input.text {
	font-size: 1em;
	width: 300px;
}

#writeblog input[type="text"] {
	font-size: 1em;
	width: 300px;
}
#writeblog textarea {
	font-size: 1em;
	width: 450px;
}

div.comments .title{
	font-size: 1.8em;
	color: #0F9BCB;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	
}
div.commententry {
	border: 1px solid #CCCCCC;
	margin-top: 10px;

	margin-bottom: 15px;
}
.commententry .commenttitle {
	font-size: 1em;
	color: #333333;
	background-color: #95E1FB;
	margin-bottom: 10px;
}
#writecomment {
	margin-top: 20px;
	margin-bottom: 30px;
}
textarea {
	width: 400px;
	height: 100px;
}
.title a {
	color: #66A3D2;
	text-decoration: none;
}
.title a:hover {
	text-decoration: underline;
	
}#pageIndexes {
	text-align: center;
	margin-bottom: 30px;
	font-size: 1.4em;

	
}
#pageIndexes #nextpage {
	margin-left: 30px;
}
#pageIndexes #previouspage {
	margin-right: 30px;
}
.error {
	color: #FF0000;
}
.commenttitle a {
	color: #000000;
}
div.addiv{
	
}
#search {
	text-align: left;
}
#searchtag {
	width: 150px;
}
.template_input {
	height: 200px;
	width: 500px;
}
.inputform td {
	vertical-align: top;
}
div.comment_action {
	vertical-align: bottom;
	text-align: right;
	bottom: 0px;
}

div.entry_ad{
	float:right;
	margin-left: 10px;
	margin-left: 10px;
}

input.searchbox {
	height: 40px;
	width: 400px;
	text-align: left;
	border: 2px solid #6DBD3A;
	font-size: 25px;
	font-weight: bold;
	vertical-align: bottom;
	margin-left: auto;
	color: #666666;
	margin-right: auto;
	padding-left: 10px;
}
div#main_search_box {
	text-align: center;
}
#page {

}
#wrapper {
	border-top-width: thin;
	border-top-style: double;
	border-top-color: #CCCCCC;
	border-bottom-width: thin;
	border-bottom-style: double;
	border-bottom-color: #CCCCCC;
}
li {
	padding-bottom: 4px;
}

#sidebar ul {
	line-height: normal;
}

#sidebar li {
	margin: 0px;
	padding: 0px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
}

#sidebar li li a {
	
}

#sidebar h2 {
	background: url(../images/img04.gif) no-repeat left center;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}



div.action_box {
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 20px;
	margin-top: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8CBAFF;
	border-right-color: #8CBAFF;
	border-bottom-color: #8CBAFF;
	border-left-color: #8CBAFF;
}

div.action_title {
	font-weight: bold;
	background-color: #E7F3F9;
	padding-left: 5px;
	font-size: 18px;
	color: #27769C;
	margin-bottom: 5px;
	height: 25px;
	vertical-align: bottom;
	padding-top: 5px;
}

div.action_content ul {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 20px;
}

div.action_content li {
	list-style-type: none;
	padding-left: 0px;
}
div.action_content a {
	color: #5CAED7;
}


table#comment_list {
	margin-right: auto;
	margin-left: auto;
	min-width: 500px;
	width: 100%;
	border-collapse:collapse;
	border: thin solid #B9ECAA;
}
table#comment_list th {
	text-align: left;
	padding-left: 5px;
}

table#comment_list tr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B9ECAA;
	padding-top: 5px;
	padding-bottom: 5px;
}


table#comment_list td {
	padding: 5px;
}

#comment_list tr.table_title {
	background-color: #B9ECAA;
	font-weight: normal;
}
h1 {
	font-size: 1.7em;
	font-weight: 400;
	white-space: normal;
	margin-bottom: 7px;
}
h1.ia_target_title {

}
span.change_type {
	font-size: 12px;
	color: #6DBD02;
	margin-left: 10px;
}
div#writecomment {
	margin: 1px;
}
