/* CSS Document */
body {
	background:url(../images/bgmain.jpg) fixed no-repeat #000000;
	background-position:center;
	color:#FFFFFF;
}

#frame{
	width:1000px;
	height:800px;
	margin:auto;
}


.top{
	width:1000px;
	height:297px;
}

#menubox{
	width:1000px;
	height:29px;
}

.menu{
	width:580px;
	height:29px;
	text-align:right;
	float:left;
/*	margin-top:15px;*/
}

.searchbar{
	display:block;
	vertical-align:top;
	float:right;
	margin: 5px 20px auto auto;
	text-align:right;
}

.search{
	margin:auto;
	width:160px;
	height:16px;
	
}

.AutoInput{
	background:#FFFFFF url(../images/searchico.jpg) no-repeat 2px 2px;
	padding:4px 4px 4px 22px;
	border:1px solid #CCCCCC;
	width:30px;
	height:10px;
}
.content{
	width:980px;
	height:375px;
	margin-left:20px;
	
}

.content_inner{
	width:900px;
	color:#FFFFFF;
	text-align:justify;
}
.post{
	width:310px;
	height:305px;
//	margin-top:10px;
	margin-left:30px;
	float:left;
//	display:run-in;
}

.posttitle{
	height:20px;
	color:#FFFFFF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.img{
	margin-top:5px;
	text-align:center;
}

.txt{
	width:310px;
	margin-top:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:justify;
//	font-stretch:expanded;
	color:#FF0000;

}

*{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.blog{
	float:left;
	margin: 10px 0px 0px 5px;
	width:240px;
	height:auto;
}

.userpost{
	margin: 10px 0px 0px 5px;
	float:left;
	width:472px;
	height:auto;
}

.social{
	float:right;
	width:240px;
	height:auto;
	text-align:left;	
}

.footer{
	width:1000px;
	height:25px;
}
/*
#transbox {
width:1000px;
background-color: #fff;
border: 1px solid black;
filter:alpha(opacity=50);
opacity: 0.5;
-moz-opacity:0.5;
}
*/
.error
{
	color:#FF0000;
	font-size:9px;
}
.success
{
	color:#009900;
	font-size:9px;
}
a
{
	text-decoration:none;
	color:#FFFFFF;
}

.text_box{ 
	width: 175px; 
//	margin: 20px 8px 2px 10px; 
//	padding: 3px;
	display:block;
	height:15px
}

.text_area{ 
	width: 175px; 
//	margin: 20px 8px 2px 10px; 
//	padding: 3px;
	display:block;
	height:75px
}




#SearchText { 
	width: 175px; 
//	margin: 20px 8px 2px 10px; 
//	padding: 3px;
	display:block;
	height:15px
}

#SearchText, #SuggestResults {
	font-size: 10px;
	font-weight:normal;
//	padding:2px;
}

#SuggestResults {
//	margin-left: 10px;
	text-align:left;
	float:left;
}

#AutoSuggestBoxArea {
	margin-bottom: 20px;
	display:block;
	text-align:left;
	float:left;
}

.ftr{
	float:left;
	text-align:right;
	vertical-align:bottom;
}




	
.accordion {
	width: 440px;
	border-bottom: solid 1px #c4c4c4;
	text-align:justify;
}
.accordion h3 {
	background: #e9e7e7 url(../images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 35px;
	margin: 0;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	font-size:14px;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}
.accordion h3:hover {
	background-color: #e3e2e2;
}
.accordion h3.active {
	background-position: right 5px;
	font-size:14px;
}
.accordion p {
	background: #f7f7f7;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}
