/* @override http://www.coffeeratings.com/style/style.css */

/* 
Style: CoffeeRatings.com's Style Sheet, loosely based on the CoffeeSpot v1.3 stylesheet
Orig. Theme Name: CoffeeSpot
Version: 1.0
Description: Style sheet for the non-blog sections of CoffeeRatings.com
Author: Greg Sherwin
Author URI: http://www.coffeeratings.com/
*/

/* Header image courtesy of http://www.sxc.hu/photo/712538 */

/* Section: Body --------- */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana,Tahoma, Arial, Serif;	
	line-height: 1.5em;
	font-size: 10px; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: 10px; /* easy scaling */
  	font-size: 0.76em;
  	background:#f4f4f4;
 	color:#333;  	 	
}

/* Sub-Section: Body Paragraph and Links --------- */
p, li {
	margin: 0.5em 0 0.7em;
	line-height:1.8em;
}

a {
	text-decoration: none;	
}

a:link 
{
	color: #a66349;   
	border-bottom:1px dashed;
	background:none; 
}

a:visited {
	color: #b7745a;  
	border-bottom:1px dashed;
	background:none;  
}

a:hover, a:active {  
  border-bottom:#aba195 1px solid;
  background:#fffaf0;
  color: #993333;
}

abbr, acronym {
	font-style: normal;
	border-bottom: 1px dotted;
}

abbr[title]
{
	cursor:help;
}

blockquote{
	margin: 1em;
	padding: 1em;
	border-left: 2px solid #ccc;
	color:#666;
}

dl dt 
{
	font-weight:bold;
	margin:5px 0;	
}

dl dd 
{
	padding-left:20px;
	display:inline;
}

fieldset 
{
	border:none;
}

img
{
	border:#b7745a 1px solid;
}

img.wp-smiley, img.noborder
{
	border:none;
}

img.right 
{
	float:right;
	padding:5px;
	margin:0 1em 1em;
}

img.left 
{
	float:left;
	padding:5px;
	margin:0 1em 1em;
}

#rap {
	margin: 0 auto;
	padding:0;		
	background:#fff url(/images/sidebarbg.gif) repeat-y left;
	/* box model hack */
	width: 100%;
	voice-family: "\"}\""; 
  	voice-family: inherit;
	width: 100%;	
}

html>body #rap { /* be nice to Opera */
	width: 100%;
}

/* Sub-Section:  FONTS --------- */
h1,h2,h3,h4,h5,h6 
{
	margin: 0;
	padding:0;
	font-family: 'Frutiger Linotype', 'Lucida Grande', 'Trebuchet MS', sans-serif;	
	font-weight:normal;
	color: #000;			
}

h2,h3 
{
	line-height:1.4em;	
	font-size: 1.6em;	
	border-bottom:#eaeaea 1px solid;
}

/* Section: Positioning --------- */
#header {
	height: 165px;
	background:#630 url(/images/header.jpg) repeat-x left top;
	margin:0 auto;
	padding:0;		
	border-bottom:#999999 1px solid;
}

#header h1 
{
	font-size:2em;
	margin:10px 0 0 10px;	
}

#header h1 a:link,#header h1 a:visited 
{
	border-bottom:none;	
	background:none;
}

#header h1 a:hover,#header h1 a:active
{
	border-bottom:#fff 1px solid;	
	background:none;
}

#header h4
{
	font-size: 1.1em;
	font-style:italic;
	margin: 5px 0 0 10px;	
	padding:0;	
}

#header * 
{
	color:#eee;
}

#main {
	float: left;
	width: 568px;
	padding: 0;	
	margin: 0;		
}

#main ul 
{
	margin:1em;
	padding:0;
	list-style:none;
}

#main ul li 
{
	list-style-image:url(/images/coffee-icon.jpg);
	padding:3px 0;	
	margin:0 1em;
}

#footer {
	clear: both;
	margin:0 auto;
	background:#60522d;
	border:#8b4513 1px solid;	
	color: #ddd;
	font-size: 0.9em;		
	padding:5px;		
}

#footer strong 
{
	color:#fff;
	font-size:1.4em;
}

#footer ul 
{
	margin:0;
	padding:0;		
}

#footer ul li 
{
	list-style:none;
	padding-left:15px;
	background:url(/images/arrow.gif) no-repeat left center;	
}

#footer div 
{
	float:right;
	width:25%;	
}

#footer a 
{
	color:#ddd;		
	text-decoration:none;
	border:none;
}

#footer a:hover
{
	color:#fff;	
	border-bottom:#fff 1px solid;
	background:none;	
}

textarea{
	width: 90%;
	height: 20em;
	border: 1px solid #ccc;	
	background:#f4f4f4;
}

input.textbox{
	border: 1px solid #ccc;	
	background:#f4f4f4;
}

input.textbox:focus, textarea:focus
{
	background:#f9f9f9;
	border:#aaa 1px solid;
}

/* Navigation */
#gnav 
{
	list-style:none;	
	margin:0 auto;
	padding:0 0 3px 0;	
	background:#630;
	border-bottom:#886b6d 1px solid;
	font-variant:small-caps;
	font-family:'Frutiger Linotype', 'Lucida Grande', 'Trebuchet MS', sans-serif;	
	font-weight:bold;
	text-align:right;	
	font-size:1.2em;			
}

#gnav li 
{
	list-style:none;
	display:inline;
	margin:0;
	padding:0 10px;		
}

#gnav li a:link, #gnav li a:visited
{
	color:#ccc;
	text-decoration:none;
	padding:4px 0;	
	border-bottom:none;
	background:none;
}

#gnav li a:hover, #gnav li a:active
{
	border-bottom:#eee 2px solid;
	color:#fff;
	background:none;
}

#gnav li.current_page_item a:link, #gnav li.current_page_item a:visited, #gnav li.current_page_item a:hover, #gnav li.current_page_item a:active
{
	border-bottom:#eee 2px solid;
	color:#fff;
}

/* Section: Custom Adds for CoffeeRatings.com --------- */
#hoods
{
	background: #630;
	width: 100%;
	border-collapse: separate;
    border-spacing: 0;
	padding:  0;
	border:  0;
}

#hoods tr
{
	background-color: #630;
	vertical-align: top;
}

#hoods tr a.hoodlink,table.results th a
{
	color:  #ffffff;
	text-decoration: none;	
	border:none;
}

#hoods tr a.hoodlink:visited,table.results th a:visited
{ 
	color: #80664D; 
}

#hoods tr a.hoodlink:hover,table.results th a:hover 
{
	color: #60462d;	
	border-bottom:1px solid;
}

#hoods tr h5
{
	color:  #999999;
}

table.display
{
	width: 100%;
	border-collapse: collapse;
}

table.display td
{
	padding: 2px;
	border:  0;
}

td.split
{
	width: 50%;
	vertical-align: middle;
}

table.results
{
	padding:  0;
	margin: 0;
  	text-decoration: none; 
	font-family: Arial, Helvetica,  Verdana, sans-serif;  	
	font-size: 10pt;
	color: rgb(0, 0, 0);
	background: rgb(200,200,200);
	border-collapse: collapse;
	width: 100%;
}

table.results th
{
	color: 666666;
	background: rgb(187,166,105);
	text-align: left;
	vertical-align: bottom;
}

table.results td
{
		padding: 2px;
		border: 0;
}

tr
{
	background-color: #EEEEEE;
	vertical-align: top;
}

tr.initial     { background-color: #CCCCCC; color:#FF0000 }
tr.normal     { background-color: #CCCCCC }
tr.alternate     { background-color: #FFFFFF }
tr.highlight     { background-color: #7db3ff }

.label	{ font-weight: bold; }
.alignRight { text-align: right; }
.alignCenter { text-align: center; }

hr
{
	border: 0;
	background-color: #999999;
	width: 100%;
	height: 1px;
}

#cafeName
{
	background-color: #ffffff;
}

#cafeName h1
{
	font-size:2em;
	margin:5px 0 0 0px;	
}

#cafeName h1 a:link,#cafeName h1 a:visited 
{
	border-bottom:none;	
	background:none;
}

#cafeName h1 a:hover,#cafeName h1 a:active
{
	border-bottom:#fff 1px solid;	
	background:none;
}

#cafeName h3
{
	text-align: right;
	vertical-align: center;
	font-size: 1.2em;
	margin-right: 0px;
}

#cafeName h3 a:link,#cafeName h3 a:visited 
{
	border-bottom:none;	
	background:none;
}

#cafeName h3 a:hover,#cafeName h3 a:active
{
	border-bottom:#fff 1px solid;	
	background:none;
}

#reviewHed
{
	font-weight: bold;
	color: #ff0000;
	vertical-align: top;
	float:  left;
}

#reviewBody
{
	background-color: #ffffff;
	float:  left;
	vertical-align: top;
	width: 100%;
}

/* Auxiliary Navigation */
#anav 
{
	list-style:none;
	margin:0 auto;
	padding:0 0 3px 0;
	background:#630;
	border-bottom:#886b6d 1px solid;
	font-variant:small-caps;
	font-family:'Frutiger Linotype', 'Lucida Grande', 'Trebuchet MS', sans-serif;	
	font-weight:bold;
	text-align:right;	
	font-size:1.1em;			
}

#anav li 
{
	list-style:none;
	display:inline;
	margin:0;
	padding:0 10px;		
}

#anav a:link, #anav a:visited
{
	color:#ccc;
	text-decoration:none;
	padding:4px 0;	
	border-bottom:none;
	background:none;
}

#anav a:hover, #anav a:active
{
	border-bottom:#eee 2px solid;
	color:#fff;
	background:none;
}

#anav current_page_item a:link, #anav current_page_item a:visited, #anav current_page_item a:hover, #anav current_page_item a:active
{
	border-bottom:#eee 2px solid;
	color:#fff;
}

#pageName
{
	margin-left: 0;
	font-size: 2em;
	padding:  0;
	margin: 5px 0 0 0px;
}

#resultCount, #resultNav
{
	text-align: right;
	font-weight: bold;
}

#textBody
{
	margin-left: 10px;
	margin-right: 10px;
}

#closed
{
	color: #ff0000;
}

/* Section: Misc --------- */
#header, #main, #content, #sidebar, #footer, .widget {
    overflow: hidden;
}
