/*
THEME NAME: Kuncoro.eu WP version 
THEME URI: http://kun.co.ro
DESCRIPTION: Notepad-Style Theme with the difference of Web 2.0
VERSION: 1.0
*/

/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #F7F4E7 url(images/homepage01.jpg) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2 {
	margin: 0px 0px 15px 0px;
	font: normal 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
}

h3 {
	margin: 0px;
	font-size: 11px;
	color: #1262B0;
}

h3 span {
	display: block;
	font-size: 10px;
	font-weight: normal;
	color: #434343;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #58523F;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: left;
}

.text1 {
	color: #FFFFFF;
}

.text1 a {
	color: #FFFFFF;
}

.text2 {
	text-align: center;
	color: #9AB6CC;
}

.text2 a {
	color: #9AB6CC;
}

.text3 {
	text-align: center;
	color: #7096B5;
}

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li {
	padding-top: 15px;
}

.list1 li.first {
	padding: 0px;
	background: none;
}

.list2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list2 li {
	padding: 5px;
	background: url(images/homepage12.gif) repeat-x left top;
}

.list2 li.first {
	background: none;
}

.list2 a {
	padding-left: 9px;
	background: url(images/homepage11.gif) no-repeat left center;
}

/** LINKS */

a {
	color: #F56200;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** CONTENT AREA [Taken from WP Themes] */
#content {
	padding: 10px 0px 30px 20px;
	float: left;
	width: 485px;
	overflow: hidden;
}
.mini-add-comment {
	padding-left: 18px;
	float: right;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #59770e;
}
.previous-entries a {
	float: left;
	padding-left: 18px;
}
.next-entries a {
	float: right;
	padding-right: 18px;
}

/* comments area */
#comments, #respond {
	border-bottom: 1px solid #CCCCCC;
	padding: 10px 0 5px 0;
	clear: both;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist a, #commentform a{
	color: #444444;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #ffffff;
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #000000;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #000000;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 100% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #787878;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#ffffff;
	border: 1px solid #bdd77f;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 418px;
	height: 115px;
	background:#ffffff;
	border: 1px solid #888888;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #444444;
	border: none;
	float:right;
	width: 144px;
	height: 28px;
	cursor: pointer;
}
/*sidebar title (h2) */
#sidebar h2, #sidebar .sidebartitle{
	font: normal 170%/100% Arial, Helvetica, Sans-Serif;
	color: #555555;
	margin: 20px 0px 2px;
	border-bottom: 1px solid #666666;
}
/*sidebar text styles */
#sidebar a, #sidebar a:visited{
	color: #495233;
	text-decoration: none;
}
#sidebar a:hover{
	color: #FF6600;
	text-decoration: none;
}
/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0;
	border: none;
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#sidebar ul li ul {
	padding: 0;
	margin: 0;
	border: none;
}
#sidebar ul li ul li{
	padding: 2px 0 2px 0px;
	border: none;
}
#sidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}
ul.list-blogroll li{
	padding-left: 16px !important;
}
ul.list-cat li, li.widget_categories li{
	padding-left: 20px !important;
}
ul.list-archives li, li.widget_archives li{
	padding-left: 20px !important;
}
ul.list-page li, li.widget_pages li, li.widget_recent_entries li{
	padding-left: 20px !important;
}
ul.list-page li ul li, li.widget_pages li ul li{
	padding-left: 10px !important;
}
li.widget_recent_comments li{
	padding-left: 20px !important;
}
/*calendar widget */
li.widget_calendar td {
	padding: 1px 7px;
}
/*text widget */
.textwidget {
	padding-top: 5px;
}
/*search form */
#searchform {
	margin: 15px 0 0;
}
#searchform br {
	display: none;
}
#searchform #s {
	border:1px solid #203346;
	width: 145px;
	height: 22px;
	background: #fff;
	margin-right: 2px;
	color: #000000;
	font-weight: normal;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	border: 1px solid #777777;
	width: 145px;
	height: 26px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000;
	margin: 2px 2px 2px 0;
	vertical-align: middle;
}

/** BACKGROUNDS */

.bg1 { background: url(images/bg01.jpg) repeat-y left top; }
.bg2 { background: url(images/bg02.jpg) no-repeat left top; }
.bg3 { background: url(images/bg03.jpg) no-repeat left bottom; }
.bg4 { background: url(images/homepage07.gif) repeat-x left top; }
.bg5 { background: url(images/homepage10.jpg) no-repeat left top; }
.bg6 { background: url(images/bg06.jpg) no-repeat left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { 
	border: none; 
	}
img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}
img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}
hr { display: none; }
.hr1 {
	height: 1px;
}
