/*
Theme Name: WMTuts
Theme URI: http://www.michaelgarethmorgan.com
Description: WMTuts WP theme
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
*/

/*============================================================
	Basics
============================================================*/
*
{
	margin: 0;
	padding: 0;
	border: 0;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	clear: both;
}

.nomargin
{
	margin: 0;
}







/*============================================================
	Defaults
============================================================*/
a
{
	text-decoration: none;
	color: #0099cc;
}

a:hover
{
	text-decoration: underline;
}

p, li
{
	line-height: 22px;
}

p
{
	margin-bottom: 18px;
}

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

img.alignleft
{
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	padding: 5px;
	border: 1px solid #EEE;
}

img.alignright
{
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
	padding: 5px;
	border: 1px solid #EEE;
}

.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 1px solid #EEE;
}

.wp-caption
{
	text-align: center;
}

.wp-caption img
{
	margin: 0;
	padding: 0;
	border: 0 none;
	max-width: 540px;
}

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

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






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

h1 a
{
	color: #FFF;
}

h2
{
	font: normal 28px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
	color: #1e1e1e;
}

h2 a
{
	color: #1e1e1e;
}

h3
{
	font: normal 28px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
	color: #1e1e1e;
}

h3 a
{
	color: #1e1e1e;
}

h4
{
	font: normal 16px "Lucida Grande", "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	color: #333;
}

h4 a
{
	color: #1e1e1e;
}



/*============================================================
	Body & container(s)
============================================================*/
body
{
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	background: #119bce;
	color: #222;
	text-align: center;
}

#wrapper
{
	width: 960px;
	text-align: left;
	margin: auto;
	overflow: hidden;
	background: #FFF;
}













/*============================================================
	Primary structure(s)
============================================================*/
#main
{
	background: url('images/main_bg.png') #FFF;
	background-repeat: repeat-y;
	background-position: right;
}

#content
{
	float: left;
	width: 610px;
	padding: 30px;
}

#sidebar
{
	float: left;
	width: 230px;
	padding: 30px;
}











/*============================================================
	Header
============================================================*/
#header
{
	height: 120px;
	background: url('images/header_bg.png');
}

#header h1
{
	float: left;
	display: block;
	padding-left: 30px;
	padding-right: 30px;
	height: 120px;
}

#header h1 a
{
	display: block;
	width: 381px;
	height: 120px;
	background: url('images/logo.png');
	background-repeat: no-repeat;
}

#header h1 span
{
	display: none;
}

#header div.adv
{
	float: right;
	height: 60px;
	width: 468px;
	background: url('images/headeradbg.png');
	margin: 30px;
	margin-left: 0;
}







/*============================================================
	Navigation
============================================================*/
#navigation
{
	background: #3b92a3;
	height: 40px;
	margin-bottom: 20px;
	border-top: 5px solid #330033;
	display: none;
}

#navigation ul
{
	list-style: none;
}

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

#navigation ul li a
{
	text-transform: uppercase;
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFF;
}







div.post
{
	margin-bottom: 50px;
}

div.post span.detail
{
	color: #666;
	display: block;
	border-bottom: 1px solid #EEE;
	padding-bottom: 18px;
	margin-bottom: 18px;
}

div.entry ul, div.entry.ol
{
	padding-left: 25px;
	margin-bottom: 20px;
}





div.comments
{
	margin-bottom: 50px;
}

div.comments #comments
{
	list-style: none;
}

div.comments #comments li
{
	padding: 15px;
	margin-bottom: 20px;
	background: #EEE;
}

div.comments #comments li.alt
{
	background: #FFF;
}

div.comments #comments li span.title
{
	font: normal 20px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
	color: #1e1e1e;
}

div.comments #comments li span.title a
{
	color: #1e1e1e;
}



div.addcomment
{
	
}

div.addcomment span.title
{
	font: normal 20px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
	color: #1e1e1e;
	display: block;
}

#commentform
{
	padding: 15px;
}

#commentform input.text, #commentform textarea
{
	border: 1px solid #e1e1e1;
	padding: 5px;
	margin: 3px;
	width: 300px;
	font-size: 11px;
	margin-bottom: 15px;
}

#commentform textarea
{
	width: 400px;
}


#commentform label
{
	color: #666;
	display: block;
	padding-bottom: 5px;
}

div.addcomment input.button
{
	border: 1px solid #e1e1e1;
	padding: 5px;
	margin: 3px;
	font-size: 11px;
}






#sidebar div.box
{
	margin-bottom: 30px;
}

#sidebar span.title
{
	font: normal 20px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
	color: #1e1e1e;
}

#sidebar ul
{
	list-style: none;
}

#sidebar ul.categories li
{
	font: normal 20px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
	line-height: 30px;
}

#sidebar ul.categories li a
{
	color: #1e1e1e;
}

#sidebar ul.categories li ul
{
	margin-bottom: 10px;
}

#sidebar ul.categories li ul li
{
	font-size: 16px;
	line-height: 20px;
}

#sidebar ul.categories li ul li a
{
	color: #6677c8;
	font-weight: normal;
	padding-left: 18px;
	background: url('images/category.png');
	background-repeat: no-repeat;
	background-position: left center;
}

#sidebar ul.ads125
{
margin-left: -15px;
margin-top: -15px;
}

#sidebar ul.ads125 li
{
	text-align: center;
}






#footer
{
	background: #FFF;
	border-top: 1px solid #ccc;
	padding: 20px;
}

#footer p
{
	margin: 0;
}
















.wp-pagenavi
{
	text-align: center;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 6px 10px 6px 10px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #E2E2E2;
	color: #444467;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	padding: 6px 10px 6px 10px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #E2E2E2;
	color: #444467;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #999;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi a:active {
	padding: 6px 10px 6px 10px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #999;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	padding: 6px 10px 6px 10px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #E2E2E2;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 6px 10px 6px 10px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #999;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 6px 10px 6px 10px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}


















form
{
	background: #ffffcc;
	border: 2px dashed #CCC;
	padding: 20px;
}

form input.text, form input[type=text]
{
	padding: 4px;
	font-size: 11px;
	border: 1px solid #CCC;
	color: #333;
}

form input.button, form input[type=submit]
{
	padding: 4px;
	font-size: 11px;
	border: 1px solid #CCC;
	color: #333;
	font-weight: bold;
}

form label
{
	display: block;
	font-weight: bold;
}

form p.left
{
	margin-right: 20px;
}

form .inputSmall
{
	width: 100px;
}

form .inputMedium
{
	width: 250px;
}

form img.antispam
{
	float: left;
	margin-right: 10px;
}

div.newsletter form input[type=submit]
{
	clear: both;
}



ul.errors
{
	margin-bottom: 20px;
}


div.afterreading
{
	padding: 15px;
	background: #f1f3ff;
	border: 1px solid #DFDFDF;
}

div.afterreading div.right
{
	width: 240px;
}

div.afterreading ul.relatedposts
{
	list-style: none;
}

div.afterreading ul.relatedposts li
{
	display: block;
	padding-left: 20px;
	background: url('images/relatedpostbullet.png');
	background-repeat: no-repeat;
	background-position: left;
}

div.afterreading span.title
{
	font: normal 20px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
	color: #1e1e1e;
	padding-bottom: 5px;
}



ul.validlinktest
{
	margin-bottom: 20px;
	list-style: none;
}

ul.validlinktest li.active
{
	padding-left: 30px;
	background: url('images/validlinktest/active.png');
	background-repeat: no-repeat;
	background-position: left;
}

ul.validlinktest li.dead
{
	padding-left: 30px;
	background: url('images/validlinktest/dead.png');
	background-repeat: no-repeat;
	background-position: left;
}
