body{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:11px;
	padding:0px;
	margin:0px;
	color: #000;
	background:#FEE7F2 url(../images/body_bg.gif) top repeat-x;
}


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

h1,h2,h3,h4,h5,p {
	margin: 0px;
	padding: 0px;
}

a {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;}

a:visited {
	color: #70003C;
	text-decoration: none;
}

a:hover, a:active {
	color: #FBE6EF;
	text-decoration: none;
}

form {
	margin:0px 0px 0px 0px;
}



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

#container-3col {
	width:915px;
	margin: 0 auto;	
}
#container-inner-3col {
}

#container-2col {
	width: 615px;
	margin: 0 auto;
}
#container-inner-2col {
}

#header-3col, #header-2col {
	height: 157px;
	vertical-align:bottom;
}
#header-inner-3col, #header-inner-2col {
	height: 157px;
	background:url(../images/header.jpg) right top no-repeat;
}

#left-bar {
	width:195px;
	margin-right:5px;	
}
#left-bar-inner {
}

#middle-bar {
	width:515px;
}
#middle-bar-inner {
}


#right-bar {
	width:195px;
}
#right-bar-inner {
}


.clear {
	clear:both;
}


/*-----------------header-----------------*/

.header-title {
	padding-top:30px;
	padding-left:30px;	
	color:#FFFEFE;	
}
.header-title a{
	color:#FFFEFE;
	font: normal 40px impact, arial, sans-serif;}
.header-title a:hover, .header-title a:visited{
	color:#FFFEFE;
	background-color: none;
	text-decoration:none;
}	

.header-description {
	color:#ECCEDA;
	padding-left:30px;
	font-weight: normal;
	font-size: 12px;
}


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

.side-bar-component {
	width: 195px;
	margin-bottom:10px;
	background-color:#FFFFFF;
}
.side-comp-body {
	padding:10px;
}

.side-comp-body a:hover{
	background-color: #A70059;
}

.side-comp-header {
	height: 20px;
	line-height:20px;
	text-indent:10px;
	font-family: tahoma;
	font-size: 11px;
	font-weight:normal;
	color: #FFFFFF;
	background:url(../images/sidebar_bg.gif) left no-repeat;
}

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

.side-bar-component li{
	list-style:none;
	line-height:20px;
	text-indent:13px;
	border-bottom:1px dashed #ABABAB;
	background-image: url(../images/bullet.gif);
	background-position:2px 5px;
	background-repeat: no-repeat;
}

#com-banner .side-comp-body {
	padding: 10px 0px;
}

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

.post {
	margin-bottom: 5px;
	background-color:#FFFFFF;
}
.post .post-head h2{
	height: 20px;
	line-height:20px;
	text-indent:10px;
	font-family: tahoma;
	font-size: 11px;
	font-weight:normal;
	color: #FFFFFF;
	background:url(../images/post_bg.gif) left no-repeat;
}

.post .post-head h2 a {
	color:#FFFFFF;}
.post .post-head h2 a:hover {
	color:#FFFFFF;	
}
.post-text {
	padding:10px;
}
.post a:hover {
	background-color: #A70059;
}

.post-head {
	margin-bottom:10px;
}
.sum-foot {
	text-indent:5px;
	height:22px;
	line-height:22px;
	font-size:10px;
	margin-top:20px;
}
.sum-foot a{
	font-size:10px;
}

.post .date {
	margin-right:5px;
	margin-top:6px;
	text-align:right;
}
.day, .time {
	display:none;
}


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

#comments {	
	margin-top: 20px;
	padding-bottom:10px;
}

#comments h3 {
	height: 20px;
	line-height:20px;
	text-indent:10px;
	font-family: tahoma;
	font-size: 11px;
	font-weight:normal;
	color: #FFFFFF;
	background:url(../images/post_bg.gif) left no-repeat;
}

#comments h5 {
	margin: 20px 0px 0px 0px;
	font-size: 11px;
	font-weight: bold;
}

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

#comments .date {
	color:#70003C;
	background:none;
	text-align:left;
}
#comments .time {
	display: inline;
}

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

#form_add {
	width: 375px;
	margin-left: 10px; 
	margin-top:10px;
	border: 1px solid #D6DCC0;
	padding: 10px 10px 10px 10px;
	margin-bottom:10px;
}

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

#form_add textarea { 
	width:275px; 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 {
	height:16px;
	width:111px;
	margin:0;
	vertical-align:middle
}
#search_form .button {
	width:50px;
	height:20px;
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	font-size:11px;
	color:#666;
	background: #FFFFFF;
	vertical-align:middle;
	background-image:url(../images/button.gif);
}
