html {
	background: #fbf3e2;
	color: #423e38;
}

body {
	width: 1000px;
	text-align: left;
}

a {
	text-decoration: none;
	color: #002476;
}

	a em {
		color: #940700;
	}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

p {
	line-height: 120%;
}

	p a {
		color: #002476;
	}

p.pages {
	text-align: right;
	padding-top: 0.5em;
	margin-top: 1em;
	color: #999999;
}

	p.pages a {
		color: #002476;
	}

	p.pages strong {
		background: white;
		color: #423e38;
		border: 1px #999999 solid;
		padding: 0 3px;
	}

p.top {
	margin-top: 1em;
}

ul.bullets {
	margin: 0.5em 0;
}

	ul.bullets li {
		list-style: disc inside none;
		display: list-item;
	}

/**********************************************/

#header {
	border-bottom: 1px #e5dcca solid;
	padding: 1em 0 0.5em 50px;
}

	#header .logo {
		float: left;
		margin-right: 2em;
		margin-top: 10px;
	}

	#header .fullbanner {
		float: left;
		width: 468px;
		height: 60px;
		background: #A1937E;
		margin-right: 0.5em;
	}

	#header .button2 {
		float: left;
		width: 120px;
		height: 60px;
		background: #A1937E;
		margin-right: 1em;
	}

	#header .user {
		float: left;
		font-size: 85%;
		width: 165px;
	}

		#header .user p {
			margin-bottom: 1em;
		}

		#header .user a {
			color: #940700;
		}

#menu, #submenu {
	padding-left: 50px;
	font-family: Georgia, serif;
	font-size: 93%;
}

	#menu a, #submenu a {
		color: #423e38;
		margin-right: 0.2em;
		padding: 2px 5px;
	}

	#menu a.current, #submenu a.current {
		background: #322a22;
		color: #fbf3e2;
	}

#menu {
	padding-top: 0.4em;
	padding-bottom: 0.2em;
	border-bottom: 2px solid #322a22;
	text-transform: uppercase;
	font-weight: bold;
}

	#menu .lang {
		font-family: Arial, Helvetica, sans-serif;
		text-transform: none;
		float: right;
		font-size: 85%;
		color: #999999;
		margin-top: 0px;
		font-weight: normal;
	}

	#menu .lang a {
		padding: 0;
		margin: 0;
		color: #940700;
	}

#submenu {
	padding-top: 0.3em;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #322a22;
	background: #eae3d2;
}

	#submenu a:hover {
		text-decoration: underline;
	}

#logo {
	width: 119px;
}

#content {
	float: left;
	width: 680px;
}

	#content .column {
		width: 300px;
	}

	#content .column.left {
		float: left;
		margin-left: 50px;
	}

	#content .column.right {
		float: right;
	}

	#content .related {
		width: 200px;
		float: right;
	}

	#content .leftContent {
		width: 400px;
		margin-left: 50px;
	}

	#content .fullContent {
		margin-left: 50px;
	}

	#content p.text {
		margin-bottom: 10px;
	}

		#content .leftContent form, #content .fullContent form {
			margin-top: 1em;
		}

#sidebar {
	width: 300px;
	float: right;
	padding-left: 1.5em;
}

	#sidebar p {
		margin: 0.5em 0;
	}

	#sidebar p.emLight {
		margin-top: 1.5em;
	}

	#sidebar a {
		color: #002476;
	}

	#sidebar label, #sidebar input, #sidebar textarea, #sidebar button {
		font-size: 85%;
	}

#footer {
	border-top: 1px solid #a1937e;
	background: #f8ecdb;
	color: #a1937e;
	font-size: 85%;
	padding: 0.5em 0 1em 50px;
	margin-top: 2em;
}

	#footer a:hover {
		color: #002476;
	}

	#footer a {
		color: #a1937e;
		text-decoration: underline;
		padding: 0 0.1em;
	}

	#footer span {
		padding: 0 0.2em;
		color: #c0af94;
	}

/******************************************/

.clear {
	clear: both;
}

h1, h2, h3 {
	font-family: Times, serif;
	line-height: 95%;
	margin-bottom: 0.2em;
}

	h1 a, h2 a, h3 a {
		color: #940700;
	}

	h1 a:visited, h2 a:visited, h3 a:visited {
		color: #d84b44;
	}

p.emLight {
	background: white;
	padding: 0.5em;
	border-top: 1px #c1b39e solid;
	border-bottom: 1px #c1b39e solid;
	margin-top: 1.5em;
}

span.notes {
	font-size: 77%;
	color: #999999;
}

form {
	line-height: 1.5em;
}

	form p {
		margin-top: 1em;
	}

	textarea, input, button, select {
		border: 1px #c1b39e solid;
		padding: 2px;
/*		margin-bottom: 0.5em;
*/	}

	textarea {
		width: 350px;
		height: 150px;
	}

	button, input[type=submit] {
		padding: 1px 3px;
		background: #e0d5b4;
		font-family: Georgia;
	}

	label em {
		color: #999999;
		margin-left: 0.5em;
	}

	form .group {
		border: 1px #c1b39e solid;
	}

	input.ckeckbox {
		margin-left: 0.5em;
	}

	fieldset {
		margin: 1em 0;
	}

		fieldset legend {
			margin-top: 1em;
		}

	input.date {
		width: 50px;
	}

	form a {
		color: #002476;
	}

.story.top {
	padding: 1em 1em 1em 50px;
	background: white;
	border-right: 1px solid #322a22;
	border-bottom: 1px solid #322a22;
	margin-bottom: 0;
}

	.story.top.headline {
		background: #d6dece;
	}

	.story.top.story {
		margin: 0;
	}

	.story.top.picture .byline .vote {
		margin-left: -175px;
	}

	.story.top.picture .text {
		margin-left: 140px;
	}

	.story.top .refer {
		border-top: 1px solid #afc29b;
		border-bottom: 1px solid #44493f;
	}

	.story.top .image {
		float: left;
		color: #999999;
		font-size: 77%;
	}

		.story.top .image img {
			border: 1px solid #afc29b;
			padding: 1px;
		}

.category {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 77%;
	background: #ebdac1;
	border: 1px #c1b39e solid;
	padding: 0 1em;
	margin: 2em 0 0 -1em;
}

	.category a {
		color: #423e38 !important;
	}

.rss {
	float: right;
	background: url(rss.gif) no-repeat right;
	padding-right: 1.2em;
}

	.rss a {
		color: #423e38;
	}

.story {
	margin-top: 1em;
         margin-left: 20px;
}

	.story h1 {
		font-size: 197%;
	}

	.story h2 {
		font-size: 197%;
	}

         .story p {
                  margin-bottom: 10px;
         }

	.story .byline {
		font-size: 77%;
		margin-bottom: 0.2em;
	}

		.story .byline a.comments {
			color: #002476;
			margin-left: 2em;
			background: url("../img/comment.gif") no-repeat;
			padding: 0 0 0 2em;
		}

		.story .byline .vote {
			float: left;
			margin-left: -3.2em;
			margin-top: -1px;
		}

			.story .byline .vote a {
				font-size: 110%;
				font-weight: bold;
				border-top: 1px solid #e5dcca;
				border-bottom: 1px solid #a1937e;
				color: #423E38;
			}

.refer {
	font-size: 77%;
	color: #999999;
	border-top: 1px solid #e5dcca;
	border-bottom: 1px solid #a1937e;
	padding: 1px 0;
	margin-top: 0.5em;
}

	.refer a {
		color: #002476;
	}

.comment {
	margin-top: 1em;
}

	.comment .refer {
		border-bottom: none;
	}

	.comment .refer em {
		color: #940700;
	}

.more {
	margin-top: 1em;
	font-family: Georgia, serif;
	font-size: 85%;
}

	.more a {
		color: #423e38;
	}

ul.headlines {
	font-size: 93%;
	font-family: Georgia, serif;
	padding-top: 1em;
}

	ul.headlines li {
		border-bottom: 1px solid #e5dcca;
		padding-left: 0.5em;
		padding-bottom: 0.2em;
		margin-left: -0.5em;
		margin-bottom: 0.2em;
	}

	ul.headlines a {
		color: #022476;
	}

	ul.headlines a:visited {
		color: #4668ba;
	}

#popularTabs .yui-content {
	clear: both;
	background: white;
	border-bottom: 2px solid #a1937e;
	padding: 0.5em;
	padding-bottom: 1em;
}

	#popularTabs .yui-content .rss {
		text-transform: uppercase;
		font-weight: bold;
		font-size: 77%;
	}

	#popularTabs .yui-content .vote {
		background: white;
	}

#popularTabs .yui-nav {
	margin-top: -14px;
	float: right;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 77%;
}

	#popularTabs .yui-nav li {
		display: inline;
		border: 1px solid #c1b39e;
		padding: 2px 5px 1px 5px;
		background: #ebdac1;
	}

	#popularTabs .yui-nav li:hover {
		cursor: pointer;
	}

	#popularTabs .yui-nav li.selected {
		border: 1px solid #a1937e;
		border-bottom: 1px solid white;
		background: white;
	}

		#popularTabs .yui-nav li a {
			display: inline;
			color: #423e38;
		}

		#popularTabs .yui-nav li.selected a {
			display: inline;
			color: #940700;
		}


.editorial {
	margin-top: 0.5em;
}

	.editorial img {
		padding: 1px;
		margin-right: 0.5em;
		border: 1px solid #a1937e;
		float: left;
	}

	.editorial a:visited {
		color: #4668ba;
	}

.infoblock {
	margin: 0.5em 0;
	width: 300px;
	height: 250px;
	background: #A1937E;
}

table.customize {
	margin: 1em 0;
	border-collapse: collapse;
	width: 100%;
}

	table.customize small a {
		color: #940700;
	}

	table.customize td {
		border: 1px solid #C1B39E;
		padding: 5px;
	}

	table.customize td.buttons {
		text-align: center;
		width: 5em;
	}

table.horizontal {
	margin: 1em 0;
}

	table.horizontal th {
		text-align: right;
		font-weight: bold;
	}

	table.horizontal th, table.horizontal td {
		padding: 3px;
	}

.iFrameContent {
	float: left;
	margin-top: 1em;
	width: 650px;
}

	.iFrameContent h1 {
		font-size: 138.5%;
	}

.iFrameFunctions {
	float: right;
}


/** vartotojo naujienu isvedimai **************************************/
li.pending a {
	color: #777;
}

li.approved a { }

li.disapproved, li.removed {
	text-decoration: line-through;
}

/** tagu isvedimo lentele ****************************/
table.tags {}

	table.tags td, table.tags th {
		width: 200px;
		padding-right: 10px;
	}

	table.tags td {
		padding-bottom: 1em;
	}

	table.tags th {
		text-align: left;
		font-weight: bold;
	}

	table.tags select {
		width: 100%;
	}


.article h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;
}
.article h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%;
}
.article h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;
}
.article h1,.article h2,.article h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
.article h1,.article h2,.article h3,.article h4,.article h5,.article h6,.article strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold;
}
.article abbr,.article acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
}
.article em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
.article del {
	text-decoration:line-through;
}
.article blockquote,.article ul,.article ol,.article dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
.article ol,.article ul,.article dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
.article ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;
}
.article ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
.article dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
.article th,.article td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
.article th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
.article caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
.article p,.article fieldset,.article table,.article pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
/* setting a consistent width, 160px;
   control of type=file still not possible */
.article input[type=text],.article input[type=password],.article textarea{width:12.25em;*width:11.9em;}


table.form td, table.form th {
	padding: 0.2em;
}