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

.dnone
{
	display: none;
}







/*============================================================
	Defaults
============================================================*/
ul
{
	list-style: none;
}

a
{
	text-decoration: none;
	color: #4d73ca;
}

a:hover
{
	text-decoration: underline;
}

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

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

.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption
{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 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;
}

.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
============================================================*/
h2, h2 a
{
	font: normal 20px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
	color: #330033;
}







/*============================================================
	Body & container(s)
============================================================*/
body
{
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	background: url('images/body_bg.png') #dde9eb;
	background-repeat: repeat-x;
	color: #666;
	text-align: center;
}


#container, div.container
{
	width: 960px;
	text-align: left;
	margin: auto;
	overflow: hidden;
}

#page
{
	background: #f3f3f3;
	border-left: 1px solid #99cccc;
	border-right: 1px solid #99cccc;
	border-bottom: 1px solid #99cccc;
	padding: 5px;
	padding-bottom: 0;
	margin-bottom: 5px;
}




/*============================================================
	Column structure
============================================================*/
#main
{
	float: left;
	width: 688px;
}

#sidebar
{
	float: left;
	width: 255px;
	margin-left: 5px;
}

#big
{
	border: 1px solid #e7e7e7;
	background: #FFF;
	margin-bottom: 5px;
	height: 200px;
	display: none;
}

.whiteBox
{
	border: 1px solid #e7e7e7;
	background: #FFF;
	margin-bottom: 5px;
}

#main .whiteBox, #main .plainBox
{
	padding: 20px;
}

#sidebar .whiteBox
{
	padding: 20px;
}

#sidebar .ad125
{
	margin-bottom: 4px;
}






/*============================================================
	Header
============================================================*/
#header
{
	height: 40px;
	width: 100%;
}

.bar-graph
{
	float: left;
	width: 956px;
	margin-top: 10px;
	height: 12px;
	background: #243b4c;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #435260;
	padding: 1px;
}

.bar-graph-part
{
	float: left;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	text-align: center;
}

#header a
{
	display: block;
	text-align: right;
	padding-right: 5px;
	height: 100%;
	color: #666666;
	line-height: 12px;
	font-size: 10px;
}

#header a:hover
{
	color: #FFF;
	text-decoration: none;
}


.bar-graph-complete
{
	background:#435260 !important;
}

.bar-graph-complete a
{
	color: #FFF;
}







/*============================================================
	Navigation
============================================================*/
#navigation
{
	height: 40px;
	width: 100%;
	background: #142738;
	font-family: "Trebuchet MS", "Helvetica", sans-serif;
	font-weight: bold;
}

#navigation .inner
{
	background: url('images/navigation_bg.png');
	height: 40px;
}

#navigation ul
{
	list-style: none;
	height: 40px;
}

#navigation ul li
{
	float: left;
}

#navigation ul li a
{
	display: block;
	line-height: 40px;
	text-align: center;
	color: #666666;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #435260;
}

#navigation ul.right li a
{
	border-left: 1px solid #435260;
	border-right: 0;
}

#navigation ul li a:hover
{
	color: #FFF;
}

#navigation ul li.current_page_item a
{
	color: #FFF;
	background: url('images/navigation_hover.png');
}

#navigation h1
{
	float: left;
	display: block;
	width: 172px;
	height: 40px;
}

#navigation h1 a
{
	display: block;
	width: 172px;
	height: 40px;
	background: url('images/logo.png');
}

#navigation h1 a:hover
{
	background: url('images/logo.png');
	background-position: bottom;
}

#navigation h1 a span
{
	display: none;
}


#navigation img.right
{
	height: 40px;
}














/*============================================================
	Sidebar
============================================================*/
#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/bullets/category.png');
	background-repeat: no-repeat;
	background-position: left center;
}







#footer
{
	padding: 5px;
	height: 45px;
}

#footer p
{
	text-align: center;

}







/*============================================================
	A post
============================================================*/
div.post span.detail
{
	color: #999;
	line-height: 18px;
}

div.post span.detail a
{
	color: #999;
}

div.post ul, div.post ol
{
	margin-left: 24px;
	margin-bottom: 18px;
}

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

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

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



ul.relatedposts
{
	margin: 0;
	list-style-type: square;
	display: block;
	float: left;
}

ul.relatedposts li
{
	margin: 0;
}









div.leftrightnav
{
	margin: 10px;
	clear: both;
height: 35px;
}

div.leftrightnav div.alignleft
{
	float: left;
	line-height: 32px;
}

div.leftrightnav div.alignright
{
	float: right;
	line-height: 32px;
}









/*============================================================
	Comments
============================================================*/
.commentlist
{
	list-style: none;
}

.commentlist div.comment
{
	border: 1px solid #e7e7e7;
	background: #FFF;
	margin-bottom: 5px;
	padding: 20px;
}

.commentlist img.avatar
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 2px;
	border: 1px solid #CCC;
}

.commentlist li
{

}

.commentlist div.comment-author cite.fn
{
	font: normal 20px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
	color: #330033;
}

.commentlist div.comment-author cite.fn a
{
	color: #330033;
}

.commentlist p
{
	clear: both;
	padding-top: 10px;
}

.commentlist div.comment-meta a
{
	color: #4d73ca;
}

span.says
{
	display: none;
}







/*============================================================
	Comment form
============================================================*/
#commentform
{
	
}

#commentform div.paneleft
{
	float: left;
	width: 230px;
}

#commentform div.paneright
{
	float: left;
	width: 410px;
}

#commentform label
{
	display: block;
	color: #777;
}

#commentform input.text
{
	font-size: 11px;
	margin-top: 2px;
	border: 1px solid #CCC;
	padding: 5px;
	width: 200px;
}

#commentform textarea
{
	font-size: 11px;
	margin-top: 2px;
	border: 1px solid #CCC;
	padding: 5px;
	width: 410px;
}

#commentform input.button
{
	font-size: 11px;
	margin-top: 2px;
	border: 1px solid #CCC;
	padding: 5px;
	background: #FFF;
	color: #666;
}


div.contactpage input, div.contactpage textarea
{
	border: 1px solid #e7e7e7;
	font-size: 11px;
	padding: 5px;
	color: #777;
}