/*
Theme Name: e-CareManagement
Description: A custom theme for e-CareManagement
Version: 1.0
Author: Blogging Expertise
Author URI: http://www.bloggingexpertise.com/
*/



/*
	Table of Contents:
		General elements
		Structural elements
		Header elements
		Sidebar elements
		Post elements
		Metadata elements
		Comment elements
		Footer elements
		Widget-specific elements
*/


/* General elements */
* {
	margin: 0px;
	padding: 0px;
}

html,
body {
	text-align: center;
}

body {
	background: #fff url('images/background-body.png') center top repeat-x;
	font-family: 'Trebuchet MS', Verdana, Helvetica, sans-serif;
	font-size: small; /* set base size here, use percentages of this size throughout the rest of the stylesheet */
	line-height: 140%;
}

p {font-size: 100%;}
h1 {font-size:200%;}
h2 {font-size:160%;}
h3 {font-size:140%;}
h4 {font-size:120%;}
h5 {font-size:100%;}

h1, h2, h3, h4, h5, h6 {
	color: #006295;
}

blockquote {
	margin: 0px 30px 0px 30px;
}

p,
blockquote,
.post ul,
.post ol {
	margin-bottom: 1.5em;
}

input,
textarea {
	font-family: ;
	font-size: 100%;
}

a, a:active {
	background: transparent;
	border: none;
	color: #006295;
}

a:hover {
	color: ;
}

a:visited {
	color: ;
}

a img,
a img:hover {
	background: transparent;
	border: 0;
}

.float-left {
	float: left;
	text-align: left;
}

.float-right {
	float: right;
	text-align: right;
}

div.clear {
     clear: both;
     font-size: 1px;
     line-height: 1px;
     overflow: hidden;
     visibility: hidden;
     width: 0;
     height: 0;
}


/* Structural elements */
/* Positioning information goes here.  Colors, fonts, etc. should go in the individual sections. */
#page {
	background: url('images/background-page.jpg') left top no-repeat;
	margin: 0 0 0 50px; /* for centered layouts */
	overflow: hidden;
	text-align: left;
}

#header {
	height: 231px;
	overflow: hidden;
}

#navigation {
	float: left;
	margin-right: 50px;
	overflow: hidden;
	padding-top: 110px;
	width: 450px;
}

.sidebar {
	overflow: hidden;
}

#sidebar-secondary {
	background: url('images/background-sidebar.png') left top repeat-y;
	float: left;
	margin-left: 51px;
	padding-top: 30px;
	padding-bottom: 50px;
	padding-left: 25px;
	width: 200px;
}

#sidebar-primary {
	float: left;
	margin-top: 100px;
	width: 180px;
}

#content {
	float: left;
	overflow: hidden;
	width: 650px;
}

#container {
	float: right;
	width: 425px;
}

#container-page {
	overflow: hidden;
}

#footer {
	clear: both;
}


/* Header elements */
/* This section contains an image replacement technique and will need to be modified to call the right image and fit properly. */
#header #navigation ul li {
	display: inline;
	font-weight: bold;
	margin-right: 17px;
	text-transform: uppercase;
}

#header #navigation ul li.last {
	margin-right: 0px;
}

#header #navigation ul li a {
	text-decoration: none;
}

#header #quote {
	color: #006295;
	float: left;
	font-size: 95%;
	line-height: 110%;
	margin-top: 20px;
	width: 400px;
}

#header #quote em {
	color: #000;
	font-weight: bold;
}


/* Sidebar elements */
	
.sidebar {
	font-size: 95%;
}

.widget {
	
}

.sidebar .widget h2 {
	color: #2e546b;
	font-size: 120%;
	margin: 20px 0px 5px 0px;
}

.sidebar .widget ul {
	font-size: 95%;
	margin: 0;
	padding: 0;
	line-height: 20px;
	list-style-type: none;	
}

.sidebar .widget ul li {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 4px;
	padding-bottom: 4px;
}

.sidebar .widget a:link, 
.sidebar .widget a:visited {
	color: ;
}

.sidebar .widget a:hover {
	color: ;
}

form#searchform label {
	display: none;
}



/* Post elements */
#content h1.title {
	font-size: 300%;
	margin-bottom: 5px;
	padding-top: 20px;
}

#content h1.title .smaller {
	font-size: 60%;
}

#content h1.title,
#content h1.title a {
	background: transparent;
	border: none;
	text-decoration: none;
}
	
#content h2.description {
	background: #fff;
	color: #000;
	font-size: 95%;
	font-weight: normal;
	margin-bottom: 55px;
}

.post {
	margin-bottom: 40px;
}

.post-header,
.post-header a,
.post-header a:visited {
	color: #0043B7;
	font-size: 95%;
	text-decoration: none;	
}

.interpost-nav {
	margin: 30px;
	text-align: center;
}

.interpost-nav .float-left {

}

.interpost-nav .float-right {

}

.post ul,
.post ol {
	margin-left: 30px;
}


/* Metadata elements */
.post-metadata { 
	font-size: 90%;
	margin-bottom: 10px;
}

.post-metadata span {
	
}

.post-metadata span.post-categories {
	
}

.post-metadata span.post-date {
	
}

.post-metadata span.post-comments {
	
}

.trackbackURL {
	font-size: 75%;
}


/* Comment elements */
#comments h3 {
	margin-top: 30px;
}

.comment-list {
	
}

.comment {
	clear: both;
}

.comment-list .alt {
	
}

.comment-number {
	display: inline;
}

.comment-gravatar {
	float:left;
	margin: 10px 5px 5px 0px;
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
}

.gravatar {
	
}

.postgrav {
	float: left;
	padding: 3px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #ccc;
	background: #fff;
}

.comment-list cite {
	
}

.comment-content {
	
}




/* Footer elements */

#footer {
	font-size: 90%;
	padding-top: 30px;
	text-align: center;
}



/* Widget-specific elements */
.sidebar .widget ol {
	font-size: 95%;
	padding-left: 20px;
}

.sidebar .widget ol li {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 4px;
	padding-bottom: 4px;
}


/* Plugin-specific elements */

