/*  
Theme Name: WeightLoss
Theme URI:
Description: WeightLoss
Version: 1.0
Author: 
Tags: fixed width, two columns, valid XHTML, valid CSS, widget, right sidebar
*/

/* -- Basic Style -- */

h1, h2, h3, h4, h5, h6, form
	{
		margin:0px;
		padding:0px;
	}
h1{font-size:22px;}
h2{font-size:20px;}
h3{font-size:15px; font-weight:normal;}
h4{font-size:16px;}
h5{font-size:14px;}
h6{font-size:12px;}
p
	{
		margin:0px;
		padding:0px;
		padding-bottom:12px;
	}
ul, ol, li
	{
		margin:0px;
		padding:0px;
		list-style:none;
	}
a, a:visited
	{
		color:#5e8acf;
		text-decoration:none;
		outline:none;
	}
a:hover
	{
		text-decoration:underline;
		cursor:pointer;
	}
img {border:none;}
img.alignright {float:right; margin:2px 0px 5px 5px; border:solid 1px #595959; padding:2px;}
img.alignleft {float:left; margin:2px 5px 5px 0px; border:solid 1px #595959; padding:2px;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:2px 0 2px 5px;}
a img.alignleft {float:left; margin:0px 5px 2px 0px}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

blockquote
	{
		padding:7px 0px 0px 30px;
		width:400px;
		font-size:14px;
		font-style:italic;
		border-left:solid 6px #5e8acf;
		color:#5e8acf;
	}
.storyContent ul, ol
	{
		margin-left:20px;
		padding:5px 5px 15px 5px;
	}
.storyContent ol li
	{
		list-style:decimal;
	}
.storyContent ul li
	{
		list-style:square;
	}
.clear{
	clear:both;
}
	

/* -- Main Style  -- */	

body
	{
		margin:0px;
		padding:0px;
		font-family:"Trebuchet MS", Arial;
		font-size:13px;
		color:#4e4e4e;
		background:url(images/bg.jpg) repeat-x top #fff;
	}
#main
	{
		margin:0px auto;
		padding:0px;
		width:958px;
	}
	
/* -- Header -- */

.header{
        position:relative;
	height:266px;
	background:url(images/header.jpg) no-repeat left top;
	margin-top:22px;
}
.logo{
	padding:32px 0px 0px 39px;
}
.nav{
	padding-top:28px;
	height:32px;
	overflow:hidden;
        padding-left:7px;
}
.nav li{
	float:left;
	margin-right:7px;
}
.nav li a,.nav li a:visited{
	display:block;
	font-size:16px;
	color:#000;
	text-decoration:none;
	background:url(images/nav_left.jpg) no-repeat left top;
        float:left;
}
.nav li a span{
	padding:5px 15px;
	display:block;
	background:url(images/nav_right.jpg) no-repeat right top;
        height:22px;float:left;
}
.nav li a:hover{
	text-decoration:none;
}
/**--------------------------------------**/

/**-------------------Main content Style ----------------------**/
.main_content{
	background:url(images/main_bg.jpg) repeat-y;
	margin-top:20px;
}
.main_top{
	background:url(images/main_top.jpg) no-repeat left top;
}
.main_bottom{
	background:url(images/main_bottom.jpg) no-repeat left bottom;
	padding:21px;
	min-height:400px;
	height:auto !important;
	height:400px;
}

.box_bg{
	background:url(images/box_bg.jpg) repeat-y;
	float:left;
	width:292px;
	margin-right:20px;
	text-align:center;
}
.box_top{
	background:url(images/box_top.jpg) no-repeat left top;
}
.box_bottom{
	background:url(images/box_bottom.jpg) no-repeat left bottom;
	padding:13px 0px 0px 0px;
}
.box_bottom .b_title{
	padding-bottom:10px;
	font-size:28px;
	font-weight:bold;
	color:#f3be31;
	text-decoration:none;
	line-height:30px;
}
.b_title a,.b_title a:visited{
	color:#f3be31;
	text-decoration:none;
}
.b_title a:hover{
	text-decoration:none;
}


.box_bottom .save{
	float:left;
	background:url(images/img1.jpg) no-repeat left top;
	width:122px;
	height:115px;
	margin:10px;
}
.box_bottom .save h3{
	font-size:22px;
	color:#fff;
	text-align:center;
	padding:25px 18px;
}
.box_bottom .save h3 span{
font-size:18px;
}
.box_bottom h3{
	font-size:28px;
	color:#f95a14;
	font-weight:bold;
	padding-top:20px;
}
.box_bottom p{
	font-size:18px;
	color:#5d89cf;
	line-height:28px;
	padding:0px 10px 30px 10px;
}
.box_bottom p span{
	font-size:22px;
	color:#002e78;
}
.box_bottom h4{
	font-size:23px;
	font-weight:bold;
	color:#593800;
	padding-bottom:5px;
}
.box_bottom img.reveal{
}
.box_bottom p.exp{
	color:#000;
	font-size:14px;
	padding:0px;
	line-height:20px;
}
.coupons{
	width:438px;
	float:left;
	margin-right:20px;
	float:left;
	background:url(images/coupons.jpg) no-repeat left top;
	height:78px;
	margin-top:20px;
	padding:5px;
}
.coupons img{
	float:left;
	padding:10px;
	margin-right:15px;
}

.coupons h3{
	font-size:16px;
	font-weight:bold;
	color:#f95a14;
}
.coupons h3 a,.coupons h3 a:visited{
   color:#f95a14;
text-decoration:none;
}
.coupons h3 a:hover{
text-decoration:none;
}
.coupons p{
	font-size:13px;
	color:#000;
	line-height:18px;
	padding-bottom:0px;
	/*border:1px;*/
}
/***------------------------------------**/


/**---------------- Inner Content style ---------------**/
.main_left{
	float:left;
	width:602px;
	padding-top:20px;
}
.story{
	padding-bottom:20px;
}
.story h2, .story h1
	{
		font-size:20px;
		color:#5e8acf;
		padding-bottom:5px;
	}
.story h2 a, .story h2 a:visited
	{
		text-decoration:none;
		color:#5e8acf;
	}
.story h2 a:hover
	{
		color:#5e8acf;
		text-decoration:underline;
	}

.storyContent p
	{
		text-align:justify;
		line-height:20px;
	}
.storyContent h1, .storyContent h2, .storyContent h3, .storyContent h4, .storyContent h5, .storyContent h6
	{
		padding-bottom:10px;
		color:#8a8a8a;
	}
.storyTags
	{
		padding-bottom:5px;
	}
.storyTags a,.storyTags a:visited{
	color:#4e4e4e;
	text-decoration:none;
}
.storyTags a:hover{
	text-decoration:underline;
}
.alignleft{
	float:left;
	padding:10px 0px;
}
.alignright{
	float:right;
	padding:10px 0px;
}
.pagetitle,.article,.error{
padding-bottom:10px;
text-transform:capitalize;
color:#f95a14;
}

/**-----------------------------------------**/

/**------------------ Sidebar Style -----------------------**/
.sidebar{
	width:292px;
	float:right;
	margin-top:20px;
}
.sidebar li{
	padding-bottom:20px;
}
.sidebar_bg{
	background:url(images/box_bg.jpg) repeat-y;
}
.sidebar_top{
	background:url(images/box_top.jpg) no-repeat left top;
}
.sidebar_bottom{
	background:url(images/sidebar_bottom.jpg) no-repeat bottom;
	padding:10px 20px 30px 20px;
}
.story_title{
	height:40px;
	overflow:hidden;
	margin-bottom:15px;
}
.story_title h3{
	font-size:24px;
	font-weight:bold;
	color:#f3be31;
	text-decoration:none;
	line-height:35px;
        text-transform:capitalize;
}
.story_title h3 a,.story_title h3 a:visited{
	color:#f3be31;
	text-decoration:none;
}
.story_title h3 a:hover{
	text-decoration:underline;
}
.sidebar li li{
	padding:2px 5px 5px 20px;
	background:url(images/bullet.jpg) no-repeat 3px 6px;
}
.sidebar li li a,.sidebar li li a:visited{
	color:#4e4e4e;
	text-decoration:none;
	line-height:20px;
}
.sidebar li li a:hover{
	text-decoration:underline;
}
.sidebar li li li{
	padding-bottom:0px;
}



/**----------- footer Style --------------**/
.footer_bg{
	background:url(images/footer.jpg) repeat-x bottom;
	margin-top:20px;
}
.footer{
	width:958px;
	margin:0px auto;
	padding:20px 0px 10px 0px;
}
.footer p{
	color:#fff;
	font-size:12px;
	padding-bottom:5px;
}
.footer p a,.footer p a:visited{
	color:#fff;
	text-decoration:none;
}
.footer p a:hover{
	text-decoration:underline;
}
.footer_link{
	margin-bottom:5px;
}
.footer_link ul li{
	float:left;
	border-right:1px solid #fff;
}
.footer_link ul li a,.footer_link ul li a:visited{
	color:#fff;
	text-decoration:none;
	padding:0px 15px;
}
.footer_link ul li a:hover{
	text-decoration:underline;
}
/**---------------------------------------------**/

/**---------------- Sidebar Search -----------------**/
.search{
	padding:10px;
}
.searchText{
	margin:0px;
	padding:0px;
	background:#fff;
	padding:3px;
	border:1px solid #6f6f6f;
	float:left;
	margin-right:4px;
}
.search_btn{
	margin:0px;
	padding:0px;
	float:left;
	width:56px;
	height:24px;
	text-align:center;
	background:#fff;
	border:1px solid #6f6f6f;
}
/**------------------------------**/


/**--------------- Comments Style --------------**/
#comments, .commenttitle{
	font-weight:bold;
}
.commentlist li{
	padding:10px;
	border-bottom:1px dashed #726862;
}
.commentlist li img{
	float:left;
	margin:0px 15px 10px 0px;
}
.commentlist li p{
	padding:10px 0px;
	line-height:19px;
}
.commentlist li .fn, .commentlist li .says{
	color:#4e4e4e;
	font-weight:bold;
	font-style:italic;
	font-size:12px;
}
.commentmetadata{
	font-size:12px;
}
.commentlist li ul{
	padding-left:30px;
}
.commentlist li li{
	padding:15px;
	margin-top:10px;
	background:#eeeeee;
	border-bottom:none;
}
.commentlist li li li{
	padding:15px;
	background:#fff;
}
.reply a,.reply a:visited{
	/*width:32px;*/
	background:#CCCCCC;
	padding:3px;
	text-decoration:none;
}

#commentform p{
	padding:5px 0px;
}
#commentform #author,#commentform #email,#commentform #url,#commentform #comment{
	border:1px solid #CCCCCC;
}
#submitcomment{
	border:1px solid #CCCCCC;
	background:#fff;
	color:#5e8acf;
	padding:3px;
	cursor:pointer;
}
/**----------------------------------**/




/************************************************/

#wp-calendar {
	empty-cells: show;
	margin:0px auto;
	padding: 0px;
	width: 165px;
	font-size:11px;
	font-family:tahoma;
	color:#181818;
	text-align:center;
	}
#wp-calendar th
	{
		color:#5e8acf;
	}
#wp-calendar #today
	{
		color:#5e8acf;
		font-weight:bold;
		background:#cccccc;
	}
#wp-calendar #next a {
	padding-right: 5px;
	color:#5e8acf;
	text-align: right;
	background:none;
	text-decoration:none;
	}
#wp-calendar #next a:hover
	{
		text-decoration:underline;
		background:none;
	}
#wp-calendar #prev a {
	padding-left: 5px;
	text-align: left;
	color:#5e8acf;
	background:none;
	text-decoration:none;
	}
#wp-calendar #prev a:hover
	{
		text-decoration:underline;
		background:none;
	}
#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align:center;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:10px;
	width:165px;
	/*color:#105a82;*/
	/*background:#cfcfd0;*/
	}
	
#wp-calendar td a, #wp-calendar td a:visited {
	border-left: none;
	padding:0px;
	color: #5e8acf;
	text-decoration:none;
	font-weight:bold;
	font-size:11px !important;
		background:#000;
}
#wp-calendar td a:hover {
	background:none;
	border-left: none;
	font-weight:bold;
	text-decoration: underline;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	/*background-color: #b48625;*/ }
/* End Calendar */


 /************************************************/


/**--------------------- Contact Form -------------------------**/

.contact_p{
	font-size:15px;
	color:#f95a14;
	padding:5px 0px 15px 0px;
}
.contact_left{
	width:450px;
	float:left;
	padding-top:10px;

}
.contact_right{
	width:440px;
	float:right;
	border-left:1px solid #c2d3ee;
	padding-left:20px;

}
.contact_left .field1{
	width:165px;
	float:left;
	padding:1px 0px;
	color:#4e4e4e;
	text-align:right;
	margin-right:5px;
}
.contact_left .field2{
	width:280px;
	float:left;
	margin-bottom:7px;
}
.contact_left .field2 input{
	padding:3px;
	background:#fff;
	border:1px solid #c2d3ee;
	width:195px;
}
.contact_left .field2 textarea{
	padding:3px;
	background:#fff;
	border:1px solid #c2d3ee;
	width:220px;
}
.contact_left .field2 .submitbtn{
	margin:0px;
	padding:0px;
	background:url(images/submit.jpg) no-repeat left top;
	color:#fff;
	text-align:center;
	border:none;
	width:76px;
	height:31px;
	cursor:pointer;
}

.contact_right h3{
	color:#f95a14;
	font-size:13px;
	font-weight:bold;
	padding:10px 0px;
}
.contact_right p{
	padding-left:40px;
	line-height:18px;
	text-align:justify;
}
.contact_right p a,.contact_right p a:visited{
	text-decoration:underline;
	color:#5e8acf;
}
.contact_right p.address{
	background:url(images/address_icon.jpg) no-repeat left center;
}
.contact_right p.ph{
	background:url(images/ph_icon.jpg) no-repeat left top;
}
.contact_right p.fax{
	background:url(images/fax_icon.jpg) no-repeat left top;
}
.contact_right p.mph{
	background:url(images/mph_icon.jpg) no-repeat left top;
}
.contact_right p.mail{
	background:url(images/mail_icon.jpg) no-repeat left center;
}
.b_line{
	border-bottom:1px dashed #cbcaca;
	padding:1px;
}

.wpcf7-response-output{
       color:#f95a14;
       border:1px solid #c2d3ee !important;
}
.extras{font-size:12px;color:#000;position:absolute;top:-20px;left:10px;}
