/*  

*****************************************************
-----------------------------------------------------

Theme Name: WM Home


-----------------------------------------------------
*****************************************************



********************
--------------------
      Contents
--------------------
********************

 
	* General
	* Layout
		- Header
		- Container
	* Content	(Includes items in the main content area)
		- Post headers
		- Posts
    * Navigation    (Includes items in the navigation menu)
        - Navigation
	* Sidebar	(Includes items in the sidebar)
		- General
		- Sidebar headers
		- Wordpress calendar
	* Footer   (Includes items in the footer)
	* Misc.    (Includes miscellaneous items)

*/

/*******************
 **    General    **
 *******************/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
    margin: 0;
    padding: 0;
}
body{
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    vertical-align: top;
    color: #1B1464;
}
img{
    border: 0;
}
h2{
    font-family: Arial, Verdana, sans-serif;
    font-size: 22px;
	color: #1B1464;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 10px;
}
h3{
    font-family: Arial, Verdana, sans-serif;
    font-size: 22px;
	color: #007DC5;
	font-weight: normal;
	line-height: 24px;
}
h4{
    font-family: Arial, Verdana, sans-serif;
    font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	color: #00488c;
}
h5{
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px;
	font-weight: normal;
	color: #00488c;
}
p{
    padding: 0;
}

#latestposts li{
	list-style-type: none;
	margin-top: 8px;
	font-size: 11px;
}

/*******************
 **    Layout     **
 *******************/


#header_wrapper{
    margin: 0 auto;
    width: 100%;
    position: relative;
}
#header{
	margin: 0 auto;
	width: 955px;
	padding: 0px;
}
#background_container{
	
}
#content_container{
    margin: 0 auto;
    width: 955px;
    position: relative;
}
#container{
    margin: 0 auto;
    padding: 0;
    float: left;
	width: 955px;
}

/*******************
 **    Content    **
 *******************/


.post{
    padding: 0;
    clear: both;
    float: left;
}
.post h2{
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 22px;
}
.entry{
    line-height: 18px;
    float: left;
}
p.postmetadata{
	font-size: 0.85em;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #004287;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-bottom: 10px;
}

/*******************
 **  Navigation   **
 *******************/
 
.navigation{
    padding: 0 0 10px 0;
    font-size: 12px;
    line-height: 18px;
    clear: both;
}

/*******************
 **    Sidebar    **
 *******************/
.sidebar{
    margin: 0 auto;
    padding: 60px 0 20px 25px;
    float: left;
    width: 225px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 0.85em;
    display: inline;
}
.sidebar ul{
    list-style-type: none;
    margin: 0;
    padding: 0 10px 0 10px;
}
.sidebar h2{
    font-family: Georgia, sans-serif;
    font-size: 1.3em;
    padding: 10px 0 10px 0;
}
.sidebar ul ul li{
    padding: 0;
    line-height: 20px;
}
#wp-calendar{
    width: 100%;
}

/*******************
 **     Search    **
 *******************/

#searchform div{
    padding: 0;
}
#searchsubmit{
    background: url(img/go_button.png) no-repeat;
    width: 25px;
    height: 25px;
    border: 0;
    cursor: pointer;
    vertical-align: top;
}
#s{
    color: #5b5b5b;
    border: 4px solid #ccc;
    background: transparent;
}
.hidden{
    display: none;
}

/*******************
 **   Comments    **
 *******************/

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 1em;
}

.commentmetadata{
	font-size: 0.75em;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 0.75em;
}

/*******************
 **     Footer    **
 *******************/

#footer{
	margin: 0 auto;
	padding: 0;
	width: 100%;
	float: left;
}
#footer p{
    line-height: 18px;
    padding: 10px 0 10px 0;
}
#footer .legal{
    float: left;
}
#footer .credit{
    float: right;
}

/*******************
 **     Misc.     **
 *******************/

.clear_float{
    clear: both;
}
img.avatar{
    float:left;
    margin-right:5px;
}
.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft{
    float: left;
}
.alignright{
    float: right;
}
.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-dd{
    font-size: 0.69em;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}

/*******************
 **    Links   **
 *******************/

a {
	color: #0097FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a.navigationbar{
	color: #0097FF;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	text-align: center;
	height: 19px;
}
a.navigationbar:hover {
	text-decoration: underline;
	color:#FFF;
}
a.navigationhomebar{
	color: #0097FF;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	text-align: center;
	height: 19px;
}
a.navigationhomebar:hover {
	text-decoration: underline;
}
a.navigationselectedbar{
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	text-align: center;
	height: 19px;
}
a.navigationselectedbar:hover {
	text-decoration: underline;
}
a.navigationsubbar{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.navigationsubbar:hover {
	text-decoration: underline;
}
a.navigationhome{
	color: #004588;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	text-align: center;
}
a.navigationhome:hover {
	text-decoration: underline;
}
a.bloglink{
	color: #004588;
	font-weight: bold;
	text-decoration: none;
}
a.bloglink:hover {
	text-decoration: underline;
}
a.navigationshop {
	color: #9FDDF9;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	text-align: center;
}
a.navigationshop:hover {
	text-decoration: underline;
}
a.navigationblog {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	text-align: center;
}
a.navigationblog:hover {
	text-decoration: underline;
}
/*******************
 **    Text  **
 *******************/
 
.blue1 {
	color: #1B1464;
}
.blue2 {
	color: #1B1464;
}
.blue3 {
	color: #1B1464;
}
.blue4 {
	color: #1B1464;
}
.blue5 {
	color: #1B1464;
}
.black {
	color: #000000;
}
.text13{
	font-size: 13px;
}
.bluehometext {
	line-height: 22px;
}
.brown11 {
	font-size: 11px;
	font-weight: bold;
	color: #C68E17;
}
.brown11only {
	font-size: 11px;
	color: #C68E17;
}
.footertext{
	font-size: 11px;
	color: #004588;
}
.bookfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #403f3f;
	width: 141px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #0386c8;
	border-right-color: #0386c8;
	border-bottom-color: #0386c8;
	border-left-color: #0386c8;
}
.homefield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #C68E17;
	width: 143px;
	height: 14px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #C68E17;
}
.homefieldenquiry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #C68E17;
	width: 121px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	background: transparent;
	padding: 0px;
	border: 1px solid #C68E17;
}
.hometextarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #C68E17;
	width: 147px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 44px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	background: transparent;
	padding: 0px;
	border: 1px solid #C68E17;
}
.homeselect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #C68E17;
	width: 161px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	background: transparent;
	padding: 0px;
	border: 1px solid #C68E17;
}
.works{
	font-size: 12px;
	color: #9d5dfd;
}
a.works{
	color: #9d5dfd;
	text-decoration: none;
	line-height: 15px;
}
a.works:hover {
	text-decoration: underline;
}
.obesity{
	font-size: 12px;
	color: #ce6b00;
}
a.obesity{
	font-size: 12px;
	color: #ce6b00;
	text-decoration: none;
	line-height: 15px;
}
a.obesity:hover {
	text-decoration: underline;
}
.eating{
	font-size: 12px;
	color: #039117;
}
a.eating{
	font-size: 12px;
	color: #039117;
	text-decoration: none;
	line-height: 15px;
}
a.eating:hover {
	text-decoration: underline;
}
.weight{
	font-size: 12px;
	color: #0097ff;
}
a.weight{
	font-size: 12px;
	color: #0097ff;
	text-decoration: none;
	line-height: 15px;
}
a.weight:hover {
	text-decoration: underline;
}
.whiteheadertext {
	color: #FFF;
}
.bluenumbers{
	color: #0097FF;
	font-size: 18px;
}
.bignumbers{
	font-size: 18px;
}