/*
	Theme Name: Novum
	Theme URI: http://www.novum.lt
	Description: Novum dot LT Theme
	Version: 3.5
	Author: Optimize
	Author URI: http://www.optimize.lt
*/

*
{
	margin: 0;
	padding: 0;
}

body
{
	background: url(img/bg.jpg) repeat;
	font: 12px Arial, Verdana, Sans-Serif;
	color: #000000;
}

a
{
	color: #000000;
	text-decoration: underline;
}

a:hover
{
	color: #FB2C17;
}

p.alert
{
	color: #FB2C17;
	font-weight: bold;
}

#wrapper
{
	width: 900px;
	margin: 4px auto 4px auto;
	border: 1px solid #FBB117;	
}

#header, #content-wrapper, #footer, .border
{
	width: 892px;
}

#header
{
	position: relative;
	height: 150px;
	margin: 4px 4px 0 4px;
	background: url(img/header.png) no-repeat;
}

#header #clock
{
	position: absolute;
	width: 72px;
	height: 72px;
	top: 40px;
	left: 121px;
}

#header #pages
{
	position: absolute;
	width: 614px;
	margin: 0 4px;
	top: 135px;
}

#header #pages ul
{
	margin: 1px 0 0 0;
	padding: 0;
	list-style: none;
}

#header #pages ul li
{
	display: inline;
	float: right;
}

#header #pages ul li a
{
	margin: 0 0 0 4px;
	padding: 3px 12px;
	background: #FFF6E6;
	border: 1px solid #FBB117;
	border-bottom: none;
	text-decoration: none;
	font-weight: bold;
}

#header #pages ul li.current_page_item a
{
	background-color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#header #searchform
{
	position: absolute;
	margin: 3px 2px 2px 2px;
	left: 633px;
}

#header #searchform #s
{
	width: 139px;
	height: 17px;
	padding: 0 0 0 19px;
	background: url(img/search.png) no-repeat;
	border: 1px solid #FBB117;
}

#header img.feedburner
{
	margin: 3px 5px 2px 2px;
	border: none;
}

#header #rss
{
	position: absolute;
	width: 29px;
	height: 29px;
	top: 120px;
	left: 862px;
}

#header #rss img
{
	margin: 2px;
	padding: 0;
	border: none;
}

#content-wrapper
{
	margin: 4px 4px 0 4px;
	background: url(img/cbg.png) repeat-y;
}

#content-wrapper .border
{
	clear: both;
	height: 1px;
	background: url(img/border.png) no-repeat;
}

#content
{
	overflow: hidden;
	float: left;
	margin: 0 6px 0 1px;
	width: 624px;
	background: #FFFFFF;
}

#content .post
{
	margin: 4px;
	padding: 2px;
	line-height: 14pt;
}

#content .post h1
{
	font-size: 20px;
	line-height: 18pt;
}

#content .post h1 a
{
	text-decoration: none;
}

#content .post small
{
	font-size: 11px;
}

#content .post p
{
	margin-bottom: 0.5em;
	font-size: 14px;
}

#content .post ul
{
	margin: 0 2px 8px 16px;
	list-style: circle inside;
	font-size: 14px;
}

#content .post p.meta
{
	margin: 4px 0;
	padding: 2px 4px;
	background: #FFF6E6;
	border: 1px solid #FDE5B3;
	font-size: 12px;
	clear: both;
}

#content .post p.meta a
{
	text-decoration: none;
}

#content .post #comments
{
	margin: 0;
}

#content .post .comment
{
	overflow: hidden;
	margin: 4px 0 0 0;
	padding: 4px;
	background: #FFF6E6;
	border: 1px solid #FDE5B3;
	line-height: 12pt;
}

#content .post .comment img.avatar
{
	float: left;
	margin: 0 4px 0 0;
	padding: 2px;
	border: none;
}

#content .post .comment h1
{
	font-size: 14px;
}

#content .post .comment small
{
	font-size: 11px;
}

#content .post .comment small a
{
	text-decoration: none;
}

#content .post .comment p
{
	margin-bottom: 0.2em;
	font-size: 12px;
}

#content #comment-form
{
	overflow: hidden;
	margin: 4px 0 0 0;
	padding: 6px 4px 0 4px;
	background: #FFF6E6;
	border: 1px solid #FDE5B3;
}

#content #comment-form p a
{
	text-decoration: none;
	font-weight: bold;
}

#content #comment-form #author, #content #comment-form #email, #content #comment-form #url, #content #comment-form #comment-area
{
	border: 1px solid #FDE5B3;
}

#content #comment-form #author:focus, #content #comment-form #email:focus, #content #comment-form #url:focus, #content #comment-form #comment-area:focus
{
	border: 1px solid #FB2C17;
}

#content #comment-form #author, #content #comment-form #email, #content #comment-form #url
{
	width: 200px;
}

#content #comment-form #comment-area
{
	width: 598px;
	height: 120px;
}

#content #comment-form #submit
{
	width: 100px;
	margin-left: 500px;
	background: #FFF3DD;
	border: 1px solid #FDE5B3;
	cursor: pointer;	
}

#content #comment-form #submit:hover
{
	border: 1px solid #FB2C17;
}

#sidebar
{
	overflow: hidden;
	float: left;
	width: 261px;
	background: #FFFFFF;
}

#sidebar a img
{
	border: none;
	margin: 0;
	padding: 0;
}

#sidebar h1
{
	margin: 2px 4px;
	padding: 4px;
	background: #FFF3DD;
	background: url(img/sidebar_h1.png) repeat-y;
	font-size: 16px;
}

#sidebar ul
{
	margin: 0 4px 0 8px;
	list-style: none;
}

#sidebar ul li
{
	margin: 0 0 2px 0;
	padding: 4px;
	background: url(img/sidebar_li.png) repeat-y;
}

#sidebar ul li a
{
	text-decoration: none;
	font-weight: bold;
}

#sidebar ul.children
{
	margin: 0;
	list-style: circle inside;
}

#sidebar ul.children li
{
	padding: 4px 4px 4px 16px;
}

#sidebar a img
{
	margin: 2px;
	padding: 0;
	border: none;
}

#footer
{
	margin: 4px;
}

#footer p
{
	padding: 0 4px;
	text-align: right;
}

#wp_page_numbers
{
	margin: 0 6px 10px 6px;
	padding: 4px 2px;
	background: #FFF6E6;
	border: 1px solid #FDE5B3;
}

#wp_page_numbers ul
{
	list-style: none;
}

#wp_page_numbers ul li
{
	display: inline;
	padding: 0 7px;
}

#wp_page_numbers ul li.page_info
{
	padding: 0 16px 0 2px;
}

#wp_page_numbers ul li a
{
	text-decoration: none;
}

#wp_page_numbers ul li.active_page a
{
	font-weight: bold;
}
