body {
	color: #35383D;
	font-family: verdana, sans-serif;
	font-size: 14px;
	margin: 0 8px;
}

html {
	margin: 0pt;
	padding: 0pt;
}

form {
	margin: 0px;
	padding: 0px;
}

a {
	color: #437291;
	text-decoration: none;
}

a:visited {
	color: #437291;
	text-decoration: none;
}

a:hover {
	color: blue;
	text-decoration: underline;
}

textarea {
	width: 80%;
	height: 350px;
}

div#outer {
	height: auto !important;
	margin: 0 auto;
	max-width: 1024px;
	min-height: 100%;
	padding: 0;
	position: relative;
}

div#logo { 
	background-image : url('/images/bg_footer.jpg');
	background-color : #ccf;
		 padding-top: 10px;
	padding-left: 10px;
	height: 50px;
}

div#blogtitle {
	display: inline;
	position: relative;
	color: blue;
	float: left;
	height: 100%;
}

span#title {
	font-weight: bold;
	font-size: 24px;
	color: black;
}

span#title a {
	color: black;
}

span#description {
	color: black;
}

div#search { /*margin:0px 0 0 170px;*/
	float: right;
}

div#header {
	/*background-color: #E5ECF9;
	border-top: 1px solid #3366CC;*/
	border-bottom: 1px solid #C0C0C0;
	margin: 0;
	width: 100%;
}

div.tabbar {
	padding-left: 5px;
	font-size:16px;
}

ul.tabul {
	list-style-type: none;
	list-style: none outside none;
	display:block;
	float:left;
	margin: 0 0 -1px;
	padding: 0;
}

ul.tabul li {
	border-radius:5px 5px 0px 0px;
	border:1px solid #C0C0C0;
	float: left;
	margin: 2px 4px 0 0;
}

ul.tabul li.focustab {
	border-bottom:1px solid #FFFFFF;
}

ul.tabul li a {
	color: #566D5E;
	text-decoration: none;
	height:28px;
	line-height:28px;
	padding:0 10px;
}

ul.tabul li.focustab a {
	color: #219A44;
	font-weight: bold;
}

div#toolbar {
	font-family: "Georgia", Arial, Helvetica, sans-serif;
	font-size:12px;
}

div#main {
	display : table-cell;
	vertical-align : top;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}

div#main_nosidebar {
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	width: 100%;
}

div.post {
	margin-bottom: 10px;
	padding: 2px 0px 2px 2px;
}

div.date {
	border: 1px outset #AEAEAE;
	float: left;
	font-family: Constantia, Georgia, serif;
	line-height: 150%;
	margin-right: 8px;
	padding: 3px;
	text-align: center;
}

div.date span {
	display: block;
	margin: 0;
	padding: 0;
}

span.styled_day {
	color: #8FBF60;
	font-size: 35px;
}

.styled_month {
	font-size: 14px;
	font-variant: small-caps;
	letter-spacing: 2px;
}

div.postinfo {
	border-top: 1px dotted #CCCCCC;
	margin-bottom: 10px;
	font-size: 12px;
	margin-left: 50px;
	color: #333333;
}

div.postinfo a{
	color: #333333;
}

div.content {
	clear: both;
}

h1.title {
	font-family: Georgia, Times, serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 120%;
	margin: 0 0 0 50px;
	padding: 0 0 0 0;
}

div.underinfo {
	height: 26px;
	margin-top: 8px;
	padding-left: 0;
	padding-top: 0;
	text-align: right;
}
div.underinfo a:HOVER{
	
}

h1.title a {
	color: #333333;
}

h1.title a:HOVER {
	color: blue;
}

div.page_panel {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 8px;
}

div.page_panel span { /*margin : 0 20px 0 20px;
	padding : 2px;*/ /*background-color:#C8DCF0;*/
	border: 1px solid #2299CC;
	padding: 3px;
}

div.page_panel a {
	text-decoration: none;
	color: blue;
}

div#sidebar {
	display:table-cell;
	/*vertical-align : top;*/
	width : 240px;
	padding-top: 10px;
	padding-right: 10px;
}

div.item {
	color: #333333;
	font-size: 12px
}

div.line {
	margin-top: 2px;
	line-height: 2px;
	border-top: 1px solid #D2E9F4
}

div.block {
	width: 100%;
	margin-bottom: 10px;
	font-size: 12px;
	border: 1px solid #C0C0C0;
	border-radius:5px 5px 5px 5px;
}

div.block .header {
	font-weight: bold;
	color: #333333;
	font-size: 14px;
	border-bottom: 1px dotted #C0C0C0;
	padding:8px 24px 7px 10px;
}

div.block .content {
	padding: 5px 10px 9px;
}

ul.block_ul{
	list-style:none outside none;
	padding:0px;
	padding-left:10px;
	margin: 0px;
}

ul.block_ul li{
	list-style:none outside none;
	padding-left:0px;
}

div.block .item {
	padding-left: 5px;
}

div.footer {
	text-align: left;
	font-size: 12px;
	margin-top : 10px;
	padding-top: 5px;
	padding-bottom: 15px;
	border-top: 1px solid #CCCCCC;
}


div.box {
	float: left;
	padding: 10px;
	width: 48%;
}

div.box .header {
	font-weight: bold;
	color: #16387C;
	background-color: #D9E7F0;
	font-size: 16px;
	padding-top: 2px;
	padding-left: 5px;
}

div.box .item a:hover {
	text-decoration: underline;
}

div.box .item {
	padding-left: 5px;
	font-size: 14px;
}

div.box .des {
	padding-left: 5px;
	font-size: 12px;
	color: #7F7F7F;
	height: 20px;
}

div.box .des a {
	color: #7F7F7F;
}

div.box .des a:hover {
	color: #7F7F7F;
	text-decoration: underline;
}

div.comment {
	display:table;
	width:100%;
	border-collapse : separate;
	border-top: 1px solid #DCDDDD;
	font-size : 12px;
	padding-top: 8px;
	padding-bottom: 8px;
}

div.quote {
	border: 1px solid #DCDDDD;
	background-color: #F0F0F0;
	margin: 5px;
	padding: 3px 1px 3px 1px;
}

div.commentavatar {
	vertical-align:top;
	display: table-cell;
	width:140px;
	text-align: center;
}

div.commentright {
	display: table-cell; 
}

div.commenttitle {
	padding: 3px 1px 3px 1px;
}

div.commenbody {
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 1px;
	color: #000000;
}
div.newcomment {
	border-top: 1px solid #DCDDDD;
	margin: 10px 20px 0 0px;
	padding: 10px 0 0 10px;
}
div.description {
	padding: 4px;
	background: #EEFBEC;
	border: 1px solid #B9ECAE;
}


div.description a:hover {
	color: blue;
	text-decoration: underline;
}

div.errmsg {
	border: 1px solid #DD7870;
	color: red;
	display: inline;
}
