/*
Theme Name: The Soft Pack
Theme URI: http://thesoftpackofficial.com/
Description: 
Version: 1.0
Author: Felipe and Andrew
Author URI: 
*/

/* -- BASIC STUFF -- */

body {
	font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
	font-size:8pt;
	line-height: 150%;
	color: #000;
	margin: 10px;
	padding: 0;
	position: relative;
	}

a {
	text-decoration: underline;
	color: #000;
	}

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

img {
	border: 0;
	}

h1, h2, h3, h4 {
	font-size:medium;
	line-height: 130%;
	margin: 0;
	}

h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
	}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration: none;
	border-bottom: 3px solid black;
	}

h1.second {
	width: 300px;
	}

p {
	}

ul {
	margin:0;
	padding:0;
	}

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

/* -- SIDEBAR STUFF -- */

#menu {
	float: left;
    	width: 180px;
    	overflow: auto;
    	position: fixed;
    	height: 100%;
	top: 10px;
	bottom: 0;
	left: 10px;
	}

ul#cats li, ul#twitter li {
	display:inline;
	}

ul.gigpress-listing {
	margin-top: 10px;
	}

ul.gigpress-listing:hover {
	background-color: #ccc;
	}

ul.contact li {
	padding-left: 10px;
	}

/* -- CONTENT STUFF -- */

#content {
	margin: 0 0 0 190px;
   	top: 0;
	height: 100%;
	}

.toppost {
	display: block;
	float: left;
	width: auto;
	margin: 0 10px 0 0;
	}

.topnews p {
	width: 300px;
	font-size: medium;
	line-height: 150%;
	}

.category-pictures {
	float: left;
	width: 150px;
	}

.category-videos, .category-news {
	position: relative;
	display: block;
	float: left;
	width: 200px;
	height: 200px;
	overflow: hidden;
	}

.category-videos h2 {
	display: block; 
	position: absolute; 
	top: 10px; 
	left: 5px;
	z-index: 1;
	background-color: #FFF;
	padding: 4px;
	}

.category-news img {
	display: block; 
	position: absolute; 
	z-index: 1;
	top: 5px;
	left: 0;
	}

.category-news p {
	width: 200px !important;
	}

.hentry {
	display: block;
	height: 200px;
	border-top: 1px solid black;
	margin: 0 10px 10px 0;
	padding: 5px 0 0 0;
	overflow: hidden;
	}

.sticky {
	background-color: green;
	}

.entry-content p {
	width: 500px;
	}
.entry-meta {
	margin-bottom: 20px;
	}


/* -- POSTS -- */
#post-single {
	margin:0;
	width:500px;
	}
.posts-wrap {float:right; clear:none;width:590px;}

/* -- ALIGNMENTS --*/
img.alignright {float:right;clear:none;margin:0 0 1em 1em}
img.alignleft {float:left;clear:none;margin:0 1em 1em 0}
img.aligncenter {display: block; margin:1em auto; text-align:center}
img.alignnone {margin:0 0.5em 0 0;}

/* -- NAVIGATION --*/
div.navigation {width:100%;height:auto;float:left;clear:both;padding: 10px 0px;}

#footer {
	display: block;
	float: left;
	width: 100%;
	}
