/*
Theme Name:  Healthy Weight Loss
Theme URI: www.wpskins.org
Description: Download more <a href="http://www.wpskins.org/" title="Free Wordpress themes" target="_blank" rel="nofollow">Free Wordpress Themes</a> like this from from wpskins.org
Version: 1
Author: Free Wordpress Themes
Author URI: www.wpskins.org
Tags:  2 columns, dark, black, grey, green, grey, white, widgets
*/

/************************/
/*     Global Design    */
/************************/
/* Import YUI Reset CSS */
@import url(reset.css);
/* Import YUI Reset CSS */

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

a:hover{
	text-decoration: underline;
}

body {
    font-family: "Myriad Pro", Arial, sans-serif;
    background-color: #e6e7e7;
}

ul, ol {
    list-style-type: none;
}

blockquote, #content ul, #content ol, p, pre {
    margin: 0 0 0.5em 0;
}

/************************/
/*     Layout Design    */
/************************/

#page {
	width: 950px;
	margin: 10px auto;
}

#header {
    position: relative;
    background: url(images/header.jpg);
    height: 137px;
    border-bottom: 1px solid #e6e7e7;
}

#wrapper {
    clear: both; /* Clear float items in from navi-bar */
    background-color: #e6e7e7;
}

#content {
	float: right;
	width: 758px;
}

#minicontent{
	float: left;
	width: 595px;
}


#sidebar {
	float: left;
    width: 191px;
}

#footer {
	clear: both;
    background: url(images/footer.jpg);
    height: 52px;
    padding: 5px;
}

/************************/
/*     Header Design    */
/************************/
#headerimg {
    padding: 18px 0 0 70px;
}

#headerimg a {
    color: #589abc;
    font-size: 30px;
}

.description {
    font-size: 18px;
    font-family: "Myriad Pro", Arial, sans-serif;
    color: #dadada;
}

/* Navigational bar */
ul#navi-bar {
    padding: 4px 0;
    font-size: 12px;
}

ul#navi-bar h2 {
    font-size: 120%;
}

ul#navi-bar li {
    float: left;
    border-right: 1px solid #aaa9a9;
}

ul#navi-bar ul {
    display: none;
}

#navi-bar a {
    padding: 2px 10px;
    color: #aaa9a9;
}

#navi-bar a:visited, #navi-bar a:hover {

}
/************************/
/*    Sidebar Design    */
/************************/
#sidebar ul {
	font-size: 12px;
}

#sidebar ul h2 {
    font-size: 16px;
    background: #589abc url(images/bullet.jpg) no-repeat 5px;
    padding: 5px 0 5px 20px;
    color: #FFF;
}

#sidebar ul li {
    margin-bottom: 1px;
}

#sidebar ul li div {
    background-color: #dadada;
}


#sidebar ul ul {
}

#sidebar ul ul li {
    padding: 5px;
    border-bottom: 1px solid #E6E7E7;
    margin: 0;
    line-height: 14px;
    background-color: #dadada;
}

#sidebar ul ul li:hover {
    background: #78b4d4 url(images/link-hover.jpg) repeat-x;
}

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


#sidebar ul ul ul {
    display: none;
}

#sidebar p {

}

#sidebar a {
    color: #7c7c7d;
    text-decoration: none;
}
#sidebar a:hover {
}

#sidebar a:visited {

}
#sidebar ul li#calendar div, #sidebar ul li#tag_cloud div {
    padding: 5px;
}


/************************/
/*    Content Global    */
/************************/
blockquote {
    font-style: italic;
    padding: 0 10px;
    border-left: 2px solid #4a7eb8;
    padding: 10px 15px;
}

h1, h2, h3, h4, h5, h6 {
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 12px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 12px;
}

code, pre {
    overflow: auto;
    white-space: pre;
    font-family: Courier;
}

#content ul {
    padding-left: 20px;
    list-style-type: square;
}

#content ol {
    padding-left: 25px;
    list-style-type: decimal;
}

/************************/
/*    Content Design    */
/************************/
.post {
    margin: 0 0 1px 0;
	font-size: 14px;
	line-height: 14px;
    border: 1px solid #d8d7d7;
    background-color: #FFF;
}

.post h2 {
	line-height: normal;
    background-color: #dadada;
    padding: 5px 10px;
    font-size: 16px;
}

.post h2 a:hover, h2 a:visited, h2 a {
    color: #727272;

}

.post .posted {
	font-size: 10px;
	line-height: normal;
}

.post p {

}

.post a {

}

.post img {
    max-width: 100%;
    margin: 3px;
}

.post ul {

}

.post li {

}

.entry {
    padding: 10px;
}

.postmetadata {
    margin: 5px 0;
    font-size: 10px;
	line-height: normal;
}

.postmetadata a {

}

.entrytext {

}

p.alt {
    font-size: 10px;
}

.entry-tags {
    display: block;
}

.navigation {
    height: 1em;
    font-size: 12px;
    margin: 5px 0;
}

#nav-above {
    margin-bottom: 10px;
}

#nav-below {
    margin-top: 10px;
}

.alignleft, .nav-previous {
    float: left;
}

.alignright, .nav-next {
    float: right;
}

.center {

}

.pagetitle {

}

cite {

}

a img {
    border: none;
}

acronym, abbr {

}


/************************/
/*    Comment Design    */
/************************/

#content ol.commentlist {
	font-size: 12px;
	padding: 0;
	list-style-type: none;
    margin: 0;
}

ol.commentlist li cite.author {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
}

ol.commentlist li {
    margin-bottom: 1em;
}

ol.commentlist li.alt {

}

ol.commentlist a {

}

ol.commentlist p {
    margin: 0 0 0.5em 0;
}

#commentform p {
    font-size: 12px;
    margin: 0 0 5px 0;
}

#comment {
    width: 95%;
}

#author, #email, #url, #comment {
    padding: 3px;
    font-family: Verdana, sans-serif;
    font-size: 10px;
}

#author:hover, #email:hover, #url:hover, #comment:hover {
}

small.commentmetadata {
    margin: 0 0 0.3em 0;
}

h3#comments, h3#respond {
    font-size: 14px;
    margin: 4px 0 4px 0;
}

/************************/
/*     Search Design    */
/************************/
#searchform {
}

#searchform #s {
    margin: 0;
    border: 0;
    background: transparent url(images/search.jpg) no-repeat;
    padding: 5px;
    float: left;
}

#searchform #searchsubmit {
    background: transparent url(images/searchbutton.jpg) no-repeat;
    border: 0;
    width: 50px;
    padding: 5px 0;
    float: left;
}

/************************/
/*   Calendar Design    */
/************************/

#wp-calendar {
	width: 100%;
}

#wp-calendar td {
	text-align: center;
}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/************************/
/*     Footer Design    */
/************************/
#footer-meta {
    font-size: 12px;
    padding-top: 5px;
    padding-left: 10px;
    color: #7c7f80;
}

#footer-meta a {
    color: #7c7f80;
}


#footer p {
	margin: 0;
}

/************************/
/*     Other Design     */
/************************/
.clear {
    clear: both;
}

.top-ad {
    float: right;
    padding: 20px 20px 0 0;
}

.top-ad2 {
    /*padding: 37px 0 0 0;*/
    top: 113px;
    position: absolute;
}

#latestpost {
    background: url(images/latestnews.jpg);
    height: 185px;
    padding-left: 280px;
}
#latestpost h3 {
    padding: 8px 10px;
    font-size: 18px;
}

#latestpost ul {
    list-style: none;
    padding: 5px;
}

#latestpost ul li {
    background: url(images/latestbullet.jpg) no-repeat left;
    padding: 10px 0 10px 30px;
    border-bottom: 1px dashed #dadada;
}

#latestpost ul li a {
    color: #605e5e;
    text-decoration: none;
}

#rightbar {
    float: right;
}

.searchtop {
    position: absolute;
    top: 100px;
    right: 0;
    padding: 8px 0 5px 0;
}

