/*
	Author:  Slaver http://slaver.info
	Version: 02.12.2008
*/

/*
	Main styles
*/

html, body {
	height:100%;
}

* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px/14px Arial, Tahoma, sans-serif;
	color: #000;
	background: #fff url("../images/stripes.gif") 0 0 repeat-x;
}

a img, fieldset {
	border: none;
}

legend {
	display: none;
}

p {
	margin: 10px 0 0 0;
}

ul, ol {
	margin: 0 0 0 2em;
}

pre {
	font: 13px/16px "Courier New", Courier, monospace;
	color: #333;
	margin: 10px 0;
}

a {
	color: #000;
}

a:hover {
	text-decoration: none;
}

/*
	Layonts
*/

#main {
	position: relative;
	min-height: 100%;
}

#wrapper {
	padding: 0;
	padding-bottom: 60px;
	margin: 0 auto;
	width: 900px;
	background: url("../images/plama.gif") left bottom no-repeat;
	overflow: hidden;
}

#container {
	padding: 0;
	margin: 0 auto;
	width: 900px;
	background: url("../images/logo.gif") right 10px no-repeat;
	overflow: hidden;
}

#mainpage #wrapper, #mainpage #container {
	background: none;
}

#content {
	margin: 20px auto;
	/*margin: 20px 0 20px 70px;*/
	width: 750px;
	overflow: hidden;
}

#posts {
	float: left;
	width: 550px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#sidebar {
	float: right;
	width: 150px;
	margin-top: 350px;
	text-align: right;
}

#footer {
	clear: both;
	height: 50px;
	padding: 0;
	margin: 0;
	position: relative;
 	margin-top: -50px;
	background: url("../images/stripes.gif") left bottom repeat-x;
}

#copy {
	clear: both;
	border-top: 2px solid #ddd;
	margin: 0 auto;
	width: 800px;
}

/*
	Menu
*/

#menu {
	float: left;
	margin-left: 10px;
	padding: 5px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 540px;
}

#menu ul {
	float: left;
	margin: 0;
	padding: 0;
}

#menu li {
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	font: bold 14px/16px Arial, Tahoma, sans-serif;
	list-style: none;
	text-transform: uppercase;
}

#menu li a {
	color: #000;
	text-decoration: none;
}

#menu li a.active {
	text-decoration: underline;
}

#menu li a:hover {
	text-decoration: underline;
}

#menu li a:hover.active {
}


#submenu {
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	padding: 0 5px 5px;
	border-bottom: 1px solid #ddd;
	width: 520px;
}

#submenu ul {
	float: left;
	margin: 0;
	padding: 0;
}

#submenu li {
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	font: bold 11px/14px Arial, Tahoma, sans-serif;
	list-style: none;
	text-transform: uppercase;
}

#submenu li a {
	color: #6e6e6e;
	text-decoration: none;
}

#submenu li a.active {
	text-decoration: underline;
}

#submenu li a:hover {
	text-decoration: underline;
}

#submenu li a:hover.active {
}


/*
	Content
*/

#content h1 {
	font: 24px "Arial Black", Arial;
	color: #71B00E;
	text-transform: uppercase;
	margin: 10px 15px;
}

#content h1 a {
	color: #71B00E;
	text-decoration: none;
}

#content .post {
	float: left;
	width: 525px;
	margin: 10px 0 0 15px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ddd;
}

#content .post p {
	font: 12px/14px Arial, Tahoma, sans-serif;
}

#content .post h2 {
	font: bold 14px/16px Arial, Tahoma, sans-serif;
	margin: 10px 0 0;
}

#content .post h3 {
	font: bold 1.1em/1em Arial, Tahoma, sans-serif;
	margin: 10px 0 0;
}

#content .post ul {
	font: 12px/14px Arial, Tahoma, sans-serif;
	margin: 10px 0 0 2em;
}

#content .post ul li {
	margin: 0;
}

#content .post ul li ul {
	font: 11px/14px Arial, Tahoma, sans-serif;
	margin: 0 0 0 10px;
}

#content .post table {
	border-width: 1px;
	border-spacing: 0px;
	border-style: ridge;
	border-color: #000;
	border-collapse: collapse;
	font: 12px/14px Arial, Tahoma, sans-serif;
	margin: 10px;
	width: 480px;
}

#content .post table tr.even {
	background: #f5f5f5;
}

#content .post table th {
	border-width: 1px;
	padding: 3px;
	border-style: ridge;
	border-color: #ddd;
}

#content .post table td {
	border-width: 1px;
	padding: 3px;
	border-style: ridge;
	border-color: #ddd;
}

/*
	Photos
*/

#content .photos {
	float: left;
	margin-top: 10px;
	margin-left: 20px;
}

#content .photos a img {
	border: 1px solid #f3e9e9;
}

#content .photos .all {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

#content .photos .cover {
	float: left;
	width: 100px;
}

#content .photos .info {
	float: left;
	width: 400px;
}

#content .photos .info p {
	margin: 10px;
}

#content .photos .info .title {
	font: 16px/18px Arial;
	margin-top: 0px;
}

#content .photos .row {
	float: left;
	margin-bottom: 20px;
	margin-right: 10px;
}

#content .photos .row a {
	border-bottom: 0;
}


/*
	Other styles
*/

#content .req {
	color: red;
}

#copy {
	font: bold 10px Arial;
	color: #838381;
}

#copy a {
	color: #838381;
}

#sidebar .banner {
	display: block;
	text-align: center;
}

	#sidebar .banner img {
		border: 1px solid #ddd;
		margin: 5px 0;
	}

#sidebar .catalog {
	float: left;
	display: block;
	width: 150px;
	margin: 5px 0;
	background: #000;
	color: #71b00e;
	font: bold 32px/40px Arial;
	text-transform: uppercase;
	text-align: center;
	padding: 5px 0;
}

	#sidebar .catalog span {
		font: bold 50px/40px Arial;
	}

	#sidebar .catalog a {
		color: #71b00e;
		text-decoration: none;
		display: block;
	}

#sidebar #banners_new {
	float: left;
	margin: 5px 0;
}

#player {
	margin: 10px 10px 0;
}

/*
	Pagination
*/

#pages {
	float: left;
	margin: 10px 0 0 30px;
	width: 480px;
	text-transform: lowercase;
}

	#pages .prev {
		float: left;
	}

	#pages .next {
		float: right;
	}