/*  
Theme Name: Aspen Coffee Company
Theme URI: http://www.invisiblewindow.com/
Description: Aspen Coffee Company is a custom Wordpress theme designed by <a href="http://www.invisiblewindow.com/">Invisible Window</a>.
Version: 1.0
Author: Hank Pantier
Author URI: http://www.invisiblewindow.com/
*/
html, body {
	height:100%;
	width:100%;
	margin: 0; 
	padding: 0;
}
body {
	font: 75%/150% Tahoma, Arial, Helvetica, sans-serif;
	color: #333;
	background: url('images/body-bg.gif') #3c2819;
	margin: 0;
	padding: 0;
}
#wrap {
	width: 100%;
	height: 100%;
	background: url('images/wrap-bg.gif') repeat-x transparent;
	margin: 0;
	padding: 0;
}
#pagefloat {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	background: transparent;
}
a {
	color: #600;
	text-decoration: none;
}
a:visited {
	color: #600;
	text-decoration: none;
}
a:hover {
	color: #600;
	text-decoration: underline;
}
img {
	border: none;
}
p {
	padding: 0 0 15px;
	margin: 0;
	line-height: 1.8em;
}
h1 {
	margin:0;
	padding-left: 10px;
	height: 60px;
	font: bold 36px/100% Tahoma, Arial, Helvetica, sans-serif;
	color: #6DA6E2;
}
h1 a, h1 a:visited{
	color: #6DA6E2;
	text-decoration: none;
}
h1 a:hover{
	color: #3A75B6;
	text-decoration: none;
}
h2 {
	color: #030;
	margin: 0 0 5px 0;
	letter-spacing: 1px;
	font: normal 30px/40px Tahoma, Arial, Helvetica, sans-serif;
	padding: 0 0 10px 0;
}
h2 a, h2 a:visited {
	color: #030;
	text-decoration: none;
}
h2 a:hover {
	color: #030;
	text-decoration: none;
}
h3 {
	font: normal 18px/22px Tahoma, Arial, Helvetica, sans-serif;
	color: #926430;
	margin: 10px 0 5px;
}
h4 {
	font: normal 130%/100% Tahoma, Arial, Helvetica, sans-serif;
	color: #2763A5;
	margin: 10px 0 5px;
}
form {
	margin:0;
	padding:0;
}
#page {
	margin: 0;
	width: 918px;
	border: 2px solid #170d02;
	background: #FFF;
}

/* header area */
#header {
	height: 191px;
	width: 918px;
	background: url('images/hd-bg.jpg') #9da66f no-repeat;
	position: relative;
}
#headerimg {
	position: absolute;
	left: 73px;
	top: 11px;
	width: 154px;
	height: 140px;
	background: url('images/aspen-logo.png') transparent no-repeat;
	cursor: pointer;
}
#headerimg .description, #headerimg h1 {
	display: none;
}


#navbg {
	width: 918px;
	height: 40px;
	border-top: 1px solid #FFF;
	background: #cad2a1;
	position: relative;
}

ul#nav {
	list-style:none;
	margin:0;
	padding:0;
	position: absolute;
	bottom: 0;
	right: 55px;
}
ul#nav li {
	float:left;
	margin:0;
	padding:0;
	text-align:center;
}
ul#nav li.page_item a {
	font: normal 24px/30px Tahoma, Arial, Helvetica, sans-serif;
	display:block;
	padding: 5px 20px;
	height: 30px;
	color: #112f13;
	text-decoration:none;
	border-right:1px solid #FFF;
	background:url(images/nav-bg.gif) no-repeat;
	background-position: top center;
}
ul#nav li.page_item a:hover, ul#nav li.current_page_item a,  ul#nav li.current_page_parent a, ul#nav li.current_page_item a:visited {
	background-position: bottom center;
	color: #FFF;
}
ul#nav > li:first-child {
	border-left: 1px solid #FFF;
}









/* content area */
#content {
	padding: 0 0 30px 27px;
	float: left;
	width: 588px;
	overflow: hidden;
}
.post {
	clear:both;
	padding-top: 15px;
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date-bg.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}
.entry {
	float:right;
	width: 520px;
}
.entry img, .post-content img {
	border: 3px solid #ccc;
}
.post-cat {
	background: url(images/mini-category.gif) no-repeat left center;
	padding-left: 20px;
	float:left;
	font-size: 95%;
	color: #999;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat left center;
	padding-left: 20px;
	float: right;
	font-size: 95%;
}
.post-cat a, .post-comments a {
	color: #030;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat left center;
	padding-left: 20px;
	float: right;
	font-size: 95%;
	color: #999;
}
.post-content {
	clear: both;
	padding-top: 10px;
}
.navigation {
	clear: both;
	padding: 10px 0;
}
.navigation a, .navigation a:visited {
	color: #2763A5;
}
.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}

.post ul {
	list-style: circle;
}
.post ul li {
	margin: 0 0 5px 25px;
}

#map {
	width: 550px;
	height: 450px;
	margin: 15px 0 15px 0;
	border: 4px solid #ccc;
}
.border {
	border: 3px solid #ccc;
}


/* comments area */
#comments, #respond {
	border-bottom: 1px dotted #CCC;
	padding: 10px 0 5px 0;
	clear: both;
}
.commentlist {
	margin: 10px 0;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #e7eec0;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #030;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Tahoma, Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0;
	margin: 0;
}
#commentform label{
	color: #787878;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#FFF;
	border: 1px solid #030;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 485px;
	height: 115px;
	background: #FFF;
	border: 1px solid #030;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #FFF;
}
#commentform #submit{
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #FFF;
	border: none;
	float:right;
	width: 144px;
	height: 28px;
	cursor: pointer;
}


/*sidebar */
#sidebar {
	float: right;
	padding: 15px 10px 0 0;
	width: 235px;
	color: #666;
	position: relative;
}

#cup {
	width: 259px;
	height: 187px;
	background: url('images/latte.png') no-repeat;
	position: relative;
	bottom: -30px;
	right: -25px;
	z-index: 10;
	margin: 0;
	border: 0;
	padding: 0;
	clear: both;
}


/*sidebar title (h2) */
#sidebar h2 {
	color: #030;
	margin: 10px 0 0 0;
	letter-spacing: 1px;
	font: normal 28px/36px Tahoma, Arial, Helvetica, sans-serif;
	padding: 0;
}
#sidebar .sidebartitle{
	font: normal 140%/100% Tahoma, Arial, Helvetica, sans-serif;
	color: #2763A5;
	margin: 20px 0 2px;
	border-bottom: 1px solid #6DA6E2;
}
/*sidebar text styles */
#sidebar a, #sidebar a:visited{
	color: #600;
	text-decoration: none;
}
#sidebar a:hover{
	color: #600;
	text-decoration: underline;
}
/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
/*sidebar list level2 */
#sidebar ul li ul {
	padding: 0;
	margin: 0;
}
#sidebar ul li ul li{
	padding: 2px 0 2px 0;
	border-bottom: 1px solid #4b331a;
}
/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}
.imgtfe {
	border: 3px solid #ccc;
}
/*category widget */
ul.list-cat li, li.widget_categories li{
	background: url(images/mini-category.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*archives widget */
ul.list-archives li, li.widget_archives li{
	background: url(images/mini-monthly-archive.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*sub-pages */
#sidebar ul.list-page li a {
	font: normal 14px/18px Tahoma, Arial, Helvetica, sans-serif;
	padding: 3px 5px 2px 5px;
	display: block;
	color: #030;
	width: 225px;
}
#sidebar ul.list-page li a:hover, ul.list-page li.current_page_item a {
	background: #cad2a1;
}
/*text widget */
.textwidget {
	padding-top: 5px;
}




/*search form */
#searchform {
	margin: 15px 0 0;
}
#searchform br {
	display: none;
}
#searchform #s {
	width: 135px;
	height: 22px;
	padding: 4px 5px 0 5px;
	border: 1px solid #030;
	background: #FFF;
	margin-right: 2px;
	color: #000;
	font-weight: normal;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	background: url(images/search-btn-bg.gif) no-repeat;
	border: none;
	width: 67px;
	height: 26px;
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #FFF;
	vertical-align: middle;
}
/* Top Commentators */
#sidebar ul.user li {
	background: url(images/user.gif) no-repeat;

        padding-left: 20px;
}


/* footer area */
#footer {
	clear: both;
	background: #4b331a;
	border-top: 4px solid #2c1e0f;
	color: #855c2d;
	font: normal 12px/12px Tahoma, Arial, Helvetica, sans-serif;
	padding: 10px;
	z-index: 1;
}

#footer a, #footer a:visited {
	color: #855c2d;
}

.footer-recent-posts {
	width: 400px;
	float: left;
	margin: 15px 10px 0 10px;
}
.footer-recent-posts strong {
	font-size: 107%;
	line-height: 135%;
	font-weight: bold;
}
.footer-recent-posts ul {
	list-style: none;
	margin: 15px 0 15px 0;
	padding: 0;
}
.footer-recent-posts ul li {
	background: url(images/cafe-beans_16.png) no-repeat;
	padding: 0 0 10px 25px;
	font: normal 12px/14px Tahoma, Arial, Helvetica, sans-serif;
}
.footer-about {
	margin: 15px 0 0 0;
	width: 400px;
	float: right;
	padding: 0 10px 0 10px;
	font: normal 12px/12px Tahoma, Arial, Helvetica, sans-serif;
	text-align: right;
}
.wpsb_form_txt {
	font: normal 14px/16px Tahoma, Arial, Helvetica, sans-serif;
	padding: 3px;
	border: 1px solid #b1bb7c;
	color: #2b1903;
	background: #FFF;
}
.wpsb_form_btn {
	background: #b1bb7c;
	color: #2b1903;
	font: normal 14px/16px Tahoma, Arial, Helvetica, sans-serif;
	padding: 3px;
}
.copyright {
	width: 800px;
	float: right;
	margin: 15px 0 0 0;
	padding: 0 10px 0 10px;
	font: normal 10px/12px Tahoma, Arial, Helvetica, sans-serif;
	text-align: right;
	color: #5f4121;
}
.copyright a {
	color: #5f4121;
	text-decoration: underline;
}
.copyright a:hover {
	text-decoration: none;
}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0;
	padding: 0;
}

.clearfix:after, .colrow:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix, .colrow {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix, .colrow {display:block;}
/* End hide from IE Mac */



/* jquery slider css for home page */
#s3slider {
	width: 573px; /* important to be same as image width */
	height: 273px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	border: 7px solid #272727;
}

#s3sliderContent {
   width: 573px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 573px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   bottom: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
}