/* CSS Document */

body {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;
	background:#000;
}

a {color:#7a7801;}
a:hover {color:#990000;}

p, h1, h2, h3, h4 {
	margin:0;
	padding:0;
}
h4 {
	text-decoration:underline;
	font-size:13pt;
}

#wrapper {
	width:960px;
	margin:0 auto;
	border:1px solid #7a7801;
	background:#fff;
}

#header {
	background:url(images/header.gif) no-repeat;
	height:160px;
	overflow:hidden;
}
.icons {
	margin:10px 0 0 10px;;
}
.icons a {
	padding-right:2px;
}

#container {
	overflow:hidden;
	margin-top:10px;
	padding:0 5px;
}
#leftbar, #content, #rightbar {float:left;}

#leftbar {
	width:200px;
}

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

#pagemenu li {
	margin-bottom:5px;
	font:bold 10pt sans-serif;
	color:#666666;
	background:url(images/str.gif) no-repeat 0 5px;
	padding-left:10px;
}

#pagemenu li a {color: #666666;	}
#pagemenu li a:hover {color:#000;}

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

#pagemenu ul ul li {
	color:#7a7801;
	background:url(images/str2.gif) no-repeat 0 5px;
	margin:5px 0;
}
#pagemenu ul ul li a {color:#7a7801;}
#pagemenu ul ul li a:hover {color:#990000;}

.skype, #search {
	margin-top:25px;
}
.skype h4 {
	background:url(images/skype.gif) left no-repeat;
	padding-left:45px;
	padding-top:18px;
	height:22px;
}
.skype p {
	margin-top:5px;
	font-size:10pt;
	color:#666666;
}

#search form {
	margin:0;
	padding:0;
}
.search {
	width:120px;
	margin-right:2px;
}

#content {
	width:560px;
	padding:0 15px;
}
.post small {
	color:#996600;
}
.recent {
	margin-top:20px;
	padding:3px;
	color:#990000;
	font-size:14pt;
	border:1px dashed #990000;
	border-bottom:none;
}
.breadcrumbs {
	font-size:75%;
}
.page, .post {
	font:90% sans-serif;
}
.pagetitle {
	color:#7a7801;
	margin:4px 0;
	font-size:13pt;
}
.entry p {
	padding:4px 0;
	line-height:18px;
}

.entry ul {
	margin-top:0;
}

.entry img {
	border:1px solid #999999;
	float:left;
	margin-right:5px;
	margin-top:2px;
}
.postinfo {
	color:#003366;
}
#rightbar {
	width:160px;
}
.news, .news ul {
	margin:0;
	padding:0;
	list-style:none;
}
.news ul li {
	font:90% sans-serif;
	border:1px dashed #ccc;
	background-color:#f9f6f6;
	padding:2px;
}
.news ul li a {
	font-weight:bold;
}
.news ul li small {
	font:bold 80% sans-serif;
	color:#666666;
}
.news h2 {
	text-decoration:underline;
	font:14pt Georgia, "Times New Roman", Times, serif;
	color:#333333;
}

.banners {
	margin-top:10px;
}

#footer {
	overflow:hidden;
	padding-top:30px;
}
.f1, .f2, .f3 {
	float:left;
	padding:5px;
}
.f1 {
	width:190px;
	font-size:10pt;
	color:#666666;
}
.f2 {
	width:580px;
	color:#7a7801;
}
.f3 {
	width:150px;
}

/*===== o0o: PAGE NUMBERS =====*/
#wp_page_numbers ul,#wp_page_numbers li,#wp_page_numbers a {
	background: #fff;
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	text-transform: none;
	text-indent: 0px;
	font-variant: normal;
	text-align: left;
	line-height: 12px;
	letter-spacing: 0px;
	word-spacing: 0px;
}

#wp_page_numbers {
	margin-top: 20px;
	width: 100%;
	background: #fff;
}

#wp_page_numbers ul {
	border-top: 1px solid #ccc;
	width: 100%;
}

#wp_page_numbers li {
	float: left;
	display: block;
}

#wp_page_numbers a {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	color: #aaa;
	font-family: Arial;
	font-size: 12px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#wp_page_numbers li a:hover {
	color: #ff00a4;
	border-top: 2px solid #ff00a4;
	border-bottom: 2px solid #f1f1f1;
}

#wp_page_numbers li.space {
	font-size: 12px;
	font-family: Arial;
	color: #aaa;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#wp_page_numbers li.first_last_page {
	font-style: italic;
}

#wp_page_numbers li.active_page a {
	color: #fff;
	background: #45b9f6;
	border-top: 2px solid #45b9f6;
	border-bottom: 2px solid #45b9f6;
}

#wp_page_numbers li.active_page a:hover {
	color: #fff; /* IE fix */
	border-top: 2px solid #00679d;
	border-bottom: 2px solid #45b9f6;
}

#wp_page_numbers li.page_info {
	float: left;
	font-size: 12px;
	font-family: Arial;
	color: #aaa;
	display: block;
	padding: 3px;
	padding-right: 5px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
