/*
THEME NAME: Turtles
THEME URI: http://kylewbaker.com
DESCRIPTION: A custom WordPress theme for the Minnesota-based acoustic band Trampled by Turtles. Based on "Thematic" by Ian Stewart (http://themeshaper.com).
VERSION: 1.0
AUTHOR: Kyle Baker
AUTHOR URI: http://kylewbaker.com
TAGS: rustic, two-columns, fixed-width, theme-options, right-sidebar, threaded-comments, sticky-post, microformats
.
Turtles theme by Kyle Baker (August 2009). The original Thematic Theme is copyright Ian Stewart http://themeshaper.com/ which is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

@import url('library/styles/reset.css');
@import url('library/styles/typography.css');
@import url('library/styles/turtles.css');

#emailcollector input { width:215px; }

/* --- Default styles for Images --- */   
.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; }
