/* 
===================================================

	Theme Name: Charleston Shop Curator
	Theme URI: http://charlestonshopcurator.com
	Description: A bespoke WordPress theme for the Charleston Shop Curator website - built on a responsive foundation  in an effor to make the site both device and browser agnostic
	Author: Harbormark
	Author URI: http://harbormark.net

===================================================	
 */

body {
      font-size: 11pt;
      font-family: Arial, Helvetica, sans-serif;
      color: #000;
      background-color: #FFF;
      margin: 0;
      padding: 0;
      text-align: left;
      }    
      
/* = General Selectors
========================================================= */
abbr, acronym {
      font-style: italic;
      }      
em {
      color: #D00;
      }        
h1, h2, h3, h4, h5 {
      font-family: Georgia, Arial, Helvetica, sans-serif;
      font-weight: normal;
      padding: 6px 0;
      color: #333;
      margin: 0;
      }      
#top header h1 {
      text-indent: 0px;
	color: #000;
      font-size: 22pt;
      font-family: Arial, Helvetica, sans-serif;
      padding: 8px 0;
	text-transform: uppercase;
      }      
#top header h1 a {
	text-decoration: none;
	border: none;
	}	
#top header span {
      display: block;
      font-family: Georgia, Helvetica, Arial, sans-serif;
      font-size: 13pt;
	font-style: italic;
	margin-bottom: 10px;
      color: #666;
      }              
h2 {
      color: #2F1E0F;
      font-size: 18pt;
      font-family: "Trebuchet MS", Georgia, Arial, Helvetica, sans-serif;
      }    
h3 {
      font-size: 16pt;
      font-family: "Trebuchet MS", Georgia, Arial, Helvetica, sans-serif;
      color: #4F2A17;
      }   
h3 span {
      font: italic 12pt Georgia, Times, Serif;
      color: #63341D;
      }      
#columns h3 {
      padding: 3px 0 0 0;
      }      
h4, h5 {
      font-size: 14pt;
      font-family: Arial, Helvetica, sans-serif;
      }  
h5 {
      font-style: italic;
      }          
/* = Hidden Elements
========================================================= */
#menu, a.menu-link, #secondary, .post-more, #base #navigation, #base #information, #page-navigation, #wpstats {
	display: none;
	}
/* = Formatting
========================================================= */	
     
p {
	line-height: 1.5;
	margin: 0;
	padding: 5px 0 4px 0;
	}
a {
	border: none;
	color: #1B3480;
	}	
a img {
	border: none;
	}	
ul {
	line-height: 1.5;
	margin-top: 5px;
	margin-bottom: 4px;
	}    
.post-title, .post-title a {
	color: #222;
	text-decoration: none;
	border: none;
	}	        
.aligncenter {
      float: center;
      margin: 0 auto;
      margin-top: 10px;
      margin-bottom: 10px;
      }
.alignright {
	float: right;
      margin: 0 15px 10px 0;
      }
.alignleft {
	float: left;
	margin: 0 0 10px 15px;
      }
.wp-caption {
      border: none;
      text-align: center;
      padding-top: 10px;
      margin: 0 0 10px 0;
      }
.wp-caption img {
      margin: 0;
      padding: 0;
      border: 0 none;
      }
.wp-caption p.wp-caption-text {
      font-size: 85%;
      color: #666;
      padding: 8px;
      }            
.postmeta {
      font-size: 85%;
      color: #666;
      }      
footer {
      margin-top: 10px;
      padding-top: 10px;
      text-align: center;
	font-size: 85%;
      color: #666;
	}	
footer p {
      line-height: 1.2;
      }      
.group {
	clear: both;
	}