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


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

.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	clear: both;
}

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

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.png') #eeeeee;
	background-repeat: repeat-x;
}








/*============================================================
	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 26px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
	color: #151512;
	margin-bottom: 5px;
}

h2 a:hover
{
	color: #4d73ca;
}

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

#column_right h4
{
	font-family: "Verdana", sans-serif;
	font-size: 11px;
	line-height: 28px;
	color: #24728E;
	font-weight: bold;
	margin: 0;
}










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

#column_main
{
	padding-left: 10px;
	padding-right: 10px;
}

#column_left
{
	float: left;
	width: 656px;
}

#column_right
{
	float: left;
	width: 270px;
	margin-left: 10px;
	border: 1px solid #c5c5c5;
}










/*============================================================
	Header
============================================================*/
#header
{
	text-align: left;
	height: 90px;
	background: url('images/header_bg.png');
	margin-bottom: 10px;
}

#header #heading
{
	
}

#header #heading h1 a
{
	float: left;
	display: block;
	width: 469px;
	height: 90px;
	background: url('images/logo.png');
}

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

#belowheader
{
	margin-bottom: 20px;
}






/*============================================================
	Navigation
============================================================*/
#navigation
{
	height: 40px;
}

#navigation ul
{
	list-style: none;
	margin: 5px;
}

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

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

#navigation ul li a:hover, #navigation ul li a.active
{
	color: #000;
	background: #FFF;
}

#navigation ul li.current-cat a, #navigation ul li.current_page_item a
{
	
}

#navigation p.desc
{
	line-height: 41px;
	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;
}

#footer img.left
{
	float: left;
}

#footer img.right
{
	float: right;
}

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