/*
THEME NAME: Thematic
THEME URI: http://themeshaper.com/thematic/
DESCRIPTION: The ultimate in SEO-ready themes, Thematic is a highly extensible, WordPress Theme Framework featuring 13 widget-ready areas, drop-down menus, grid-based layout samples, plugin integration, shortcodes for your footer, &amp; a whole lot more. Perfect for any blog and <strong><em>the</em></strong> starting point for theme development.
VERSION: 0.9.5.1
AUTHOR: Ian Stewart
AUTHOR URI: http://themeshaper.com/
TAGS: white, three-columns, two-columns, fixed-width, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, microformats
.
The Thematic Theme is copyright Ian Stewart http://themeshaper.com/
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset browser defaults */
@import url('library/styles/reset.css');

/* Apply basic typography styles */
@import url('library/styles/typography.css');

/* Apply a basic layout */
@import url('library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('library/styles/images.css');

/* Apply default theme styles and colors */
@import url('library/styles/default.css');

/* Prepare theme for plugins */
@import url('library/styles/plugins.css');

/* -------------------------------------------------------------- 
   
   Default styles for Images
   
   I've duplicated these styles here from images.css in
   order to get Thematic through the auto-checker at the
   official WordPress Themes directory.
   
   When the directory can hunt though css files linked
   through @import the styles below will no longer be
   neccesary and will be removed.
   
   Cheers. --Ian Stewart
  
-------------------------------------------------------------- */   

.clear{ clear:both; }
.entry-content img {
    margin: 0 0 18px 0;
    max-width:100%;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}

/* Categories List */

ul.categories-list{
	list-style:none !important;
	padding:0;
	margin:0;
}
ul.categories-list li small a{
	font-size:12px;
	font-weight: normal;
	padding:0 3px;
	color:#777;
}
ul.categories-list li a{
	color:#333;
	text-decoration:none;
	font-size:1.4em;
}
ul.categories-list li:hover{
	border:1px solid #c0c0c0;
}
ul.categories-list li{
	width:97%;
	background:#f0f0f0;
	border:1px solid #e0e0e0;
	padding:5px;
	margin:5px;
}
ul.categories-list li:last-child{
	text-align: right;
}
/* Business List */
ul.businesses-list{
	list-style:none !important;
	padding:0;
	margin:0;
}
ul.businesses-list li a{
	color:#444;
	text-decoration:none;
	text-align:center;
	display:block;
}
ul.businesses-list li a:hover{
	color:#000;
}
ul.businesses-list li:hover{
	border:1px solid #c0c0c0;
}
ul.businesses-list li{
	width:20%;
	background:#f0f0f0;
	border:1px solid #e0e0e0;
	padding:5px;
	min-height:80px;
	float:left;
	margin:5px;
}
ul.businesses-list li img{
	width:75px;
	margin:5px auto;
	display:block;
	border:1px solid #d0d0d0;
}
ul.businesses-list li .no-image{
	background:#e0e0e0;
	margin:5px auto;
	width:75px;
	line-height:75px;
	border:1px solid #d0d0d0;
}
.no-image{
	width:50px;
	line-height:50px;
	text-align:center;
	background:#f0f0f0;
	font-size:9px;
	margin:0 auto;
}

.large-no-image{
	width:200px;
	line-height:200px;
	text-align:center;
	background:#f0f0f0;
	font-size:9px;
	margin:0 auto;
}

.content ul{

}
/* Comments */
div.entry dl { margin:0; }
dl.pod_comments{ clear:both; width:100%; margin:0; }
dl.pod_comments dt.clear, dl.pod_comments dd.clear{ visibility:hidden; float:none; height:0; }
dl.pod_comments dt{
	display:block;
	width:22%;
	float:left;
	background:#f0f0f0;
	border:1px solid #e0e0e0;
	height:170px;
	margin:3px 0;
	padding:5px;
	text-align:center;
	font-weight: normal;
}

dl.pod_comments dt img{
	display:block;
	margin:0 auto;
}

dl.pod_comments dd{
	display:block;
	width:73%;
	float:right;
	height:170px;
	margin:3px 0;
	padding:5px;
}
dl.pod_comments dd:last-child{
	height:auto;
	padding:0;
}
dl.pod_comments .leftside, dl.pod_comments .rightside{ float:none !important; width:100%; }

/* Ratings */

dl.pod_comments .rating-star{ width:90px; margin:5px 14px; }
dl.pod_comments .time-since{ color:#777;display:block;text-align:right;font-size:0.8em; }
dl.pod_comments .business-link { display:none; }
/* Homepage Comments */

#most-recent-comments{
	width:50%;
	float:left;
}

#most-recent-comments h2{
	font-size:1.3em;
}

.home dl.pod_comments{ clear:both; width:100%; margin:0; }
.home dl.pod_comments dt.clear, .home dl.pod_comments dd.clear{ visibility:hidden; float:none; height:0; }
.home dl.pod_comments dt{
	display:block;
	width:20%;
	float:left;
	background:#f0f0f0;
	border:1px solid #e0e0e0;
	height:60px;
	margin:1px 0;
	padding:1px;
	text-align:center;
	font-weight: normal;
}

.home dl.pod_comments dt img{
	display:block;
	margin:0 auto;
	width:25px;
}

.home dl.pod_comments dd{
	display:block;
	width:70%;
	float:right;
	height:60px;
	margin:1px 0;
	padding:1`px;
}
.home dl.pod_comments dt .rating-name{
	display:none;
}
.home dl.pod_comments dd:last-child{
	height:auto;
	padding:0;
}

.home dl.pod_comments .clear{
	height:0;
	padding:0;
	margin:0;
}
.home dl.pod_comments .leftside, .home dl.pod_comments .rightside{ float:none !important; width:100%; }

/* Homepage Ratings */

.home dl.pod_comments .rating-star{ width:40px; margin:2px 7px; }
.home dl.pod_comments .time-since{ color:#777;display:block;text-align:right;font-size:0.8em; font-style: italic; }
.home dl.pod_comments .business-link { display:inline; white-space: nowrap; }
.home dl.pod_comments .time-since{ white-space: nowrap; }
/* Tags */

.tag-cloud span{
	padding:5px;
}

.form_tags div{
	width:auto;
}

.entry .entry-title{
	width:435px;
	float:left;
}

.entry .rating-star{
	display:block;
	width:100px;
	float:right;
	margin:3px 0;
}

.entry .description-area{
	width:320px;
	float:left;
	
	line-height: 1.5em;
}

.entry .image-area{
	float:right !important;
	width:210px;
	background: url('./images/picture_frame.png') no-repeat;
	padding:20px;
	height:172px;
	margin-bottom:15px;
}
.entry #thumbnail-list{
	width:212px;
	height:175px;
	overflow: hidden;
}
.entry #thumbnail-list a, .entry #thumbnail-list a img{
	width:100%;
}
.entry h2{
	font-size:1.5em;
	font-weight:bold;
	
}

#nav { width: 212px; margin: 0; position:relative; z-index:999; top:-38px; opacity:0.8;filter:alpha(opacity=80); }
#nav li { width: 25px; float: left; margin: 4px; list-style: none }
#nav a { width: 25px; padding: 3px; display: block; background:#777; }
#nav a.activeSlide { background: #333 }
#nav a:focus { outline: none; }
#nav img { border: none; display: block }

/* Locations */

.location{
	list-style: none;
	border:2px solid #bbb;
	margin:5px;
	padding:5px;
	width:250px;
	text-align:center;
	display:none; 
	background:#fff;
	 opacity:0.8;
	 filter:alpha(opacity=80);
}
.location li table{
	width:100%;
	margin:5px 0 0 0;
}
.location li table{
	border-width: 0;
}
.location li table tr:last-child, .location li table tr:first-child{
	border-bottom-width:0;
}

/* Map */
			#map { float:left; width:300px; height:300px; position: relative; }
			
/* Tags on search results page */
.other-tags{
border:1px solid #f0f0f0;
padding:10px;
margin:10px 0;
text-align: center;
}

.other-tags h3{
	display:block;
	border-bottom:1px solid #e0e0e0;
	font-size:1em;
	line-height: 1.4em;
	margin-bottom:5px;
}

.other-tags span{
	
}

.tag-cloud span a, .other-tags span a{
vertical-align: middle;
text-decoration: none;
padding:5px;
}

.other-tags span a:hover{
color:#333;
}

/* Widgets */

/* Business List */

ul.businesses-list-sidebar{
	list-style:none !important;
	padding:0;
	margin:0;
}

ul.businesses-list-sidebar li{
	border-bottom:1px solid #e0e0e0;
	padding:5px;
	min-height:80px;
	margin:0;
}

ul.businesses-list-sidebar li a{
	color:#444;
	text-decoration:none;
	display:block;
}
ul.businesses-list-sidebar li a:hover{
	color:#000;
}

ul.businesses-list-sidebar li img{
	width:75px;
	margin:0 5px 0 0;
	display:block;
	border:1px solid #d0d0d0;
	float:left;
	vertical-align: middle;
}
ul.businesses-list-sidebar li .no-image{
	background:#e0e0e0;
	margin:0 5px 0 0;
	width:75px;
	line-height:75px;
	border:1px solid #d0d0d0;
	float:left;
}
