/* @override http://superpopupshop.com/wp-content/themes/superpop/style.css */
/* @override 
	http://www.superpopupshop.com/wp-content/themes/superpop/style.css
*/

/*   
Theme Name: SuperPop
Theme URI: 
Description: A Thematic Child Theme
Author: Hannah Ireland
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is ¬© Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


.entry-content img {
    margin: 0px 0 0px 0;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
    margin-top: 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;
}
#mc_signup_submit {
	float: left;
	margin: 10px 0 0 0;
}
#mc_message{
	color: #5e34ff;
}
#mc_submit_type{
	margin: 50px 0 0 0;
	color: #E3E3E3;
}
.wp-caption-text,
.gallery-caption {
	color: #5B1C10;
    font-size:10px;
    line-height:18px;
}
/* =Global Elements
-------------------------------------------------------------- */

body, input, textarea {
	font: 12px/24px Helvetica, Geneva, sans-serif;
	color: #000;
}

a:link{
    color: #c20000;
}
a:visited {
    color: #c20000;
}
a:active,
a:hover {
    color: #ff7b38;
}

img {
	margin: 0px 0px 0px 0px;
}
.nomargin {
	margin: 0 0 0 0;
}
/* Headings
-------------------------------------------------------------- */



h3 {
font-style: normal;}

h4 { font-size: 10px; 
}

h5 { font-size: 10px; color: #8b746b; font-weight: bold; margin: 0em 0 0em 0; padding: 0 0 2em 0; }
	
	#rt-content h5 { font-size: .8em; margin: 0 0 0em 0; padding: 0 0 1.0em 0; line-height: 1.5em;}
		
h6 { font-size: 10px; font-style: italic;  margin:5px 0px 30px 50px; padding: 0 0 0em 0; text-align:left; line-height: 1.2em;}

.pagetop {
	padding-top: 0;
	}
.date {
 	padding: 0px 0px 0px 0px;
	text-transform: none;
	font-weight: normal;
	color: #8b746b;
	}
.lower {
	font-size: 13px;
	text-transform: lowercase;
}
	
#rt-content h2 {
 	padding:20px 0 0px 0;
}

#rt-content h3 {
    font-size:11px;
    font-style: normal;
    font-weight: bold;
    padding:20px 0 8px 0;
    line-height: 16px;
    clear: right;
}

#lft-content h3 {
 	padding:20px 0 0px 0;
}

#lft-content h5 {
    font-size:11px;
    font-style: normal;
    font-weight: bold;
    padding:0px 0 8px 0;
    line-height: 16px;
    clear: right;
}
.event

{  	margin: -18px 0 0 0; 
	padding: 0 0 0px 0;
	letter-spacing: 0px;
	line-height: 22px;
}
.review
{  	margin: 0px 0 0em 0; 
	padding: 0 0 0px 0;
	line-height: 20px;
}

.perform

{ font-size: 12px; 
	margin: 0 0 0em 0; 
	padding: 0 0 40px 0;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0;

} 


/* LAYOUT */

body {
    min-width:920px;
    background-color: #999;
}

/* HEADER */
#header {
    position:relative;
}
#branding {
    padding:50px 0 0px 0;
    background: url(http://superpopupshop.com/images/logo.jpg) no-repeat center;
    width:900px;
    height: 344px;
    margin:0 auto;
	background-color: #fff;
}
#access {
    position:relative;
    overflow:hidden;
}
#main {
    width:900px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
    background-color: #fff;
 	clear:both;
    padding:10px 0 30px 0;
}

#container {
    width:900px;
    float:left;
}
#content {
    margin: 20px 58px 100px 58px;
    width:784px;
    overflow:hidden;
}

.entry-content {
    padding:0px 0 0 0;
}
.entry-content h1,
.entry-content h2 {
    font-family:Arial,sans-serif;
    font-size:20px;
    font-weight:bold;
    padding:30px 0 14px 0;
    color: #3f3f3f;
}
.entry-content h3 {
    font-size:17px;
    font-style:normal;
    padding:0px 0 14px 0;
    color: #3f3f3f;
}
    
#lft-content {
    width:380px;
    overflow:hidden;
    float: left;
}
#rt-content{
	width:300px;
    float:right;
    padding: 0px 0px 30px 0px;
    position:relative;
	clear: right;
}

#rt-280{
	width:280px;
    float:right;
    position:relative;
    padding: 0px 0px 0px 0px;
}
#rt-216{
	width:216px;
    float:right;
    position:relative;
    padding: 0px 0px 0px 0px;
}
#lft-422 {
	margin:100px 0px 0px 0px;
    width:422px;
    overflow:hidden;
    float: left;
}

#lft-280 {
	margin:100px 0px 0px 0px;
    width:280px;
    overflow:hidden;
    float: left;
}
#lft-salon {
	margin:0px 0px 0px 0px;
    width:400px;
    overflow:hidden;
    float: left;
}
#lft-even {
	margin:0px 0px 0px 0px;
    width:320px;
    overflow:hidden;
    float: left;
}
#rt-even{
	width:320px;
    float:right;
    padding: 0px 20px 30px 20px;
    position:relative;
}
.topmargin {
	margin-top: 42px;
}


#blog-title a {
	display:block;
	text-indent:-9000px;
	width: 400px;
	height: 100px;
}
#blog-title a:active,
#blog-title a:hover {
	color: none;
}


/* MENU */
#access {
    border-bottom:none;
    height:0px;
    font-size:11px;
    overflow:visible;
    z-index:100;
}
.menu {
	width:900px;
    margin:0 auto;
    height: 12px;
    background-color: #fff;
    padding: 30px 0 0px 0px; 
}
.sf-menu {
    border-right:none;
	font-family: Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin: 0 0 0 0;
	padding: 0px 0px 0px 215px;
	}
	
.sf-menu a {
	padding:0px 15px 0px 15px;
	text-decoration:none;
}
.sf-menu li {
	background:none;
	color: #000000;
	border:none;
}

.sf-menu a,.sf-menu a:link,.sf-menu a:visited {
	border:none;
	background:none;
	color: #000000;
	margin:0 0px 0 0px;
}

.sf-menu .current_page_item a,.sf-menu .current-cat a {
	background:none;
	border:none;
	color: #f00;
	text-decoration:none;
	font-weight: bold;
}

.sf-menu li:hover,.sf-menu a:hover {
	color: #f00;
	background:none;
	border:none;
	text-decoration:none;
}

.sf-menu a:focus {
	background:none;
	color: #000;
}
.sf-menu li li {
	background: #fff;
	padding: 8px 0px 0px 0px;
}
.sf-menu li li li {
	background:	#fff;
	padding: 8px 0px 0px 0px;
}
.sf-menu ul {
    border-right:none;
    border-bottom:none;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:15px; /* overriding essential styles */
	background: #fff;
}
.hentry {
    padding:0 0 0px 0;
}

#subnav {
	font-size: 13px; 
	font-weight: bolder; 
	text-transform: lowercase;
	letter-spacing: 1px;
	border:1px solid #ccc;
    padding:10px 10px 10px 10px;
	display: inline;
}
/*
    Content Asides
*/
#content .aside {
    border:1px solid #ccc;
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside ul ul {
    padding:0;
}
/*
    Footer Asides
*/
#subsidiary {
    padding:33px 0 0 0;    
}

	
/* FOOTER */

#footer {
    border-top:none;
    margin-top:0px;
}
#siteinfo {
	color: #999;
    font-size:11px;
    width: 900px;
    background-color: #fff;
    line-height:18px;
    padding: 20px 0px 20px 0px;
    text-align: center;
}
#siteinfo a {
	color: #999;
}
#siteinfo a:active,
#siteinfo a:hover {
	color: #f00;
}

