/*  
Theme Name: GunFist
Theme URI: http://www.gunfist.com
Description: GunFist.com theme
Version: 1.0
Author: Ian "Chump Change" Barber
Author URI: http://www.mudwig.com

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

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.
*/

.aligncenter {
	text-align: center;
}

a {
	text-decoration: none;
	color: #25A134;	
}

.entry a {
	text-decoration: underline;
}

#reviews a, #content a {
	color: #4D5373;	
}

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

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.1em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	line-height: 1.2em;
	color: #4D5373;
	}
	


#sidebar h2 {
	
	color: #4D5373;
	font-size: 1.9em;
}


body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0 5px; 
	}

#content {
	font-size: 1.35em;
	float: left;
	width: 75%;
	margin:  0px 0px 3% 3%;
	clear: left;
	text-align: left;
	display: inline;
}


#contentinner {
	margin-left: 2%;
	margin-right: 2%;
	padding-bottom: 30px;	
	padding-top: 40px;
	/*width: 50%; */
}

.widecolumn #contentinner
{
	
}
	
#page {
	margin: 0px auto 20px auto;
	padding: 0;
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: 360px;
	width: 100%;
	background-color: #FFFFFF;
	}
	
#header h1 {
	text-align: right;
	margin: 0px;	
}

#header h1 a{
	color: #CCCCCC;
	line-height: 100px;
	font-size: 50px;	
	text-transform: lowercase;
	}

#footer
{
	clear: both;	
}

ul.info {
	overflow: hidden; 
	padding: 2px;
	margin: 1em 0px;
	border: 1px dotted #485329;
	list-style-type: none;	
	width: 100%;
}

ul.info li {
	float: left;
	width: 50%;
}

ul.info li.left {
	text-align: left;	
}

ul.info li.right {
	text-align: right;	
}

ul.elsewhere {
	border: 1px dotted #485329;	
	margin: 15px 0px 15px 0px;	
	list-style-type: none;
	padding-lefT: 0px;
}

ul.elsewhere h3 {
	font-size: 1.2em;
	margin: 5px 0px;
}

ul.elsewhere li {
	padding: 2px;	
}

ul.elsewhere li.head {
	background-color: #B0EEB7;	
}


ul.otherlinks
{
	float: right;
	width: 190px;
	border: 2px solid #485329;
	padding: 0px;
	margin: 10px 0px 5px 5px;
	list-style-type: none;
}

ul.otherlinks li
{
	margin: 0px;
	padding: 2px 5px 4px 5px;
	font-size: 11px;
}

ul.otherlinks li.header
{
	background-color:  #B0EEB7;
}

ul.otherlinks li.header h3
{
	margin: 0px;
	font-size: 13px;
}


div#reviews {
	float: left;
	width: 30%;
	padding-bottom: 30px;	
	padding-top: 40px;
	text-align: left;
}

div#reviews div.post {
	background-repeat: no-repeat;
	background-position: 3px 0px;
	padding-left: 110px;	
	margin-bottom: 20px;
	min-height: 100px;
	margin-top: 2px;
	font-size: 1.35em;
	width: auto;
}

* html div#reviews div.post {
	height: 100px;
	padding-right: 5px;
}

div#reviews div.post small {
	color: #A8A37D;	
}

div#reviews h2
{
	height: auto;
	width: auto;
	font-size: 1.9em;
	height: 25px;
}

div#reviews div.post h2 {
	height: auto;
	line-height: 0.9em;
	background-image: none;
	padding-left: 0px;
	font-size: 1.3em;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-bottom: 0px;
}

div#reviews div.post p
{
	margin: 0px 0px 2px 0px;	
	width: auto;
}


.post {
	margin: 0px 0px 40px 0px;
	text-align: justify;
	clear: both;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}
	
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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 {
	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;
	}

img.left {
	float: left;
	margin: 5px 10px 10px 0px;	
}

img.right {
	float: right;
	margin: 5px 0px 10px 10px;	
}	

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* 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 {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

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

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

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

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

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

#twitterblock p{
	padding-left: 15px;
}

/* Begin Form Elements */
#searchform {
	margin: 10px auto ;
	padding: 5px 3px 10px 3px; 
	text-align: right;
	
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.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 textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 2% 10px 2%;
	width: 13%;
	min-width: 160px;
	margin-top: 10px;
	float: right;
	text-align: right;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* 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;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}
/* End Various Tags & Classes*/

/* Index Page Overrides */


.index
{
	float: right;
	width: 66%;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	margin-right: auto;
	margin-left: auto;
	min-width: 660px;	
}

.index #sidebar
{
	width: 30%;
	margin: 50px 0px;
	padding: 0px;
	min-width: 200px;
	float: left;
}

.index #contentinner
{
	width: auto;
	float: none;	
	margin: 0px;
}

.index #content
{
	width: 67%;
	min-width: 450px;
	margin: 0px;
	padding: 0px;
	margin-right: 1%;
	float: left;	
	
}


