* {
	margin: 0;
	padding: 0;

}

form, input, textarea {
	padding: 2px;
	font: 12px/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
}

p {
	padding: 5px 0;
	margin: 5px 0;
}


body {
	color:green;
	background-color: black;
	font: 12px/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
}

blockquote {
	padding:0 0 0 10px;
	border-left:5px solid green;
}

a:link, a:visited, a.noactive:link, a.noactive:visited {
	color: #9a5113;
	text-decoration: none;
}

a:visited {
	text-decoration: underline;
}

a:hover, a.noactive:hover {
	color: #9a5113;
	text-decoration: none;
}

a.active:link, a.active:visited, a.active:hover {
	color: #9a5113;
	font-weight: bold;
	text-decoration: none;
}

a.none:link, a.none:visited, a.none:hover {
	text-decoration: none;
}

a.none img {
	border: none;
}

#container {
	margin: 0 auto;
	width: 800px;
	background-color: black;
	border-left: 10px solid black;
	border-right: 10px solid black;
	border-top: 10px solid black;
}

#header {
	height: 200px;
	background: black url('../images/sparklers.png') no-repeat;
	background-position: top right;
	margin-bottom: 10px;
	text-align: center;

}

	#header h1 {
		font: italic 20px georgia;
		float: left;
		padding-top: 160px;
		padding-right: 10px;
	}

	#header h1 a {
		color: green;
	}

#top-menu {
	background-color: black;
	margin-bottom: 10px;
}

#content {
	float: left;
	width: 560px;
}

#footer {
	background: black  url('../images/corner-bottom.gif') top right no-repeat;
	clear: both;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-right: 10px;
	color: green;
}

#footer a {
	color: #9a5113;
}

#bodyblock {
	float: left;
	width: 800px;
	margin-bottom: 10px;
	background: black;
}

.comment form {}

.comment form fieldset {
	border: none;
}

.comment form label {
	float: left;
	width: 95px;
	text-align: right;
	margin: 2px 5px 0 0;
}


.comment form input {
	float: left;
	margin: 2px;
}

.comment form br {
	clear: both;
}

.comment form input.inputSubmit {
	width: 120px;
	margin-left: 100px;
}

.comment form a {
	margin-left: 100px;
}

.comment form textarea {
		width: 430px;
		height: 200px;
}


#sidebar {
	float: left;
	width: 235px;
	padding-left: 5px;
}

	#sidebar h2  {
		font-size: 15px;
		color: green;
		letter-spacing: -1px;
		margin-left: -5px;
		padding-left: 5px;
		background-color: black;
		font-weight: normal;
		padding-top: 3px;
		padding-bottom: 3px;
		border-left: 5px solid green;
	}

	#sidebar ul {
		margin: 10px 0 15px 0;
		text-align: left;
		list-style-type: none;
	}

		#sidebar ul li {
			display: block;
			margin-top: 5px;
		}

#latest-comments table {
	border-collapse: collapse;
	margin: 15px auto;
	width: 100%;
}

#latest-comments td {
	border-bottom: black 1px solid;
	border-top: black 1px solid;
	border-left: none;
	border-right: none;
	padding: 10px 5px;
}

#latest-comments td.active-row {
	background-color: black;
}

#bbcode {
	padding: 20px;
	background-color: black;
}

#error {
	background-color: black;
	border: 1px solid #9a5113;
	margin: 10px;
	padding: 5px;
}

	#error span {
		font-weight: bold;
		color: #9a5113;
	}

/* balsavimas matomas  #sidebar*/
#vote {
	font: 11px Verdana, Sans-serif;
}

	#vote input.inputSubmit {
		font: 11px Verdana, Sans-serif;
	}

/* Entry */
.entry {
	padding: 10px 10px 10px 0;
}

	.entry p{

	}

	/* Entry Topic*/
	.entry h2 {
		font-size: 15px;
		color: green;
		letter-spacing: -1px;
		margin: 10px 0;
		border-bottom: 2px solid green;
	}

	.entry h2 span {
		float: right;
	}

	/* Entry Date*/
	.entry h3 {
		font: normal 0.8em Lucida Sans Unicode, Verdana;
		margin: -10px 0 15px 0;
		color: green;
	}

	.entry .entry-footer {
		clear: both;
		margin-top: 15px;
		border-top: 2px solid green;
	}

		.entry .bottom span {
			font-size: 0.85em;
		}

		.entry .topic-navigation {
			text-align: center;
		}


/* Comment */
.comment {
	padding: 10px 10px 10px 0;
}

	.comment p{

	}

	.comment h2 {
		font-size: 12px;
		color: green;
	}

	.comment h2 span {
		font-weight: normal;
		font-size: 0.95em;
		color: green;
		padding-left: 5px;
	}


.comment form textarea, input{
	background: black;
	color: green;
	border: green solid thin;
}  


/* Archive */
.archive {
	padding: 10px;
}

	.archive p{
		line-height: 1.4em;
		color: #000000;
	}

	.archive table td {
		color: #000000;
	}

/* vote results*/
.vote {
	padding: 10px;
}

	.vote table {
		border-collapse: collapse;
	}

	.vote td {
		padding: 5px;
		border: 1px solid #666666;
	}

	.vote td.color {
		background-color: #EEEEEE;
	}


.calendar {

}

	.calendar table {
		border-collapse: collapse;
		width: 168px;
		margin-left: 10px;
	}

		.calendar a {
			font-weight: bold;
			text-align: center;
		}

	.calendar td {
		font: normal 1em/1em Lucida Sans Unicode, Verdana;
		font-variant: small-caps;
		color: #FFFFFF;
		text-align: center;
		width: 20px;
		padding: 5px;
		vertical-align: middle;
	}

	.calendar td.head {
		font: bold 1em/1em Lucida Sans Unicode, Verdana;
		border-bottom: 1px solid #566363;
		font-variant: small-caps;
		color: #000000;
		text-align:left;
	}

	.calendar td.active {
		background-color: #CED4D4;
		border: #566363 solid 1px;
		color: #FFFFFF;
	}

	.calendar td.now {
		border: #566363 dashed 1px;
	}


.spacer {
	background: url("../images/endsection.gif") no-repeat center center;
	height: 5px;
	margin: 30px 0 0 0;
	padding: 0;
}

.pages {
	text-align: right;
	clear: both;
}

.pages li {
	list-style:none;
	width:49%;
}

.imgBL, .imgBC, .imgBL {
	margin-top: 12px;
}

.imgL {
	float: left;
	margin: 0.5em 10px 0.5em 0px;
	padding: 0px;
}

.imgR {
	float: right;
	margin: 0px 0px 0px 10px;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

.imgTC, .imgBC {
	text-align: center;
	width: 100%;
}

.imgTL, .imgBL {
	text-align: left;
	width: 100%;
}

.imgTL, .imgTC, .imgTL {
	margin-bottom: 12px;
}

.imgTR, .imgBR {
	text-align: right;
	width: 100%;
}

.error {
	background-color: #9a5113;
	border: 1px solid green;
}

.gallery-first-level-active {
	font-weight: bold;
}

#photo_view h1{
	font-size: 15px;
	color: #121212;
	margin: 10px 0;
}

.left {
	float:left;
}

.right {
	float:right;
}


