/*
Theme Name: Trippin the Movie, Blog Style
Theme URI: 
Description: Official Trippin the Movie website design, blog style for expandability and ez updates.
Version: 1.0
Author: Ian Strandberg
Author URI: http://web.ianstrandberg.com/
Tags: 

	Trippin the Movie, Blog Style
	http://web.ianstrandberg.com

*/

body,
html {
	margin:0;
	padding:0;
	color:#FFF;
	background:#000;
	font-family:"Courier New", Courier, monospace;
}

h1 {
	font-weight: bold;
	font-size: 28px;
	color: #F00;
	margin: 0;
}

H2 {
	font-weight: bold;
	font-size: 24px;
	color: #FFF;
	padding: 0 0 0 0;
	margin: 0;
	clear:both;
}

H3 {
	padding: 0;
	margin: 0;
}

A {
	color:#9c0;
	font-weight: bold;
	text-decoration: none;	
}

A:hover {
	color: #F00;	
}

A IMG {
	border: 0px;
}

LI {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-bottom: 15px;
}

P {
	padding: 0;
	margin: 0 0 15px 0;
}

SMALL {
	color: #999;	
}

#wrap {
	width:983px;
	margin:0 auto;
	
}

#header {
	position: relative;
	height: 678px;
	
	background:url(images/header.jpg) no-repeat;
	
}

#scroll_down_notice {
	position: absolute;
	top: 360px;
	left: 775px;
}

#toplinks {
	position: absolute;
	top: 11px;
	right: 50px;
}

.SuperPageButton {
	height: 100px;
	width: 130px;
	text-align: center;
}

.SPButton01 {
	position:absolute;
	top: 485px;
	left: 421px;			
}

.SPButton02 {
	position:absolute;
	top: 485px;
	left: 551px;			
}

.SPButton03 {
	position:absolute;
	top: 485px;
	left: 681px;			
}

.SPButton04 {
	position:absolute;
	top: 485px;
	left: 811px;			
}

.alignright {
	float:right;
}

.alignleft {
	float:left;	
}

#comment {
	width: 625px;	
}


#CurrentSuperPage {
	position: absolute;
	top:639px;
	left:282px;
}

.entry_author_image {
	float: left;
	margin: 0 10px 10px 0;
}

#category_icon {
	float: left;	
	margin-right: 10px;
}

#category_inset {
	padding: 0;
	margin-bottom: 0px;
	border-bottom: #900 3px solid;
	
}

#content {
	height: 100%;
	background: url(images/ContentBody.jpg) repeat-y;	
}

#sidebar {
	float:left;
	width:200px;
	padding-left:60px;
	padding-right: 20px;
	font-size: 16px;
}

#main {
	float:right;
	width:640px;
	padding-right:60px;
	padding-bottom:30px;
}

#clear_content {	
	clear:both;
}

#footer {
	clear:both;
	height: 151px;
	
	background:url(images/Footer.jpg) no-repeat;
	
	padding-left: 20px;
	font-size: 12px;
	
	color: #999;

}

#footer p {
	margin:0;
}

