body {
	background: #5E584D;
	font: 75%/1.4em Arial, Helvetica, sans-serif;
	color: #4F483C;
	line-height: 140%;
	margin: 30px auto;
	text-align: center;
}


/*-------------------- constants -------------------*/

a:link, a:visited {
	color: #5C564B;
}

a img {
	border: none;
}

a:hover {
	text-decoration: none;
}



form {
	margin: 0;
	padding: 0;
}

blockquote {
	width: 96%;
	padding: 6px;
	margin: 4px;
	background: #FBFAF7;
	border-top: 2px solid #F1EDE2;
	border-bottom: 2px solid #F1EDE2;
}

code, pre {
	display: block;
	width: 96%;
	padding: 6px;
	margin: 4px;
	background: #FBFAF7;
	border-top: 2px solid #F1EDE2;
	border-bottom: 2px solid #F1EDE2;
	font: 12px "Courier New", Courier, monospace;
}

h1 {margin:0px; padding:0px;}

/*-------------------- layout -------------------*/

#container-3col {
	width: 950px;
	background: #fff;
	margin: auto;
	text-align:left;
}
#container-inner-3col {
}

#container-2col {
	margin: 0 auto; 
	width: 754px;
	background: #fff;
	text-align:left;	
}
#container-inner-2col {
}

#header-3col{
	background: url(../images/header.gif);
	color: #3c3d40;
	height: 116px;
}
#header-2col {
	background: url(../images/header-short.gif);
	color: #3c3d40;
	height: 116px;
}
#header-inner-3col, #header-inner-2col {
	height: 116px;
}

#left-bar {
	width:196px;
	background: #FBFAF7;
}
#left-bar-inner {
	width:180px;
	margin-left:8px;
}

#middle-bar {
	width: 558px;
}
#middle-bar-inner {
	width:540;
	margin-left:9px;
	margin-right:9px;
}

#right-bar {
	width:196px;
	background: #FBFAF7;	
}
#right-bar-inner {
	width:180px;
	margin-left:8px;
}

.clear {
	clear:both;
}

#footer {
	clear: both;
	width: 950px;
	background: #2E5A7C url(../images/footer-bg.gif);
	font: 11px Arial, Helvetica, sans-serif;
	color: #7A7365;
	border-top: 1px solid #dedede;
	margin-top: 10px;
	height: 30px;
}

#footer p {
	margin: 0;
	padding: 10px;
}

#footer a {
	font-weight: normal;
	color: #7A7365;
	text-decoration: none;
}

#footer a:hover {
	font-weight: normal;
	color: #7A7365;
	text-decoration: underline;
}
/*-----------------header-----------------*/

.header-title {
	font-family: Arial, "Times New Roman", Times, serif !important;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0;
	position: relative;
	text-transform: uppercase;
	padding-top:25px;
	padding-left:20px;
	position: relative;
}
.header-title a{ 
	color: #FFFFFF;
	text-decoration: none;
}
.header-title a:hover{ 
}	

.header-description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #D7CCB9;
	font-weight: normal;
	letter-spacing: normal;
	margin-left: 20px;
	padding: 0;
}


/*-----------------sidebar--------------*/

.side-bar-component {
	font-size: 11px;
	background: #FBFAF7;
}
.side-comp-body a{
	text-decoration:none;
}

.side-comp-header {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px 0;
	display: block;
	background-image: url(../images/h2-bg.png);
	background-repeat: no-repeat;
	background-position: left;
	width: 164px;
	height: 16px;
	padding-left: 20px;
	color: #EE155B;
}

.side-bar-component ul{
	margin:0px;
	padding:0px;
}

.side-bar-component li{
	margin: 4px;
	padding: 4px;
	list-style: none;
	list-style-image: url(../images/bullet.gif);
	list-style-position: inside;
}


/*--------------------- page post --------------------*/

.post {
}
.post h2{
	font: 20px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
}
.post h2 a {
	color: #EE155B;
	text-decoration: none;
}
.post h2 a:hover {
	color: #F15285;
}

.post-head {
	margin-bottom:10px;
}
.sum-foot {
	margin-top:15px;
	font-size: 0.9em;
	color: #999999;
	margin-bottom:30px;
}

.a-comments {
	padding-left:22px;
	background:url(../images/comments.gif) 5px 2px no-repeat;  
}
.a-readcount{
	padding-left:22px;
	background:url(../images/icon.gif) 5px 2px no-repeat;  
}

.post-head .date {
	font-size: 11px;;
	margin: 0;
	height:20px;
	line-height:20px;
	padding-left: 10px;
	color: #fff;
	background:url(../images/date3.gif) left top no-repeat;
}
#category_a {
	padding-left:10px;
	font-size:0.9em;
	border-left:1px solid; 
}
.day, .time {
	display:none;
}


/*--------------------- page comment --------------------*/

#comments {	
	margin-top: 40px;
	margin-left: 10px;
}

#comments h3 {
	font-size: 18px;
	font-weight: normal;
}

#comments h5 {
	margin: 20px 0px 0px 0px;
	font-size: 11px;
	font-weight: bold;
}
#comments ul, #comments ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#comments p {
	margin: 3px 0 0 0px; 
}

#comments .date {
	font-size: 0.9em;
	color: #999999;
}
#comments .time {
	display: inline;
}

#form_add label {
  float:left; display:block;
  width:60px; margin:0px 15px 0px 15px;
}

#form_add {
	margin-left: 0px; width: 400px;
	border: 1px solid #D6DCC0;
	padding: 10px 10px 10px 10px;
}

textarea, input {
	font: normal 12px Arial;
	border: #CCCCCC 1px solid;
	margin-bottom: 2px;
}

#form_add textarea { 
	width:290px; height: 100px;
}	

#form_add h3 {
	padding-left: 20px;
	background: url(../../images/icons/comment_add.gif) center left no-repeat;

}


/*--------------search--------------*/

#search_form {
	height:auto;
	padding:0px;
	margin:0px;
}

#search_form input {
	border: 1px solid #999999;
	width: 100px;
	padding: 2px;
	color: #333333;
	background-color: #ffffff;
}
#search_form .button {
	border: 1px solid #999999;
	background-color: #e6e6e6;
	margin-left: 2px;
	color: #333333;
	padding: 2px;
	width: 50px;
	font-size:0.9em;
	vertical-align:top;
}

#navigation {
	margin: 0 10px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
#rss {
	display:inline;
}
