/*
	Theme Name: CAT blog
	Theme URI: http://www.dzinas.lt
	Description: dzinas dot lt Wordpress theme
	Version: 0.5
	Author: Tio
	Author URI: http://www.optimize.lt
*/

*
{
	margin: 0;
	padding: 0;
}

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

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

a:hover
{
	color: #BB2590;
}

a img
{
	border: none;
}

ul
{
	list-style: none;
}

#wrapper
{
	width: 900px;
	margin: 4px auto;
	overflow: hidden;
}

#header
{
	width: 900px;
	height: 180px;
	position: relative;
	border-bottom: 2px solid #000000;
}

#header #title
{
	width: 254px;
	height: 130px;
	position: absolute;
	left: 39px;
	top: 44px;
	background: url(img/title.png) no-repeat;
}

#header #cat
{
	width: 340px;
	height: 248px;
	position: absolute;
	left: 542px;
	top: 4px;
	background: url(img/cat.png) no-repeat;
}

#header #rss
{
	width: 26px;
	height: 26px;
	position: absolute;
	left: 870px;
	top: 4px;
}

#header #pages
{
	width: 200px;
	height: 20px;
	position: absolute;
	left: 335px;
	top: 158px;
}

#header #pages ul
{
	text-align: right;
	list-style: none;
}

#header #pages ul li
{
	display: inline;
	padding-left: 8px;
}

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

#content
{
	width: 640px;
	margin: 10px 10px 10px 0;
	float: left;
	background: #FFFFFF;
}

#spacer
{
	width: 92px;
	height: 58px;
	float: right;
}

#content .post
{
	padding: 0 4px 4px 4px;
	margin: 0 0 4px 0;
}

#content .post .date
{
	width: 50px;
	height: 50px;
	padding: 5px 0 0 12px;
	float: left;
	background: url(img/date.png) no-repeat;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

#content .post h1
{
	font-size: 34px;
	font-weight: bold;
}

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

#content .post small
{
	padding-left: 2px;
	font-size: 12px;
	font-weight: normal;
}

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

#content .post small a:hover
{
	color: #BB2590;
}

#content .post p
{
	margin-bottom: 0.5em;
	text-align: justify;
	line-height: 18pt;
}

#content .post ul
{
	padding: 0 4px 6px 12px;
	list-style-image: url("img/bullet.png");
	list-style-type: square;
	list-style-position: inside;
}

#content .post #comments
{
	margin: 4px;
}

#content .post #comments .comment
{
	padding: 4px;
	overflow: hidden;
	border-top: 1px solid #848484;
}

#content .post #comments img.avatar
{
	padding: 2px;
	margin: 0 6px 0 0;
	float: left;
	border: 1px solid #ECECEC;
}

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

#content #comments .comment small
{
	padding: 0;
}

#content .post #comments .comment p
{
	font-size: 14px;
	line-height: 15pt;
	margin-bottom: 0.4em;
}

#content .post #comment-form
{
	padding: 4px;
	margin: 0 4px -16px 4px;
	border-top: 1px solid #848484;
}

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

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

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

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

#content .post #comment-form #comment-area
{
	width: 612px;
	height: 120px;
	border: 1px solid #848484;
}

#content .post #comment-form #submit
{
	width: 140px;
	margin-left: 474px;
	background: #ECECEC;
	border: 1px solid #000000;
	cursor: pointer;
	font-weight: bold;	
}

#content .post #comment-form #submit:hover
{
	background: #848484;
	color: #FFFFFF;
}

#sidebar
{
	width: 250px;
	margin: 35px 0 10px 0;
	float: left;
	background: #FFFFFF;
}

#sidebar h1
{
	padding: 2px 4px;
	color: #848484;
	font-size: 24px;
}

#sidebar #wp-calendar caption
{
	padding: 2px 0 8px 0;
}

#sidebar #wp-calendar th
{
	padding: 4px 10px;
	font-size: 12px;
	background: #ECECEC;
}

#sidebar #wp-calendar td
{
	padding: 18px 10px 2px 10px;
	font-size: 12px;
	text-align: center;
}

#sidebar #wp-calendar #prev
{
	padding: 0;
	text-align: left;
}

#sidebar #wp-calendar #next
{
	padding: 0 2px 0 0;
	text-align: right;
}

#sidebar #wp-calendar #prev a, #sidebar #wp-calendar #next a
{
	color: #848484;
	text-decoration: none;
}

#sidebar #wp-calendar #prev a:hover, #sidebar #wp-calendar #next a:hover, #sidebar #wp-calendar .link a:hover
{
	color: #BB2590;
}

#sidebar #wp-calendar .link
{
	background: url(img/calendar.png) no-repeat;
}

#sidebar #wp-calendar .link a
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#sidebar ul
{
	padding: 0 4px 4px 8px;
	list-style-image: url("img/bullet.png");
	list-style-type: square;
	list-style-position: inside;
}

#sidebar ul li
{
	padding: 2px;
	font-size: 16px;
	font-weight: bold;
}

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

#footer
{
	width: 900px;
	height: 20px;
	padding: 4px;
	clear: both;
	border-top: 2px solid #000000;
}

#footer p
{
	background: #FFFFFF;
}

#wp_page_numbers
{	
	padding: 4px 2px;
	margin: -4px 4px 0 4px;
	border-top: 1px solid #848484;
}

#wp_page_numbers ul
{
	text-align: right;
	list-style: none;
}

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

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

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

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