/*
THEME NAME: IPS 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.6.2
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 {
    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;
}

#contact-form input, #contact-form textarea {
border:1px solid #636363;
float:left;
font-size:11px;
margin:0 0 10px;
padding:5px;
width:428px;
}
#contact-form textarea {
height:90px;
}
#contact-form textarea:focus, #contact-form input:focus {
border:1px solid #00D0FD;
}
#contact-form button {
background:none repeat scroll 0 0 #E5F2FC;
border:medium none;
color:black;
font-size:13px;
padding:10px;
}
#contact-form label {
clear:both;
color:#202425;
float:left;
height:20px;
margin:-3px 10px 0 0;
text-align:left;
width:150px;
}
#contact-form {
margin:40px 0;
}
p.error, p.success {
	background:none no-repeat scroll 15px center;
	border:1px solid #AAAAAA;
	color:#666666;
	margin-bottom:20px;
	padding:10px 10px 10px 55px;
}
p.error, p.success {
	padding: 10px 10px 10px 55px;
	margin-bottom: 20px;
	background: 15px center no-repeat #ccc;
	color: #666;
	border: 1px solid #aaa;
}
.info {
	border: 1px solid #a2b4ee;
	background-image: url(../images/box-info.png);
	background-color: #dbe3ff;
	color: #665b66;
}
.success, p.success {
	border: 1px solid #8ede95;
	background-image: url(../images/box-success.png);
	background-color: #cfffd3;
	color: #66525e;
}
.warn {
	border: 1px solid #debd8e;
	background-image: url(../images/box-warning.png);
	background-color: #ffebcf;
	color: #665d51;
}
p.error {
	background-color:#FFCECE;
	background-image:url(../images/box-error.png);
	border:1px solid #DF8F8F;
	color:#66515E;
}
p.success {
	background-color:#CFFFD3;
	background-image:url(../images/box-success.png);
	border:1px solid #8EDE95;
	color:#66525E;
}

.sf-menu {
	display:block;
	font-size:12px;
}
.sf-menu a:link {
	color:#662d91;
	font-size:12px;
}

.sf-menu a:visited {
	color:#662d91;;
	font-size:12px;
}

.sf-menu a:hover {
	text-decoration: underline;
	font-size:12px;
}

.sf-menu a:active {
	text-decoration: none;
	font-size:12px;
}
