/* Reset 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, em, font, img, ins, kbd, q, s, samp, small, strike, strong, 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, :link img, :visited 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 */

body {
	font:0.7em Arial;
	color:#555;
	background:#F5F5F5 url("../images/bg.gif") repeat-x top;
}

a {
	text-decoration:underline;
	color:#00BFF3;
}

a:hover {
	text-decoration:none;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

h1 {
	font:normal 1.6em Arial;
	color:#00BFF3;
	margin-bottom:4px;
}

	h1 a {
		color:#00BFF3;
	}

h2 {
	border-bottom:2px dotted #C0BFB8;
	padding-bottom:2px;
	margin-bottom:10px;
	font:normal 1.6em Arial;
	color:#8DC63F;
}

h3 {
	font:bold 1.1em Arial;
	margin-bottom:10px;
	color:#687A8A;
}

/* Form elements */

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

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

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

/* Structure */

.wrapper {
	width:856px;
	margin:0 auto;
	background:url("../images/wrapper.gif") repeat-y center;
}

.wrapper:after {
	clear:both;
	display:block;
	content:"";
}

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

/* Header */

.header {
	position:relative;
	height:145px;
	background:url("../images/header.gif") no-repeat center top;
}

	.logo {
		position:absolute;
		top:36px;
		left:10px;
	}
	
	.top-menu {
		position:absolute;
		width:520px;
		height:33px;
		background:url("../images/menu-bg.png") no-repeat;
		right:0;
		padding-top:20px;
		top:47px;
		overflow:hidden;
	}
	
		.top-menu li {
			float:left;
			border-left:1px solid #898989;
			margin-left:-1px;
		}
		
			.top-menu li a {
				display:block;
				padding:0 8px;
				color:#898989;
				font:normal 1.1em/1.4em Arial;
				text-decoration:none;
			}
			
			.top-menu li a:hover {
				background:#8DC63F;
				color:#fff;
				text-decoration:underline;
			}

/* Content */

.content {
	margin-right:275px;
	padding:0 15px 30px 30px;
}

	.center {
		text-align:center;
	}
	
	.right-text {
		text-align:right;
	}

	.post {
		background:url("../images/post-bottom.png") no-repeat center bottom;
		padding:0 8px 11px 3px;
		width:516px;
		margin-bottom:15px;
	}
	
		.post .inside {
			background:#fff;
			padding:10px 12px 10px;
		}
		
			.category {
				overflow:hidden;
				margin:0 0 10px -14px;
				position:relative;
			}
			
				.category span {
					display:block;
					float:left;
					padding:0 20px 0 30px;
					background:#EEECDA url("../images/category.gif") no-repeat right top;
					font:bold 1.2em/32px Arial;
					color:#959595;
				}
				
					.category a {
						color:#959595;
						text-decoration:none;
					}
					
					.category a:hover {
						color:#666;
					}
			
			.title-footer {
				color:#A1A1A1;
				margin-bottom:15px;
			}
			
				.title-footer img {
					vertical-align:top;
				}
			
			.news {
				overflow:hidden;
				padding-bottom:13px;
			}
			
				.news img {
					margin:0 5px;
				}
				
				.news form img {
					vertical-align:top;
					margin:0;
				}
				
				.news ul {
					margin-left:20px;
					list-style:disc;
				}
				
				.news ol {
					margin-left:25px;
					list-style:decimal;
				}
			
			.post-footer {
				padding:5px 0 15px;
				color:#807F75;
				font-size:1.23em;
				margin-bottom:-10px;
			}
			
				.post-footer a {
					color:#807F75;
					padding:5px 5px 15px;
					font:bold 1em Arial;
				}
				
				.post-footer a:hover {
					background:#8DC63F;
					color:#fff;
				}

/* Right column */

.rightside {
	width:250px;
	padding:0 25px 30px 0;
	float:right;
}

	.block {
		margin-bottom:20px;
	}

		.top-templates {
			text-align:center;
		}
		
		.login {
			padding-left:20px;
		}
	
			.login form{
				text-align:right;
				padding-right:40px;
				margin-bottom:10px;
			}
			
				.login form p {
					margin-bottom:8px;
				}
				
					.login form .textbox {
						width:120px;
					}

			.login a {
				color:#64B0E0;
			}
			
			.login li {
				margin-bottom:3px;
			}
		
		.topnews a {
			color:#555;
			text-decoration:none;
		}
		
		.topnews a:hover {
			color:#ED145B;
			text-decoration:underline;
		}

/* Footer */

.footer {
	clear:both;
	background:#686D6C;
	width:100%;
	min-width:856px;
	padding:5px 0;
	color:#A1A1A1;
	font-size:1.1em;
}

	.footer .inside {
		width:836px;
		padding:0 10px;
		margin:0 auto;
		overflow:hidden;
	}
	
		.counter-block {
			float:right;
		}
		
			.counter-block img {
				vertical-align:top;
			}
	
		.footer p {
			padding:7px 0 0;
		}
		
			.footer p a {
				color:#fff;
				background:#8DC63F;
				padding:0px 8px;
				font-size:1.1em;
				text-decoration:none;
			}
			
			.footer p a:hover {
				color:#333;
			}