body 
{
	background-image:url('img/bgpattern.png');
	font-family: verdana;
	font-size: 12px;
	color: #fff;
}

a {
	color: #fc8989;
	text-decoration: none;
}

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

h1
{
	font-family: Verdana;
	color: #fc8989;
	font-size: 14px;
	float: left;
	font-weight: bold;
	padding: 0 5px 0 0;
	margin: 25px 0px 0px 60px;
	line-height: 14px;
}

h2
{
	font-family: Verdana;
	color: #fc8989;
	font-size: 14px;
	float: left;
	font-weight: normal;
	padding: 0;
	margin: 25px 0px 0px 0px;
	line-height: 14px;
}

h3
{
	font-family: Verdana;
	color: #ff4646;
	font-size: 18px;
	font-weight: bold;
	margin: 3px 0;
	padding: 0;
}

h3 a
{
	color: #ff4646;
	text-decoration: none;
}

h3 a:hover
{
	text-decoration: underline;
}

.clear
{
	clear:both;
}

.wrapper
{
	width: 800px;
	margin: 0px auto;
	padding: 0px;
}

.header
{
	height: 60px;
	width: 460px;
	background-image:url('img/logo.png');
	background-repeat:no-repeat;
	background-position:bottom right;
	margin: 0;
	padding: 0;

}

.rss
{
	float:right;
	width: 100px;
	height: 60px;
	padding:0px;
	margin: 0 20px 0 0;
	background-image:url('img/rss.png');
	background-repeat:no-repeat;
	background-position:bottom right;
}

.content
{

	width: 800px;
	background: #000;
	border: 1px solid #666;
	margin: 0;
	padding: 15px 0;
}


.star
{
	width: 120px;
	height: 120px;
	z-index: 1000;
	position:absolute;
	background-image:url('img/star.png');
	background-repeat:no-repeat;
	background-position:top left;
	margin: 0;
	padding: 0;
}

.menu
{
	padding: 0;
	margin: 0;
	width: 100%;
	height: 30px;
	background: #fc6;
	font-family: 'Arial Black';
	font-size: 20px;
	font-weight:bold;
}

#menulist
{
	list-style-type:none;
	margin:0 0 0 100px;
	padding:0;

}

#menulist li
{
	display:inline;
	padding:0;
	height: 30px;
	
}

#menulist li a
{
	padding:0 40px;
	margin: 0;
	color:#000;
	text-decoration:none;
	float:left;
	height: 30px;
}

	
#menulist li a:hover
{
	background:#ff4646;
	color:#fff;
}

.left
{
	float:left;
	width: 520px;
	margin: 0;
	padding: 0;


}

.leftcontent
{
	margin: 0;
	padding: 0;

}

.post
{
	margin: 25px 0px 25px 50px;
	padding: 0;
	overflow:hidden;
}

.post img{

	border: 5px solid #fc8989;;
}

.post img:hover{
	border: 5px solid #ff4646;
}

.postfooter
{
	margin: 0 0 20px 0px;
	padding: 5px 0;
	border-top: 1px solid #646464;
	color:  #646464;
	font-size: 11px;
}

.postfooter a
{
	color:  #646464;
	text-decoration: none;
}

.postfooter a:hover
{
	text-decoration: underline;
}


.right
{
	float:right;
	width: 250px;
	margin: 0;
	padding: 0;
}

.rightcontent
{
	margin: 25px 50px 25px 0;
	padding: 0;
	text-align: right;
}

.tags
{
	margin: 0 10px;
	padding: 0;
	font-weight:bold;
}

.tags a
{
	text-decoration: none;
	color: #fc8989;
	font-size: 12px;
	font-weight: normal;
}

.tags a:hover
{
	text-decoration: underline;
}

.footer
{
	clear:both;
	margin: 0;
}

.searchf {
	float: right;
	width:200px;
	height:25px;
	padding-bottom: 5px;
	padding-top: 3px;
	padding-left: 5px;
	}
	
.searchf1 {
	width:150px;
	float:right;
	}
	
.searchf2 {
	width:50px;
	height:20px;
	float:right;
	display:block;
	margin-top:0px;
}

#searchsubmit {
	border: 1px solid #000;
	background: #000;
	color: #fc8989;
	font-weight: bold;
	float:right;
	padding: 1px;
	margin: 0 5px 0 0;
}

#searchsubmit:hover {
  	border: 1px solid #fc8989;
}
#inputtext {
	background: #646464;
	border: 1px solid #fc8989;
	color: #FFFFFF;
	padding: 2px;
	float:right;
}
li{
	list-style-type: none;
}

