/*
Theme Name: Jumpstart Medicine
Theme URI: http://www.jumpstartmedicine.com/
Description: Template for Jumpstart Medicine.
Version: 1.0
Author: Houshang Livian
Author URI: http://houshanglivian.com/
*/

@import "reset.css";

body {
    background:url("images/body_bg.gif");
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    font-size:95%;
    letter-spacing:-0.5px;
}
strong {
	font-weight: bold;
}
h2, h3, h4, h5 {
    font-weight:bold;
}
h2, h3, h4, h5, p {
    padding-bottom: 15px;
}
h2 {
 font-size: x-large;
 }
h3 {
 font-size: large;
 }
h4 {
 font-size: medium;
 }
h5 {
 font-size: small;
 }
#header {
    position:relative;
    height:132px;
    background:url("images/header_bg.jpg") no-repeat;
}
/* different headers based on the body class, dependent on rootmost parent */
.home-page #header {
background:url("images/header_bg.jpg") no-repeat;
}
.weight-loss-programs #header {
background:url("images/header_bg_02.jpg") no-repeat;
}
.success-stories #header {
background:url("images/header_bg_03.jpg") no-repeat;
}
.faqs #header {
background:url("images/header_bg_04.jpg") no-repeat;
}
.about-us #header {
background:url("images/header_bg_05.jpg") no-repeat;
}
.locations #header {
background:url("images/header_bg_06.jpg") no-repeat;
}
.contact-us #header {
background:url("images/header_bg_07.jpg") no-repeat;
}
/* any blog category or blog post */
.blog #header {
background:url("images/header_bg_08.jpg") no-repeat;
}


#header-logo {
    position:absolute;
    display:block;
    top:35px;
    left:65px;
}

#header-logo img {
    border:none;
}
ul.patient-login {
	float:right;
	width: 300px;
	height: 110px;
	}

* html ul.patient-login li {
	display: block;
	height: 110px;
	z-index: 999;
	}

ul.patient-login li a {
	color:#504a8e;
	float: right;
	font-size: 22px;
	width: 300px;
	padding-top: 110px;
	text-align: center;
	background: transparent url('images/but-patient-login.gif') no-repeat 100px 70px;
}
* html ul.patient-login li a {
	height: 1px;
}
ul.patient-login li a strong {
	display: none;
}
ul.patient-login li ul {
	position: absolute;
	left: 862px;
	top: 110px;
	display: none;
	padding: 0;
	}
ul.patient-login li ul li {
	padding:2px 10px;
	border: 1px solid #ff9934;
	background-color: #fff;
	height: 18px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	width: 101px;
	}

ul.patient-login li ul li {
	padding:0px 10px;
	height: 24px;
	margin: 0;
	}
* html ul.patient-login li ul li {
	padding:0px;
	height: 24px;
	margin: 0;
	}
ul.patient-login li:hover ul {
	display:block;
	}
ul.patient-login li:hover ul li a {
	background-image: none;
	font-size: 14px;
	padding-top:0;
	text-align: left;
	width: 101px;
	vertical-align: middle;
	text-decoration: none;
	}
* html ul.patient-login-sub li a {
	display: block;
	height: 24px;
	line-height: 24px;
	margin: 0;
	padding: 0 10px;
	}
ul.patient-login li:hover ul li:hover {
	background-color: #feefbb;
	}
* html ul.patient-login-sub li a:hover {
	background-color: #feefbb;
}
ul.patient-login li:hover ul {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=86)";
	filter: alpha(opacity=86);
	-moz-opacity:0.86; /* for mozilla */
	opacity: 0.86; /* for safari */
	khtml-opacity: 0.86 /* for konquerer and older safari */
}
#top-navigation {
    height:62px;
    background:url("images/top_nav_bg.gif") no-repeat;
    line-height:62px;
    text-align:center;
    font-family:Trebuchet, Tahoma, Arial, sans-serif;
}
    #top-navigation ul.navigation {
        list-style:none;
        margin:0;
        padding:0;
    }
        #top-navigation ul.navigation li {
            display:inline;
            padding:10px 0px;
        }        
            #top-navigation ul.navigation li a {
                color:#8079b5;
                text-transform:uppercase;
                text-decoration:none;
            	padding:10px 10px;
            	font-size: 14px;
            }
            #top-navigation ul.navigation li.current_page_item a,
            #top-navigation ul.navigation li.current_page_parent a,
            #top-navigation ul.navigation li.current_page_ancestor a{
                color:#ffffff;
            }
	        #top-navigation ul.navigation li.active, #top-navigation ul.navigation li a:hover {
	        	background-color:#c7ea9b;
	        }

#content-header {
    height:102px;
    /*line-height:102px;*/
    background:url("images/content_header_bg.gif") no-repeat;
}

    #content-header h1 {
        color:#bbe784;
        font-size:25pt;
        line-height:102px;
        font-family: 'Avenir Book', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
        font-weight:normal;
        text-indent:10px;
        margin-right:10px;
        float:left;
        letter-spacing:-0.5px;
    }
    /* third-level pages -pk */
    #content-header div.contentnavholder {
    	float:left;
    	width:625px;
    	margin:12px 0 0 0;
    }
    
    .about-us #content-header div.contentnavholder {
    	float:left;
    	width:600px;
    	margin:12px 0 0 0;
    }
    
    .weight-loss-programs #content-header div.contentnavholder {
    	width:685px;
    }
    
    /* second-level pages -pk */
    #content-header ul.navigation {
        list-style:none;
        margin:0;
        padding:0;
        float:left;
        /* height:102px; */
    }
        #content-header ul.navigation li {
            display:inline;
            color:#ffffff;
			padding:5px;
			line-height:24px;
        }
            #content-header ul.navigation li a {
                color:#ffffff;
                text-transform:uppercase;
                text-decoration:none;
                font-size:80%;
                font-weight:bold;
                padding:5px;
                white-space: nowrap;
            }
            #content-header ul.navigation li a:hover {
            	background-color:#504A8E;
            }
            #content-header ul.navigation li.current_page_item a,
            #content-header ul.navigation li.current_page_parent a,
			#content-header ul.navigation li.current_page_ancestor a,
			#content-header ul.navigation li.current-cat a {
            	background-color:#504A8E;
            }
            
      /*      
#top-navigation ul.navigation li.current_page_item a,
#top-navigation ul.navigation li.current_page_parent a,
#top-navigation ul.navigation li.current_page_ancestor a{
    color:#ffffff;
}
#top-navigation ul.navigation li.active, #top-navigation ul.navigation li a:hover {
	background-color:#c7ea9b;
}
*/


    /* third-level pages -pk */
    #content-header ul.navigation2 {
    	clear:left;
        list-style:none;
        margin:8px 0 0 0;
        padding:0;
        float:left;
        /*height:102px;*/
    }
        #content-header ul.navigation2 li {
            display:inline;
            color:#ffffff;
			padding:5px;   
			line-height:20px;       
        }
            #content-header ul.navigation2 li a {
                color:#ffffff;
                text-transform:uppercase;
                text-decoration:none;
                font-size:75%;
                padding:5px;
                white-space: nowrap;
            }
            #content-header ul.navigation2 li.current_page_item a, #content-header ul.navigation2 li a:hover {
            	background-color:#504A8E;
            }

#content-wrapper {
	background-image:url("images/back-content.gif");
    background-repeat:repeat-y;
}

#content-home-body {
    background-image:url("http://www.jumpstartmedicine.com/wp-content/uploads/2010/03/home_pg_bg.jpg");
    background-repeat:no-repeat;
    padding-top:354px;
}

#content-body {
    background:url("images/content_body_bg.gif") #fff no-repeat;
}
.post h1 {
	font-size:1.4em;
	font-weight:bold;
	line-height:normal;
	margin-bottom:1em;
}

#content-modules {
    width:360px;
    font-size:14px;
    padding-top: 169px;
    background: #504A8E url('http://www.jumpstartmedicine.com/wp-content/uploads/2010/03/sidebar-image-09a.jpg') no-repeat top left;
}
/* different sidebar images based on the body class */
.home-page #content-modules {
background: #504A8E url("http://www.jumpstartmedicine.com/wp-content/uploads/2010/03/sidebar-image-09a.jpg") no-repeat;
}
.weight-loss-programs #content-modules {
background: #504A8E url("images/sidebar-image-01.jpg") no-repeat;
}
.success-stories #content-modules {
background: #504A8E url("images/sidebar-image-03.jpg") no-repeat;
}
.faqs #content-modules {
background: #504A8E url("images/sidebar-image-12.jpg") no-repeat;
}
.about-us #content-modules {
background: #504A8E url("images/sidebar-image-11.jpg") no-repeat;
}
.locations #content-modules {
background: #504A8E url("images/sidebar-image-06.jpg") no-repeat;
}
.contact-us #content-modules {
background: #504A8E url("images/sidebar-image-08.jpg") no-repeat;
}
/* any blog category or blog post */
.blog #content-modules {
background: #504A8E url("images/sidebar-image-07.jpg") no-repeat;
}
.recipes #content-modules {
	background: none;
    padding-top: 0px;
}

/* category descriptions */
#this-desc {
	padding: 15px;
	background-color: #c6c3de;
	font-size: 14px;
	margin-bottom: 15px;
	color: #504A8E;
}
#this-desc p{
	padding: 0;
	margin: 0;
}




	/* give us the round bottom */
	#content-modules ul {
		background: #504A8E url('images/sidebarbottom.gif') no-repeat center bottom;
		padding-bottom:46px;
	}
	h2.widgettitle {
		font-size:1.3em;
		margin-bottom:1em;
		margin-top:1em;
	}
	li.widget {
		padding:20px 20px 10px 20px;
		margin-left:2px;
		background: #FF9934 url('images/wid-purple-top.gif') no-repeat center top;
		color: #504A8E;
	}
	
	li.widget strong{
		font-weight: bold;
	}
	/* jumpstart text widget styles */
	/* give me rounded top */
	li.widyellow {background: #F9F884 url('images/wid-yellow-top.gif') no-repeat center top; color:#e12a86;}
	li.widorange { background: #FF9934 url('images/wid-orange-top.gif') no-repeat center top; color: #504A8E;}
	li.widpurple { background: #7F79B5 url('images/wid-purple-top.gif') no-repeat center top; color:#BBE784;}
	li.widgreen { background: #BBE785 url('images/wid-green-top.gif') no-repeat center top; color:#504A8E;}
	li.widmagenta { background: #FF8FC7 url('images/wid-magenta-top.gif') no-repeat center top; color:#504A8E;}
	/* for the list that follow the main content of a widget to give bottom rounding */
	/* it seems there should be a more efficient way of doing this */
	li.widgetbottom_widyellow{
		margin: 0 0 0 2px;
		padding:0;
		height: 20px;
		width:358px; 
		background:#F9F884 url('images/wid-yellow-btm.gif') no-repeat left top; 
	}
	li.widgetbottom_widorange{
		margin: 0 0 0 2px;
		padding:0;
		height: 20px;
		width:358px; 
		background:#FF9934 url('images/wid-orange-btm.gif') no-repeat left top; 
	}
	li.widgetbottom_widpurple{
		margin: 0 0 0 2px;
		padding:0;
		height: 20px;
		width:358px; 
		background:#7F79B5 url('images/wid-purple-btm.gif') no-repeat left top; 
	}
	li.widgetbottom_widgreen{
		margin: 0 0 0 2px;
		padding:0;
		height: 20px;
		width:358px; 
		background:#BBE785 url('images/wid-green-btm.gif') no-repeat left top; 
	}
	li.widgetbottom_widmagenta{
		margin: 0 0 0 2px;
		padding:0;
		height: 20px;
		width:358px; 
		background:#FF8FC7 url('images/wid-magenta-btm.gif') no-repeat left top; 
	}
	#content-modules li.widget ul {
		background-color: #BBE785;
		background-image: none;
		padding-bottom: 5px;
	}
	#content-modules ul li.widget ul li a{
		display:block;
		padding-bottom: 10px;
	}
	.wpp-post-title {
		padding-top: 10px;
		display:block;
	}
	.post-stats {
		padding: 0;
		margin: 0;
	}
	li.widget_sp_image {
		padding:0;
		margin: 0;
		margin-left:2px;
		background: none;
	}
	/*li.widget div{
		background:#FF9934 url('images/wid-orange-btm.gif') no-repeat left bottom; 
	}*/
		/* title of the widget */
		li.widget h3 {
			font-weight:bold;
			font-size:18px;
			margin-bottom:12px;
		}
		li.widget p {
			font-size:13px;
			margin-bottom:8px;
			line-height:1.5em;
		}

#footer {
    height:72px;
    background: #666666 url("images/footer_bg.gif") no-repeat center bottom;
    text-align:center;
    color:#ffffff;
    font-size:10pt;
}

#footer p {
    text-transform:uppercase;
    line-height:36px;
}
#footer a {
    color: #FFF;
}
/* for houshang credit */
p.credit {
	text-align:center;
	margin:8px 0 8px 0;	
}
p.credit a {
	font-size: 9px;
	color:#201a5a;
}

/* used for each phrase added to the footer */
.logofooter {
	font-weight:bold;
	margin:0 12px 0 12px;
}

.content-column {
    float:left;
}

.content-area {
    width:639px;
    min-height:120px;
    padding:30px;
    background-color:#ffffff;
    line-height:160%;
}

.content-area h2 {
    font-weight:bold;
}

.content-area p {
    margin:0 0 10px 0;
}

.alignright { float:right; }
.alignleft { float:left; }

img.alignright { float:right;margin:0 0 10px 10px; }
img.alignleft { float:left;margin:0 10px 10px 0; }
.clear {
    clear:both;
}

.recipe-category, .post-date {
	margin-left: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #666;
}
.recipe-category a{
	color: #666;
}


.entry blockquote {
    font-style:italic;    
    padding:0 40px 0 20px;
    margin: 10px 0 20px;
    text-align:justify;
    line-height:110%;
}

.entry blockquote span.quoted {
    display:block;
    float:right;
}
/* so titles will break next in case images are floating*/
.entry h2 {
	clear:left;
}

.entry ol {
    list-style:decimal;
    margin-left:20px;
}

.entry ul {
    list-style:disc;
    margin-left:20px;
}
    .entry ul ul {
        list-style:circle;
    }
    
#respond {
	margin-top: 15px;
	font-size: 13px;
	color: #555;
}

ol.special-box {
	font-size: 14px;
	line-height: 20px;
	background: #dddbed;
	margin:0;
	padding: 20px 20px 20px 40px;
}
ol.special-box li{
	margin:0;
	padding:0;
}
ol.special-box li a{
}
/* for content limit plugin */
 p.readmore { text-align: right; } p.readmore a { color: #ff0000; font-size: 13px; }

#comment {
	width: 639px;
	}
h3#comments {
	margin-top: 30px;
	}

/* footer h1 and h2 tags */
#subfoot h1, #subfoot h2 {
	text-align:center;
	margin:0;	
	font-size: 9px;
	color:#201a5a;
}