/*
Theme Name: The PMA
Theme URI: http://garrettbelmont.com
Description: simple
Version: 1.1
Author: Garrett Belmont
Author URI: http://garrettbelmont.com

*/

/* Begin Typography & Colors */
body {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	background: #fff;
	color: #000000;
	text-align: left;
	}
	
hr
	{
	color: #000;
	background-color: #000;
	border: 0;
	height: 1px;
	width: 100%;
	}

ul, li, h4, p
	{
	margin:0;
	padding:0;
	}

.comment_gb
	{
	padding: 8px 8px 0px 8px;
	}
	
.comment_gb p
	{
	margin: 0;
	}
	
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}

.even, .alt {
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 3px;
	}

h1
	{
	letter-spacing: -3px;
	color:#000000;
	font-size:30px;
	}

h2
	{
	color:#000000;
	font-size:24px;
	}

h3
	{
	color:#000000;
	font-size:20px;
	}

h4
	{
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	text-transform: uppercase;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

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

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

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

a:link
	{
	text-decoration:none;
	color:#ff6600;
	}

a:active
	{
	text-decoration:none;
	color:#ff6600;
	}

a:visited
	{
	text-decoration:none;
	color:#ff6600;
	}

a:hover
	{
	text-decoration:underline;
	color: #66CC00;
	}
/* End Typography & Colors */



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

#free-range-content
	{
	width:  100%;
	height: 100%;
	margin: 0 0 0 0;
	background-color: transparent;
	overflow: visible;
	position: absolute;
	padding: 8px 8px 24px 8px;
	}
	

#content
	{
	width:  466px;
	height: 100%;
	margin: 0 0 0 240px;
	background-color: transparent;
	overflow: visible;
	position: absolute;
	padding: 8px 8px 24px 8px;
	}

#content p
	{ 
	width: 450px; 
	margin: 0 0 9px;
	}

#menu
	{
	float: left;
	width: 210px;
	overflow: visible;
	height: 100%;
	margin: 0 0 0 0;
	background-color: transparent;
	position: absolute;
	padding: 8px 8px 24px 8px;
	}

#menu p
	{
	}

#menu ul {
	list-style: none;
	margin: 0 0 9px 0;
}

.clear {
	clear: both;
}
/* End Structure */


/*	Begin Headers */
/* h1, h2, h3, h4 stuff... */
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	border: none;
	}

a img {
	border: none;
	}
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


/* Begin Form Elements */
#searchform {
	margin: 0;
	padding: 0;
	text-align: left;
	}
	
.search-form input {
	width: 100%;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */


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

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

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

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

/* End Various Tags & Classes*/

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

