/*

	sNews 1.5 Minimal Design  koreguotas 
*/



html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}



a {
	color: #444;
	background: inherit;
}


a:hover {
	color: #C0C0C0;
	background: inherit;
}



h1 {
	font: bold 1.9em Arial, Arial, Sans-Serif;
}


h2 {
	border-bottom: 1px solid #eee;
	font: bold 1.2em Arial, Arial, Sans-Serif;
	padding: 0;
	margin: 0;
}


p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 160%;
}

li {
	list-style-type: none;
}



blockquote {
}

hr {
	display: none;
}

/* Wrapper */

#wrap {

	height: 100%;
	min-height: 100%;
	background: url(images/background1.jpg) no-repeat left top;
}




html>body #wrap {
	height: auto;
}

/* Menu */

#menu {
	width: 960px;
	height: 30px;
	margin: 0 auto;
	background: #000000;
	border-top:2px solid #FCD56C;
}


#menu li {
	text-decoration: none;
	display: inline;
	margin: 0 0 0 0;
}


#menu li a.current{
	text-decoration: none;
	font-weight: bold;
}



#menu ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu a {
	float: left;
	height: 20px;
	padding: 5px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
	font-weight: bold;
	color: #CCCCCC;
}

#menu a:hover {
	background: #777;
	color: #FFFFFF;
}

#menu .current_page_item a {
	background: #ECAC01;
	color: #000000;
}

#subheader {
	width: 960px;
	height: 15px;
	margin: 0 auto;
	background: #888;
	text-decoration: none;
	font-weight: bold;
}


#subheader a {
	background: inherit;
	color: #111;
	text-decoration: none;
	font-weight: bold;
}


#breadcrumbs {
	width: 960px;
	text-decoration: none;
	font-weight: bold;
}



/* Logo */

#logo {
	width: 960px;
	height: 80px;
	margin: 0 auto;
	background: #D2EBAB url(images/background2.jpg) no-repeat;
	color: #FFF;
}

#logo h1 {
	padding: 25px 0 0 20px;
	letter-spacing: -3px;
	font-size: 3em;
}

#logo h2 {
	padding: 36px 0 0 10px;
	letter-spacing: -1px;
	font-weight: normal;
}

#logo a {
	text-decoration: none;
	color: #FFF;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 40px 0;
}

/* Left */

#left {

	float: left;

	width: 620px;

}



.post {
	text-align: justify;
	padding-bottom: 20px;
}

.post .title {
	margin: 0;
	padding: 5px 20px;
	letter-spacing: -2px;
}

.post .title a {
	text-decoration: none;
}

.post .entry {
	padding: 10px 20px 0 20px;
}

.post .meta {
	height: 26px;
	border-top: 1px solid #3E5C0E;
	border-bottom: 2px solid #3E5C0E;
	font-size: smaller;
	font-weight: bold;
}

.post .posted {
	float: left;
	height: 16px;
	padding: 5px 20px;
	background: url(images/img09.gif) no-repeat left bottom;
}

.post .permalink, .post .comments {
	float: right;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink {
	background: url(images/img10.gif) no-repeat right bottom;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}




/* Right */

#right {
	float: right;
	width: 320px;
}


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

#right li {
	margin-bottom: 10px;
	background-color:#FFF;
}

#right li ul {
	padding: 10px;
}

#right li li {
	margin: 0;
}

#right p {
	padding: 0 10px;
}

#right h2 {
	height: 29px;
	margin: 0;
	padding: 9px 0 0 10px;
	background: #B6E074 url(images/img05.jpg) repeat;
	font-size: 1.4em;
	font-weight: normal;
	color: #000000;
}




#right .box {

	border: 1px solid #ccc;
	padding: 1em;

	margin: 0 0 1em 0;

}



/* Search */

#search form {
	padding: 1px;
}

#search br {
	display: none;
}

#search #s {
	width: 130px;
}

/* Footer */

#footer {
	clear: both;
	border-top: 1px dotted #ccc;
	margin: 0 0 0 1em;
}


#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
}

/* RSS */

#rss {
	float: right;
	text-align: right;
}

#rss li {
	float: left;
	margin: 0 0 0 10px;
}

form {
	margin: 0;
	padding: 0;
}

/*input, textarea {
/*	font-family: Arial, Helvetica, sans-serif;
/*	font-size: 1em;
/*	color: #000000;
/*}

/* SNEWS */


fieldset { border: 1px solid #ccc; padding: 10px 8px; margin: 0 0 8px 0;
 background: #E6FFE4; color: #000; }

input { padding: 3px; margin: 0; }

textarea { width: 97%; height: 20em; padding: 3px;}


.comment { background: #eee;
 color: #808080; padding: 10px; margin: 0 0 10px 0; border-top: 1px solid #ccc; }

.commentsbox { background: #E8FFD9; color: #808080; padding: 10px; margin: 0 0 10px 0;
 border-top: 1px solid #ccc; }
.date { border-top: 1px solid #eee; margin: 0 0 20px 0; }