* {
	margin: 0;
	padding: 0;
}
html {height: 100%}

body {
	font: 13px/18px 'Lucida Grande', Arial, Tahoma, Verdana, sans-serif; background: #E9EDEE;

}

a {
	color: blue;
	outline: none;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}



input {
	vertical-align: middle
}

small {
	margin-top:10px;
	font-size:11px;
	color:#999;	
}

#wrapper {
	width: 100%;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height:100%;

}


/* Header
-----------------------------------------------------------------------------*/
#header {
	background: #444 60px ; 
	width: 100%;
	color: #fff;
}



#topmenu {
	background:#000;
	margin: 0px;
	padding:5px;
	padding-left: 50px;
	font-size: 11px;
	border-top: #5C6F7E solid 1px;
	border-bottom: #5C6F7E solid 1px;
	}
	
#topmenu a {
	color: #B2A8C5;
    font-weight: normal;
   	padding: 0px 10px;
   	border-left: #5C6F7E dotted 1px;
}
	
#topmenu a:hover {
	color: #8B979F;
	text-decoration: none;
}

.head-left {
	float:left;

	margin: 0px;
	padding-top:15px;
	padding-left:80px;
}

.head-left h1 a{
	color: #ffffff;
	font: 1.4em Georgia,"Times New Roman",Times,serif;
	text-decoration:none;
	font-weight: normal;
}


.head-left p {
	color: #fff;
	margin-top: 10px;
	font: 1.1em Georgia,"Times New Roman",Times,serif;
}

.head-right {
	float:right;
	height: 70px;
	padding:5px;
	margin: 0px;
}
	
#head-menu {
	background:#333;
	margin: 0px;
	padding:5px;
	height: 20px;
	padding-left: 100px;
	border-top: #5C6F7E solid 1px;
	border-bottom: #5C6F7E solid 1px;

}	

#head-menu ul {
	list-style: none;
	display:block;
}
	
#head-menu ul li {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	list-style: none;
	border-left: #5C6F7E dotted 1px;
}
	
#head-menu ul li a {
	color: #fff;
	display: block;
    font-weight: normal;
	padding-bottom:7px;
	font-weight: normal;
}
	
#head-menu  ul li a:hover {
	color: #fff;
	display: block;
	text-decoration: none;
	padding-bottom:7px;
}





#head-menu li li a, #head-menu li li a:link, #head-menu li li a:visited {
	background: #4B545B;
	width: 150px;
	color: #fff;
	font-size: 13px;
	font-family: tahoma, century gothic,Georgia,  sans-serif;
	font-weight: normal;
	float: none;
	margin: 0px;
	padding: 8px 10px 7px 10px;
	border-bottom: 1px solid #50585f;
	border-left: 1px solid #50585f;
	border-right: 1px solid #50585f;
	}
	
#head-menu li li a:hover, #head-menu li li a:active {
	background: #42474B;
	color: #fff;
	padding: 8px 10px 7px 10px;
	}

#head-menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin-top:0px;
	margin-left: -30px;
	padding: 0px;
	}

#head-menu li li { 
	}

#head-menu li ul a { 
	width: 140px;
	}

#head-menu li ul a:hover, #catmenu li ul a:active { 
	}

#head-menu li ul ul {
	margin: -32px 0 0 170px;
	}

#head-menu li:hover ul ul, #head-menu li:hover ul ul ul, 
#head-menu li.sfhover ul ul, #head-menu li.sfhover ul ul ul {
	left: -999em;
	}

#head-menu li:hover ul, #head-menu li li:hover ul, 
#head-menu li li li:hover ul, #head-menu li.sfhover ul, 
#head-menu li li.sfhover ul, #head-menu li li li.sfhover ul {
	left: auto;
	}

#head-menu li:hover, #head-menu li.sfhover { 
	position: static;
	}




#header_adcode {
	border-left: #B1BFC2 solid 1px;
	border-right: #B1BFC2 solid 1px;
	border-bottom: #B1BFC2 solid 1px;
	background: #FCF8CE;
	width:91%;
margin: 0 auto;
	padding-left:20px;
	padding-bottom:5px;
	padding-top:5px;
}

#header_adcode a{
	color: #3589CF;
	font: 1.6em Georgia,"Times New Roman",Times,serif;
	text-decoration:none;
	font-weight: normal
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 80%;
	margin: 0 auto;
	margin-top:10px;
	margin-bottom:10px;
	background: #fff;
	
	overflow: visible;
	padding: 15px;
	
	  border: 1px solid #CDD6D8;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	}
	
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}


#container {
	width: 70%;
	float: left;
	margin: 0px;
	background: #fff;
	
}

#content {
	width: 97%;
	text-align: justify;
	font-size:14px;
	font-family: 'Lucida Grande';
	line-height: 150%;

		 margin-bottom:5px;
	 padding-bottom:10px;
	 padding:10px
}


#content2 {
	width: 97%;
	text-align: justify;
	font-size:14px;
	font-family: 'Lucida Grande';
	line-height: 150%;
background: #f9f9f9;
	margin-bottom:5px;
	border: 1px solid #CDD6D8;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 17px;
	 padding:5px
}



#content H1 a{
	color:#444;
	margin-bottom:10px;
	font: 1.4em Georgia,"Times New Roman",Times,serif;
	text-decoration:none;
	font-weight: normal;
}

#content H1{
	color:#444;
	margin-bottom:10px;
	font: 1.4em Georgia,"Times New Roman",Times,serif;
	text-decoration:none;
	font-weight: normal;
}

#content H2 {
	color:#444;
	height: 30px;
	margin-top:20px;
	font-size:20px;
	text-decoration:none;
	font-weight: normal;
	border-bottom:1px dotted #2255AA;
}



#content ul {
	margin-left:50px;
	padding-bottom:7px;
	padding-top:7px;
}


p {
	padding-bottom:7px;
	padding-top:7px;

}

img {
	border: none;
	margin-right:10px;
}



div.post_rss {
border:3px double #EEE;
 padding: 10px 0px 8px 0px; 
 font-size: 12px;
 text-align: center;
 font-weight: bold;
 border: 1px dashed black;
 margin-bottom: 10px;
 vertical-align: top;
}

div.post_rss IMG {
 vertical-align: middle;
 margin: 0px;
 padding: 0px;
}



ul.st-related-posts li{
	padding-left: 22px !important;
	background: url('images/arrow.gif') no-repeat 0 6px !important;
	list-style-type:none;
	margin-bottom: 3px;
	font-size:12px;
}





.more-link {
  text-decoration: none;
	display: inline-block;
	width: 150px;
	height: 31px;
	line-height: 27px;
  
  background: url('images/more.gif') no-repeat;
	vertical-align: middle; 
	padding-left:15px;
  
 	font-size:13px;
}
.more-link:hover {
	color: #DA2400;
  text-decoration: underline;
}



/* Sidebar
-----------------------------------------------------------------------------*/

#sidebar {
	float: right;
	margint: 0px;
	width: 25%;
		min-width: 250px;
	position: relative;


background: #fff;

	
}


#sidebar a, #sidebar a:visited{
	color: #0e66be;
    
	text-decoration: none;
}
#sidebar a:hover{
	color: #0e66be;

	text-decoration: underline;
}






#block {

	
	border: 1px solid #CDD6D8;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 17px;
	
	
	background: #f4f4f4;
	 margin-left:0; 
	 margin-right:0; 
	 margin-top:0; 
	 margin-bottom:15px;
	 padding-bottom:10px;
}



#sidebar h2 {
	height: 30px;
	line-height: 30px;
	margin:0px;
	overflow: visible;
padding-left:20px;
	font-size: 15px;
}








#sidebar p.p-sidebar {
	padding-bottom:3px;
	padding-top:3px;
	padding-left:15px;
	padding-right:15px;
	font-weight: bold;
	font-size:12px;
}

#sidebar img {
	border: none;
	margin-right:5px;
}


/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	padding-right: 5px;

}
#sidebar ul li {
	list-style: none;
	padding: 0;
	padding-left: 22px;
	margin-bottom: 5px;
	margin-top: 8px;
	border-bottom: 1px dotted #2255AA;
	font-size: 12px;
	
}

/*sidebar list level2 */
#sidebar ul li ul {
	padding:0;
	margin: 0;
}
#sidebar ul li ul li{
	padding: 0px 2px 0px 10px;
	border: none;
}

/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding: 1px 0 1px 0px;
	border: none;
}

/*meta  title*/
#sidebar ul.list-page li{
	color: #333;
	padding-left: 22px !important;
	background: url('images/page.gif') no-repeat !important;
}

/*meta  links*/
#sidebar ul.list-link li{
	color: #333;
	padding-left: 22px !important;
	background: url('images/link.gif') no-repeat !important;
}


/*rss widget */
ul.list-rss li{
	background: url('images/feed.gif') no-repeat !important;
	padding-left: 22px !important
}


/*rss widget */
ul.list-rss li{
	background: url('images/twitter.gif') no-repeat !important;
	padding-left: 22px !important
}



/*category  widget */
ul.list-cat li{
	background: url('images/folder.gif') no-repeat !important;
	padding-left: 22px !important;
}



/*popular widget */
ul.list-popular li{
	background: url('images/hit.gif') no-repeat !important;
	padding-left: 22px !important;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin-bottom: 0px;
	color: #000;
	background: #eee;
	padding: 10px;
	font-size: 13px;
	height:60px;
	clear: both;
	border-top: 1px solid #ccc;
}

#footer a{
	color: #666;
}



#footer_table {
	color: #000;
	width:80%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	font-size:11px;
	background: #e5e5e5;
	border: 1px solid #b2b2b2;
	padding:8px;
}


#footer_table a{
	color: #808080;
	width:80%;
}

#footer_table ul{
	list-style: none;

}


#footer_table ul li{
	list-style: none;
}










blockquote {
	padding-left: 10px;
	margin-left: 30px;
	border-left: 5px solid #800000;
	color: #666666; 
	font-style: italic;
}















/* comments area */

#comments, #respond {
	border-bottom: 1px dotted #4395BC;
	padding: 10px 0 5px 0;
	clear: both;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}


.commentlist .alt {
	background: #f3fce6;
	border: 1px dotted #dbefc1;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}

#commentform label{
	color: #787878;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#f3fce6;
	border: 1px dotted #D0D0BF;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 485px;
	height: 115px;
	background:#fff;
	border: 1px solid #ccc;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	border: 1px solid #7FD4F4;
	color: #0C72A2;

	width: 144px;
	height: 28px;
	cursor: pointer; font-style:normal; font-variant:normal; font-weight:bold; font-size:12px; font-family:Arial, Helvetica, sans-serif;
}








ol.trackback {
	padding-left:50px;
}




ol.commentlist { 
	list-style:none; 
	margin:0; 
	padding:0; 
	text-indent:0; 
}
	
ol.commentlist li { 
	margin:0 0 10px; 
	padding:5px 7px 5px 57px; 
	position:relative;
}
 
ol.commentlist li div.comment-author { 
	padding:0 170px 0 0; 
}

ol.commentlist li div.vcard { 
	font:14px Georgia, helvetica,arial,sans-serif; 
	padding:5px 0px;
}

ol.commentlist li div.vcard cite.fn { 
	font-style:normal; 
}
ol.commentlist li div.vcard cite.fn a.url { 
	color:#AA0000; 
	text-decoration:none; 
}
ol.commentlist li div.vcard cite.fn a.url:hover { 
	color:#000; 
}

div.vcard img.avatar { 
	border:5px solid #ddd; 
	left:7px; 
	position:absolute; 
	top:7px; 
}

ol.commentlist li div.comment-meta { 

	position:absolute; 
	right:10px; 
	text-align:right; 
	top:5px; 
}

ol.commentlist li div.comment-meta a { 
	color:#0083DB; 
	text-decoration:none; 
}

ol.commentlist li div.comment-meta a:hover { 
	color:#000; 
}
ol.commentlist li p { 
	margin:0 0 1em;
	color:#000;
	text-align: justify;
	font-size:14px;
	font-family: 'Lucida Grande';
	line-height: 150%;
 }
 
ol.commentlist li ul { 
	font:normal 12px/1.4 helvetica,arial,sans-serif; 
	list-style:square; 
	margin:0 0 1em;
	padding:0; 
	text-indent:0;
 
 }

#cancel-comment-reply{
	padding:10px 0px 0px 0px ;

}
#cancel-comment-reply-link{
	color:#000; 
	font-size:10px;
	line-height:15px;
	font-family: Tahoma, Georgia,arial,sans-serif;
	padding:4px 10px;
	margin:0px 0px 0px 12px;	
	background:#fff;
	border:1px solid #666;

} 


ol.commentlist li div.reply {  
	color:#000; 
	text-align:center; 
	width:50px; font-style:normal; font-size: 10px; font-variant:normal; font-weight:bold; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:5px;
 }
 
ol.commentlist li div.reply a { 
	color:#0000ff; 
	text-decoration:none; 
	text-transform:uppercase; 
}

ol.commentlist li ul.children { 
	list-style:none; 
	margin:1em 0 0; 
	text-indent:0; 
}

ol.commentlist li ul.children li.depth-2 { 
	margin:0 0 .25em; 
}

ol.commentlist li ul.children li.depth-3 { 
	margin:0 0 .25em; 
}

ol.commentlist li ul.children li.depth-4 {
	margin:0 0 .25em; 
 }
 
ol.commentlist li.pingback div.vcard { 
	padding:0 170px 0 0; 
}
















.ed_button { 
	width: 0;  /* IE table-cell margin fix */
    	overflow: visible;
	}
.ed_button[class] { 
	width: auto;
	}
#comment_quicktags {
	text-align: left;
	margin-left: 0%;
}
#comment_quicktags #ed_comment_toolbar {
	display: inline;
}
#comment_quicktags input.ed_button {
	background: #F4F4F4;
	border: 1px solid #D6D3CE;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 1px;
	width: auto;
}
#comment_quicktags input:focus.ed_button {
	background: #FFFFFF;
	border: 1px solid #686868;
}
#comment_quicktags #ed_strong {
	font-weight: bold;
}
#comment_quicktags #ed_em {
	font-style: italic;
}










.quoter{
	margin-top: 0px;
	float: right;
}