/*
Theme Name: Adsense Tutorials
Theme URI: http://www.michaelgarethmorgan.com
Description: Adsense Tutorials
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;
}









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

a:hover
{
	text-decoration: underline;
}

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

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
{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 10px;
	-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;
	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 12px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
	color: #FFF;
}

h2 a
{
	color: #330033;
}

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

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: #164251;
	color: #353535;
	text-align: center;
}

#wrapper
{
	width: 968px;
	text-align: left;
	margin: auto;
	overflow: hidden;
	border: 1px solid #330033;
	margin-top: 20px;
	margin-bottom: 20px;
}













/*============================================================
	Primary structure(s)
============================================================*/
#main
{
	background: url('images/main_bg.png') #FFF;
	background-repeat: repeat-y;
	padding: 20px;
	border-top: 3px solid #330033;
}

#content
{
	float: left;
	width: 720px;
}

#sidebar
{
	float: left;
	width: 180px;
	margin-right: 20px;
}











/*============================================================
	Header
============================================================*/
#header
{
	height: 140px;
	background: #FFF;
	background: url('images/header_bg.png') #FFF;
	padding-left: 40px;
}

#header h1
{
	padding-top: 40px;
}

#header span
{
	color: #FFF;
}







/*============================================================
	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;
}







.index div.post, .archive div.post
{
	float: left;
	width: 350px;
	height: 270px;
}

div.alt
{
	margin-left: 20px;
}

div.post div.heading
{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
}

div.post div.heading span.detail
{
	color: #666;
}

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




#sidebar div.box
{

}

#sidebar h4
{

}


#sidebar ul
{
	list-style: none;
}

#sidebar ul li
{
	line-height: 18px;
	color: #9f9f9f;
	font-size: 10px;
}

#sidebar ul li a
{
	color: #444467;
	font-weight: bold;
	font-size: 11px;
}

#sidebar ul li a:hover
{
	text-decoration: underline;
}

#sidebar ul li ul
{
	list-style: none;
}

#sidebar ul li ul li
{
	
}

#sidebar ul 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;
}







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

#footer p
{
	margin: 0;
}