/* 1Reset styles */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
}

a img {
	border:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

ol, ul {
	list-style:none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content:"";
}

/* Site styles */

html {
	background:#00004D;
	min-height:100%;
}

body {
	font:0.8em Arial;
	color:#CADEF4;
	background:#042604;
}

a {
	text-decoration:underline;
	color:#E2C0BA;
}

a:hover {
	text-decoration:none;
	background:#536A80;
}

h1 {
	font:normal 1.6em Arial;
	color:#FFF568;
	margin-bottom:2px;
		

}

h2 {
	font:normal 1.6em Arial;
	border-bottom:2px solid #99DA83;
	margin:0 5px ;
	padding:5px 5px ;
	background:#042604;
}

	h2 span {
		color:#FFF568;
	}

h3 {
	font:bold 1.2em Arial;
	margin-bottom:3px;
}
	
/* Form elements */

.textbox, select {
	border:1px solid #999;
	background:#fff;
	color:#333;
	font:normal 1em Arial;
}

.textbox:focus {
	border:1px solid #777;
}

.button {
	background:#5C5C5C;
	border:1px solid #333;
	color:#fff;
	font:normal 1em Arial;
	cursor:pointer;
}

.button:hover {
	background:#777;
}

textarea {
	color:#333;
	background:#eee;
	padding:0;
	font:normal 1em Arial;
}

/* Structure */

.wrapper {
	background:url("../images/logo.gif") no-repeat left top;
	min-width:1000px;
}

.container {
	width:100%;
	float:left;
	margin-right:-230px;
}

/* Header */

.header {
	position:relative;
	height:145px;
}

	
	
	.logo {
		position:absolute;
		top:60px;
		left:24px;
	}
	
		.logo img {
			vertical-align:top;
		}
	
	.slogan {
		position:absolute;
		top:92px;
		left:80px;
		font-size:1.2em;
	}
	
	/* Top menu */
	
	.top-menu {
		position:absolute;
		left:20px;
		top:108px;
	
		
		width:95%;
		padding:0 0 8px 0;
		
	}
	
		.top-menu li {
			float:left;
			padding:0 8px; 
			border-right:1px solid #AFFFAA;
			text-align:center;
		}
		
			.top-menu li a {
				text-decoration:;
				font:bold 1.3em/1em Arial;
				color:#FFF568;
			}

/* Content */

.content {
	margin-right:230px;
}

/* Central column */

.main {
	margin-left:10px;
	padding:0 10px;
}

	.center {
		text-align:center;
	}

	/* Search */

	.searchbox {
		background:url("../images/search.png") no-repeat left top;
		height:37px;
		padding:18px 0 0 60px;
		margin-bottom:5px;
	}
	
		.searchbox .textbox {
			width:87%;
		}
	
	.title {
		background:#042604;
		padding:5px 8px;
		color:#D9D8D8;
		margin-bottom:6px;
	}
	
		.title a {
			color:#D9D8D8;
		}
		
		.title a:hover {
			background:none;
		}
		
		.title img {
			vertical-align:top;
		}
	
	.news {
		padding-bottom:12px;
		overflow:hidden;
	}
	
		.news img {
			margin:0 5px;
		}
		
		.news form img {
			margin:0;
			vertical-align:top;
		}
		
		.news ul {
			list-style:disc;
			margin-left:20px;
		}
		
		.news ol {
			list-style:decimal;
			margin-left:25px;
		}
	
	.post-footer {
		margin-bottom:15px;
		padding:5px;
	}
	
		.post-footer p {
			font-size:1.3em;
		}
		
			.post-footer p a {
				font-weight:bold;
			}
		
		.rating {
			float:right;
		}
	
/* Left column */

.leftside {
	width:230px;
	float:left;
	padding:15px 0 20px;
}

	/* Menu */

	.menu {
		margin:0 5px 17px 30px;
		font-size:1.2em;
	}
	
		.menu li {
			margin-bottom:4px;
		}
	
			.menu a {
				text-decoration:none;
			}
		
			.menu ul {
				margin-left:3px;
				padding-top:4px;
				display:none;
			}
		
				.menu ul li {
					padding-left:11px;
					background:url("../images/menu-bullet.gif") no-repeat left 9px;
				}
				
					.menu ul li a:hover {
						color:#FFF568;
						background:none;
						text-decoration:underline;
					}
	
	/* Topnews */
	
	.topnews {
		margin-bottom:15px;
		padding:0 10px;
	}
	
		.topnews a {
			text-decoration:none;
		}
	
	/* Archives */
	
	.archives-block {
		padding:0 10px 0 62px;
		min-height:59px;
		background:url("../images/archives.png") no-repeat left top;
		font:bold 1.2em Arial;
		margin-bottom:15px;
	}
	
		.archives-block a {
			color:#EBEBEB;
			text-decoration:none;
		}
		
		.archives-block a:hover {
			color:#FFF799;
			background:none;
			text-decoration:underline;
		}
	
	/* Counter block */
	
	.counter-block {
		margin-bottom:15px;
		padding:0 10px;
		text-align:center;
	}
	
		.counter-block img {
			vertical-align:top;
		}
	
/* Right column */

.rightside {
	width:230px;
	float:right;
	padding:15px 0 20px;
	background:#042604;
}

	/* Login */

	.login {
		margin-bottom:15px;
		padding:0 10px;
		background:url("../images/login.png") no-repeat right top;
		min-height:86px;
	}
		
		.login a {
			color:#C2E8F7;
		}
		
		.login a:hover {
			background:none;
		}
		
		.login form {
			text-align:right;
			padding-right:40px;
		}
		
			.login form p {
				margin-bottom:7px;
			}
			
			.login .textbox {
				width:120px;
			}
		
		.login ul {
			font-size:1.2em;
		}
	
	/* Block */
	
	.block { background:#2A6E00;
		margin-bottom:15px;
		padding:10px 15px;
	}
	
	/* Calendar */
	
	.calendar-block { background:#2A6E00;
		margin-bottom:15px;
		padding:10px 15px;
	}
	
	/* Commerce */
	
	.commerce { background:#2A6E00;
		margin-bottom:15px;
		padding:10px 15px;
	}
	
		.commerce a:hover {
			background:none;
		}
	
/* Footer */

.footer {
	clear:both;
	padding:50px 10px 15px;
	text-align:center;
	font-size:1.2em;
	line-height:1.4em;
}

	.footer a {
		background:#F0474E;
		font-weight:bold;
		text-decoration:none;
	}