/*
Theme Name: Yummy Fitness
Theme URI: http://yummyfitness.com 
Description:  The Custom WordPress theme for Yummy Fitness
Version: 1
Author: JTk - http://www.doc5.com
*/

html, body { height: 100%; }

body {
	background: #444444 url(images/back.jpg) 0 0 repeat;
	background-position: top center;
	color: rgb(51,51,51);
	text-align: center;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 13px;
	padding:0px;
}

* {
	padding:0;
	margin:0;
}

#container {
	background: #FFF url(images/repeat.jpg) repeat;
	min-height: 100%;
	_height: 100%;
	width:777px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#container2 {
	background: #FFF;
	min-height: 100%;
	_height: 100%;
	width:777px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/* Header */
h1#header {
	margin: 0;
	height: 96px;
	background: url(images/header.jpg) 0 no-repeat;
	text-indent: -1234em;
	position: relative;
}

#header a {
	position: absolute;
	left: 600px;
	top: 50px;
	height: 70px;
	width: 140px;
       	text-decoration: none;
	background-color: #feedd;
}

#header em {
	display: none;
}


/* Sidebar Positioning */

#sidebar {
	position: relative;
	float: right;
	color: #003F50;
	margin: 0px 0px 0 8px;
    _margin: 0px 0px 0 4px;
	width: 164px;
}

	/*  All of the sidebar lists */

#sidebar ul li ul li {
	margin: 0px;
	padding: 0 4px 6px 8px;
	line-height: 99%;
	font-weight: bold;
}

#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:	#D34E01;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	padding: 3px 0 4px 4px;
	margin: 15px 0 3px 0;
    position: relative;
	background: url(images/line2.jpg) 0 no-repeat;
	background-position: bottom left;
}

#sidebar a {
	color: #215DA3;
	font-size: 11px;
 	text-decoration: none;
}

#sidebar a:visited {
	color: #215DA3;
	 font-size: 11px;
 	text-decoration: none;
}

#sidebar a:hover {
	color: #6AAF20;
	font-size: 11px;
	text-decoration: underline;
        
}

.gb {
	margin: 0 0 0 1px;
}

#gp_text {
	position: absolute;
	top: 275px;
	left: 20px;
	color: #2F5582;
	font-size: 12px;
	font-weight: bold;
	width: 140px;
	height: 100px;
	line-height: 1.25;
}

/* Content */
#wrapper {
	width: 585px;
        margin-left: 10px;
	position: relative;
        float: left;
}

#wrapper2 {
	width: 649px;
	position: relative;
}

#content {
	margin: 10px 20px 0 0;
}

#blog_name {
	position: absolute;
	top: 42px;
	right: 8px;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
}

#rss_feed {
	position: absolute;
	top: 109px;
	right: 5px;
	color: #EBF4DB;
	font-weight: bold;
        z-index: 3;
}

#blog_slogan {
	position: absolute;
	top: 78px;
	right: 291px;
	color: #333333;
	font-weight: bold;
	font-size: 15px;
}

#menu_alley {
	padding: 0;
	margin: 0;
    position: relative;
	height: 41px;
	background: url(images/menu.jpg) 0 no-repeat;
	background-position: bottom left;
}

#menu_too {
	position: absolute;
	left: 5px;
	top: 107px;
	color: #9E9047;
	margin: 0;
	padding: 0;
	word-spacing: -.2px;
         font-family: "Trebuchet MS", tahoma, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
    text-transform: uppercase;
        z-index: 5;
}

#menu_too ul {
	list-style: none;
	padding: 0;
	margin: 0 0 6px;
}

#menu_too li {
	margin: 0;
	display: inline;
	padding: 2px 8px 2px 8px;
	border-right: 1px solid #E7EBC4;

}

#menu_too li a {
	color: #055B9B;
	text-decoration: none;
	background-color: transparent;
	border-width: 0px;
			padding: 3px 5px 3px 5px;

}

#menu_too li a:visited {
	color: #055B9B;
	text-decoration: none;
	background-color: transparent;
	border-width: 0px;
			padding: 3px 5px 3px 5px;

}

#menu_too li a:hover {
	color: #193354;
	background-color: #73B8D5;
	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;
        

}

hr#clear {
	clear: both;
	height: 110px;
	visibility: hidden;
}

h1,
h2,
h3,
h4,
h5 {
	color: #003366;
	font-weight: bold;
}

h6 {
	color: #003366;
	font-size: 13px;
	font-weight: bold;
}

h4 {
	color: #335384;
	font-size: 13px;
	font-weight: bold;
	margin: 3px 0 0 0;
}

hr.clearing {
	height: 1px;
	visibility: hidden;
	clear:both;
	width: 500px;
	margin: 0;
}

p,
pre,
blockquote,
form,
label,
dl,
fieldset,
address {
	margin: 10px 0;
}

fieldset {
	padding:10px;
}
h1 {
	font-size: 16px
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 14px;
}


/* Word Press Stuff */

small {
	color: #305582;
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 0 2px;
}

.taggit {
	color: #B52A01;
}

.postmetadata {
	color: #305582;
	padding: 0 0 3px 2px;
	background: url(images/line1.jpg) 0 no-repeat;
	background-position: bottom left;
	font-size: 12px;
	font-weight: bold;
}


#page_title {
	padding: 0 0 9px 2px;
	background: url(images/line1.jpg) 0 no-repeat;
	background-position: bottom left;
}

#page_sense {
	position: relative;
	float: left;
	height: 275px;
	width: 300px;
	margin: 15px 15px 0px 0px;
}

#page_sense_sidebar_content {
	position: relative;
	height: 120px;
	width: 90px;
	margin: 15px 0px 0px 0px;
}

#page_sense_sidebar_image {
	position: relative;
         flost: left;
         height: 600px;
	width: 160px;
	margin: 0px 0px 0px 0px;
}

.button {
	margin-top: 7px;
	margin-left: 97px;
}

.entry {

}

.page_entry {
	background-position: top center;
        padding: 0px 5px 0 5px;
	margin: 5px 0 0 0;
}


.page_entry strong {
	color: #000000;
}

.page_entry ul li strong {
	color: #2F5582;
}

.page_entry ul {
	list-style-type: disc;
	list-style-image: url(images/content_dot.jpg);
	margin: 0;
	padding: 0;
	}

.page_entry h4 {
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	padding: 0 0 9px 2px;
	background: url(images/line1.jpg) 0 no-repeat;
	background-position: bottom left;
}

.entry img{
	margin-right: 9px;
}

img {
     margin-right: 9px;
}

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: #F1F6FC;
	padding: 3px 12px 3px 6px;
	margin: 9px 0 6px 9px;
	color: #173152;
}

.non_graybox {
	background: #F1F6FC;
	padding: 3px 9px 3px 6px;
	margin: 9px 0 6px 9px;
	color: #173152;
}

.graybox {
	background: #F1F6FC;
	padding: 3px 9px 3px 6px;
	margin: 9px 0 6px 9px;
	color: #173152;
}

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;
}

#newsletter_form {
	margin: 6px 0 3px 9px;
}

.newsletter_input {
	margin: 2px 0 10px 2px;
}

input {
	color: #333333;
	background-color: #EBF4DB;
	vertical-align: middle;
    padding: 2px 0 0 2px;
    height: 15px;
    width: 105px;
  	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 10px;
}

input.submit {
	color: #333333;
	background-color: #E5E5E5;
	vertical-align: middle;
    padding: 2px 0 0 2px;
    height: 30px;
    width: 150px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 14px;
}

.submit {
	color: #333333;
	background-color: #E5E5E5;
	vertical-align: middle;
    padding: 2px 0 0 2px;
    height: 30px;
    width: 150px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 14px;
}

input.submit:hover {
	color: #333333;
	background-color: #E5E5E5;
	vertical-align: middle;
        border: 1px solid #56EB72;
    padding: 2px 0 0 2px;
    height: 30px;
    width: 150px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 14px; 
        
}

input[type="submit"]{
	color: #333333;
	background-color: #E5E5E5;
	vertical-align: middle;
    padding: 2px 0 0 2px;
    height: 30px;
    width: 150px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 14px;
}

textarea {
	color: #333333;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	border: 1px solid #73B8D5;
    padding: 2px 0 1px 2px;
    background: #ffffff url(images/input_repeat.jpg) bottom center repeat-x;
}

.commentnumber {
	font-size: 11px;
	font-weight: bold;
	color: #35608B;
}

#commentform {
	padding: 4px 0 12px 18px;
}

.commentmetadata {

}



..commentmetadata {
	color: #D44F00;
	font-size: 18px;
	margin: 0 0 -3px 0;
}

..commentmetadata{
	color: #D44F00;
	text-decoration: none;
}

..commentmetadata a:visited {
	color: #D44F00;
	text-decoration: none;
}

/* Link Stuff */

a:link {
	color: #0000CC;
	text-decoration: none;
}

a:visited {
	color: #0000CC;
	text-decoration: none;
}
a:hover, a:active {
	color: #6AB125;
	text-decoration: underline;
        
}













.post h2 {
	color: #000000;
	font-size: 18px;
	margin: 0 0 -3px 0;
	font-family: tahoma, verdana, sans-serif;
}

.post h2 a {
	color: #000000;
	text-decoration: none;
}

.post h2 a:visited {
	color: #000000;
	text-decoration: none;
}

.post h2 a:hover {
	color: #000000;
	text-decoration: underline;
       
}

#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;
 }

.buttons_no_b {
	border: none;
	background: none;
	height: 25px;
	width: 50px;
	margin: 2px 0 0 2px;
}

.search_no_b {
	margin: 3px 0 10px 0;
	border: none;
	background: none;
	height: 24px;
	width: 65px;
}

#search_box {
	width: 140px;
}

#postcomment {
	padding-left: 20px;
}

.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;
}

  /* Footer
-----------------------------------------*/
#footer {
	  font-weight: bold;
	  background: url(images/footer.jpg) 0 0 no-repeat;
	  color: #ffffff;
	  min-height: 70px;
	  _height: 70px;
	  width:777px;
	  position: relative;
	  padding: 0px 0px 0px 0px;
	  margin: -70px auto 0 auto;
	  text-align: center;
  }

 #footer_text {
    padding-top: 12px;
	font-size: 12px;
  }

#footer a:link {
	color: #ffffff;
	text-decoration: none;
}

#footer a:visited {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover, a:active {
	color: #83C0DA;
	text-decoration: underline;
}


#menu_footer {
	position: relative;
	color: #9E9047;
	margin: 5px 0 0 0;
	padding: 0;
	word-spacing: -.2px;
	font-size: 12px;
	font-weight: bold;
    text-transform: lowercase;
}

#menu_footer ul {
	list-style: none;
	padding: 0;
	margin: 0 0 6px;
}

#menu_footer li {
	margin: 0;
	display: inline;
	padding: 2px 8px 2px 8px;
}

#menu_footer li a {
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
	border-width: 0px;
			padding: 3px 5px 3px 5px;

}

#menu_footer li a:visited {
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
	border-width: 0px;
			padding: 3px 5px 3px 5px;

}

#menu_footer li a:hover {
	color: #7ECCED;
	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;
        
}



.image_buttons {
	margin-top: 10px;
	margin-bottom: 10px;
  }

.small_comments {
	margin: 0 0 0 6px;
	color: #8BA8C8;
	font-weight: bold;
	font-size: 11px;
}

  #about_blog {
	padding: 0 0 5px 3px;
	color: #555555;
	font-size: 11px;
  }

  .move_it_on_over {
	margin-left: 20px;
	font-weight:bold;
  }


#side_header {
	line-height: 97%;
	padding: 0 15px 10px 10px;
	font-weight: bold;
	color: #B1370E;
	letter-spacing: -0.4px;
}

.side_header_blue {
	color: #293A6F;
}

