/*
Theme Name: The Dark Knight Wallpaper
Theme URI: http://www.michaelgarethmorgan.com
Description: The Dark Knight Wallpaper
Version: 1.0
Author: Michael Morgan
Author URI: http://www.michaelgarethmorgan.com

	This theme was designed and built by Michael Morgan,
	whose site is http://www.michaelgarethmorgan.com
*/


*
{
	margin: 0;
	padding: 0;
	border: 0;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	clear: both;
}

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

a:hover
{
	text-decoration: underline;
}






/*============================================================
	Body
============================================================*/
body
{
	text-align: center;
	font-family: "Verdana", sans-serif;
	font-weight: normal;
	font-size: 11px;
	background: url('images/body_bg.jpg') #000;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
}








/*============================================================
	Main container & holder
============================================================*/
#container
{
	text-align: left;
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}









/*============================================================
	Headings
============================================================*/
h1
{
	font: bold 32px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
	color: #FFF;
}

h2, h2 a
{
	font: normal 22px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
	color: #FF0000;
	margin-bottom: 5px;
}

h2 a:hover
{
	color: #000;
}

h4
{
	font: bold 20px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
	line-height: 22px;
	color: #444;
	margin-bottom: 10px;
}










/*============================================================
	Columns
============================================================*/
#content
{
	background: #FFF;
	border: 1px solid #FFF;
}

#column_left
{
	float: left;
	width: 677px;
	border-right: 1px solid #ccc;
}

#column_right
{
	float: left;
	width: 280px;
}

#column_left div.margin
{
	margin: 20px;
}






#wallstop p
{

}

#wallstop
{
	height: 160px;
}

#wallstop ul
{
	list-style: none;
	clear: both;
	margin: 10px;
}

#wallstop ul li
{
	float: left;
	margin: 5px;
}

#wallstop ul li a
{
	display: block;
	float: left;
	width:144px;
	border: 1px solid #FFF;
}

#wallstop ul li a img
{
	margin: 2px;
	width: 140px;
}




/*============================================================
	Header
============================================================*/
#header
{
	text-align: center;
	height: 200px;
}

#header #heading h1 a
{
	display: block;
	width: 644px;
	height: 197px;
	background: url('images/logo.jpg');
	margin: 0 auto;
}

#header #heading h1 a span
{
	display: none;
}




/*============================================================
	Navigation
============================================================*/
#navigation
{
	height: 52px;
	background: url('images/nav_bg.jpg') #000;
}

#navigation ul
{
	list-style: none;
}

#navigation ul li
{
	float: left;
	line-height: 52px;
}

#navigation ul li a
{
	float: left;
	line-height: 52px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
}

#navigation ul li a:hover, #navigation ul li a.active
{
	color: #FF0000;
}

#navigation ul li.current-cat a, #navigation ul li.current_page_item a
{
	color: #FF0000;
}

#navigation p.desc
{
	line-height: 52px;
	color: #FFF;
	font-size: 10px;
	padding-right: 10px;
}

















/*============================================================
	Column right
============================================================*/
#column_right div.margin
{
	margin: 20px;
}

#column_right ul
{
	list-style: none;
}

#column_right ul li
{

}

#column_right li li
{
	line-height: 18px;
	background: url('images/bullet_x.gif');
	background-repeat: no-repeat;
	background-position: 12px 6px;
	padding-left: 24px;
	padding-right: 24px;
}

#column_right li li a
{
	text-decoration: none;
	color: #949494;
}

#column_right li li a:hover
{
	text-decoration: underline;
	color: #999;
}



#column_right p.quickdesc
{
	line-height: 18px;
	margin-bottom: 18px;
	margin-top: 18px;
	color: #666;
	text-align: justify;
}

















/*============================================================
	Footer
============================================================*/
#footer
{
	height: 200px;
	text-align: left;
	padding: 10px;
	border-top: 1px solid #ccc;
}

#footer p
{
	line-height: 18px;
	color: #666;
}

#footer p a
{
	color: #4d73ca;
}

#footer p a:hover
{
	text-decoration: underline;
}









/*============================================================
	A post
============================================================*/
div.post
{
	margin-bottom: 50px;
}

div.entry p
{
	line-height: 18px;
	margin-bottom: 18px;
	color: #666;
	text-align: justify;
}

div.entry p a
{
	color: #4d73ca;
}

div.entry p a:hover
{
	text-decoration: underline;
}



div.information
{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	height: 38px;
}

div.information p
{
	line-height: 18px;
	color: #666;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.information p a
{
	color: #4d73ca;
}

div.information p a:hover
{
	text-decoration: underline;
}














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




















img.alignleft
{
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
}

img.alignright
{
	margin-left: 15px;
	margin-bottom: 15px;
	float: right;
}