/*
Theme Name: Test2
Theme URI: http://www.ndesign-studio.com
Description: A theme by <a href="http://www.ndesign-studio.com">N.Design Studio</a>.
Version: 1
Author: Lozza
Author URI: http://www.ndesign-studio.com

*/

body {
	font: 75%/150% "Trebuchet MS", Tahoma, Arial;
	color: #333333;
	background:url(images/background.png);
	margin: 0px;
	padding: 0px 0px 40px;
	overflow: visible;
}
a {
	color:#F00;
	text-decoration: none;
}
a:visited {
	color: #CC6633;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	margin-top: -8px;
	
	padding-left: 23px;
	height: 60px;
	font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
	color: #000000;
	-webkit-transform: rotate(-12deg); 
	-moz-transform: rotate(-12deg);
}
h1 a{
	color: #000000;
	text-decoration: none;
}
h1 a:visited{
	color: #000000;
	text-decoration: none;
}
h1 a:hover{
	color: #ffffff;
	text-decoration: none;
}
h2 {
	color:#F00;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #CCCCCC;
	letter-spacing: -1px;
	font: normal 190%/100% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color:#6C9;
	text-decoration: none;
}
h2 a:hover {
	color:#F00;
	text-decoration: none;
}
h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #6C9;
	margin: 10px 0px 5px;
}
form {
	margin:0px;
	padding:0px;
}
#page {
	margin: 0px auto;
	width: 900px;
	overflow: visible;
	background-image:url(images/page.png);
	background-repeat:repeat-y;
		
}
#header {
	height: 339px;
	width:900px;
	position: relative;
	overflow: visible;
	background-image: url(images/header.png);
	background-position: center;	
}
#headerimg {
	position: relative;
	padding: 30px 0px 0px 40px;
	height: 60px;
	overflow:visible;
}
#headerimg .description{
	position: absolute;
	left: 110px;
	bottom: 3px;
	color: #c9eefe;
	font-size: 14px;
}
#nav {
	list-style: none;
	left: 120px;
	position: absolute;
	
	bottom:10px;
}
#nav li {
	float: left;
	margin-left: 15px;
}
#nav a {
	color:#6C9;
	text-decoration: none;
	
	padding: 5px 10px;
	font: bold 18px/100% Arial, Helvetica, sans-serif;
	
	display: block;
	overflow:visible;
}
#nav a:visited {
	color:#6C9;
	text-decoration: none;
}
#nav a:hover {
	color: #000000;
	background:url(images/searchhighlight.png);
	background-repeat:no-repeat;
	background-position:center;
}
#content {
	padding: 10px 0px 30px 20px;
	float: left;
	width: 420px;
	overflow: hidden;
	margin-left:100px;
}

.post {
	clear:both;
	padding-top: 10px;
	
	
	
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date.png) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color:#6C9;
	text-align: center;
	display:block;
	line-height:13px;
	padding-top: 12px;
	margin-left: -3px;
	font-weight: bolder;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 10px;
	padding-top: 3px;
	margin-left: -3px;
}

.post-title {
	float: left;
	margin-left: 10px;
	width: 350px;
}

.entry {
	clear: both;
	padding-top: 10px;
}

.post-cat {
	background: url(images/mini-category.gif) no-repeat left center;
	padding-left: 18px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.post-content {
	clear: both;
	padding-top: 10px;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #6C9;
}
.previous-entries {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
	position: relative;
}
.commentlist .avatar {
	position: absolute;
	top: 5px;
	right: 5px;
	border: solid 1px #ededed;
	padding: 1px;
	background: #fff;
}
.commentlist .alt {
	background: #f1fedb;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #CC6600;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	font-weight: bold;
	color: #666666;
	font-size: 100%;
}
#commentform input{
	width: 153px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 478px;
	height: 115px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 144px;
	height: 29px;
}
#sidebar {
	float: right;
	padding: 0px 10px 20px 0px;
	width: 220px;
	margin-right:67px;
}
#searchform {
	background:url(images/searchform-1.png) no-repeat;
	background-position:middle left;
	width: 220px;
	height: 83px;
	padding: 10px 10px 10px 10px;
	float:right;
	margin-right:5px;
	
}
#searchform #s {
	margin-top:31px;
	
	width: 150px;
	height: 20px;
	left:15px;
	padding: 2px 5px 0px 5px;
	
	
}
#searchform #searchsubmit {
	background: url(images/search-btn-bg.gif) no-repeat;
	border: none;
	width: 28px;
	height: 24px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
}
#searchform label {
	font-size: 11px;
	color: #41550e;
}
#sidebar h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color:#6C9;
	margin: 10px 0px 5px;
}
.ul-cat {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom: 1px solid #dceeb7;
}
.ul-cat li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #dceeb7;
	background: url(images/mini-category.gif) no-repeat left center;
}
.ul-cat li a, .ul-cat li a:visited{
	color: #495233;
	text-decoration: none;
}
.ul-cat li a:hover{
	color: #FF6600;
	text-decoration: none;
}
.ul-archives {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom: 1px solid #dceeb7;
}
.ul-archives li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #dceeb7;
	background: url(images/mini-monthly-archive.gif) no-repeat left center;
}
.ul-archives li a, .ul-archives li a:visited{
	color: #495233;
	text-decoration: none;
}
.ul-archives li a:hover{
	color: #FF6600;
	text-decoration: none;
}
#footer {
	clear: both;
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	padding-left:120px;
	padding-right:80px;
	font-size: 95%;
	line-height: 130%;
	
	height: 350px;
	overflow:visible;
	margin-top: 50px;
	
}
#footer2 {
	background-image:url(images/line.png);
	background-repeat:no-repeat;
	background-position:top;
	left: 0px;
	top:-15px;
	width:625px;
	height:33px;
}
#footer a, #footer a:visited{
	
}
#footer .left-col{
	width: 220px;
	float: left;
	background-position: left 10px top 10px;
	
}
#footer .right-col{
	width: 220px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	background-position: left 10px top 10px;

}
#footer h4 {
	font: normal 146%/100% "Trebuchet MS", Tahoma, Arial;
	
	margin: 10px 0px 5px;
}
.recent-comments {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 110%;
}
.recent-comments li{
	
	padding: 0px 0px 10px 20px;
}
.recent-comments a{
	font-size: 105%;
	line-height: 130%;
	font-weight: bold;
}
.recent-posts {
	list-style: none;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
	
}
.recent-posts li{
	
	padding: 0px 0px 10px 20px;
}
.recent-posts a{
	font-size: 115%;
	line-height: 130%;
	font-weight: bold;
	
}
#credits {
	margin:0 auto;
	width: 580px;
	color: #7a9299;
	font-size: 85%;
	line-height: 120%;
	z-index:300px;
	top:-50px;
	
	
}
#credits a, #credit a:visited{
	color: #048db4;
}
.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 10px;
}
.left {
	float: left;
	
}
img.left, a img.left {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.left{
	border-color: #FF6600;
	background: #FF6600;
}
.right {
	float: right;
}
img.right, a img.right {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.right{
	border-color: #FF6600;
	background: #FF6600;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
img.img_border, a img.img_border {
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #ffffff;
}
a:hover img.img_border{
	border-color: #FF6600;
	background: #FF6600;
}
