/*
Theme Name: Wild Gunmen 2.0
Theme URI: http://wildgunmen.com
Description: Second Custom Theme for wildgunmen.com
Author: Matt Wilson/Chad Birch
Author URI: http://mfwilson.com
*/

html
{
    background-image: url(images/background.jpg);
}

body
{
	height: 100%;
    font-family: Helvetica, Tahoma, Arial, sans-serif;
    font-size: 0.8em;
	line-height: 1.6em;
}

div
{
	display: block;
}

a
{
	color: #d2232a;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

strong
{
    font-weight: bold;
}

u
{
    text-decoration: underline;
}

em
{
    font-style: italic;
}

h1, h2, h3, h4, h5, h6
{
    font-weight: bold;
}

h1
{
    font-size: 1.9em;
}

h1.title a
{
	color: #000;
}

h2
{
	font-size: 1.6em;
}

div#content h2
{
	margin-left: 25px;
	text-transform: uppercase;
	color: #fff;
	font-size: 2.2em;
	line-height: 2em;
}

div.byline
{
	color: #666;
	font-size: 0.9em;
	font-weight: bold;
}

div.links
{
	clear: left;
	float: left;
	background-color: #363636;
	font-size: 0.9em;
	height: 37px;
	margin-left: 1em;
}

div.links a img
{
	display: inline;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 1em;
	padding-right: 1em;
	float: left;
}

div#wrapper
{
	width: 974px;
	margin: 0 auto;
}

div#header
{
	height: 165px;
	background-image: url(images/skyline.png);
	background-position: bottom left;
	background-repeat: repeat-x;
}

div#header a
{
	display: block;
}

div#header a#logo
{
	float: left;
	margin-top: 16px;
	margin-left: 4px;
}

div#header a.category
{
	float: right;
	margin: 0 4px;
}

div#menu
{
	background-image: url(images/menu-bg.png);
}

div#menu a
{
	margin: 0 15px;
}

div#sidebar
{
	padding-top: 10px;
	margin-right: 14px;
}

div#sidebar a#issue, div#sidebar a#gallery
{
	clear: right;
	display: block;
	float: right;
}

div#newsfeed
{
	clear: right;
	float: right;
	margin-top: 30px;
	width: 207px;
}

div#newsfeed div#newsfeed-title
{
	padding: 12px 15px;
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: bold;
}

div#newsfeed div.post
{
	margin-top: 1px;
	padding: 10px 15px;
	background-color: #131313;
	color: #fff;
	font-weight: bold;
}

div#newsfeed div.post a
{
	color: #999;
	font-weight: normal;
	text-decoration: underline;
}

div#newsfeed div.post a:hover
{
	text-decoration: none;
}

div#content
{
	background-color: #363636;
}

div#featured
{
	padding-top: 2px;
	background-color: #202020;
	padding-bottom: 1px;
}

div#featured div.excerpt
{
	width: 690px;
	background-color: #fff;
	margin: 15px;
	padding: 15px;
}

div#featured div.excerpt div.title
{
	margin-bottom: 16px;
	border-bottom: 1px solid #d2d2d2;
}

div#featured div.excerpt img
{
	border: 5px solid #eaeaea;
}

div.excerpt, div#article, div#comments, div#writers, div#related
{
	float: left;
	width: 700px;
	margin: 0 15px;
	margin-top: 10px;
	padding: 15px 10px;
}

div.excerpt img
{
	float: left;
	margin-right: 10px;
}

div.excerpt h3
{
	font-size: 1.5em;
	line-height: 1.5em;
}

div.excerpt p
{
    margin-top: 0;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 15px;
}

div.excerpt div.comment-count
{
	margin-top: 5px;
	float: right;
	background-image: url(images/comments-bg.png);
	height: 22px;
	width: 28px;
	font-size: 0.9em;
	text-align: center;
	font-weight: bold;
	color: #fff;
	line-height: 16px;
}

div#article
{
	background-color: #fff;
}

div#article p
{
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 15px;
}

div#article img
{
	max-width: 100%;
}

div#comments, div#related
{
	clear: left;
	width: 672px;
	margin-bottom: 15px;
	padding: 24px;
	background-color: #eaeaea;
}

div#comments h3
{
	color: #000;
	font-size: 1.4em;
}

div#sidebar
{
	float: right;
	margin-top: 6px;
}

p
{
    margin: 0 auto 1em auto;
}

a.read-more
{
	font-weight: bold;
	text-decoration: underline;
}

embed
{
	margin: 0 auto;
}

div#respond
{
	padding-top: 14px;
}

ol.commentlist li.comment
{
	border-top: 1px solid #c1c1c1;
	padding: 10px;
	margin: 8px;
}

ol.commentlist li.comment img.avatar
{
	border: 1px solid #999;
}

div.excerpt
{
	background-color: #cacaca;
    margin-bottom: 8px;
    border: solid #777;
    border-width: 1px 0;
}

div#writers
{
	background-color: #cacaca;
}

div.writerbio
{
	float: left;
	margin: 10px;
	padding: 5px;
	width: 320px;
	height: 150px;
	overflow: hidden;
	line-height: 1.4em;
}

div.writerbio img
{
	float: left;
	margin-right: 5px;
}

div.writerbio h3
{
	font-size: 1.6em;
	margin-bottom: 4px;
}

div#footer
{
	clear: both;
	text-align: center;
	margin-top: 20px;
	color: #555;
}

div.clear
{
    clear: both;
}

img.alignleft
{
	float: left;
	margin: 8px 8px 8px 0;
}

img.alignright
{
	float: right;
	margin: 8px 0 8px 8px;
}

img.aligncenter
{
	margin: 8px 0;
}

div#older, div#newer
{
	background-color: #000;
	margin: 8px 15px;
	padding: 8px;
	font-weight: bold;
}

div#older a, div#newer a
{
	color: #fff;
}

div#older
{
	float: right;
	margin-right: 238px;
}

div#newer
{
	float: left;
}

a#survivalist img
{
width: 94px;
height: 90px;
background-image: url("/wp-content/themes/wildgunmen2/images/survivalist.png");
display: inline;

}

a#survivalist:hover img
{
background-image: url("/wp-content/themes/wildgunmen2/images/survivalist_hover.png");
}

a:hover {zoom:1;}

a#automotive img
{
width: 99px;
height: 90px;
display: inline;
background-image: url("/wp-content/themes/wildgunmen2/images/automotive.png");

}

a#automotive:hover img
{
background-image: url("/wp-content/themes/wildgunmen2/images/automotive_hover.png");
}

a#internets img
{
width: 78px;
height: 90px;
display: inline;
background-image: url("/wp-content/themes/wildgunmen2/images/internets.png");

}

a#internets:hover img
{
background-image: url("/wp-content/themes/wildgunmen2/images/internets_hover.png");
}


a#gaming img
{
width: 74px;
height: 90px;
display: inline;
background-image: url("/wp-content/themes/wildgunmen2/images/gaming.png");
}

a#gaming:hover img
{
background-image: url("/wp-content/themes/wildgunmen2/images/gaming_hover.png");
}

a#findacopy img
{
width: 84px;
height: 47px;
display: inline;
background-image: url("/wp-content/themes/wildgunmen2/images/find-a-copy.png");
}

a#findacopy:hover img
{
background-image: url("/wp-content/themes/wildgunmen2/images/find-a-copy_hover.png");
}

a#writers img
{
width: 53px;
height: 47px;
display: inline;
background-image: url("/wp-content/themes/wildgunmen2/images/writers.png");
}

a#writers:hover img
{
background-image: url("/wp-content/themes/wildgunmen2/images/writers_hover.png");
}

a#aboutus img
{
width: 63px;
height: 47px;
display: inline;
background-image: url("/wp-content/themes/wildgunmen2/images/about-us.png");
}

a#aboutus:hover img
{
background-image: url("/wp-content/themes/wildgunmen2/images/about-us_hover.png");
}

a#advertising img
{
width: 85px;
height: 47px;
display: inline;
background-image: url("/wp-content/themes/wildgunmen2/images/support.png");
}

a#advertising:hover img
{
background-image: url("/wp-content/themes/wildgunmen2/images/support_hover.png");
}

a#forum img
{
width: 46px;
height: 47px;
display: inline;
background-image: url("/wp-content/themes/wildgunmen2/images/forum.png");
}

a#forum:hover img
{
background-image: url("/wp-content/themes/wildgunmen2/images/forum_hover.png");
}

a#magazine img
{
width: 69px;
height: 47px;
display: inline;
background-image: url("/wp-content/themes/wildgunmen2/images/magazine.png");
}

a#magazine:hover img
{
background-image: url("/wp-content/themes/wildgunmen2/images/magazine_hover.png");
}


a#galleries img
{
width: 66px;
height: 47px;
display: inline;
background-image: url("/wp-content/themes/wildgunmen2/images/galleries.png");
}

a#galleries:hover img
{
background-image: url("/wp-content/themes/wildgunmen2/images/galleries_hover.png");
}

/* a# img
{
width: ;
height: ;
display: block;
overflow: hidden;
}

a#:hover img
{
margin-left: ;
} */

