/* ================= general ================= */
body {
	background-image: url(../images/tile.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #f4f0e5;
	font-size: 100.01%;
}

div#container {
	 width: 760px;
	 overflow:hidden;
	 
 }


h1, h2, h3, h4, h5, h6 ,#content .posttitle a{
	font-family: "trebuchet ms", arial, sans-serif;
	color: #008000;
	font-weight: bold;
}
#content .posttitle a{
	font-size:1.3em;
	line-height:28px;
	font-weight:normal; 
}
#content .posttitle a:hover{color:#ff8200}

h2, h3, h4, h5, h6 {
		margin-top: 0.2em;
		margin-bottom: 0.5em;
}

h1 {
	font-size: 2em;
	line-height: 100px;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

strong, em em, b {
	font-weight: bold;
}
.widgettitle{ clear:both; color:#000; }

em, i {
	font-style: italic;
	background: #ffc;
}

code {
	color: #800;
}


a:link { color: #24468c }
a:visited { color: #24468c }
a:active { color: #f00 }
a:hover { color: #ff8200 }

div#page ol, div#page ul {
	margin-left: 1.5em;
	margin-right: 1.5em;
	margin-bottom: 1em;
}

div#page ul {
	list-style: disc;
}

div#page ol {
	list-style: decimal;
}

dl {
	margin-bottom: 1em;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 2em;
}

/* ================= header ================= */
div#header {
	height: 100px;
}

div#header h1 {
	padding-left: 1em;
	padding-top:20px;
	color: #fff;
	line-height:35px;
}

div#header h1 a {
	color: #fff;
	text-decoration: none;
}

div#header h2 {
	padding-left:32px;
	color: #fff;
	font-size:14px;
}


div#header h2 a {
	color: #fff;
	text-decoration: none;
}



/* ================= main navigation ================= */
#navmain {
	float: left;
	width: 100%;
	height: 39px;
	font-size: 0.8em;
}

#navmain ul {
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
}

#navmain li {
	display: inline;
	margin: 0;
	line-height: 30px;
}

#navmain a {
	float: left;
	background: url("../images/tab_right_both.gif") no-repeat 100% 0;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#navmain a span {
	float: left;
	display: block;
	background: url("../images/tab_left_both.gif") no-repeat 0 0;
	padding: 0px 20px 9px 20px;
	font-weight: bold;
	color: #ddd;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navmain a span { float: none; }
/* End IE5-Mac hack */

#navmain a:hover span, #navmain .current_page_item span {
	color: #333;
}

#navmain a:hover , #navmain .current_page_item a{
	background: url("../images/tab_right_both.gif") no-repeat 100% -39px;
}

#navmain a:hover span , #navmain .current_page_item span{
	background: url("../images/tab_left_both.gif") no-repeat 0 -39px;
}


/* ================= main page ================= */
#main {
	float: left;
	width: 100%;
	
	overflow:hidden;
}

div#page div.inner {
	padding: 2em 3em 1em 3em;
	background-image: url(../images/page_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 0.8em;
}

hr{
	margin: 2em 3em 2em 3em;
	display:block;
	clear:both;
	border:0;
	border-bottom:1px solid #214284;
}

div#page div.inner p {
	margin-bottom: 1em;
}

div#page {
	line-height: 1.2em;
	background-color: #fff;
	background-image: url(../images/page_back.gif);
	background-repeat: repeat-y;
	margin-top: 10px;
}


/* ================= footer ================= */
div#footer {
	text-align: center;
	font-style: italic;
	background-image: url(../images/page_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-top: 1em;
	padding-bottom: 2em;
	font-size: smaller;
	color: #555;
}


/* ================= right navigation ================= */
div#nav {
	font-size: 0.8em;
	margin-top: 10px;
}

div#nav div.inner {
	padding: 1em;
}

div#nav ul , .widget ul{
	margin-left: 0.5em;
	/*padding-bottom:1.5em;*/
}

div#nav p {
	margin-bottom: 0.2em;
	margin-top: 0.6em;
}

div#nav div.inner ul.menu li, .widget ul li{
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 2px;

	margin-bottom: 0;
	margin-top: 0;
}

div#nav div.inner ul.menu a , .widget ul a{
	display: block;
	width: 95%;
	padding-left: 5px;
	/*background-color: #fff;*/
	/*color: #000;*/
	border-bottom: 1px solid #ddd;
	margin: 0;
	text-decoration: none;
}

div#nav div.inner ul.menu a:link, 
div#nav div.inner ul.menu a:visited, 
div#nav div.inner ul.menu a:hover {
	text-decoration: none;
}

div#nav div.inner ul.menu a:hover , .widget ul a:hover{
	background-color: #24468c;
	color: #fff;
}

/*.widget_links h4{
	padding-top:1.5em;
}*/


/* ================= tables ================= */
table {
	margin-bottom: 2em;
}

table caption{
	background: #F6F4F1;
	color: #110;
	border: 1px solid #F2EDDA;
	font-size: 110%;
	letter-spacing: .1em;
	padding: .5em;
}

td, th {
	text-align: center;
}

th{
	background: #A58F6C;
	border: 1px solid #F2EDDA;
	color: #F5F4F0;
	font-weight: bold;
	padding: .4em;
	text-transform: capitalize;
}

th a:link, th a:visited {
	color: #fffe80;
}

th a:hover {
	color: #ff8200
}

tr.head th {
	background: #110;
}

tr.head th a:link, 
tfoot td a:link, 
tfoot td a:visited, 
tr.head th a:visited {
	color: #A0C1F8;
}

tr.head th a:hover,
tfoot td a:hover {
	color: #ff8200
}

td{
	/* background: #fff; */
	color: #110;
	border: 1px solid #F2EDDA;
	padding: .4em;
}

tr.odd td, td.odd, .odd {
	background: #F6F4F1;
}

tfoot th, tfoot td{
	background: #666 !important;
	color: #F5F4F1;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
img.aligncenter, img.alignnone{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	display: inline;
	margin:0 4px 10px 10px;
}
img.alignleft {
	margin:0 8px 6px 0;
	display: inline;
	margin:0 10px 10px 4px;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
/* End Images */

/*======= comment ===*/

.commentblock{ margin-top:20px; overflow:hidden; }

.commentblock ul{
	margin:0;
	padding:0;
}
.commentblock ol{
	margin:0;
	padding:0;
}
.commentblock a{
	color:#24468c;
	font-weight:normal;
} 
.commentblock a:hover { 
	color: #ff8200;
	text-decoration:underline
 }
.commentblock p{ margin-bottom:0px; }

.commentlist li{
	overflow:hidden;
	border:1px solid #214284;
	margin:0;
	padding:0;
	padding:10px;
	margin-bottom:15px;
}

#comments{
	color:#008000;
}
#respond{
	margin-left:25px;
}
#respond strong{
	font-size:13px;
	display:block;
	margin-bottom:15px;
}
#respond p{
	margin:0;
	padding:0;
}
#respond label{
	font-size:13px;
	color:#000;
}
.inptclass{
	width:220px;
	height:18px;
	margin-top:5px;
	color:#000;
	border:1px solid #214284;
}
.widget select{
	width:162px;
	margin-top:5px;
	color:#000;
	background:transparent;
	border:1px solid #214284;
}
.textarea{
	width:438px;
	height:150px;
	color:#000;
	margin-top:5px;
	border:1px solid #214284;
}
#submit {
	border:1px solid #214284;
	cursor:pointer;
	float:right;
	margin:150px 18px 10px 0;
}
/* end comment */
.navigation{
	width:100%;
	padding:10px;
}
.center{ text-align:center }

.left75{ float:left ; width:569px!important; overflow:hidden;  }
.right25{float:right; width:185px!important; overflow:hidden;  }
.entry h5 {margin-top:-2.5em; font-size:1.2em; padding: 0 0.4em; }
.commentlist table {margin-top: 2em; }
.commentlist td {border: 0; }

.widget{float:left; width:100%; margin-bottom:20px }
a.outlink img{displanone;}
