body{
	font-family:Tahoma,Arial,Sans-Serif;
	font-size:11px;
	padding:0px;
	margin:0px;
	color: #738495;
	background-image:url(../images/back.gif);	
}


/*-------------------- constants -------------------*/

h1,h2,h3,h4,h5,p {
	margin: 0px;
	padding: 0px;
}

a {
	color:#0567C4; 
	text-decoration:none; 
	font-size:11px;
}

a:hover {
	color:#0C0C0C; 
	text-decoration:none;
}

a.side {
	color:#0567C4; 
	text-decoration:none; 
	font-size:11px;
}

a:hover.side {
	color:#0C0C0C; 
	text-decoration:none;
}

a.white {
	color:#0567C4; 
	text-decoration:none; 
	font-size:12px;
}

a:hover.white {
	color:#0C0C0C;
	text-decoration:none;
}

form {
	margin:0px 0px 0px 0px;
}



/*-------------------- layout -------------------*/

#container-3col {
	margin: 0 auto;	
	background-image:url(../images/bg_top.jpg);
	background-position:top;	
	background-repeat:repeat-x;
}
#container-inner-3col {
	width:982px;
	margin:0 auto;	
}

#container-2col {
	width: 792px;
	margin: 0 auto;	
	background-image:url(../images/bg_top.jpg);
	background-position:top;	
	background-repeat:repeat-x;
}
#container-inner-2col {
	width: 792px;
	margin: 0 auto;	
}

#header-3col, #header-2col {
	height:125px;
	background-image:url(../images/header-r.png);
	background-position:top right;	
	background-repeat:no-repeat;
}
#header-inner-3col, #header-inner-2col {
	height:125px;
	background: url(../images/header-l.png) top left no-repeat ;
}

#left-bar {
	width:190px;
}
#left-bar-inner {
	width:180px;
	margin-top:5px;
	margin-left:4px;
}

#middle-bar {
	width:600px;
	padding-bottom:10px;
	border-left:solid 1px #CACACA;
	border-right:solid 1px #CACACA;}
#middle-bar-inner {
	width:590px;
	margin-top:5px;
	margin-left:5px;
}

#right-bar {
	width:190px;
}
#right-bar-inner {
	width:180px;
	margin-top:5px;
	margin-left:4px;
}


.clear {
	clear:both;
}


/*-----------------header-----------------*/

.header-title {
	padding-top:35px;
	padding-left:40px;	
	text-align:left;
	font: bold 30px Arial,sans-serif;}
.header-title a{
	font-size:30px; 
	color:#003366;}
.header-title a:hover{ 
}	

.header-description {
	color:#FF6600;
	text-align:left;
	font-weight: normal;
	font-size: 12px;
	padding-left:40px;	
}


/*-----------------sidebar--------------*/

.side-bar-component {
	width: 180px;
	margin-bottom:10px;
	font-size:11px;
	background-color:#FFFFFF;
	border: solid 1px #fff1dc;
	border-top:none;
}
.side-comp-body {
	padding:5px;
}

.side-comp-header {
	height:32px;
	line-height:32px;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	color: #FFFFFF;
	background-image: url(../images/titlebasic_mod.png);
	padding:0px 2px 0px 4px;
}
.side-comp-header a{
	color: #FFFFFF;
}
.side-bar-component ul{
	margin:0px;
	padding:0px;
}

.side-bar-component li{
	list-style:none;
	text-indent:8px;
	text-transform:capitalize;
	background-image: url(../images/bullet.gif);
	background-position:2px 5px;
	background-repeat: no-repeat;
	/*white-space:nowrap;*/
}

#com-banner .side-comp-body {
	padding: 0px;
}

/*--------------------- page post --------------------*/

.post {
	background-color:#FFFFFF;
	border: solid 1px #dcf4ff;
	border-top:none;
	margin-bottom: 20px;
}
.post h2{
	height:32px;
	line-height:32px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/titlebasic_bg.png);
	padding:0px 2px 0px 4px;
}

.post h2 a {
	font-size:12px;
	color:#FFFFFF;}
.post h2 a:hover {
	color:#FFFFFF;
}
.post-text {
	padding:5px;
}
.post-head {
	margin-bottom:10px;
}
.sum-foot {
	text-indent:5px;
	height:22px;
	line-height:22px;
	font-size:10px;
	margin-top:20px;
	background-color: #e6e6e6;
}
.sum-foot a{
	font-size:10px;
}

.date {
	margin-left:5px;
	font-size:0.9em;
	color:#414141;
	background:url(../images/post.gif) 10px 50% no-repeat;
}
.day, .time {
	display:none;
}


/*--------------------- page comment --------------------*/

#comments {	
	margin-top: 20px;
}

#comments h3 {
	height:22px;
	line-height:22px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top:20px;
	background-color: #FFFFFF;
	background-image: url(../images/cellpic1.gif);
	padding:0px 2px 0px 4px;
}

#comments h5 {
	margin: 20px 0px 0px 0px;
	font-size: 11px;
	font-weight: bold;
}

#comments p {
	margin: 3px 0 0 0px; 
}

#comments .date {
	border: none;
	padding: 0;
	width: auto;
	color: #0567C4;
	background:none;
}
#comments .time {
	display: inline;
}

#form_add label {
  float:left; display:block;
  width:60px; margin:0px 15px 0px 15px;
}

#form_add {
	width: 547px;
	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:450px; 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:#FFFFFF;
	background: #FFFFFF;
	vertical-align:middle;
	background-image:url(../images/button.gif);
}
