/*
Theme Name:		EnGamer Theme
Theme URI:		http://www.engamer.com
Description:	Engamer.com theme
Version:		0.2
Author:			Mike Buday + Dane Hessledahl
Author URI:		http://www.engamer.com
*/

/*********************************************************************
	MAIN ELEMENTS
*********************************************************************/
body 
{ 
	background: #fefefe; 
	background-image: url(images/engamer_bg.gif); 
	color: #333333; 
	font: 12px Arial, Verdana, Helvetica, sans-serif; 
}

p
{
}

a
{
	color: #237FA1;
	text-decoration: none;
}

a:hover
{
	color: #237FA1;
	text-decoration: underline;
}

#page 
{
	width: 978px;
	margin: 15px auto;
	border: 1px solid #FFFFFF; 
	background-color: #FFFFFF;
}

#wrapper 
{
	width: 100%;
}

#content 
{
	float: left;
	width: 556px;
	padding: 0 5px 0 16px;
}

.navigation 
{ 
	width: 525px; 
	height: 17px;
	margin: 5px 0 15px 0;
	padding: 10px; 
	background: #efefef; 
	border-top: 1px solid #ddd; 
	font-size: 11px; 
	line-height: 1.53846em; 
	clear: both; 
}

.navigation p 
{ 
	text-align: right; 
}

.alignleft
{ 
	padding: 0 20px 0 0; 
	float: left; 
}

.alignright
{ 
	float: right; 
}

img
{
	border: 0;	
}

/*********************************************************************
	HEADER
*********************************************************************/
#header 
{
	width: 958px; 
	height: 80px; 
	margin: 0; 
	padding: 15px 10px 0 10px; 
	background-image: url(images/header.jpg); 
	background-repeat: no-repeat;	
}

div.logo
{
	width: 359px;
	height: 63px;
	background-image: url(images/logo.png);
	cursor: pointer;
	
}

* html div.logo
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/engamer/images/logo.png', sizingMethod='scale');
	background-color: transparent;
	background-image: none;
}

.header_ad 
{
	clear: both;
	width: 748px; 
	height: 90px;
	margin: 0 auto; 
	padding: 0; 
	display: block;
}

#logo, #logo img
{
	border: 0;
	margin-left: 5px;
}

#rss_subscribe 
{ 
	width: 40px; 
	height: 40px; 
	display: block; 
	float: right; 
	margin-bottom: 0px;
}

 #rss_subscribe a 
 { 
 	width: 40px; 
 	height: 40px; 
 	display: block; 
 	background: url('images/icon_rss.gif') no-repeat; 
 	text-indent: -9999px; 
 	outline: none; 
 }

/*********************************************************************
	NAVIGATION
*********************************************************************/
div.nav
{
	width: 957px;
	background-color: #000000;
	height: 21px;
	margin: 0 0 20px 0;
	padding: 1px 0 0 21px;
	background-image: url(images/nav_bg.png);
	background-repeat: repeat-x;
	
}

div.nav a, div.nav p
{
	display: block;
	float: left;
	
	color: #FFFFFF;
	font-size: 11px;
	margin: 5px 15px 0 0;
	padding: 0;
	text-decoration: none;
}

div.nav p
{
	margin-top: 4px;
}

div.nav a:hover
{
	text-decoration: underline;
}

.description 
{

}

/*********************************************************************
	SIDEBAR
*********************************************************************/
div.sidebar 
{
	float: left;
	width: 190px;
	margin-right: 0;
}

#left
{
	padding: 0 0 0 10px;
}

#right
{
	padding: 0 10px 0 0;
}

div.sidebar ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

div.sidebar ul 
{

}

div.sidebar ul h2 
{
	margin: 0;
	padding: 5px 0 5px 0;
	visibility: hidden;
	letter-spacing: -1px;
	font-size: 15px;
}

div.sidebar ul li 
{
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #333;
	x-overflow: hidden;
	overflow: hidden;
}

div.sidebar ul ul 
{

}

div.sidebar ul ul li 
{
	padding-bottom: 0;
	margin-bottom: 10px;
	border : 0;
}

div.sidebar ul ul ul 
{

}

div.sidebar p 
{

}

div.sidebar a 
{	
}

div.sidebar a:hover 
{

}

div.sidebar a:visited 
{

}

/*********************************************************************
	FOOTER
*********************************************************************/
#footer 
{
	width: 948px;
	clear: both;
	
	padding: 15px;
	
	text-align: right;
	font-size: 9px;
	color: #666666;
}

/*********************************************************************
	HEADINGS
*********************************************************************/

h1 
{

}

h2 
{
	
}

h3 
{

}

h4 
{

}

h5 
{

}

/*********************************************************************
	THE POST
*********************************************************************/
div.post 
{
	margin: 3px 10px 35px 0;
	padding: 0 10px 0 0;
}

div.post img
{
	clear:right;
	float:right;
	margin:0 0 8px 12px;
}

.postTitle
{
	margin: 0;
	padding: 0;
	letter-spacing: -2px;
	font-size: 30px;
}

.archiveTitle
{
	margin: 0;
	padding: 0;
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 20px;
	margin-left: -5px;
}

.commentHeader
{
	margin: 0;
	padding: 0 0 0 4px;
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 20px;
	margin-left: -5px;
}

.postTitle a
{
	color: #333333;
}

.postTitle a:hover
{
	color: #237FA1;
}

div.author
{
	margin: 0;
	padding: 0 0 10px 0;
}

.post p 
{
	font-size: 13px;
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 18px;
}

.post a 
{

}

.post ul 
{

}

.post li 
{

}

.more 
{
	font-size: 13px;
	float: right;
	display: block;
	text-align: right;
	margin-right: 10px;
}

div.postmetadata 
{
	width: 100%;
	clear: both;
	font-size: 11px;
	color: #666666;
	text-transform: uppercase;
}

div.postmetadata img
{
	display: block;
	float: left;
	padding: 1px 5px 0 0;
	margin: 0;
}

.postmetadata alt 
{

}

.postmetadata a 
{

}

.center 
{

}

.pagetitle 
{

}

blockquote 
{

}

cite 
{

}

a img 
{

}

acronym, abbr 
{

}

div.share
{
	dispaly: block;
	margin: 0;
	padding: 10px 0 10px 0;
}

div.share img
{	
	border: 0;
	padding: 0 6px 0 0;
	margin: 0;
	
	float: left;
}

/*--------------Comments--------------*/

ul.commentlist 
{
	border-top:	1px dotted #BBBBBB;
	margin: 0;
	padding: 0;
}

ul.commentlist li 
{
	margin: 0;
	padding: 0;
	padding: 10px 10px 5px 10px;
	border-bottom:	1px dotted #BBBBBB;
	list-style: none;
	font-size: 13px;
	line-height: 18px;
}

ul.commentlist li p
{
	margin: 0;
	padding: 3px 0 10px;
}

ul.commentlist li.alt 
{
	background: #F8F8F8 ;
}

ul.commentlist a 
{

}

small.commentmetadata 
{

}

/*--------------Search Form-------------*/

#searchform 
{

}

#searchform input 
{

}

#searchform #s 
{

}


/*-------------Calendar-----------------*/

#wp-calendar 
{

}

#wp-calendar th 
{

}

#wp-calendar a 
{

}

#prev a, #next a 
{

}

#wp-calendar caption 
{

}

/*-------------Images------------------*/




/*-------------Other------------------*/

hr 
{
	display: none;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash 
{
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced 
{
	visibility: visible !important;
}

span.sIFR-alternate 
{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] 
{
  display: none !important;
}
