/*
THEME NAME: Thematic
THEME URI: http://themeshaper.com/thematic-for-wordpress/
DESCRIPTION: A highly extensible, search-engine optimized WordPress Theme Framework featuring 13 widget-ready areas, grid-based layout samples, styling for popular plugins and more.
VERSION: 0.7
AUTHOR: Ian Stewart
AUTHOR URI: http://themeshaper.com/
TAGS:three columns,two columns,fixed width,simple,seo,microformats,widgets,framework,options page,hooks,filters,valid XHTML,valid CSS
.
Thematic 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');

@import url('library/styles/listonic.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 !important;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px !important;
}
.aligncenter,
img.aligncenter , dl.aligncenter{
	margin-left:auto !important;
	margin-right:auto !important;
	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;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.aboutUsBlock { margin-top: 30px; width: 540px; }

.aboutUsLine { padding: 10px; height: 14px; display: block; margin:0 0 10px; padding:0; text-indent:25px;}

.aboutUsLine img { border: 0 none; }

.aboutUsLine a { color: #444; font-size: 11px; font-family: Tahoma, Arial; }

.aboutUsLine .data { color: #444; font-size: 11px; font-family: Tahoma, Arial; }

.aboutUsIcon { border: 0 none; padding: 1px 10px 2px; vertical-align: top; }

.aboutUsIconRight { float: right; margin: 16px 0px 0px 10px; }
.aboutUsIconRightAlt { float: right; margin: 0px 0px 0px 10px; }

.wp-caption-text { font-size: 12px !important; }

.aboutUsIconLarge { width: 540px; border-bottom:1px solid #e5e5e5;} 

blockquote {
	font-family: Georgia,'Times New Roman',serif;
	background-position:0 2px;
	border:medium none;
	padding:0 0 0 22px;
	background:url("open_quote.gif") no-repeat scroll 0 2px transparent;
	margin:20px 0 20px;
	color:#4a4a4a;
	line-height: 22px;
	width: 480px;
}

.lastword {
	background:url("close_quote.gif") no-repeat scroll right top transparent;
	color:#4a4a4a;
	padding:0 22px 0 0;
}