/*
Theme Name: SandDesign
Theme URI: http://wordpress.com/
Description: Nice wordpress theme
Version: v01
Author: Wordpress
Tags: mantle color, variable width, two columns, widgets
*/
body {
	font: 75%/150% "Trebuchet MS", Tahoma, Arial;
	color: #333333;
	background: #fff url(images/bg.jpg) 0 0 no-repeat;
	background-position:top center;
	margin: 0px;
	padding: 0px 0px 40px;
}

a {
	color: #e5a543;
	text-decoration: none;
}
a:hover {
	color: #0033FF;
	text-decoration: underline;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	margin:0px;
	font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
	color: #333333;
}
h1 a{
	color: #333;
	text-decoration: none;
}
h1 a:hover{
	color: #CC0000;
	text-decoration: none;
}
h2 {
	color: #663333;
	margin: 0px 0px 2px;
	letter-spacing: -1px;
	font: normal 190%/100% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #663333;
	text-decoration: none;
}
h2 a:hover {
	color: #FF6600;
	text-decoration: none;
}
h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}
form {
	margin:0px;
	padding:0px;
}
#page {
	margin: 0px auto;
	width: 970px;
}
#header {
	background: #0FACEA url(images/header-bg.jpg) no-repeat;
	width:970px;
	height: 132px;
	position: relative;
}
#headerimg {
	background: url(images/header-icon.png) 0 0  no-repeat;
	background-position:left bottom;
	position: absolute;
	padding: 20px 0px 0px 90px;
	height: 70px;
	top: 40px;
	left: 5px;
	width: 865px;
}
#headerimg .description{
	position: absolute;
	left: 92px;
	bottom: 8px;
	color: #a4a3a3;
	font-size: 14px;
	font-weight:bold;
	width: 855px;
}
#nav {
	list-style: none;
	margin: 0px;
	padding:0 0 0 0;
	width:100%;
}
#nav li {
	float: left;
}
#nav a {
	color: #ffffff;
	text-decoration: none;
	padding: 10px 25px 0 25px;
	font: bold 12px/100% Arial, Helvetica, sans-serif;
	display: block;
}
#nav a:hover {
	color: #e5a543;
}
#content-wrap{
	float: left;
}
#content-header{
  background:url(images/header-content.jpg) 0 0 no-repeat;
  width:615px;
  height:367px;
}
#content {
	padding: 10px 20px 30px 10px;
	width: 585px;
	overflow: hidden;
}
.post {
	clear:both;
	padding-top: 10px;
}
.post-date {
	padding:0;
	height: 20px;
	color:#999999;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}

.post-title {
	width: 460px;
}

.entry {
	clear: both;
	padding: 10px 0 10px 0;
	color:#333;
	border-bottom:1px solid #5e5e5e;
}
.entry img{
  float:left;
  padding:10px;
}
.entry a:hover{
  color:#e5a543;
}
.post-cat {
	background: url(images/arrow.png) no-repeat left center;
	padding-left: 18px;
	float:left;
	font-size: 95%;
	color: #e5a543;
}
.post-cat a{
	color: #e5a543;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat left center;
	width:53px;
	height:28px;
	padding: 5px 0 0 0;
	float: right;
	font-size: 13px;
	text-align:center;
	font-family:arial;
	font-weight:bold;
}
.post-comments a{
  color:#fff;
}
.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: #e5a543;
}
.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:left;
	width: 144px;
	height: 29px;
}
#sidebar {
	background:#f3f3f3;
	margin:0 0 0 0 ;
	float: right;
	padding: 0 0;
	width: 355px;
	border-bottom:#5a5a5a 30px solid;
}
#searchform {
	padding: 10px 10px 0 10px;
}
#searchform #s {
	border:1px solid #999999;
	width: 200px;
	height: 20px;
	padding: 4px 5px 0px 5px;
	background: #e6e6e6;
	vertical-align: middle;
}
#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 {
	color: #333333;
	font-weight:bold;
}
#sidebar h3 {
	background:#5a5a5a;
	font: bold 140%/100% "Arial", Tahoma, Arial;
	color: #fff;
	padding:8px 0 0 20px;
	width:335px;
	height:27px;
}
.ul-cat {
	list-style: none;
	margin:0px 20px 15px 20px;
	padding:0px;
}
.ul-cat li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-bottom: 1px dashed #4c4a4b;
	background: url(images/mini-category.gif) no-repeat left center;
}
.ul-cat li a, .ul-cat li a:visited{
	color: #333;
	text-decoration: none;
}
.ul-cat li a:hover{
	color: #FF6600;
	text-decoration: none;
}
.ul-archives {
	list-style: none;
	margin:0px 20px 15px 20px;
	padding:0px;
}
.ul-archives li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-bottom: 1px dashed #4c4a4b;
	background: url(images/mini-category.gif) no-repeat left center;
}
.ul-archives li a, .ul-archives li a:visited{
	color: #333;
	text-decoration: none;
}
.ul-archives li a:hover{
	color: #FF6600;
	text-decoration: none;
}
#footer {
	clear: both;
	padding:15px 50px 0 50px;
	width:870px;
	height:50px;
	color: #ACD7EE;
	font-size: 95%;
	border-top: 5px solid #5e5e5e;
}
#credits {
	margin: 0px auto;
	color: #333333;
	font-size: 85%;
}
#credits a, #credit a:visited{
	color: #666666;
}
.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin: 0 10px 0 10px;
	float:right;
}
.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;
}
