/*
Theme Name: NPM 
Theme URI: http://www.npmfitness.com.au/
Description:  The custom NPM Fitness Theme. Original Theme by JTk - http://www.doc5.com. Recoded & fixed by Djarot Studio - http://www.djarot.com
Version: 2.1
Author: Theme by JTk - http://www.doc5.com.
*/

html, body { height: 100%; }

body {
	background: #B1D0EB;
	color: #111111;
	text-align: center;
	font-family: arial, verdana, tahoma, serif;
	font-size: 14px;
	padding:0px;
}

* {
	padding:0;
	margin:0;
}

#container {
	background: #FFF;
	min-height: 100%;
	_height: 100%;
	width:954px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/* Header */
h1#header {
	margin: 15px 0 0 0;
	height: 97px;
	background: url(images/header.jpg) 0 no-repeat;
	text-indent: -1234em;
	position: relative;
	z-index: 1001;
}

#header a {
	position: absolute;
	left: 30px;
	top: 10px;
	height: 60px;
	width: 400px;
	text-decoration: none;
	background-color: #feedd;
}

#header em {
	display: none;
}

/* Content */
#wrapper { width: 660px; float: left; }
#content { margin: 0 0 0 10px;}

#welcome_text { background: url(images/photo1.jpg);
    float:left;
	font-size: 13px;
	color: #000000;
	width: 642px;
	height: 301px;
}
#welcome_text p {
    float:left; text-align:justify;
	margin:0 0 0 0;
	padding:85px 0 0 10px;
	font-size: 12px;
	color: #000000;
	width: 165px;
}

#featured_header { background:#F2F2F2;
	color: #1F1F1F;
	width: 629px;
	height: 22px;
	padding: 5px 5px 0px 7px;
	margin: 15px 0 10px 0;
	float:left;
	font-size: 14px;
	font-weight: bold;
	border:1px solid #BDB9BA;
}

#featured_header span {
	color: #F26A2C;
}

#featured_articles {
	width: 640px;
	font-size: 11px;
}

#featured_workingout {
	width: 200px;
	float: left;
	margin: 0 15px 0 0;
}

#featured_nutrition {
	width: 200px;
	float: left;
	margin: 0 15px 0 0;
}

#featured_lifestyle {
	width: 200px;
	float: left;
	margin: 0 0 0 0;
}

hr.featured_clear {
	height: 10px;
	visibility: hidden;
	clear:both;
	width: 300px;
	margin: 0;
}

#featured_articles h2{
	color: #F26A2C;
	vertical-align: middle;
	padding: 0 0 4px 0;
	margin: 0 0 4px 0;
    position: relative;
	background: url(images/line3.jpg) bottom center repeat-x;
	font-size: 13px;
}

#featured_articles a {
	color: #4C7EB8;
	font-weight: bold;
}

#featured_articles a:visited {
	color: #4C7EB8;
	font-weight: bold;
}

#featured_articles a:hover {
	color: #4C7EB8;
	font-weight: bold;
}

#blog_name {
	position: absolute;
	top: 40px;
	right: 40px;
	color: #222222;
	z-index: 9999;
}

#blog_slogan {
	position: absolute;
	top: 70px;
	left: 105px;
	color: #504F4F;
	font-weight: bold;
	font-size: 12px;
	z-index: 9999;
}

#main_menu {
	position: absolute;
	right: 40px;
	top: 10px;
	color: #ED6A26;
	margin: 0;
	padding: 0;
	word-spacing: -.2px;
	font-size: 10px;
	z-index: 12002;
	font-weight: normal;
    text-transform: uppercase;
}

#main_menu ul {
	list-style: none;
	padding: 0;
	margin: 0 0 6px;
}

#main_menu li {
	margin: 0;
	display: inline;
	padding: 2px 10px 2px 10px;
	border-right: 1px solid #B1D0EB;

}

#main_menu li a {
	color: #ED6A26;
	text-decoration: none;
	background-color: transparent;
	border-width: 0px;
	padding: 3px 5px 3px 5px;

}

#main_menu li a:visited {
	color: #ED6A26;
	text-decoration: none;
	background-color: transparent;
	border-width: 0px;
	padding: 3px 5px 3px 5px;

}

#main_menu li a:hover {
	color: #ffffff;
	background-color: #8CBBE4;
	border-color: #ffffff;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
}

#rss_feed {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1200;
}


h1, h2, h3, h4, h5 {
	color: #888787;
	font-weight: bold;
}

h6 {
	color: #888787;
	font-size: 13px;
	font-weight: bold;
}

h1 {
	font-size: 16px
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 12px;
}

hr.clearing {
	height: 1px;
	visibility: hidden;
	clear:both;
	width: 500px;
	margin: 0;
}

hr#clear {
	clear: both;
	height: 90px;
	visibility: hidden;
}

p,
pre,
blockquote,
form,
label,
dl,
fieldset,
address {
	margin: 10px 0;
}

fieldset {
	padding:10px;
}

/* Sidebar Positioning */

#sidebar {
	position: relative;
	float: right;
	color: #555353;
	margin: 0 0 0 0;
	padding: 0 5px 0 0;
	width: 276px;
	z-index: 1002;
    }

	/*  All of the sidebar lists */

#sidebar ul li ul li {
	margin: 0px;
	padding: 0 0 2px 12px;
	line-height: 99%;
	font-weight: bold;
	margin: 0 0 5px 10px;
	background:   url(images/bullet.jpg)   left  no-repeat;
}

#sidebar ul li ul li ul li{
	margin: 0px;
	padding: 0 0 4px 6px;
	font-weight: normal;
}

#sidebar ul li ul li ul{
	margin: 0px;
	padding: 0px;
}

/*  All of the sidebar H2's no margins */

#sidebar li {
	margin: 0;
}

#sidebar li ul{
	margin: 0;
}

/*  All of the sidebar H2s */

#sidebar ul li h2 {
	color:	#F26A2C;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	padding: 6px 0 0 12px;
	margin: 15px 0 10px 0;
	height: 23px;
    position: relative;
	background: url(images/sidebar_h2_back.jpg) 0 no-repeat;
	background-position: bottom left;
}

#sidebar a {
	color: #555353;
	font-size: 11px;
 	text-decoration: none;
}

#sidebar a:visited {
	color: #555353;
	 font-size: 11px;
 	text-decoration: none;
}

#sidebar a:hover {
	color: #4C7EB8;
	font-size: 11px;
	text-decoration: underline;
}

#recent_posts {
	background-color: #F5F5F5;
	border: 1px solid #BDB9B9;
	width: 230px;
	margin: 15px 0 0 0;
	padding: 10px 10px 10px 10px;
}

#recent_posts h3 {
	color:	#F26A2C;
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
	padding: 0 0 3px 0;
	margin: 0;
    position: relative;
	background: url(images/line4.jpg) 0 no-repeat;
	background-position: bottom left;
}

#recent_posts ul li {
	margin: 0px;
	padding: 0 0 2px 12px;
	line-height: 99%;
	font-weight: bold;
	margin: 0 0 5px 2px;
	background:   url(images/bullet2.jpg)   left  no-repeat;
}

#ready_for_a_change {
	background-color: #ffffff;
	border: 1px solid #BDB9B9;
	width: 230px;
	margin: 15px 0 0 0;
	padding: 25px 10px 25px 10px;
}

/* Post Stuff */

small {
	color: #8B8989;
	font-size: 10px;
	font-weight: bold;
	padding: 0 0 0 2px;
	font-style: italic;
}

.taggit {
	color: #4C7EB8;
}

.postmetadata {
	color: #929292;
	padding: 0 0 3px 2px;
	background: url(images/line1.jpg) 0 no-repeat;
	background-position: bottom left;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}

.entry {
	line-height: 1.3;
	font-size: 13px;
	color: #595959;
	margin: 0 25px 10px 10px;
}

.entry img{
	margin-right: 9px;
	border: 0;
}

.more-link{
	font-weight: bold;
     }

ul,
ol {
	margin: 6px 0 21px 0px;
	list-style-type: none;
}

li,
dd{
	margin-left: 6px;
	list-style-type: none;
}

#content ul {
	list-style-type: disc;
	margin-left: 21px;
}

blockquote {
	background-color: #F5F5F5;
	border: 1px solid #BDB9B9;
	padding: 3px 12px 3px 6px;
	margin: 9px 0 6px 9px;
	font-size: 13px;
}

.non_graybox {
	background-color: #F5F5F5;
	border: 1px solid #BDB9B9;
	padding: 3px 9px 3px 6px;
	margin: 9px 0 6px 9px;
	font-size: 13px;
}

.graybox {
	background-color: #F5F5F5;
	border: 1px solid #BDB9B9;
	padding: 3px 9px 3px 6px;
	margin: 9px 0 6px 9px;
	font-size: 13px;
}

ul#recentcomments li {
	margin: 0 0 7px 0;
}

li#recent-posts  ul li{
	margin: 0 0 7px 0;
}

form {

}

#searchform .buttons {
	 background-color: none;
	 border: 0px;
	 margin: 0 0 15px 0;
}

#searchform {
	margin: 0 0 0 8px;
	padding: 0;
	font-size: 11px;
	color: #AB324C;
}

input {
	color: #3000000;
	background-color: #EBF4DB;
	vertical-align: middle;
    padding: 4px 0 0 5px;
	margin: 8px 0 0 0;
    height: 20px;
    width: 183px;
    border: none;
	background: url(images/input_repeat.jpg) 0 no-repeat;
	font-family: "Trebuchet MS", helvetica, verdana, serif;
	font-size: 12px;
}

textarea {
	background-color: #EBF4DB;
	color: #000000;
	font-family: "Trebuchet MS", helvetica, verdana, serif;
	font-size: 12px;
	border: 1px solid #ffffff;
    padding: 2px 0 1px 2px;
    background: #ffffff url(images/input_repeat.jpg) bottom center repeat-x;
}

#commentform input {
	color: #000000;
	background: none;
	vertical-align: middle;
    padding: 2px 0 0 2px;
	margin: 4px 0 0 0;
    height: 25px;
    width: 194px;
    border: 1px solid #929292;
	font-family: arial, helvetica, verdana, serif;
	font-size: 12px;
	}

#commentform textarea {
	background: none;
	color: #000000;
	font-family: arial, helvetica, verdana, serif;
	font-size: 12px;
    border: 1px solid #929292;
    padding: 2px 0 1px 2px;
	margin: 4px 0 0 0;
	}

#commentform #submit {
	border: none;
	background: none;
	margin: 2px 0 0 0;
	height: 22px;
	width: 28px;
	}

.commentnumber {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

#commentform {
	padding: 4px 0 12px 18px;
}

#comments  {
	padding-left: 15px;
}

.move_the_comments {
	padding: 9px 6px 3px 6px;
	margin: 6px 0 6px 3px;
}

#commentlist li {
	padding-left: 18px;
}

 .commentlist{
      position: relative;
 }

 .commentmetadata {
	 
	}


/* Link Stuff */

a:link {
	color: #FB8104;
	text-decoration: none;
}

a:visited {
	color: #FB8104;
	text-decoration: none;
}
a:hover, a:active {
	color: #4C7EB8;
	text-decoration: underline;
}

.post h2 {
	color: #050101;
	font-size: 20px;
	margin: 0 0 2px 0;
	line-height: 1;
	font-weight: normal;
}

.post h2 a {
	color: #050101;
	text-decoration: none;
}

.post h2 a:visited {
	color: #050101;
	text-decoration: none;
}

.post h2 a:hover {
	color: #FB8104;
	text-decoration: underline;
}



.buttons_no_b {
	border: none;
	background: none;
	margin: 2px 0 0 0;
	height: 22px;
	width: 28px;
}

.search_no_b {
	margin: 3px 0 10px 0;
	border: none;
	background: none;
	height: 22px;
	width: 28px;
}

#postcomment {
	padding-left: 20px;
}

.small_comments {
	margin: 0 0 0 6px;
	color: #928F8F;
	font-weight: bold;
	font-size: 11px;
}


.comments_links {
	padding-left: 20px;
}

h3#respond {
	margin-left: 13px;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 9px;
	background-position: bottom left;
}

.read_more {
	margin: 0 40px 10px 0px;
	text-align: right;
}

.post_image {
	margin-right: 6px;
}

.post ul li{
	list-style-type: disc;
	margin-left: 25px;
	padding: 5px 0 3px 0;
}

.post ol li{
	list-style-type: decimal;
	margin-left: 25px;
	padding: 5px 0 3px 0;
}



/*--------------------calendar--------------------*/
 

#wp-calendar {
	empty-cells: show;
	margin: 10px 0 0 10px;
	width: 200px;
	}


#wp-calendar th {
	 color: #4C7EB8;
	}




#wp-calendar #next a {
	color: #FC5002;
		}

#wp-calendar #prev a {
	color: #FC5002;
	}

#wp-calendar a {
	color: #FC5002;
	font-size: 13px;
	}

#wp-calendar a:hover {
	color: #4C7EB8;
	font-size: 13px;
	}

#wp-calendar a:visited {
	color: #FC5002;
	font-size: 13px;
	}


#wp-calendar caption {
	
	}

#wp-calendar td {
	
	}

#wp-calendar td.pad:hover { 
      }


/*-------------------- widgets---------------------*/
h2.widgettitle{
     }
.widget {
     }

/*--------------------Archive--------------------*/


  /* Footer
-----------------------------------------*/
#footer {
	  font-weight: bold;
	  background: #B1D0EB;
	  color: #222222;
	  min-height: 80px;
	  _height: 80px;
	  width:954px;
	  position: relative;
	  padding: 0px 0px 0px 0px;
	  margin: -80px auto 0 auto;
	  text-align: left;
  }

 #footer_text {
    padding-top: 20px;
	padding-left: 20px;
	font-size: 13px;
  }

#footer a:link {
	color: #CCD790;
	text-decoration: none;
}

#footer a:visited {
	color: #CCD790;
	text-decoration: none;
}

#footer a:hover, a:active {
	color: #fefefe;
	text-decoration: underline;
}

#menu_footer{
	position: relative;
	color: #ED6A26;
	margin: 5px 0 0 0;
	padding: 0;
	word-spacing: -.2px;
	z-index: 12002;
	font-weight: normal;
    text-transform: normal;
}

#menu_footer ul {
	list-style: none;
	padding: 0;
	margin: 0 0 6px;
}

#menu_footer li {
	margin: 0;
	display: inline;
	padding: 2px 10px 2px 10px;
	border-right: 1px solid #C5E3FD;

}

#menu_footer li a:link {
	color: #333333;
	text-decoration: none;
	background-color: transparent;
	border-width: 0px;
	padding: 3px 5px 3px 5px;

}

#menu_footer li a:visited {
	color: #333333;
	text-decoration: none;
	background-color: transparent;
	border-width: 0px;
	padding: 3px 5px 3px 5px;

}

#menu_footer li a:hover {
	color: #000000;
	border-color: #000000;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
	text-decoration: none;
	padding: 3px 5px 3px 5px;

}
