/*
Theme Name: Mobihealth Test Theme
Theme URI: http://signalfive.com/
Description: For client Mobihealth. Based on Azeez's White as Milk.
Version: 1.0
Author: SignalFive
Author URI: http://signalfive.com
Tags:

	Mobihealth_v1
	 http://signalfive.com/
  
  
  
	The CSS, XHTML and design is released under GPL: http://www.opensource.org/licenses/gpl-license.php*/


/*=-=-=-=-=-=-=-=-=-=-= BEGIN CUSTOMIZATION =-=-=-=-=-=-=-=-=-=-=*/

/*Background Color of the page*/
  body {background-color:white;}

/*Body text color*/
  body {color:#333;}

/*Text color of the blog title in the header*/
  #header h1 a {color:#3b6ea5;}

/*Text color of the blog description in the header*/
  .description {color:#333;}

/*Links color*/
  a {color:#1f794d; }

/*Links hover color*/
  a:hover {color:#333}

/*Headings color*/
  .post h2 a, #sidebar h2 {color:#1a1a1a; line-height:1.2em; font-size:24px; font-family:Helvetica Neue, "Helvetica Neue", Arial, Verdana, sans-serif; }

/*Headings hover color*/
  .post h2 a:hover {color:#000; text-decoration:none; }


/*Width of the entire page. You can
  also use a flexible width like so:
  #page {width:64em;}
*/
  #page {width:984px;}


/*IT'S ADVISED *NOT* TO CHANGE THESE, IF POSSIBLE*/
/*Width of the newslcontent area*/
  #newslcontent {width: 84%;}

/*Width of the sidebar*/

/*Position of the header from the left edge.*/
  #headerimg { margin-left:20px; }

/*Position of the footer from the left edge.*/
  #footer p {}

/*=-=-=-=-=-=-=-=-=-=-=- END CUSTOMIZATION -=-=-=-=-=-=-=-=-=-=-=*/



/*
THE FOLLOWING CODE IS DERIVED FROM THE DEFAULT "KUBRICK" THEME.
THE STRUCTURE AND LAYOUT IS IN MY OPINION, NOT THE WAY CSS SHOULD
BE ORGANIZED, BUT FOR NOW I AM LEAVING IT THE WAY IT IS TO KEEP
IT CONSISTENT.
*/

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	/*background: #fff;
	color: #333;*/
	text-align: center;
	}

#page {
	text-align: left;
	}

#header {}
#headerimg
    {
    width:203px; /* the width of your logo */
    height: 21px; /* the height of your logo */
    float: left;
    text-align:left;
    text-indent:-9999px;
    margin-top:51px;
    margin-left:0px;
    padding-left:20px;
 }
 
#header #header_ad {
	width:728px;
	height:90px;
	margin-top:10px;
	margin-right:10px;
	float:right;
}

#header #subheader {
	float:left;
	width:100%;
	position:relative;
}

#header #subheader #subheader_search {
	position:absolute;
	right:10px;
	top:5px;
}

#header #subheader #s {
	width:170px;
	border:1px solid #fff;	
	color: #404040;
	position:absolute;
	top:18px;
	right:70px;
}

#header #subheader #searchsubmit {
	width:60px;
	height:26px;
	background: url('images/search-submit.gif') 0 0 no-repeat;
	border:0px solid #34c980;
	cursor:pointer;
}

#header #subheader #searchsubmit:hover {
	width:60px;
	height:26px;
	background: url('images/search-submit.gif') 0 -36px no-repeat;
	border:0px solid #34c980;
}

#header #subheader ul {
	margin:25px 0px 0px 20px;
	padding:0px 0px 0px 0px;
}

#header #subheader ul li {
	list-style: none;
	display:inline;
	padding:0px 35px 0px 0px;
}

#header #subheader ul li a {
	color:#fff;
	text-decoration:none;
	font-size:14px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}

#header #subheader ul li a:hover {
	text-decoration:none;
	color:#1a1a1a;
}

#headerimg a {
	width:203px; /* the width of your logo */
    height: 21px; /* the height of your logo */
    background: url('images/logo.gif') 0 0 no-repeat;
    float:left;
}

#newslcontent {
	font-size: 1.2em
	}

.newsletter {
	margin-left: 0px !important;
	width: 950px !important;
	
}

#newslcontent .entry p {
	font-size: 12px;
	color:#1a1a1a;
	}

#newslcontent .entry {
	line-height: 1.4em;
	position:relative;
	min-height:20px;
	min-width:20px;
	overflow:hidden;
	}

#newslcontent {
	line-height: 1.6em;
	}


#newslcontent .moretext { clear:both; background: url('images/read-more.gif') 0 0 no-repeat; width:550px; height:18px; font-size:10px; padding:0px 20px 20px 5px; float:left; margin-top:10px; }
#newslcontent .moretext a { text-decoration:none; }

#newslcontent .dialog .moretext { background: url('images/read-more-featured.gif') 0 0 no-repeat; width:550px; display:block; height:18px; font-size:10px; padding:0px 0px 20px 5px; margin-top:10px; }


.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

#header h1 {
	font-size:3.2em;
	}

.description {
  font-size:1em;
/*  color:#333;*/
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
padding:4px 0px 4px 0px;
margin-top:16px;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h2#newsletter {
	text-indent:-5000px;
	background:url('images/newsletter.gif');
	height:17px;
	width:203px;
}

h2#lead {
	text-indent:-5000px;
	background:url('images/newslead.gif');
	height:13px;
	width:160px;
}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg{
	text-decoration: none;
	color: #3b6ea5;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	/*color: #333;*/
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	/*color: #777;*/
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
/*	color: #06c;*/
	text-decoration: none;
	}

#sidebar a,
.postmetadata a,
.navigation a,
ol.commentlist cite a,
.commentmetadata a {
       text-decoration:none;
}

a:hover {
	/*color: #147;*/
	text-decoration: none;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */


/* Begin Structure */

/* Always show the scrollbar */
html {height: 100%;margin-bottom: 1px;}

body {
	margin: 0;
	padding: 0;
	}

#page {
	margin: 0px auto;
	padding: 0;
	min-width: 928px;
/*	width: 760px;*/
	}

#header {
/*	background:url('/images/everywhere-banner.gif') no-repeat; */
	margin: 0 0 3px 0px;
	padding: 0;
	height:130px;
}

#newslcontent {
	float: left;
	padding: 0 2px 0px 2px;
	margin: 0px 0 0;
	width:928px;
/*	width: 550px;*/

	}

#sidebar {
float:right;
background: #d9d9d9 url('images/sidebar-bg.gif') repeat-x;
width:300px;
padding:20px 20px 20px 20px;
}

.post {
  padding-bottom:4px;
	}

.post h2 {
  padding-top:14px;
  padding-bottom:2px;
  clear:both;
}

.post hr {
  display: block;
}

#newslcontent .post {
  margin: 0;
  position:relative;
  overflow:hidden;
}

#newslcontent .postmetadata {
  font-size:11px;
color:#555;
height:30px;
text-align:left;
margin-top:0px;
}

.postmetadata .permalink {
	padding-left:40px;
}

a.email {
	margin-top:5px;
}

#tags {
font-size:11px !important;
color:#999;
}

/* meta data format */
.postmetadata {
	float:right;
	width:590px;
}
	
/* Styles for featured post */

#newslcontent .dialog .postmetadata {
	float:right;
	width:350px;
	margin-top:0px;
	height:20px;
}

#newslcontent .postmetadata a:hover { text-decoration:none; }
	
#newslcontent span.commentbg {
	background: url('images/comment-bg.gif') no-repeat;
	width:27px;
	height:30px;
	padding:0px 10px 10px;
}

#newslcontent .dialog span.commentbg {
	background: url('images/comment-bg-featured.gif') no-repeat;
}
	
#newslcontent .single .postmetadata {
	position:relative;
	float:left;
	overflow:hidden;
	display:block;
	text-align:left;
	width:584px;
	min-height:50px;
	margin-top:10px;
}
	
#newslcontent .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

#newslcontent .attachment {
	text-align: center;
	margin: 5px 0px;
}


.clear {
	clear: both;
}

#footer {
	padding: 20px;
	margin: 20px 0px 0px 0px;
	width: 100%;
	float:left;
	text-align:center;
	clear: both;
	border-top:1px solid #ccc;
	}

#footer .footer_links {
	position:relative;
	padding-bottom:20px;
}

#footer #container {
	margin: 0px auto;
	padding: 0;
	width: 944px;
	padding-bottom:20px;
	text-align:left;
}

#footer p a {
	font-size:12px;
	text-decoration:none;
}
#footer span.copyright { position:absolute; right:0px; bottom:0px; width:400px; text-align:right; }
/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	}

h2 {
	margin: 0px 0 0 0;
	}

h2.pagetitle {
		text-align: left;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	clear:both;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:300px;
	overflow:hidden;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	overflow:hidden;
	padding:0px 0px 0px 0px;
	margin:0px 0px 15px 0px;
	}

#sidebar fieldset { border:0px solid #fff; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; }

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: none;
	}

#sidebar ul li.event-body ul li {
	background: url('images/bullet.gif') left top no-repeat;
	padding-left:15px;
	font-size:12px;
	margin-bottom:20px;
	width: 265px;
}

#sidebar ul li.articles-body ul li {
	font-size:12px;
	margin-bottom:20px;
	width: 265px;
}

#sidebar ul li.event-body ul li span.sub {
	display:block;
	overflow:hidden;
	font-size:10px;
	color:#000;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	list-style:none;
	background:none;
	}
	
#sidebar ul li ul.links {
	font-size:17px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

ul.links li.follow {
	line-height:1.5em;
}

#sidebar ul li ul.links li a {
	color:#333;
	font-size:12px;
}

#sidebar #ad1 {
	width:300px;
	height:100px;
	margin-bottom:20px;
	margin-top:20px;
}

#sidebar #ad2 {
	width:300px;
	height:100px;
	margin-bottom:20px;
}

#sidebar ul li.event {
	background: url('images/event-bg.gif') 0 0 repeat-x;
	font-size:14px;
	color:#fff;
	padding:5px 0px 10px 10px;
	font-weight:bold;
	margin-bottom:0px;
}

#sidebar ul li.event-body ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

#sidebar ul li.event-body, #sidebar ul li.articles-body {
	background-color:#fff;
	padding:10px;
}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 0px 5px 3px;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 1px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

#sidebar input#newsletter {
	width:293px;
	border:1px solid #CCCCCC;
	padding:5px 0 5px 5px;
	margin:15px 0px 15px 0px;
	color:#404040;
}

#sidebar input#newsletter-submit {
	background:url(images/newsltr-subscribe.gif) no-repeat scroll 0 0;
	border:0 solid #FFFFFF;
	height:27px;
	float:right;
	clear:both;
	width:135px;
	cursor: pointer;
}

#sidebar input#newsletter-submit:hover {
	background:url(images/newsltr-subscribe.gif) no-repeat scroll 0 -33px;
	border:0 solid #FFFFFF;
	height:27px;
	float:right;
	clear:both;
	width:135px;
	cursor: pointer;
}

#sidebar input#newslead-submit {
	background:url(images/news-lead.gif) no-repeat scroll 0 0;
	border:0 solid #FFFFFF;
	height:27px;
	float:right;
	clear:both;
	width:69px;	
	cursor: pointer;
}

#sidebar input#newslead-submit:hover {
	background:url(images/news-lead.gif) no-repeat scroll 0 -33px;
	border:0 solid #FFFFFF;
	height:27px;
	float:right;
	clear:both;
	width:69px;	
	cursor: pointer;
}

#sidebar input#newslead {
	width:293px;
	border:1px solid #CCCCCC;
	padding:5px 0 5px 5px;
	height:150px;
	margin:15px 0px 15px 0px;
	color:#404040;
	vertical-align:top;
}

#newslcontent #searchform #s {
	width:170px;
	border:1px solid #ccc;	
	color: gray !important;
	float:left;
}

#newslcontent #searchform #searchsubmit {
	width:60px;
	height:26px;
	background: url('images/search.gif') 0 0 no-repeat;
	border:0px solid #34c980;
	margin-left:10px;
	float:left;
	padding-top:20px;
}

