/*
THEME NAME: Turtles
THEME URI: http://bakerdesignstudio.net/trampled-by-turtles.html
DESCRIPTION: A custom WordPress theme for the Minnesota-based bluegrass band Trampled by Turtles. Based on "Thematic" by Ian Stewart (http://themeshaper.com).
VERSION: 1.0
AUTHOR: Kyle Baker
AUTHOR URI: http://bakerdesignstudio.net/
TAGS: rustic, two-columns, fixed-width, theme-options, right-sidebar, threaded-comments, sticky-post, microformats
.
Turtles theme copyright 2009 Kyle Baker. 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'); /* Reset browser defaults */
@import url('library/styles/typography.css'); /* Apply basic typography styles */
@import url('library/styles/turtles.css'); /* Apply layout and Turtles theme elements */
/*  COLLAPSED INTO TURTLES.CSS @import url('library/styles/images.css'); Apply basic image styles */
/*  COLLAPSED INTO TURTLES.CSS @import url('library/styles/default.css'); Apply default theme styles and colors */
/*  COLLAPSED INTO TURTLES.CSS @import url('library/styles/plugins.css'); /* Prepare theme for plugins */

/* --- 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; }

/* WHEN ADDING PAGES TO MAIN MENU, ADJUST PADDING ACCORDINGLY */
.sf-menu a {
padding:15px 29px;
text-decoration:none;
}
