@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #fcf6d9;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#top-bar {
	background-image: url(images/top-bar.jpg);
	background-repeat: repeat-x;
	height: 45px;
}
#page-wrapper {
	width: 885px;
	margin: 0px auto;
}

#search {
	position: relative;
	margin: -40px 0px 0px 615px;
	float: left;
	left: 56px;
}
#nav-wrapper {
	float: left;
	width: 885px;
	height: 47px;
	background-image: url(images/bar.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#header {
	background-image: url(images/header.jpg);
	height: 198px;
	width: 885px;
	float: left;
	margin: 25px 0px 0px;
}
#nav {
	height: 35px;
	float: left;
	margin: 0px 0px 0px 20px;
	padding: 9px 0px 0px;
}
#nav  li {
	display: inline;
	margin: 0px 10px 0px;
}
#nav a {
	font-size: 16px;;
	color: #858585;
	text-decoration: none;
	padding: 0px 5px;
	font-weight: bold;
}
#nav a:hover {
	color: #373434;
}
#bookmark {
	float: left;
	margin: 7px 20px 0px 300px;
}
#container {
	float: left;
	width: 885px;
	background-color: #ffffff;
	background-image: url(images/content-bg.jpg);
	background-repeat: repeat-y;
}


#content {
	background-color: #ffffff;
	width: 530px;
	float: left;
	margin: 14px 0px 15px 20px;
	padding: 0px 10px 10px;
	border: 1px solid #ececec;
}
.post {
	width: 530px;
	margin: 10px 0px 0px;
	float: left;
}

.headline {
	background-color: #373434;
	padding: 2px 5px 2px;
	margin: 0px 0px 5px;
}
.title a {
	font-size: 24px;
	color: #FFFFFF;
	padding: 0px 0px;
	font-weight: normal;
	text-decoration: none;
}
.author {
	float: left;
	font-size: 11px;
	width: 530px;
	font-weight: normal;
}

.author a {
	color: #353535;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}
.break {
	float: left;
	width: 530px;
}

.author a:hover {
	text-decoration: underline;
}
.article {
	float: left;
	width: 530px;
	margin: 5px 0px;
	overflow: hidden;
}
.article p {
	color: #999999;
}
.article iframe{
	margin-left: -20px;
}
.img {
	float: left;
	width: 530px;
	margin: 5px 0px 0px;
}


.break {
	width: 530px;

}
.break a {
	color: #353535;
	text-decoration: none;
}
.break a:hover {
	text-decoration: underline;
}
#recent-wrapper {
	float: left;
	width: 176px;
	margin: 14px 15px 20px;
	border: 1px solid #ececec;
	padding: 10px;
}
#recent {
	margin: 0px 0px 0px;
	float: left;
}
#recent h2 {
	background-color: #373434;
	padding: 5px 5px 5px;
	margin: 0px 0px 5px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
#recent ul {
	margin: 0px 0px 0px 15px;
	padding: 0px 5px 0px;
}
#recent li {
	list-style-image: url(images/bullet-recent.gif);
	margin: 5px 5px;
}
#recent a {
	padding: 0px;
	color: #555555;
	text-decoration: none;
}
#recent a:hover {
	text-decoration: underline;
}
#side {
	float: left;
	width: 305px;
	height: 100%;
	margin: 14px 0px 0px;
}

.ad {
	margin-bottom: 10px;
	float: left;
	margin: 0px 0px 0px 25px;
}



#ad01 {
	height: 125px;
	width: 125px;
	float: left;
	padding: 0px 0px 10px;
}
#ad02 {
	margin-left: 10px;
	float: left;
	padding: 0px 0px 10px;
}
#panel {
	margin: 10px 0px 0px 25px;
	float: left;
	width: 260px;
}
#panel  h2 {
	padding: 5px 5px 5px;
	margin: 0px 0px 5px;
	font-size: 14px;
	color: #353535;
}
#panel  ul {
	margin: 0px 0px 0px 30px;
	padding: 0px 5px 0px;
}
#panel  li {
	list-style-image: url(images/bullet.gif);
	margin: 10px 5px;
}
#panel  a {
	padding: 0px;
	color: #555555;
	text-decoration: none;
}
#panel  a:hover {
	text-decoration: underline;
}
#footer   {
	background-color: #373434;
	height: 30px;
	width: 885px;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	padding: 0px 0px 0px;
}

#footer p {
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	padding: 8px 0px 0px;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: underline;
}

