/*
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
  
-------------------------------------------------------------- */   

.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;
}
.floatalign .alignnone {
float:left;
}
.floatalign {
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;
}
.wp-caption a, .wp-caption-text, .wp-caption {
padding:5px!important;
background-color:#c9bca0!important;
-moz-border-radius: 7px; -webkit-border-radius: 7px;
}
.wp-caption img {
border: 3px solid #c9bca0!important;
-moz-border-radius: 7px; -webkit-border-radius: 7px;
}
.digress {
padding:5px!important;
background-color:#c9bca0!important;
font-weight:bold;
font-size:14px;
color:#6D615D;
}
.aside, #nav-below, .digress 
{ -moz-border-radius: 7px; -webkit-border-radius: 7px; }
.FBConnectButton, .FBConnectButton-text  { -moz-border-radius: 5px!important; -webkit-border-radius: 5px!important;margin-top:5px;margin-right:5px; }
.topsy_widget_data, .FBConnectButton, .FBConnectButton-text  { margin-top:5px; opacity:.70;}
.topsy_widget_data:hover, .FBConnectButton:hover, .FBConnectButton-text:hover  {opacity:1.0;}
ul.xoxo .blogroll li a img {display:block;}

.votelink, .votelink a { -moz-border-radius: 5px; -webkit-border-radius: 5px;background-color:#B1BD9B;
-webkit-border-radius: 5px!important;-moz-border-radius: 5px!important; 
color:#6D615D;
white-space:nowrap;
border: 1px solid #BDAC8A;
padding:1px 2px;margin-right:1px;}
.votelink {padding:1px;background:#cec2aa}
.votelink a:hover {background-color:#63615D;
color:#C9BCA0;
border: 1px solid #717b59;}

/*DL, DT, DD TAGS LIST DATA*/
dl {
	margin-bottom:50px;
}

dl dt {
	background:#c9bca0;
	float:left;
	font-weight:bold;
	margin-right:10px;
	padding:5px;
	width:150px;
}

dl dd {
	margin:2px 0;
	padding:5px 0;
}
.fb_share_count_right, .fb_share_count {
border: 1px solid #BDAC8A!important;
background:#DFD8C8!important;
font-size:10px;
font-weight:bold;
line-height:10px;
margin:1px 0px 0px 0px!important;
padding:0px!important; 
-moz-border-radius: 5px!important; -webkit-border-radius: 5px!important;}
.fb_share_count_nub_right  {
display:none!important;
}
.FBConnectButton_Small {
margin-right:0px!important;
padding-right:0px!important;
}
.fb_share_count_inner {

font-size:10px;
background:#DFD8C8!important;
font-weight:bold;
line-height:10px;
margin:0px 1px 0;
padding:2px;
-moz-border-radius: 5px!important; -webkit-border-radius: 5px!important
}
.fb_share_size_Small {
margin-right:10px!important;
}

