/*   
Theme Name: The Pop - Default
Theme URI: http://www.thepop.com
Description: The Pop Default Theme. Fully editable colours, 4 sidebars (3 at the bottom, one at the top left).
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: "Courier New", Courier, monospace;
	color:#000;
	background: #930;
}

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

#header {
	top: 50px;
	width: 100%;
	z-index:1;
	text-align:center;
	position: fixed;
}
	

#content {
	position: relative;
	width: 700px;
	margin-left:auto;
	margin-right: auto;
	margin-top: 350px;
	z-index:2;
}

#both {
	clear: both;
}

.thepopWatermark {
	text-transform: uppercase;
	font-weight: bold;
	font-size:18px;
}

.thepopWatermark a:link {
	text-decoration:none;
	color:#000;
}

.thepopWatermark a:visited {
	text-decoration:none;
	color:#000;
}

.thepopWatermark a:hover {
	text-decoration:none;
	color:#fff;
}

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

.post {
	border-top: solid 20px #000;
	padding-bottom: 20px;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	text-align: center;
	background-color: #FFB3C4;
}

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

.postCount {
	font-size: 2em;
	color: #930;
}

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

h1 {
	font-family: "FuturaB", "Futura", Helvetica, Arial, sans-serif;
	letter-spacing:-0.1em;
	color: #000;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-align:center;
	line-height: 15px;
	font-style: normal;
	text-transform: uppercase;
}

h2 {
	font-family: "FuturaB", "Futura", Helvetica, Arial, sans-serif;
	letter-spacing:-0.1em;
	font-size: 13px;
	line-height: 15px;
	color: #000;
	font-style: normal;
	text-transform: uppercase;
}

h3 {
	font-size: 11px;
	line-height: 10px;
	color: #fff;
}

h4 {
	font-size: 3em;
	line-height: 1em;
	text-transform: lowercase;
}

.theDate {
	display: block;
	font-style: normal;
	text-align:center;
}

a:link {
	color: #fff;
}
a:visited {
	color: #fff;
}
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: solid 20px #fff;
}
*/


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

#footer {
	display: block;
	padding-bottom: 100px;
}

#bottomNav {
	border-top: solid 20px #000;
	padding-top:20px;
	width: 700px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:300px;
}

#aboutBox {
	width: 150px;
	float: right;
	text-align:center;
	margin-right: -180px;
	position: relative;
	border-top: solid 20px #000;
	font-size: 10px;
	z-index: 3;
	padding-top: 20px;
}

#aboutBox h1 {
	font-family: "FuturaB", "Futura", Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
}

#pageNav {
	height: 12px;
	width: 150px;
	color: #fff;
	position: fixed;
	top: 100%;
	background: #000;
	font-size: 11px;
	left: 20px;
	margin-top: -50px;
	padding-left:10px;
	padding:4px;
}

#bottomCol2 {
	margin-left: 50px;
	margin-right: 50px;
}

.miniBox {
	border-top: solid 20px #000;
	width: 200px;
	float: left;
	font-size: 11px;
	text-align:left;	
	padding-bottom:10px;
	border-bottom: solid 2px #000;
}

.miniBox h1 {
	font-family: "FuturaB", "Futura", Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	text-align:left;
	line-height:10px;
	margin-top:30px;
}

.miniBox hr {
	border: solid 1px #000;
}

.miniBox a:link {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}

.miniBox a:hover {
	color: #000;
	text-decoration: underline;
}
.miniBox a:visited {
	color: #000;
	text-decoration: none;
}
