/*
Theme Name: Phantom
Theme URI: http://phantomlimbscollective.com/
Description: Custom Wordpress built for Phantom Limbs Collective Blog
Version: 1.0
Author: Matt Ell
Author URI: http://phantomlimbscollective.com/matt


	HR Custom v1.0
	 http://phantomlimbscollective.com/matt

	This theme was designed and built by Matt Ell,
	http://phantomlimbscollective.com/matt

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* Begin Typography & Colors */


body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	color: #000;
	text-align: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	}

#page {
	text-align: left;
	}

#header {
	}

#content {
	}

.widecolumn .entry p {
	font-size: 1.1em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.2em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	padding-left: 3px;
	font-style: italic;
	}

.thread-alt {
}
.thread-even {
}
.depth-1 {
}

.even, .alt {

}

#footer {
	position: relative;
	text-align: center;
	border: none;
	padding-bottom: 50px;
	
	}
	
	
p.textwidget{
	font-size: 1em;
	line-height: 14px;


}	

small {
	font-size: 1em;
	line-height: 1.4em;
	}

h1, h2, h3 {
	font-size: 1.1em;
	font-weight: bold;
	}

h1 {
	
	text-align: left;
	}

#headerimg .description {
	font-size: 1.1em;
	text-align: left;
	}

h2 {
	font-size: 1.1em;
	}
	
h2.widgettitle{
	border-top: solid 1px #999;
	padding-bottom: 2px; 
	padding-top: 2px; 
}	

h2.pagetitle {
	font-size: 1.1em;
	}

#header h2 {
	font-size: 1.1em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #header h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #000;
	}
	
.entry p {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	display: block; 
	text-align: center;
	margin-bottom: 5px;
	}





	

small, #header ul ul li, #header ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}



acronym, abbr, span.caps
{
	letter-spacing: .07em;
	}

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

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

.narrowcolumn p{
width: 400px;

}

ul.commentlist li p{
color: #999;
}

/* End Typography & Colors */





/* Begin Structure */
body {
	margin: 50px;
	padding: 0px;
	}

#page {
	position: absolute;
	margin: 0px;
	padding: 0px;
	width:100%;
	float: left;
	

	}

#header {
	position:absolute;
	padding: 25px;
	width: 20%;
	min-width: 200px;
	max-width: 200px;
	display: block;
	}


.narrowcolumn {
	position:relative;
	width: 80%;
	left: 250px;
	margin: 0px;
	padding: 0px;
	}

.widecolumn {
	position: relative;
	width: 80%;
	left: 300px;
	top: 25px;
	}

.post {
	position: relative;
	z-index: 0;
	display: block;
	width: 400px;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 5px;
	background-color: #ddd;
	
	}
	
.post2{	
	visibility: visible;
	top: 9px;
	left:0px;
	position: absolute;
	z-index: 100;

}

.post2 a{
	padding: 5px;
	background-color: #ddd;
}


	
.post2 a{	

	color: #000;
}

.post2 span{	

	color: #fff;
}
	
#postinfo{
	margin-top: 0px;

	}	

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.widecolumn .smallattachment {
	text-align: left;
	float: left;
	width: auto;
	margin: 0px;
	padding: 0px;
}

.widecolumn .attachment {
	text-align: left;
	margin: 0px;
	padding: 0px;
}


.clear {
	clear: both;
}

#navlist{
}

#respond{
	clear: both;
	float: left;
}

.linknav{
float: left;
clear: both;
margin-top: 25px;
padding-top: 4px;
padding-bottom: 4px;
border-top: 1px solid #777;
max-width: 200px;
min-width: 200px;

}


/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	}

h2 {
	margin: 0;
	}


#sidebar h2 {
	margin: 1px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 0;
	}

h3.comments {
	padding: 0;
	text-align: left;
	margin: 0 ;
	}
/* End Headers */



/* Begin Images */



.post img {
	width:400px;
	height:262px;
	padding: 0px;
	margin: 0px;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	padding: 0px;
	margin: 0px;
	text-align: center;

	}

.navlinkalignleft {
	width:auto;
	float: left;
	clear: both;
	padding-left: 0px;
	padding-top: 25px;
	padding-bottom: 50px;
	padding-right: 0px;
	margin: 0px;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	}
	
html>body .entry li #header

.entry ul li:before, #header ul ul li:before {
	
	
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#header ul, #header ul ol {
	margin-top: 25px;
	padding: 0;
	}
	
#navlist {
}

#header ul {
	padding-left: 0px;
	margin-left:  0px;
	}

#header ul li {
	list-style-type: none;
	margin-bottom: 15px;
	padding-left: 0px;
	margin-left:  0px;
	}

#header ul p, #header ul select {
	margin: 5px 0 8px;
	}

#header ul ul, #header ul ol {
	margin: 5px 0 0 0px;
	}

ol li, #header ul ol li {
	list-style: decimal outside;
	}

#header ul ul li, #header ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
	
ul.commentlist{
	width: 410px;
	border-top: 1px solid #999;
	list-style-type:none;
	float: left;
	clear: both;
	margin-top: 18px;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 8px;
	padding-bottom: 8px;

}

ul.commentlist li{
background-color: #eee;
padding: 5px;
margin-bottom: 5px;
}	
	
/* End Entry Lists */


/* Begin header menu */
#header
{
	padding:0;
	
	}

#header form {
	margin: 0;
	}
/* End header menu */







/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: left;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	float: left;
	margin: 0px 0px 50px 0px;
	background-color: #ddd;
	width: 800px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

 /* End captions */
 
 ul.post-meta{
 	list-style-type: none;
 	display: none;
 	margin-left: 0px;
 	padding-left: 5px;
 	float: left;
 
 }
 


