/*

Theme Name: MMM Theme
Theme URI: http://musicmarketingmanifesto.com/
Description: This theme was designed by Scott James of iHelpMusicians.com.
Author: Scott James
Author URI: http://ihelpmusicians.com
Version: 1.0
License:  All Rights Reserved

*/


/* Reset */

* {
	margin:0;padding:0;
}

/* Fonts */

@font-face {
    font-family: 'ImpactRegular';
    src: url('http://www.issinohomusic.com/fonts/impact-webfont-webfont.eot');
    src: url('http://www.issinohomusic.com/fonts/impact-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.issinohomusic.com/fonts/impact-webfont-webfont.woff') format('woff'),
         url('http://www.issinohomusic.com/fonts/impact-webfont-webfont.ttf') format('truetype'),
         url('http://www.issinohomusic.com/fonts/impact-webfont-webfont.svg#ImpactRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Structure */


body{
	background:#aaa;
	color:#111;
	font:16px Helvetica, Arial, sans-serif;
	line-height:1.5;
	text-align:center;
}


#container{
	margin:10px auto 0;
	position:relative;
	text-align:left;
	width:980px;
	background:#fff;
}

#container.sales {width:760px;}

#bg-wrap {
    background:#fff;
    float:left;


}

#main-content{

	background:rgba(255,255,255,1);
	float:left;
	overflow:hidden;
	padding: 10px 20px 20px;
	width:580px;
	border-right:solid 1px #ddd;
}

.content {

	background:rgba(255,255,255,1);
	float:left;
	overflow:hidden;
	padding: 10px 20px;
	width:580px;
	border-right:solid 1px #ddd;
	}

#main-content img, #full-content img {
	margin-bottom:0;
	display:block;
}

img.wp-smiley {display:inline !important;}

#full-content{

	background:rgba(255,255,255,1);
	float:left;

	padding: 10px 20px 20px;
	width:940px;
}


#sidebar {

	background:rgba(255,255,255,1);
	float:right;
	margin: 0 0px 20px 0px;
	padding:10px 20px 20px 19px;

	width:320px;
}


#sidebar-arrow {
	left:50%;
	margin-left:452px; 
	position:absolute; 
	top:420px;
}

#invisible-sidebar-arrow {
	left:50%;
	margin-left:-640px; 
	position:absolute; 
	top:420px;
}


#header {

	background:rgba(255,255,255,1);
	height:auto;
	min-height:140px;
	position:relative;
}


#footer{
	text-align: center;
	-webkit-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.33);
	-moz-box-shadow:    0px 3px 5px rgba(50, 50, 50, 0.33);
	box-shadow:         0px 3px 5px rgba(50, 50, 50, 0.33);
	background:rgba(255,255,255,1);
	clear:both;
	float:left;
	padding:18px 30px 10px;
	width:920px;
border-top:1px solid #ddd;
}

.footer-alt {
	text-align: center;
	clear:both;
	float:left;
	margin:0;
	-webkit-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.33);
	-moz-box-shadow:    0px 3px 5px rgba(50, 50, 50, 0.33);
	box-shadow:         0px 3px 5px rgba(50, 50, 50, 0.33);
	background:rgba(255,255,255,1);
	padding:10px 30px 10px;
	width:920px;
}

.sales .footer-alt {width:700px;}

#post-container {
	padding:20px 0 0 0;
}


/* Headings */


h1,h2,h3,h4,h5,h6 {
	font-family: helvetica, arial;
	line-height:1.2;
	}

h1{
	font-size:38px; 
	margin:15px 0;
}


h2{
	font-size:30px; 
	margin:12px 0;
}


h3{
	font-size:28px; 
	margin:12px 0;
}

#header h4 {
	font-size:22px;
	font-weight:normal; 
}

h4{
	font-size:25px; 
	margin:10px 0;
}


h5{
	font-size:22px; 
	margin:10px 0;
}


h6{
	font-size:20px; 
	margin:10px 0;
}


#header h2 {
	font-size:34px;
	margin:0 0 -4px 0;
	font-family: 'ImpactRegular';
	font-weight:normal;
}


#sidebar h2, {
	border-bottom:1px solid #333;
	font-size:24px; 
	font-weight:bold;
	margin:15px 0 15px 0;
	padding:4px 0 0 0;
}

#home-pic {margin:0;}
#home-vid {margin:0;}
#home-text {padding:20px 30px; line-height:1.5;}

#header h4 {
	margin:0;
}


.post-heading {
	margin:0 0 12px !important; line-height:1;
}


/* Links */


a:link{
	color:#2361A1;
	text-decoration:none; 
}


a:visited{
	color:#2361A1;
	text-decoration:none; 
}


a:hover{
	color:#ff9900;
	text-decoration:none; 
}


a:active{
	color:#2361A1;
	text-decoration:underline; 
}

a img {border:none;}

.footer-link-color, .footer-link-color a {color:#111 !important;}


/* Text Formatting */


p {
	margin:0 0 16px 0;
}


li{
	margin:0 0 10px 20px;
}


ul, ol {
	margin:20px 10px;
}


ul {
	list-style-image: url(img/star.png);
}


#main-content ul {
	list-style-image: url(img/star.png);
}


li.widget {
	list-style:none;
	margin-left:0;
}


li.widget ul, li.widget ul li {
	margin-left:0;
}


strong {
	font-weight:bold;
}


blockquote {
	background:#eee;
	font-size:20px;
	margin:10px 10px 14px;
	padding:16px 24px 2px;
}


cite {
	color:#111;
	font-style:italic;	
	float:right;
}


address {
	margin:20px;
}


/* Sidebar Styles */


#sidebar li{
	list-style:none;
	margin-left:0 !important;
	padding:0 0 2px 0px;
}


/* Images */


.alignnone {
	margin: 5px 20px 20px 0;
}


.aligncenter, div.aligncenter {
	display:block;
	margin: 5px auto 5px auto;
}


.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}


.alignleft {
	float:left;
	margin: 5px 20px 20px 0;
}


.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}


a img.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}


a img.alignnone {
	margin: 5px 20px 20px 0;
}


a img.alignleft {
	float:left;
	margin: 5px 20px 20px 0;
}


a img.aligncenter {
	display: block;
	margin:0 auto;
}


.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}


.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}


.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}


.wp-caption img {
	border: 0 none;
	height: auto;
	margin:0;
	max-width: 98.5%;
	padding:0;
	width: auto;
}


.wp-caption p.wp-caption-text {
	background: #fff;
	font-size:12px;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}


.gallery-caption{
	font-size:70%;
	margin-top:6px;
  	width:85%;
}


/* Footer Styles */


#footer ul, .footer-alt ul{
	float:left;
	list-style:none;
	margin:0;
	text-align:center;
	width:920px;
	padding:0 0 4px 0;
}

.sales #footer ul, .sales .footer-alt ul {width:700px;}

#footer li, .footer-alt li{
	display: inline;
	margin:8px 20px 8px 0;
}


#footer li a{
	text-decoration:none;
}


#footer a:hover {
	color:#ff9900;
}


#menu-footer{

}


.copyright {
	font-size:14px;
}

/* Classes */


.left {
	float:left;
}


.right {
	float:right;
}


.centered {
	text-align:center;
}


.alignleft {
	text-align:left;
	float:left;
	margin:0 20px 10px 0;
}


.alignright {
	float:right;
	text-align:right;
	margin:0 0 10px 20px;
}


.aligncenter {
	text-align:center;
}


li.trackback, li.pingback {
	font-size:80%;
	list-style:none;
}


.warning {
	font-weight:bold;
	color:red;
}


.fb-comments {
margin-top:20px;
padding-top:20px;
}



/* Squeeze Page */

.squeeze #main-content {
	background:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width:560px;
}
.squeeze #sidebar {
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin: 0 0 20px 0;
	padding:0px 30px 30px;
	width:290px;
}

.squeeze {background:rgba(255,255,255,1); margin-bottom:10px !important;}

.squeeze #main-content img.alignleft {
	padding:0 20px 10px 0;
}

.squeeze #main-content img.alignright {
	padding:0 0px 10px 20px;
}

.squeeze h1, .sales h1 {
color:#cc0000;
font-family: 'ImpactRegular';
text-align:center;
font-weight:normal;
line-height:1;
}

.squeeze h2, .sales h2 {
	font-size:26px;
	text-align:center;
	margin-bottom:20px;
	line-height:1;
}
.squeeze h3, .sales h3 {
	font-size:20px;
	text-align:center;
	font-weight:normal;
	line-height:1;
}

/* Mobile */

#mobile-menu {display:none !important;}