@charset "utf-8";
body
{
	width: 100%;
	height: 100%;
	background-color:#000;
	margin:0;
	padding:0;
	
}

#show
{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	text-align: center;
	padding: 20px;
	background-color: #000;
	
	display: none;
	
}

#backGround {

width: 100%;
height: 100%;
position: fixed;
filter:alpha(opacity=50);
-moz-opacity:.50;
opacity:.50;
z-index: 0;
top: 0;
left: 0;

}

#wrapper
{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	z-index: 1;
	text-align: center;
}

#header
{
	width: 100%;
	height: 50px;
}

#body
{
	width: 800px;
	margin: 0 auto;
	
	
}

#contentHeader
{
	margin-bottom: 15px;
	width: 788px !important;
	width: 800px;
	padding: 5px;
	background-color: #000;
	border: 1px solid #666;
	color: #fff;
	text-align: center;
	font: normal normal normal 10px Tahoma
}

#contentHeader a
{
	
	
	text-decoration: underline;
}

#contentHeader a:hover
{
	
	font: normal normal bold 12px Tahoma
	text-decoration: none;
}



#contentBackground {
border: 5px solid #000;
 
padding: 20px 20px 40px;
background: #fff; 
filter:alpha(opacity=70);
-moz-opacity:.70;
opacity:.70;

width: 750px !important;
width: 800px;



}

/**#contentHeader
{
	width: 800px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
}
**/
#content
{
	width: 420px;
	
	text-align: justify;
	font: normal normal bold 13px Verdana;
	color: #000;
}

#comments
{
	width: 200px;
	
	
	
	font: normal normal bold 10px Tahoma;
}

#others
{
	width: 120px;
	font: normal normal bold 11px Tahoma;
}

#bottomBody
{
	width: 800px;
	margin: 0 auto;
	
	
}

.panel
{
	width: 170px !important;
	width: 250px;
	margin: 10px;
	padding: 30px;
	height: 100px;
}

.flLeft
{
	float: left;
	text-align: left;
}

.flRight
{
	float: right;
}

.clear
{
	clear: both;
}

.kare
{
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
	margin: 1px;
	cursor: pointer;
	float: left;
}

#others ul
{
	margin: 0;
	padding: 0;
	list-style-type:none;
}

#others h2
{
	font: normal normal bold 12px Tahoma;
	color: #000;
}

#others a
{
	font: normal normal bold 11px Tahoma;
	color: #006699;
}

#imageMenu
{
	padding: 10px;
	background-color: #fff;
	border: 1px solid #000;
	display: none;
	position: absolute;
	z-index: 3;
	text-align: left;
}

#imageMenu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#imageMenu ul a
{
	width: 150px;
	display: block;
	height: 25px;
	padding: 3px;
	color: #000;
	text-decoration: none;
	font: normal normal bold 11px Tahoma;
}

#imageMenu ul a:hover
{
	text-decoration: underline;
	color: #069;
	
}

.post
{
	padding: 0 20px 10px 0px;
}

.postSummary
{
	padding: 0 0 10px 20px;
}
.post h2{color:#700;}

.post h2 a
{
	color: #006699;
	font: normal normal bold 15px Tahoma;
	text-decoration: none;
}

.post h2 a:hover
{
	color: #006699;
	
	text-decoration: underline;
}

.postSummary h2 a
{
	color: #006699;
	font: normal normal bold 11px Tahoma;
	text-decoration: none;
}

.postSummary h2 a:hover
{
	color: #006699;
	
	text-decoration: underline;
}

#comments .entrySummary 
{
	height: 95px;
	overflow: hidden;
	cursor: pointer;
}

#comments .entry 
{
	height: 100px;
	overflow: hidden;
	
}

#comments .entrySummary:hover 
{
	color: #f00;
	
}

a
{
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
	color: #000;
}

small
{
	color: #666;
	font-size: 10px;
}

.postmetadata
{
	font-weight: normal;
	font-size: 10px;
}

.postmetadataSummary
{
	font-weight: normal;
	font-size: 9px;
}

#menu h2
{
	display: none;
}
#menu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu ul li
{
	float: left;
	display: inline;
}

#menu ul li a
{
	display: block;
	width: 100px;
	margin: 10px;
	padding: 5px;
	height: 20px;
	font: normal normal bold 14px Tahoma;
	text-decoration: none;
	
	color: #fff;
}

#menu ul li a:hover
{
	
	text-decoration: underline;
	
	
}

#others h2
{
	color: #700;
}

.solid
{
	filter:alpha(opacity=100);
-moz-opacity:1.0;
opacity:1.0;
border: 3px solid #000;
width:450px;
}

textarea
{
	width: 500px;
}

strong
{
	color: #ff0000;
}