/*  
Theme Name: Ignite Blog
Theme URI: http://ignite.digitalignition.net/
Description: 
Version: 0.4
Author: Greg Tangey
Author URI: http://ignite.digitalignition.net/
*/
*,html,body {
	margin: 0;
	padding: 0;
}

body {
	font-size: 0.8em; 
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	background: #CCCCCC;
}

img { margin: 0; padding:0; border: none; }

h1{padding-bottom: 5px;}

h2{}
h3{font-weight: bold;}
h4{font-weight: bold;}
h1,h2,h3,h4,h5{color:#000000;}

em {
	color: #333333;
	font-family: serif;
}

hr {
	color: none;
	background: none;
	border-bottom: 1px solid #999999;
}

textarea {
	width: 490px;
	height: 10em;
}

a{color:#c20000;text-decoration:none; }
a:hover{color:#000; text-decoration: underline;}
h2 a, .more-link {
	color: #333;
}

p {
	line-height: 1.4em;
	text-align: justify;
	font-size: 1.0em;
	padding-bottom: 1.0em;
}

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

.entry ul, .entry ol {
	text-align: justify;
	font-size: 1.1em;
	list-style-position: inside;
	padding-bottom: 1.0em;
	margin-left: 1.0em;
	margin-right: 1.0em;
}

.entry ul li, .entry ol li {
	margin-bottom: 1.0em;
}

.postmetadata {
	font-size: 0.8em;
	line-height: 0.8em;
}

.postdate {
}

small {
	font-size: 0.8em;
	line-height: 1.1em;
}

#page {
	background-color: #FFFFFF;
	border: 1px solid #959595;
	text-align: left;
	width: 942px;
	margin: 0;
	padding: 9px 9px 9px 9px;
	margin: 10px auto 10px auto;
}

#header {
	width: 940px;
	padding: 0;
	background: url('images/header.jpg') no-repeat top left;
}

#header h1 {
	display: none;
}

#headerimg {
	height: 192px;
	width: 940px;
}

#navigation {
	padding: 0;
	width: 940px;
	height: 37px;
	background: url('images/nav-bg.jpg') no-repeat top left;
}

#navigation ul {
	list-style-type: none;
}

#navigation ul li {
	float: left;
	height: 37px;
	line-height: 37px;
	border-left: 1px solid #c20000;
	border-right: 1px solid #8e0000;
}

#navigation ul li.first {
	border-left: none;	
}

#navigation ul li.last {
	border-right: none;
}

#navigation ul li.rss {
	border: none;
	float: right;
}

#navigation ul li a {
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	padding: 0px 20px 0px 20px;	
	text-decoration: none;
}
#navigation ul li.rss a {
	padding: 0;
	margin: 0;
	margin-right: 2px;
}

#navigation ul li a:hover {
	background: url(images/nav-bg-repeat-hover.gif) repeat-x top left;
}

#content.narrowcolumn {
	padding: 10px 0px 10px 0px;
	float: left;
	width: 490px;
}

#content.widecolumn {
	padding: 10px 0px 10px 0px;
	float: left;
	width: 940px;
}

.comments h3 {
	padding: 0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;	
	color: #353535;
}

.commentlist {
	list-style-type: none;
}

.commentlist li {
	border: 1px solid #999999;
	padding: 0.5em;
	margin-bottom: 1.0em;
	overflow: auto;	
}

.commentlist .gravatar img {
	float: right;
	text-align: left;
	vertical-align: text-top;
	padding-left: 0.5em;
}

.commentlist p.commenttop {
	display: block;
	padding-bottom: 1.0em;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #999999;
	height: 80px;
}

.commentlist .commentmetadata {
}

#commentform {
	border: 1px solid #999999;
}

#commentform p {
	padding: 0;
	padding: 0.5em;
	background-color: #eEeEeE;	
}

#commentform label {
	clear: left;
	float: left;
	display: block;
	width: 220px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
}

#comment {
	width: 473px;
	border: 1px solid #999999;	
}

#commentform p input {
	line-height: normal;
	font-size: 1.2em;
	width: 244px;
	height: 20px;
	border: 1px solid #999999;
	padding: 2px;
}
#commentform .submit {
	text-align: right;
	padding-right: 0.5em;
}
#commentform #submit {
	background-color: #eEeEeE;
	border: 1px solid #999999;
	font-size: 1.0em;
	height: 28px;
}
#commentform #submit:hover {
	background: #353535;
	color: #CCCCCC;
}

#wp-calendar {
	padding: 0;
	margin: 0;
	width: 100%;
}

#wp-calendar #next {
	text-align: right;	
}

#wp-calendar #prev {
	text-align: left;
}

#wp-calendar tbody tr td a {
	font-weight: bold;
}
#wp-calendar tfoot tr td a {
	display: block;
}
#wp-calendar tfoot tr td a:hover {
	color: #CCCCCC;
}

#wp-calendar caption, #wp-calendar tfoot tr td {
	background: #eeeeee;
	padding: 5px 3px 5px 3px;	
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#wp-calendar tfoot tr td:hover {
	background: #353535;
	color: #CCCCCC;
}

#calendar_wrap {
	padding-top: 5px;
}

#searchform {
	margin: 0;
	padding: 0;
}

#searchform div {
	margin-top: 5px;
	background: #eeeeee;
	padding: 5px 3px 5px 3px;	
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#searchform input {
	border: 1px solid #999999;
	font-size: 1.0em;	
	height: 20px;
}

#searchform #s {
	width: 80%;
}

#searchform #searchsubmit {
	position: relative;
	top: 2px;
}

.widget {
	padding-bottom: 20px;
}

.widget div {
	padding-top: 10px
}

.widget ul {
	padding-top: 5px;
}

.textwidget p {
	text-align: center;
	background: #eeeeee;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding-top: 20px;
}

#primary_sidebar {
	width: 218px;
}

#secondary_sidebar {
	width: 190px;
}

.sidebar {
	padding: 10px 0px 10px 20px;
	float: left;
}

.sidebar a {
	color: #333;
}

.sidebar h2 {
	font-size: 1.0em;
}

.sidebar ul {
	list-style-type: none;
}

.sidebar ul li ul {
/*	margin-left: 10px; */
}

.sidebar ul li ul li {
	margin-top: -1px; 
	text-align: center;
}

.sidebar ul li ul li a {
	display: block;
	padding: 10px 3px 10px 3px;	
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background: #eeeeee;
	line-height: 1.2em;
}

.sidebar ul li ul li a:hover {
	background: #353535;
	color: #CCCCCC;
}

.post {
	margin-bottom: 15px;
}

.post-footer {
	background: #eee;
	text-align: center;
	font-weight: bold;
	display: block;
	padding: 5px;
/*	margin-top: 5px; */
	margin-bottom: 20px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;	
}

.post-footer img {
	position: relative;
	top: 3px;
	padding-right: 4px;
}

.post-footer .more {
}

.post-footer .comments {
	margin-left: 250px;
}

#footer {
	color: #CCCCCC;
	background: #353535;
	clear: both;
	padding: 10px;
}

#footer p {
	text-align: center;
	padding-bottom: 0;
}

.widget ul {
	padding-top: 6px;
}

/* Silasparnters Flickr Photo Album Stuff */
.SilasFlickrWidget_display {
	padding: 0;
}

#flickr-widget-photos {
	padding: 0;
	width: 190px;
	height: 200px;	
	float: left;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background: #eeeeee;
	margin-bottom: 20px;	
	margin-top: 5px;
}
.flickr-widget-photo {
    width:75px; /* default flickr width & height for square thumbs */
    height:75px;
    position:relative;
	float: left;
	padding: 4px;
	margin: 2px;
}
.flickr-widget-photo img {
	width: 75px;
	height: 75px;
	margin: 2px 2px 2px 2px;  
	padding: 3px; 
	border: 1px solid #000;
	background: #FFF;	
}

/* WoW Armory Widget Stuff */
/* My Steam Community Widget Stuff*/

.widget .wowaw-widget {
	padding-top: 6px;
}

.wowaw-widget p {
	text-align: center;
	margin-top: -1px;
	padding: 10px 3px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background: #eeeeee;
}

.wowaw-widget a p:hover {
	background: #353535;
	color: #CCCCCC;	
}

.wowaw-widget p img {
	/*display: block;*/
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

.wowaw-widget .wowaw-icon {
	float: left;
	margin: 0;
	padding: 0;	
	margin: 1px;
	position: relative;
	height: 44px;
}

.wowaw-widget .wowaw-icon .tile {
	display: block;
	margin: 0;
	position: relative;
	padding: 0;
	top: -42px;	
	background-image: url('http://ignite.digitalignition.net/itemstats/templates/wowhead/icon_border_medium.gif');
	background-repeat: no-repeat;
	width: 44px;
	height: 44px;	
}

.wowaw-widget .items {
	padding: 10px 3px;
}

.wowaw-widget .wowaw-icon img {
	position: relative;
	top: -1px;
}

/* My Steam Community Widget Stuff*/

.widget .scw-widget {
	padding-top: 6px;
}

.scw-widget p {
	text-align: center;
	margin-top: -1px;
	padding: 10px 3px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background: #eeeeee;
}

.scw-widget a p:hover {
	background: #353535;
	color: #CCCCCC;	
}

.scw-widget p img {
	display: block;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}


/*.info { margin-top: 1.0em; };  */
.info a {
	display: block;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 10px 10px 10px  52px;
	line-height: 1.2em;
	text-align:center;
}

.info a:hover {
	text-decoration: underline;
	color: #CCCCCC;
	background-color: #353535;
}

.download a {
	display: block;
	background: #eeeeee url('images/icons/disk.png') 10px center no-repeat;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;	
	padding: 10px 10px 10px 52px;
	line-height: 1.2em;
	text-align: center;
	}
.download a:hover {
	background-color: #353535;
	color: #CCCCCC;
	text-decoration: underline;
}

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

.comments {
	clear:both;
}

.wp-caption {
        border: 1px solid #ddd;
        text-align: center;
        background-color: #f3f3f3;
        padding-top: 4px;
        margin: 5px;
        -moz-border-radius: 3px;
        -khtml-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
}

.wp-caption img {
        margin: 0;
        padding: 0;
        border: 0 none;
}

.wp-caption p.wp-caption-text {
        font-size: 11px;
        line-height: 17px;
        padding: 0 6px 5px 6px;
        margin: 0;
	text-align: center;
}

blockquote {
margin-left: 20px;
margin-right: 20px;
padding: 10px;
quotes: "\201C" "\201D";
}
blockquote:before { content: open-quote; font-weight: bold; }
blockquote:after { content: close-quote; font-weight: bold; }


