/*
Theme Name: Roos Roast 2010
Description: Roos Roast...
Version: 1.0
Author: Dan Nixon & Josh Weston
Author URI: http://thedvx.com
*/

/* ----- RESET (based on the work of Richard Clark - http://richclarkdesign.com) ----- */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,menu,time,mark,audio,video,summary,figcaption{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1;}
article,aside,dialog,figure,footer,header,hgroup,nav,section{display:block;}
nav ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,
q:before,q:after{content:'';content:none;}
a{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;background:transparent;}
ins{background-color:#ff9;color:#000;text-decoration:none;}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}
del{text-decoration:line-through;}
abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}
input[type=text],select{vertical-align:middle;}
/* ----- /RESET ----- */

@font-face {
	font-family: 'Roos Roast Baby';
	src: url('/wp-content/themes/roosroast-2010/fonts/Roos_Roast_Baby-1.eot');
	src: local('Roos Roast Baby Regular'), local('RoosRoastBaby'), url('/wp-content/themes/roosroast-2010/fonts/Roos_Roast_Baby-1.woff') format('woff'), url('/wp-content/themes/roosroast-2010/fonts/Roos_Roast_Baby-1.ttf') format('truetype'), url('/wp-content/themes/roosroast-2010/fonts/Roos_Roast_Baby-1.svg#RoosRoastBaby') format('svg');
}

html{
	background:#efefef url(images/body-bg.jpg) repeat 50% 50%;
}
body{
	background:transparent url(images/header-bg.jpg) repeat-x 50% 0;
	color:#282e15;
	font:14px/1.3333 "Helvetica Neue", Arial, Helvetica, sans-serif;
}
p, ul, ol{
	margin:0 0 1.5em;
}
ul, ol{
	padding-left:1.6667em;
}
li{
	margin:0 0 0.5em;
}
a:link, a:visited{
	color:#cf5328;
	text-decoration:none;
	border-bottom:1px dashed;
}
a:hover, a:active{
	border-style:solid;
}
h1, h2{
	font-size:2.5714em;
	font-weight:normal;
	margin:0 0 0.5em;
}
h3{
	font-size:2em;
	font-weight:normal;
	margin:0 0 0.5em;
}
h4, h5{
	font-size:1.5em;
	font-weight:normal;
	margin:0 0 0.5em;
}
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited{
	border-style:none;
}
.alignleft{
	float:left;
	margin:0 0.5em 0.5em 0;
}
.alignright{
	float:right;
	margin:0 0 0.5em 0.5em
}
.note{
	font-size:0.8571em;
	font-weight:bold;
	color:#cf5328;
}


#masthead, #shop_coffee, #content, #extras, #site_info{
	width:900px;
	margin:0 auto;
	position:relative;
	clear:both;
}

#masthead{
	font-size:0.8571em;
	text-transform:uppercase;
	height:116px;
}
#masthead a:link, #masthead a:visited{
	color:#fff;
	border-style:none;
	font-weight:bold;
	text-shadow:-1px -1px 1px #4c4d4a;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	-webkit-transition:background-color 0.2s linear;
}
#masthead a:hover, #masthead a:active{
	background:#babcb5;
	background:rgba(40, 46, 21, 0.25);
}
#masthead hgroup{
	position:absolute;
	top:5px;
	left:1em;
	width:227px;
	height:125px;
	text-align:center;
	z-index:5;
}
#masthead h1, #masthead h2{
	margin:0;
}
#masthead h1 a:link, #masthead h1 a:visited{
	display:block;
	width:227px;
	height:105px;
	overflow:hidden;
	text-indent:-1000em;
	background:url(images/roos-logo.gif) no-repeat 50% 50%;
	border-style:none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	padding:0;
	margin-bottom:0.25em;
}
#masthead h1 a:hover, #masthead h1 a:active{
	background-color:transparent;
}
#masthead h2{
	color:#fff;
	font-weight:bold;
	text-shadow:-1px -1px 1px #4c4d4a;
	font-size:1em;
	letter-spacing:4px;
	opacity:0.75;
}
#masthead nav{
	float:right;
	margin-top:3.5em;
}
#masthead nav ul{
	float:right;
}
#masthead nav li{
	display:inline;
}
#masthead nav li a{
	display:block;
	float:left;
	padding:0.5em;
	margin:0 0 0 0.5em;
}
#masthead .buy_coffee a{
	border:1px solid rgba(40, 46, 21, 0.25);
}
#masthead .rss a{
	display:block;
	width:26px;
	height:26px;
	overflow:hidden;
	text-indent:-1000em;
	background:url(images/icon-rss.gif) no-repeat 50% 50%;
	position:absolute;
	top:2px;
	right:0;
}
#masthead form{
	width:190px;
	padding:2px;
	float:right;
	border:1px solid #8a7c60;
	-moz-border-radius:0.25em;
	-webkit-border-radius:0.25em;
	margin-left:1em;
}
#masthead label{
	display:none;
}
#masthead input{
	border:0px none;
	background:none;
	font:1em/1 "Helvetica Neue", Arial, Helvetica, sans-serif;
	color:#fff;
	width:160px;
}
#masthead input[type="submit"]{
	border:1px solid #8a7c60;
	-moz-border-radius:0.25em;
	-webkit-border-radius:0.25em;
	font-size:1px;
	overflow:hidden;
	text-indent:-1000em;
	width:25px;
	height:20px;
	background:url(images/but-search.gif) no-repeat 50% 50%;
}

#shop_coffee{
	height:250px;
	background:url(images/buy-now-tag.png) no-repeat 100% 0;
	padding-top:2.5em;
}
#shop_coffee .deets{
	display:none;
	position:absolute;
	width:125px;
	top:25%;
	right:-75px;
	background:#e4ddc0;
	background:rgba(240, 238, 209, 0.8);
	border:1px solid;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	font-size:0.7857em;
	padding:0.5em;
}
#shop_coffee .deets h4{
	font:bold 1.0909em/1 "Helvetica Neue", Arial, Helvetica, sans-serif;
}
#shop_coffee .deets p{
	margin-bottom:0.5em;
}
#shop_coffee .deets .price{
	font-weight:bold;
}
#shop_coffee .deets .price:before{
	content:"\2013\00a0";
}
#shop_coffee .deets a:link, #shop_coffee .deets a:visited{
	color:#282e15;
	background:#bfe4e6;
	background:rgba(163, 225, 229, 0.6);
	border:1px solid #282e15;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	font-weight:bold;
	padding:0.3333em;
	margin:0 0 0.25em;
	display:block;
	text-align:center;
	-webkit-transition:background-color 0.2s linear;
}
#shop_coffee .deets a:hover, #shop_coffee .deets a:active{
	color:#fff;
	background-color:#282e15;
}
#shop_coffee li:hover .deets{
	display:block;
}
#shop_coffee ul{
	margin:0 115px 0 0;
}
#shop_coffee li{
	float:right;
	margin-left:-3.6667em;
	position:relative;
}

#content{
	overflow:auto;
	margin-bottom:1.5em;
}
#content .hfeed{
	float:left;
	width:570px;
}
.hfeed h1, .hfeed h2, .hfeed h3, .hfeed h4, .hfeed h5{
	font-family:"Roos Roast Baby", Georgia, serif;
}
.hfeed img{
	display:block;
	border:5px solid;
}
.hfeed a:link img, .hfeed a:visited img{
	border-color:#282e15;
}
.hentry{
	margin:0 0 1.5em;
}
.hentry footer{
	border-top:1px dashed #c4c5c0;
	padding:1em 0;
	font-size:0.8571em;
	color:#7f807c;
}
.page .hentry footer{display:none;}

.testimonial{
	font-family:"Roos Roast Baby", Georgia, serif;
	color:#cf5328;
	font-size:1.5em;
	padding:0.6667em 0.6667em 0 0.6667em;
	border-top:1px dashed #c4c5c0;
	border-bottom:1px dashed #c4c5c0;
	margin:0 0 1.5em;
}
.testimonial p{
	margin-bottom:0.6667em;
}
.commentlist, .commentlist .children{
	list-style:none;
	padding:0;
}
.commentlist .children{
	margin:0 0 0 2em;
}
.commentlist li.comment{
	background:#dadbd8;
	background:rgba(40, 46, 21, 0.1);
	padding:8px;
	-moz-border-radius:0.5em;
	-webkit-border-radius:0.5em;
	margin:0 0 1em;
}
.commentlist .avatar{
	float:right;
	border-style:none;
}
.comment-author, .comment-meta, .commentlist .reply{
	font-weight:bold;
	font-size:0.9167em;
}
.comment-meta{
	margin:0 0 1em;
}
.commentlist .reply{
	margin:1em 0;
	border-top:1px dashed #7f8275;
	border-top:1px dashed rgba(40, 46, 21, 0.5);
	text-align:right;
	font-size:0.7857em;
}
#respond .cancel-comment-reply{
	margin:0.5em;
	font-size:0.8571em;
}

#respond input[type="text"], #respond textarea{
	background-color:#fff;
	border:1px solid #999;
	font:0.8571em/1.3333 "Helvetica Neue", Arial, Helvetica, sans-serif;
	color:#999;
	margin:0 0 0.5em;
	padding:0.25em;
	-moz-border-radius:0.5em;
	-webkit-border-radius:0.5em;
}
#respond input[type="text"]:focus, #respond textarea:focus{
	background-color:#fff;
	border-color:#282e15;
	color:#282e15;
}
#respond textarea{
	width:95%;
	height:6em;
	overflow:auto;
}


#content>aside{
	float:right;
	width:310px;
	font-size:0.8571em;
}
#content>aside a:link, #content>aside a:visited{
	color:#282e15;
	border-style:none;
}
#content>aside a:hover, #content>aside a:active{
	color:#cf5328;
}
#content>aside h3{
	font-size:1.5em;
	border-bottom:1px dashed;
}
#content>aside nav ul, #side_cart{
	background:#bfe4e6;
	background:rgba(163, 225, 229, 0.6);
	border:1px solid #282e15;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	padding:0.5em 1em 0.25em;
	font-weight:bold;
}
#content>aside nav ul ul{
	margin:0;
	background:none;
	border-style:none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	padding:0.5em 1em 0;
	font-weight:normal;
}
#side_cart{
	margin:0 0 1.5em;
}
#side_cart ul{
	list-style:none;
	border-bottom:1px dashed;
	padding:0;
	margin:0 0 0.5em;
}
#side_cart .price{
	float:right;
}
#side_cart .total{
	text-align:right;
}
#side_cart .actions{
	text-align:center;
	margin:0 0 0.5em;
	font-weight:normal;
}
/*#socializing{
	background:url(images/socializing-john4.png) no-repeat left bottom;
	height:260px;
}*/
#socializing {
background: url(images/socializing-john11.png) no-repeat left bottom;
min-height: 260px;
}
#socializing .services{
	list-style:none;
	padding:0;
	height:36px;
	margin:0 0 1em;
}
#socializing .services li{
	display:inline;
}
#socializing .services li a{
	overflow:hidden;
	text-indent:-1000em;
	width:38px;
	height:36px;
	display:block;
	float:left;
	margin:0 0.25em 0 0;
}
#socializing .services li.twitter a{
	background:url(images/icon-twitter.gif) no-repeat 50% 50%;
}
#socializing .services li.facebook a{
	background:url(images/icon-facebook.gif) no-repeat 50% 50%;
}
#socializing .services li.flickr a{
	background:url(images/icon-flickr.gif) no-repeat 50% 50%;
}
#socializing #tweets{
	background:#bfe4e6;
	background:rgba(163, 225, 229, 0.6);
	border:1px solid #282e15;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	width:160px;
	padding:0.5em 1em;
	clear:left;
}
#socializing #tweets time{
	font-style:oblique;
}
#socializing .john{
	font-weight:bold;
	font-size:0.7857em;
	margin:1em 0 0 1em;
}
#content>aside .promotions{
	margin:0 0 1.5em;
}

#extras{
	border-top:1px dashed #c4c5c0;
	border-bottom:1px dashed #c4c5c0;
	color:#7f807c;
	font-size:0.8571em;
	padding:1em 0;
	overflow:auto;
}
#extras h4{
	font-weight:bold;
}
#extras #newsletter{
	float:left;
	background:url(images/cuppa-coffee.gif) no-repeat 35px 50%;
	padding:0 0 0 150px;
	width:420px;
	height: 75px;
}
#extras #newsletter label{
	display:block;
}
#extras #newsletter input[type="email"], #extras #newsletter input[type="text"]{
	font:1em/1 "Helvetica Neue", Arial, Helvetica, sans-serif;
	border:1px solid #7f807c;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	width:250px;
}
#extras #discover_more{
	float:right;
	width:250px;
	padding-left:70px;
	background:url(images/sitemap.gif) no-repeat 10px 50%;
	border-left:1px dashed #c4c5c0;
}
#extras #locations{
	float:right;
	width:210px;
	padding-left:100px;
	background:url(images/icon-map.gif) no-repeat 10px 50%;
	border-left:1px dashed #c4c5c0;
}
#extras #discover_more h4, #extras #locations h4{
	font-size:1em;
}
#extras #discover_more ul, #extras #locations ul{
	padding:0;
	font-size:0.9167em;
}

#site_info{
	color:#7f807c;
	text-align:center;
	font-size:0.7857em;
	padding:1em 0 2em;
}

.home #carousel{
	width:772px;
	height:416px;
	overflow:hidden;
	position:relative;
}
.home #carousel ul{
	list-style:none;
	margin:0;
	padding:0;
}
.home #carousel li{
	margin:0;
	position:relative;
	width:772px;
	height:416px;
}
.home #carousel .mask{
	width:772px;
	height:416px;
	position:absolute;
	top:0;
	left:0;
	background:url(images/slideshow-mask.png) no-repeat 50% 50%;
	z-index:1;
}
.home #carousel img{
	display:block;
}
.home #carousel .deets{
	position:absolute;
	z-index:2;
	top:10em;
	left:10em;
	width:275px;
}
.home #carousel .deets h2{
	color:#fff;
	text-shadow:1px 1px 2px #000;
	font:2em/1 "Roos Roast Baby", Georgia, serif;
}
.home #carousel .deets div{
	background:#bfe4e6;
	background:rgba(163, 225, 229, 0.8);
	padding:0.5em;
	font-size:0.8571em;
	line-height:1.5;
	-moz-border-radius:0.5em;
	-webkit-border-radius:0.5em;
}
.home #carousel .deets div a:link, .home #carousel .deets div a:visited{
	color:#282e15;
}
.home #carousel button{
	overflow:hidden;
	text-indent:-1000em;
	width:26px;
	height:28px;
	border-style:none;
}
button::-moz-focus-inner { border: 0; }
.home #carousel button.previous{
	background:url(images/but-carousel-previous.png) no-repeat 0 0;
}
.home #carousel button.next{
	background:url(images/but-carousel-next.png) no-repeat 0 0;
}
.home #carousel button:hover{
	background-position:0 100%;
}
.home #carousel nav{
	position:absolute;
	z-index:3;
	bottom:7em;
	left:37em;
	height:14px;
	width:70px;
}
.home #features{
	font-size:0.8571em;
}
.home #features section{
	float:left;
	width:23em;
	border-left:1px dashed #c4c5c0;
	padding-left:1em;
	margin-left:1em;
}
.home #features section:first-child{
	border-style:none;
	padding:0;
	margin:0;
}
.home #features section h3{
	font-size:1.5em;
	border-bottom:1px dashed;
}
.home #features section .services a{
	border-style:none;
}
.home #features section #tweets{
	width:140px;
}
.home .hfeed h1, .home .hfeed h2, .home .hfeed h3, .home .hfeed h4, .home .hfeed h5{
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
}
.home #shop_coffee{
	position:absolute;
	width:335px;
	height:412px;
	clear:none;
	background:url(images/blank-bag-large.png) no-repeat 50% 50%;
	top:0;
	right:0;
	z-index:5;
	padding:0;
	overflow:hidden;
}
.home #shop_coffee a{
	position:absolute;
	top:0;
	left:75px;
	display:block;
	width:225px;
	height:350px;
	overflow:hidden;
	text-indent:-1000em;
	border-style:none;
}
.home #shop_coffee img{
	display:block;
	margin:60px 0 0 135px;
	opacity:0.8;
}

/*#items-2-price, #items-2-price option {
	width: 300px;
}*/
/* table .cart select option */

table.cart select {
		width: 300px;
	}
	
#shopp #cart tr.totals td, #shopp #cart tr.totals th  {
	padding-top: 9px;
	padding-bottom: 6px;
	}	