body {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.8em;
	color: #333300;
	margin: 0px;
	padding: 0px;
	background: #F2F2F2;
}

/*
main layout ///////
*/

div#page {
//	width: 751px;
	border-left: none;
	border-right: none;
/*	background: #F20;*/
}

div#header {
	margin: 0px 12px;
	padding: 0;
	background: transparent url("images/bg_head.gif") no-repeat bottom left;
}

div#blogname {
	height: 108px;
	margin: 0px;
	padding: 32px 0 32px 12px;
}

div#content {
	clear: both;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

div#main {
	width: 472px;
	padding: 0px 12px 0px 12px;
	margin: 0px;
/*	background-color: #0C2A7C;*/
//	width: 496px;
}

/* IE7 only */
*+html div#main {
	padding: 0px 24px 0 0;
	width: 472px;
}

* html div#main {
}

div#local {
	padding: 0px 0px 0px 0px;
	margin: 0px;
/*	background-color: #0C2;*/
}

div#footer {
	margin: 0px;
	padding: 8px 0px;
}

/*
 tags defaults /////////
*/

img {
	border: 0;
}

a, a:link, a:active {
	color: #5A3D1C;
	text-decoration: underline;
}

a:visited {
	background-color: transparent;
}

a:hover {
	text-decoration: underline;
	color: #300;
}

p {
	padding: 0px;
	margin: 0px;
	background-color: transparent;
}

/*
 header ///////////
*/

div#header h1 {
	font-size: 21px;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
}

div#header h1 a, div#header h1 a:visited {
	text-decoration: none;
}

div#header p{
	font-size: 12px;
}

/*
 main contents ///////////
*/
div#main .item {
	margin: 21px 0px 0px 0px;
	padding: 0px;
	background: transparent url("images/bg_item_mid.gif") repeat-y top left;
}

div#main h2 {
	font-size: 14px;
	line-height: 1.4em;
	padding: 11px;
	margin: 0p;
	background: transparent url("images/bg_item_top.gif") no-repeat top left;
}

div#main h2 a {
	text-decoration: none;
}


div#main h2.archivetitle, 
div#main h2.categorytitle, 
div#main h2.searchresulttitle,
div#main h2.commentconfirm {
	margin: 21px 0px 0px 0px;
	background: none;
	border-bottom: 3px solid #DDD;
	line-height: 1em;
}

div#main h3 {
	font-size: 12px;
	line-height: 1.4em;
	padding: 11px 11px 0px 11px;
	margin: 0px;
	background: transparent url("images/bg_item_top.gif") no-repeat top left;
}
div#main span.usrcom {
	display: block;
	padding: 0px 11px 0 11px;
}

div#main p.article {
	padding: 0px 11px 6px 11px;
}

div#main div.gfxblog {
	padding: 0px 11px 6px 11px;
}


div#main p.info {
	font-size: 10px;
	padding: 6px 11px 11px 11px;
	line-height: 1.4em;
	margin: 0px;
	background-color: transparent;
	background: transparent url("images/bg_item_btm.gif") no-repeat bottom left;
}

div#main .tb p.info {
	background: transparent url("images/bg_item_mid.gif") repeat-y top left;
}

div#main .tb {
	background: transparent url("images/bg_item_mid.gif") repeat-y top left;
}

div#main .com {
	/*background: transparent url("images/bg_item_mid.gif") repeat-y top left;*/
	padding: 0px 0px 11px 0px;
	background: transparent url("images/bg_item_btm_norp.gif") no-repeat bottom left;
}

div#main .com h3 {
	font-size: 12px;
	line-height: 1.4em;
	padding: 11px 11px 0px 11px;
	margin: 0px;
	background: transparent url("images/bg_item_top.gif") no-repeat top left;
}

div#main .com p.comtxt {
	font-size: 12px;
	color: #111;
	margin: 12px 0px 0px 0px;
	padding: 0px 11px 0px 12px;
}

div#main .com p.cominfo {
	font-size: 11px;
	color: #666;
	margin: 0px;
	padding: 0px 11px 0px 12px;
}

div#main .com label {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 0px 0px;
}

div#main .com form {
	font-size: 12px;
	line-height: 1.4em;
	padding: 0px 11px 11px 11px;
	margin: 0px;
	/*background: transparent url("images/bg_item_btm.gif") no-repeat bottom left;*/
}

div#main .tb {
	padding: 0px 0px 11px 0px;
	background: transparent url("images/bg_item_btm_norp.gif") no-repeat bottom left;  
}

div#main .tb p {
	font-size: 12px;
	color: #111;
	margin: 0px;
	padding: 0px 11px 0px 11px;
}

div#main .tb textarea {
	width: 441px;
	margin: 11px;
}

div#main .tb textarea,input{
	border:1px solid #333;
}

div#main div.pagenum {

}


/*
blockquote ////////
*/

blockquote {
	margin: 10px;
	padding: 0px 0px 0px 0px;
	background-color: #e7e7c3;
}

blockquote p.title {
	font-weight: bold;
	font-size: 12px;
	line-height: 1.4em;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 8px 10px;
}

blockquote a {
	text-decoration: none;
}

blockquote .gfx {
	float: left;
	width: 135px;
	margin: 0px 8px 8px 8px;
	padding: 0px;

	/*IE margin BUG*/
	margin-left: 0;
	border-left: 8px solid #e7e7c3;
}

blockquote p {
	color: #333;
	margin: 0px;
	padding: 0px 6px;
}

blockquote p.copy {
	text-align: left;
	height: 41px;
	padding: 0px 0px 0px 13px;
	margin: 0px;
	clear: both;
}

blockquote dl.relatedInfo dl{
	margin: 12px 6px 12px 8px;
	padding: 0px 4px;
	border-top:solid 1px #999999;
}

/*
local menu ////////
*/

div#local div.item {
	margin: 21px 0px 0px 0px;
	background: transparent url("images/bg_local_mid.gif") repeat-y top center;
}


div#local div.pb {
	background: none;
	padding: 0px 0px 0px 23px;
	margin: 12px 0px;
}

div#local div.pb {
	background: none;
	padding: 0px 0px 0px 23px;
}

div#local dl {
	padding: 0px 0px 12px 0px;
	margin: 0px 12px 0px 12px;
	background: transparent url("images/bg_local_btm.gif") no-repeat bottom left;
}

div#local dt {
	font-weight: bold;
	padding: 11px;
	margin: 0px;
	background: transparent url("images/bg_local_top.gif") no-repeat top left;
}

div#local dd {
	font-size: 11px;
	padding: 0px 11px;
	margin: 0px;
}


div#local dl#blogsearch {
/*	background-color: #333;*/
}

/*
footer ////////
*/

div#footer p {
	font-size: 10px;
	text-align: left;
	margin: 0px;
	padding: 0px 12px;
}

div#footer a {
}

/* cal */


div#local table#cal {
	width: auto;
	border-collapse: collapse;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}

div#local table#cal td, 
div#local table#cal th {
	padding: 0px;
}

div#local table#cal td.today {
	font-weight: bold;
}

div#local table#cal a {
	display: block;
	font-weight: bold;
}

div#local table#cal a:visited {
	color: #666;
}

div#local table#cal a:hover {

}

div#local table#cal thead th, 
div#local table#cal tfoot th {
	text-align: center;
	padding: 3px;
}

div#local table#cal tbody td {
	text-align: center;
	width: 26px;
	height: 24px;
	line-height: 24px;
}

