/*
Theme Name: HTMAW
Theme URI: http://www.michaelgarethmorgan.com
Description: MTMAW 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: underline;
	color: #f57b2d;
}

a:hover
{
	text-decoration: none;
}

p, li
{
	line-height: 20px;
}

p
{
	margin-bottom: 18px;
}

small
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

hr
{
	margin-bottom: 20px;
	margin-top: 20px;
}

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 24px "Lucida Grande", "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	color: #8fae7f;
	margin-bottom: 10px;
}

h2
{
	font: bold 20px "Lucida Grande", "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	color: #f57b2d;
	margin-bottom: 10px;
	padding-top: 10px;
}

h3
{
	font: bold 16px "Lucida Grande", "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	color: #444;
	margin-bottom: 10px;
	padding-top: 10px;
}








/*============================================================
	Body & container(s)
============================================================*/
body
{
	font-size: 13px;
	font-family: Verdana, Arial, Sans-Serif;
	background: url('images/body_bg.png') #FFF;
	background-repeat: repeat-x;
	color: #444;
}

#outer
{
	background: url('images/top_bg.png');
	background-repeat: no-repeat;
	background-position: top;
}

#wrapper
{
	width: 900px;
	text-align: left;
	margin: auto;
	margin-bottom: 30px;
}



/*============================================================
	Primary structure(s)
============================================================*/
#main
{

}

#content
{
	float: left;
	width: 572px;
}

#sidebar
{
	float: left;
	width: 301px;
	margin-left: 20px;
}








/*============================================================
	Header
============================================================*/
#header
{
	height: 350px;
}

#header a.logo
{
	display: block;
	width: 463px;
	height: 97px;
	float: right;
	margin-top: 85px;
	margin-right: 45px;
}







/*============================================================
	Content
============================================================*/
#content ul
{
	list-style-type: disc;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
}

#content ul li
{
	list-style-type: disc;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}

#content div.share
{
	text-align: center;
	font-size: 12px;
        font-weight:bold;
	margin-top: 30px;
	margin-bottom: 30px;
}

#content div.share p
{
	line-height: 24px;
}

#content div.share a.icon
{
	width: 24px;
	height: 24px;
	padding-left: 3px;
	padding-right: 3px;
}

#content div.share a.icon:hover
{
	text-decoration: none;
}

#content div.share a.icon img
{
	vertical-align: top;
}

#content div.newsletter
{
	width: 572px;
	height: 133px;
	background: url('images/newsletter_bg.png');
}

#content div.newsletter form
{
	float: right;
	width: 220px;
}

#content div.newsletter form input.namefield
{
	float: left;
	background: none;
	margin-left: 10px;
	margin-top: 18px;
	width: 182px;
	height: 14px;
	padding: 5px;
	padding-top: 7px;
	padding-left: 10px;
	border: 0;
	color: #444;
	font-size: 11px;
}

#content div.newsletter form input.emailfield
{
	float: left;
	background: none;
	margin-left: 10px;
	margin-top: 8px;
	width: 182px;
	height: 14px;
	padding: 5px;
	padding-top: 7px;
	padding-left: 10px;
	border: 0;
	color: #444;
	font-size: 11px;
}

#content div.newsletter form input.submitfield
{
	float: left;
	background: url('images/newslettersubmit_bg.png');
	margin-left: 10px;
	margin-top: 12px;
	width: 198px;
	height: 29px;
	border: 0;
	color: #444;
	font-size: 11px;
}





/*============================================================
	Sidebar
============================================================*/
#sidebar form.signupform
{
	height: 175px;
	margin-bottom: 30px;
}

#sidebar form.signupform input.namefield
{
	float: left;
	background: none;
	margin-left: 20px;
	margin-top: 42px;
	width: 125px;
	height: 18px;
	padding: 5px;
	padding-left: 10px;
	border: 0;
	color: #444;
	font-size: 11px;
}

#sidebar form.signupform input.emailfield
{
	float: left;
	background: none;
	margin-left: 20px;
	margin-top: 8px;
	width: 125px;
	height: 18px;
	padding: 5px;
	padding-left: 10px;
	border: 0;
	color: #444;
	font-size: 11px;
}

#sidebar form.signupform input.submitfield
{
	float: left;
	background: url('images/sidebarsubmit_bg.png');
	margin-left: 20px;
	margin-top: 8px;
	width: 138px;
	height: 29px;
	border: 0;
	color: #444;
	font-size: 11px;
}

#sidebar div.box
{
	margin-bottom: 30px;
	border: 1px solid #e1dbdb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#sidebar div.inner
{
	margin-bottom: 0px;
	padding: 20px;
	border: 1px solid #f0f0f0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#sidebar span.heading
{
	display: block;
	font: bold 18px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
	color: #7d7d7d;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#sidebar ul.articles
{
	list-style: none;
	
}

#sidebar ul.articles li
{
	font-size: 13px;
	margin-bottom:8px;
}





/*============================================================
	Footer
============================================================*/
#footer
{
	background: url('images/footer_bg.png');
	height: 104px;
}

#footer p
{
	padding-top: 35px;
	text-align: center;
	color: #666;
}

#footer p a
{
	color: #666;
}

img.pino {
	float:right;
	padding:10px;
}

img.bc {
	background:#f2f2f2;
	border:1px dotted #ddd;
	padding:10px;
	margin: 10px auto;
	text-align: center;
	display: block;
}

.postauthor {
	color: #666666;
	font-size: 10px;
        margin-top:-5px;
	margin-bottom: 10px;
	}
