/*  
Theme Name: Nursing Matters
Theme URI: 
Description: Nursing Matters WP Theme
Version:
Author: Barry McCabe
Author URI: http://www.bmcdesign.com
Tags: 

*/

html, body, div, span,iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, font, ins,strong,ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
:focus {
outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	margin-top: 25px;
}
ol, ul {
list-style: none;
}
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}


/* Main styles
*******************************/
html {
	height: 100%;
	margin-bottom: 1px;/* force vertical scrollbars */
}

body {
	/*color: #9b403f;*/
	color: #666666;
	font-size: 75%;
    /*background:#4C636A url(images/bg.gif) 0 0 repeat-x; commented out by bmc*/
	/*background:#7ca7f6; pale blue*/
	/*background:#fff0ea; pale pink*/
	background:#ffffff;/*white*/
}

/* Default fonts
*******************************/
body,
input,
select		{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

textarea,
pre,
code { font-family: Consolas, Monaco, "Courier New", Courier, monospace; }

/* Header elements
*******************************/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight:normal;
	color:#9b403f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h1 {
    font-size: 2.58em;
    color:#9b403f;
    line-height:1;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
    font-size: 2.08em;
	padding-bottom:8px;
	padding-top:16px;
}
h3 {
	font-size: 1.67em;
	padding-bottom:1em;
	line-height:1.5em;
}
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }

/* Text elements
*******************************/
p			  { margin: 0 0 1em 0; text-align: left; line-height:1.8; }
p.last 		  { margin-bottom:0; }
p.first		  { margin-top:1em; }
p.img		  { float: left; margin:0 1em 1em 0; padding:0; }

blockquote    {
    margin:0 0 1em 1em;
    padding-left:1em;
    border-left:2px solid #DBDBDB;
}
strong        { font-weight: bold; }
em            { font-style: italic; }
pre           { border: 1px solid #ddd; margin-bottom: 1.2em; padding:1.2em; }
ins           { text-decoration:none; } /*remove underline from text*/
del           { text-decoration:line-through; }
acronym       { border-bottom:1px dotted #666; }
dl {
    line-height:1.8;
    margin-bottom:1.2em;
}
/*links*/
a:link,
a:visited,
a:focus,
a:hover,
a:active	{ color: #0000ff; text-decoration: underline; cursor:pointer; }
a:hover		{ color:#ff0000; }
a:active,
a:focus     { outline: 0; } /*remove border in ff*/

/* decorate lists in posts */
#content .post ul,
#content .post ol {
    margin: 0 0 1em 2em;
}

#content .post ul {
    list-style-type:disc;
}

#content .post ol {
    list-style-type:decimal;
}

#content .post ul li,
#content .post ol li {
    line-height:2;
}

input, textarea{
	border:1px solid #cecece;
	font-size:12px
}

img {
    border:0;
    outline:0;
}

/* Wordpress aligning
*******************************/
.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
    float:left;
    margin: 0 1em 1em 0;
}

.alignright {
   float: right;
   margin: 0 0 1em 1em;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption {
    border:1px solid #eee;
    text-align:center;
    padding-top:4px;
}
.wp-caption p.wp-caption-text {
    font-size:.92em;
    text-align:center;
}

/* Text align
*******************************/
.t-right 	{ text-align: right; }
.t-left 	{ text-align: left; }
.t-center 	{ text-align: center; }
.t-justify 	{ text-align: justify; }

/* Other
*******************************/
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.zoom {
    overflow:hidden;
}


#root{
	/*width:770px; commented out by bmc*/
	width:955px; /*increase width for 1024x768 display*/
	margin:0 auto;
}

#header {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background:url(images/header.gif) no-repeat 0 0;
    /*height:136px; commented out by bmc*/
	height:199px; /*added in by bmc*/
    position:relative;
}

#header .pages {
    position:absolute;
    bottom:-25px;
    left:25px;
    overflow:hidden;
    font-size:.92em;
    line-height:1.2;
}

#header .pages span {
    display:block;
    height:21px;
    width:5px;
    background-position:0 0;
    background-repeat:no-repeat;
    float:left;
}

#header .pages ul {
    float:left;
    /*background:#274749; commented out by bmc*/
	background:#9b403f;	
    /*opacity:.8;*/
    padding:4px 0;
}

#header .pages .left {
    /*background-image:url(images/header-pages-left.png);*/
}

#header .pages .right {
    /*background-image:url(images/header-pages-right.png);*/
}

#header .pages li {
    float:left;
    padding:0 12px;
}

#header .pages li a {
    color:#fff;
    text-decoration:none;
}

#header .pages li a:hover {
    text-decoration:underline;
}

#header h1 {
	padding:35px 0 4px 25px;
}

#header h1 a {
    color:#0e1415;
    text-decoration:none;
}

#header h1 a:hover {}

#header .description {
    font-size:.92em;
    padding-left:25px;
    color:#4b6e76;
}

#about{
	padding-left:40px;
	padding-top:30px;
	width:485px;
	color:#e5f6eb;
}

#about h3 {
	font-size:19px;
	color:#e5f6eb;
	padding-bottom:10px;
}

#about p {
    font-size:0.75em;
    line-height:1.8;
}

#header .search {
	/*color:#635b5c; commented out by bmc*/
	color:#ffffff; /*added in by bmc*/
    font-size:.92em;
	padding-top:150px;
	float:right;
	padding-right:18px;
}
#header .search input.s {
	width:115px;
	color:#fff;
    height:17px;
    vertical-align:middle;
    border:2px solid #ffffff;
    font-size:1em;
    padding:0 2px;
    /*background:#cae4e5; commented out by bmc*/
	background:#000000;/* added in by bmc*/
	
}

#header .search input.button {
    vertical-align:middle;
    padding:2px;
    border:0;
}

#main{
    margin-top:10px;
    overflow:hidden;
}

#sidebar {
	/*margin-top:10px;*/
	margin-top:0px;
    /*background:#4d646c; commented out by bmc*/
	background:#eeebe6;
    padding:15px 15px 15px 25px;
	min-height:500px;
    height:auto!important;
    height:500px;
    
}

#left-box {
	width:224px;
	/*background:url(images/left-top.gif) 0 0 no-repeat;*/
    float:right;
}

#main-block{
	/*width:550px; commented out by bmc*/
	width:730px; /*added in by bmc*/
	float:left;
    /*background:url(images/main-top.gif) 0 0 no-repeat;*/
}

#content {
	/*background:#4d646c; commented out by bmc*/
	background:#ffffff; /*added in by bmc*/
	/*margin-top:10px;*/
	margin-top:0px;
	padding:16px 24px;
	min-height:500px;
	height:auto!important;
	height:500px;
	overflow:visible;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #663300;
}

#sidebar .box {
    margin-bottom:24px;
}

#sidebar ul {}

#sidebar li{
    margin:0;
	font-size:.92em;
}

#sidebar li li {
    padding:0 0 0 18px;
    font-size:1em;
}

#sidebar li a {
    padding:0 0 0 18px;
    background:url(images/li.gif) 0 6px no-repeat;
}

#sidebar li a:hover {
    background-image:url(images/li-hover.gif);
}

#sidebar li li a {
    background:url(images/sub-li.gif) 0 6px no-repeat;
}

#sidebar li li a:hover {
    background-image:url(images/sub-li-hover.gif);
}

#sidebar .meta li a {
    background-image:url(images/meta-li.gif);
}

#sidebar li a {
	/*color:#dce4e6; commented out by bmc*/
	color:#0000ff; /*added in by bmc*/	
	line-height:1.5;
}
#sidebar li a:hover {
	color:#ff0000;
}
.box input.text {
    border:1px solid #A2C1C6;
    background:#CAE4E5;
    padding:1px;
    color:#303030;
    width:100px;
}
.box input {
    font-size:.92em;
}
.box .tags {
    line-height:1.4;
}
.box .textwidget {
    font-size:.92em;
    line-height:1.4;
}
#left-block #recentcomments {
    font-size:.92em;
}
#left-block #recentcomments li {
    background:none;
    padding-left:0;
}
#sidebar #recentcomments li a {
    background:none;
}
#wp-calendar {
    width:150px;
    font-size:.92em;
}

#wp-calendar caption {
    padding:0 0 4px 0;
    font-weight:bold;
}

#wp-calendar th,
#wp-calendar td {
    padding:2px;
    text-align:center;
}

#wp-calendar thead th {
    background:#465B62;
}

#wp-calendar #prev {
    text-align:left;
    padding-top:4px;
}

#wp-calendar #next {
    text-align:right;
    padding-top:4px;
}









#content .post {
    overflow:hidden;
    margin-bottom:1.5em;
    clear:both;
}

#content .title {
    overflow:hidden;
}

#content .title h2 {
    padding-bottom:4px;
    float:left;
}

#content .title h2 a {
    text-decoration:none;
}

#content .title h2 a:hover {
    color:#ff0000;
}

#content .title .comments {
    padding-top:10px;
    float:right;
    font: 1.08em normal "Times New Roman", Times, serif;
}

#content .title .comments,
#content .title .comments a {
    color:#ffea9f;
    text-decoration:none;
    
}

#content .date,
#content .category  {
    float:left;
}

#content .comments {
    float:right;
}

#content .postdata {
    font-size:0.92em;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    padding:8px;
    background:#7ca7fb;
    margin:4px 0 8px;
    overflow:hidden;
}

#content .category a {
    color:#fff;
    font-weight:bold;
    text-decoration:none;
}

#content .entry {
    font-size:1em;
}

#content .entry .more-link {
    font-weight:bold;
}

/* Comments
 *******************************/
.comments-list {
    font-size:.92em;
}

#leavecomment {
    padding-top:1em;
}

.comments-list .avatar {
    margin-bottom:4px;
    vertical-align:middle;
}

.comments-list li {
    padding:18px;
    line-height:1.2;
}

.comments-list li.graybox {
    background:#465B62;
}

.comments-list cite {
    font-weight:bold;
    font-style:normal;
}

.comments-list small {
    font-size:.83em;
}

.comments-list .comment {
    margin-top:8px;
}

#commentform input.text,
#commentform textarea {
    padding:2px;
	color:#444;
    border:1px solid #a2c1c6;
    background:#cae4e5;
}

#commentform input.text {
    width:200px;
}

#commentform input.button {
    border:0;
}

#commentform textarea {
    width:400px;
}





#footer{
    margin-top:16px;
	height:15px;
    padding:5px 5px 5px;
    font-size:.92em;
	/*background:url(images/footer-back.gif) no-repeat 0 0;*/
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#9b403f;
    overflow:hidden;
}

#footer img {
    vertical-align:middle;
}

#footer .copyright {
    float:left;
    line-height:1.8;
}

#footer .links {
    float:right;
}

#footer .links a {
    margin-left:16px;
	color:#0000ff;
}

#footer .links a:hover {
    margin-left:16px;
	color:#ff0000;
}

.navigation {
	font-weight:bold;
	font-size:.92em;
    overflow:hidden;
    line-height:1.2;
}

.menu_container {
	width:955px;
	height:22px;
	font-size:0.85em;
	position:absolute;
	z-index:999;
	margin-top:6px;
	margin-left:0px;
	background-color: #9b403f;
	left: 0px;
	top: 190px;
}



/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	width:906px;
	height:22px;
	font-size:0.85em;
	position:relative;
	z-index:1000;
	border-right:1px solid #000;
	margin-top:6px;
	margin-left:0px;
}

/* hack to correct IE5.5 faulty box model */
* html .menu {width:746px; w\idth:745px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:100px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:100px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:11px;text-decoration:none; color:#fff; width:100px; height:20px; border:1px solid #000; border-width:1px 0 1px 1px; background:#9b403f; padding-left:5px; line-height:20px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd url(images/drop.gif) bottom right no-repeat;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65 url(images/drop.gif) bottom right no-repeat;}
.menu ul ul :hover > a.drop {background:#c9ba65 url(images/drop.gif) bottom right no-repeat;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:20px;left:0; width:149px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#d4d8bd; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#949e7c;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#949e7c;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */


.menu ul ul .current_page_item a {
  color: red;
  background: white;
  border-left: 1px solid black;
}

.menu .current_page_item a {
  color: red;
  font-weight: bold;
  background: white;
}

.menu ul .current_page_item ul a {
  color: white;
  font-weight: normal;
  background: black;
}

.menu ul .current_page_item ul a:hover {
  background: gray;
}

.menu .current_page_item a:hover {
  background: white;
}

