/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	background:url(/images/new_bg_rpt.jpg) repeat-y top left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#656565;
	line-height:18px;
}

.clear {
	clear:both;
	height:0;
	font-size:0;
}

img {
	border:none;
}

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

a:hover {
	text-decoration:underline;
}

p {
	margin-bottom:10px;
}


ol, ul, li {
	list-style:none;
}

h1, h1 a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#d2164f;
	text-decoration:none;
	margin:5px 0;
	font-weight:normal;
}

h2 {
	font-family:Arial black, arial, Helvetica, sans-serif;
	font-weight:boldest;
	font-size:16px;
	color:#ccc;
	margin-top:10px;
	padding-bottom:10px;
	border-bottom:dotted thin #aaa;
}

h3 {
	font-weight:normal;
	margin-bottom:10px;
	color:#d2164f;
}

#container {
	margin:0 auto;
	width:786px;
	margin-top:20px;
}


#header {
	height:132px;
}

#logo {
	width:330px;
	float:left;
}

#header-right-middle{
	width:258px;
	height:132px;
	float:left;
	background:url(images/header-bg.png) repeat-x;
}

#header-right {
	background:url(images/header-right.png) no-repeat;
	width:198px;
	height:132px;
	float:right;
}

#content-container {
	background:url(images/content-bg.png) repeat-y;
}

#content-top {
	background:url(images/content-top.png) no-repeat;
	height:26px;
}

#content-text {
	float:left;
	width:566px;
	padding-left:20px;
}

.entry {
	border-bottom:dotted thin #aaa;
	padding-bottom:10px;
	margin-bottom:15px;
}

.entry img {
	margin:0 auto;
	padding:4px;
	border:solid 3px #ccc;
}

#content-text li, #content-text ul {
	margin-left:20px;
}

#menu {
	padding-right:20px;
	float:right;
	width:160px;
}

#menu ul{
	list-style:none;
}

#menu li a {
	display:block;
	text-decoration:none;
	color:#d2164f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:5px;
	border-bottom:0;
	min-height:18px;
	border-bottom:dotted thin #aaa;
}

#menu li a:hover {
	color:#aaa;
}

.menu-title {
	margin-top:5px 0;
	padding-top:5px;
}

#content-bottom {
	clear:both;
	background:url(images/content-footer.png);
	height:18px;
}

#rss, #facebook, #twitter {
	padding-bottom:10px;
}

.commentlist li {
	border-bottom:thin dotted #aaa;
	margin-bottom:10px;
}

.fn a {
	font-weight:bold;
	color:#d2164f;
}

.comment-author vcard {
	margin-bottom:10px;
}

#submit {
	background:none;
	border:none;
	color:#d2164f;
	font-family:Arial black, Arial, Helvetica, sans-serif;
	cursor:pointer;
}

#footer, #footer a {
	text-align:center;
	font-size:10px;
	color:#aaa;
	margin-bottom:10px;
}