/*   
Theme Name: The Pop - Classic
Theme URI: http://www.thepop.com
Description: The Pop Classic Theme. Fully editable colours, optional sidebar.
Author: Trust Fun!
Author URI: http://www.trust-fun.com
Version: 1.0
License: Creative Commons Attribution-Share Alike 3.0 (http://creativecommons.org/licenses/by-sa/3.0/).
*/
@font-face {
font-family: "FuturaB";
src: url("font-families/Futura/FuturTExtBol.otf");
}
body {
	font-family:"Times New Roman", Times, serif;
	color:#000;
	background:#fff;
}

#wrapper {
	display: block;
	margin:0px;
	padding: 0px;
}

#header {
	margin-top: 90px;
	width: 660px;
	margin-left: auto;
	margin-right:auto;
	text-align:center;
}
	

#content {
	width: 660px;
	margin-left:auto;
	margin-right: auto;
	margin-top: 50px;
}

#both {
	clear: both;
}

.blogTitle {
	font-family: "FuturaB", "Futura", Helvetica, Arial, sans-serif;
	letter-spacing: -0.1em;
	font-size: 70px;
	line-height: 50px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	cursor:pointer;
    cursor:hand;
}

.post {
	border-top: solid 15px #000;
	padding-bottom: 15px;
	font-size:13px;
	line-height:16px;
	background-color:#fff;
	letter-spacing:-0.05em;
}

.post p {
	padding-bottom:10px;
	text-align:justify;
}

.ruler {
	border: 1px solid #000;
}

.wp-caption-text {
	font-size: 11px;
	font-style: italic;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing:-0.05em;
	color: #000;
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	line-height: 20px;
	font-style: normal;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing:-0.05em;
	font-size: 13px;
	line-height: 15px;
	color: #000;
	font-style: normal;
}

h3 {
	padding-top: 10px;
	padding-bottom: 10px;
	font-family:"Courier New", Courier, monospace;
	letter-spacing: -0.1em;
	font-size:11px;
	text-align:right;
}

a:link {
	color: #39F;
}
a:visited {
	color: #39F;
}
a:hover {
	text-decoration: none;
}

ul { 
list-style: none;
	list-style-type: none;
	  padding:0; 
	  margin:0; 
}
li {
	list-style: none;
	list-style-type: none;
	  padding:0; 
	  margin:0; 
}

img {
	border: none;
}

.aligncenter {
display: block;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}

.alignnone {
display: block;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}


/* ----------------------- Sidebars --------------------------- */

#footer {
	width:660px;
	margin-left:auto;
	margin-right:auto;
	display: block;
	border-top: solid 20px #000;
	padding-top:10px;
	padding-bottom: 100px;
	text-align:center;
}

#sidebar {
	border-top: solid 15px #000;
	width: 200px;
	font-size: 11px;
	text-align:left;	
	padding-bottom:10px;
}

#sidebar h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;
	color: #000;
	font-size: 20px;
	text-align:left;
	line-height:15px;
}

.leftAlignRel {
	position: relative;
	float: left;
	margin-left: -220px;
}

.rightAlignRel {
	position: relative;
	float: right;
	margin-right: -220px;
}
.leftAlignFix {
	position:fixed;
	float: left;
	margin-left: -220px;
}

.rightAlignFix {
	position:fixed;
	float: right;
	margin-left: 680px;
}