/*  
	Theme Name: Access-HealthCare - New
	Description: Custom theme CSS file for Access-HealthCare
	Author: David Zemens/ www.1955Design.com
*/
/*
	Color scheme as specified:
	RED - dark to light
	#800000
	#A50021
	#990033
	#CC0000
	#990033
*/
* { 
	margin: 0; 
	padding: 0; 
}
body {
	background: #FFF;
	font: 100.01%/120% "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	color: #666;
	color: #3a3a3a;
	line-height: 18px;
	font-size:75%;
	background-image:url(images/bg-body.jpg);
	background-repeat:repeat-x;
}
a {
	color: #800000;
	text-decoration: underline;
	font-weight:bold;
}
a:hover {
	border-bottom:0px;
	text-decoration: none;
	background-color: transparent;
	color: #3a3a3a;
}
a:focus, a:active {
	background-color: #D5E2FF;
	background-color: #555;
	color: #ccc;
	text-decoration:none;
}
a[href*="pdf"]  {
   background : transparent url(images/pdf.jpg) no-repeat 0% 55%;
   padding-left:22px;
}
a:focus[href*="pdf"], a:active[href*="pdf"]  {
   background : transparent url(images/pdf.jpg) no-repeat 0% 55%;
   padding-left:22px;
   color:#ccc;
   background-color:#666;
}
a[href*="doc"]  {
   background : transparent url(images/word.jpg) no-repeat 0% 55%;
   padding-left:22px;
}
a:focus[href*="doc"], a:active[href*="doc"]  {
   background : transparent url(images/word.jpg) no-repeat 0% 55%;
   padding-left:22px;
   color:#ccc;
   background-color:#666;
}
p {
	margin-bottom: 4px;
}
ul, ol 
{
	margin:1em;
	padding:0;
}
li 
{
	margin:0 1em;
	padding:5px 0;
}
blockquote 
{
    margin:10px 20px 0 7px;
    padding-left:10px;
    border-left:2px solid #1062A7;
}
fieldset 
{
	border:none;
}
img, embed {
	display:block;
	float: right;
clear:right;
	margin: 0px 0px 10px 25px;
	padding:5px 5px 5px 5px;
	border:1px solid #ccc;
}
img.left, img.alignleft
{
	float:left;
	margin:0px 22px 10px 0;
	padding:5px 5px 5px 5px;
	border:1px solid #ccc;
}
img.right, img.alignright
{
	float: right;
	margin: 0px 0px 10px 22px;
padding:5px 5px 5px 5px;
}
img.noborder {
	border:1px solid #fff;
}
a img 
{
float:right;
	border:#ccc 1px solid;
}
a:hover img 
{
	border:#111 1px solid;
}

/* Sidebar online services icons */
#sidebar ul.icon {
	cursor:pointer;
	height:1%;
	padding:0 0 0 0px;
	margin:10px 0 0 0;
	overflow:hidden;
}
#sidebar ul.icon li {
	list-style-image:none; /* Makes IE play nicely */
	display:block;
	float:left;
}
#sidebar ul.icon img {
	margin: 0 0 0 0;
	border:0;
	padding:5px 0 5px 0;
	float:right;
	clear:right;
}
#sidebar ul.icon li a {
	display:block;
	float:left;
	font-size:1.1em;
	font-weight:bold;
	color:#666;
	width:173px;
	cursor:pointer;
	margin-bottom:2px;
	padding:1px 7px 1px 7px;
	height:46px;
	text-decoration:none;
	letter-spacing:-1px;
}
#sidebar ul.icon li a:hover, #sidebar ul.icon li a.icon_on {
	text-decoration:none;
	color:#666;
	background-color:#FFF;
	border:1px solid #ccc;
	padding:0 6px 0 6px;
}
/* Use a background image on hover */
#sidebar ul.icon li a:hover {
	background: url(images/go.png);
	background-repeat: no-repeat;
	background-position:143px 5px;
	width:173px;
	height:46px;
	background-color:#FFF;
}
/* Current page item shows a back ground image with this code by turning off the <a> image */
/*#sidebar ul.icon li a.icon_on img {
	display:none;
}
#sidebar ul.icon li a.icon_on, #sidebar ul.icon li a.icon_on:hover {
	background: url(images/go-on.png);
	background-repeat: no-repeat;
	background-position:143px 5px;
	width:173px;
	height:46px;
	background-color:#FFF;
}
*/
/* End Current page item shows a back ground image with this code */
/* Overlay the <a> img on hover of the current menu item */
#sidebar ul.icon li a.icon_on:hover img {
	display:block;
}
/* Hide the <img> */
#sidebar ul.icon li a:hover img {  
	display:none;
}
#sidebar ul.icon li a:hover.icon_on {
	cursor:default;
}
#sidebar ul.icon li a:active {
	background-color:#FFF;
	color:#666;
	width:173px;
	height:46px;
	background-color:#FFF;
}
#sidebar ul.icon li a:active img { 
	display:none; 
}
#sidebar ul.icon li a:focus {
	background-color:#FFF;
	color:#666;
}
#sidebar ul.icon li a span {
	display:block;
	margin-top:15px;
}
/* Side icon current page images */
/* ========  ONE SEGMENT ========== */
/*#sidebar ul.icon li a.icon-about {
	background: url(images/about.png);
	background-repeat: no-repeat;
	background-position:138px 3px;
	padding:12px 2px 12px 6px;
	border:1px solid #FFF;
}
#sidebar ul.icon li a.icon-about:hover {
	background: url(images/about-hover.png);
	background-repeat: no-repeat;
	background-position:138px 3px;
	background-color:#F4F4F4;
	padding:12px 2px 12px 6px;
	border:1px solid #CCC;
}
#sidebar ul.icon li a.icon-about.icon_on {
	background: url(images/about-hover.png);
	background-repeat: no-repeat;
	background-position:138px 3px;
	background-color:#F4F4F4;
	padding:12px 2px 12px 6px;
	border:1px solid #CCC;
}
*/
/* ========  END ONE SEGMENT ========== */
/* End Side icon current page images */
/* End  Sidebar online services icons */

/*= headings */
h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-size: 140%;
	margin: 20px 0 5px 0;
	padding: 0 0 0 0;
}
h2 {
	font-size: 125%;
	margin-top: 25px;
}
#sidebar h2 {
	font-size: 1.2em;
	margin: 18px 0 7px 0;
	padding: 2px 5px 2px 7px;
	color: #FFF;
	font-weight:600;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	border:1px solid #000;
	background-color: #A50022;
	height:1%;
	background-image:url(images/bg-h2.jpg);
	background-position:left center;
	background-repeat:no-repeat;
}
h3 {
	font-size: 110%;
}
h4 {
	font-size: 1.2em;
}
#outer
{
	position: relative;
	/*max-width : 985px;
	min-width : 760px;
	*/
	width:985px;
	margin: 10px auto 10px auto;
	padding:0 0 0 0;
	background-color:transparent;
	height:auto;
	border:0px solid #CCC;
}
#inner {
	/*max-width : 983px;
	min-width : 760px;
	*/
	margin: 0 0 10px 0;
	padding:0 0 0 0;
	float:left;
	width:982px;
	background-color:#FFF;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-image:url(images/bg-inner.jpg);
	background-position:bottom center;
	background-repeat:repeat-y;
}
.offset {
	position : absolute;
	top : -9000px;
	left : -9000px;
	z-index : 9;
	color:#fafafa;
}
#menu {
	/*width:100%;*/ /* removed 11/26 but not cross browser tested */
	background-color:#fff;
	border-top:0px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:0px 0 0 0;
	margin:0 0 0 0;
	width:100%;
}
#menu ul
{
	position: relative;
	margin: 0 0 0 0;
	padding:0 0 0 12px;
	background-color:transparent;
	overflow:auto; /* haslayout */
}
#menu ul li
{
	display: inline;
}

#menu ul li a
{
	float:left;
	display:block;
	background-color: #fff;
	margin: 0 0 0 0;
	padding:4px 8px 4px 8px;
	color: #666;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-weight:bold;
	border-right:0px solid #333333;
	font-size:100%;
	text-decoration:none;
	text-transform:uppercase;
	border-right:1px solid #ccc;
}

#menu ul li a:hover, #menu ul li a:active, #menu ul li a:focus {
	color: #FF3300;
	text-decoration: none;
}
#menu ul li a:focus {
	color: #fff;
	background-color:#111;
}
#menu ul li a:active {
	text-decoration: none;
	color: #ccc;
	background-color:#666;
}
#menu ul li.current_page_item a
{
	background-color:#124787;
	background-color:#000;
	color: #fff;
	text-decoration: none;
	margin: 0 0 0 0;
	padding:4px 8px 4px 8px;
	cursor:default;
}
#search-form
{
}
#search-form fieldset {
	margin-left:10px;
}
#search-submit-button 
{
}
#content {
	position: relative;
	margin:0 0 10px 0;
	padding:0 5px 0 5px;
	border-right:0px solid #ccc;
	background-image:url(images/bg-content.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#content p {
	font-size:1.1em;
}
.post {
	padding:0 10px 0px 10px;
	margin:-7px 0 0px 0;
}
.search-results {
	background-image:url(images/mag.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	margin-bottom:-10px;
	padding-right:75px;
}

.post-archive {
	padding-bottom:0px;
	margin-bottom:5px;
	margin-top:10px;
	padding-left:10px;
}
#content h2 a 
{
	padding: 0 0 0 0px;
	margin-bottom: 0px;
	text-decoration:none;
	color:#000;
	font-size:1.0em;
	font-weight:normal;
}
#content h2 a:hover {
	color:#990033;
}
#content h2 a:focus, #content h2 a:active
{
	color:#ccc;
	background-color:#666;
}
.header.archive
{
	border-bottom:0px solid #ccc;
	padding: 0 0 0px 10px;
}
#content h3, #content h2
{
	position: relative;
	top: 4px;
	font-size: 175%;
	line-height: 25px;
	color: #000;
	font-weight:normal;	
	background: url(images/redline2.png) left bottom no-repeat;
	padding-bottom:2px;
}
#content h3 {
	font-size: 1.3em;
	margin:0 0 8px 0;
	background: url(images/redline1.png) left bottom no-repeat;
	padding-bottom:2px;
}
#content h3 a 
{
	text-decoration:none;
	color:#000;
	font-size: 1.1em;
	margin:22px 0 0 0;
	font-weight:normal;
	display:block;
}
#content ul 
{
    margin:1em;
    padding:0 1em;
    list-style-image:url(images/arrow.jpg);
}
#content ol 
{
    list-style-type:decimal;
    margin:1em;
    padding:0 1em;
}
.post .date
{
	float:left;
	margin:0 0 10px 0;
	color:#666;
	padding:0 0 0 0;
	font-size:11px;
	line-height:13px;
}
.post .date em 
{
	font-style:normal;
	color:#666;
}
.post .date em.user 
{
	background:url(images/user.png) no-repeat left top;
	padding-left:15px;
}
.post .date em.postdate 
{
	background:url(images/date.gif) no-repeat left top;
	padding-left:17px;
}
.post .entry
{
	margin:12px 0 0px 0;
	padding: 0 15px 0 8px;
	clear:both;
}
.post .entry p, .post .archive p {
	margin:5px 0 10px 0;
	color:#111;
	font-size:1.1em;
}
.post .archive p {
	font-size:1em
}
#content ul.asides
{
	background: url(images/a32.gif) repeat-x top;
	list-style:none;
	margin:2em 0;
	padding:0;
}
#content ul.asides li
{
	list-style:none;
	padding:0.5em 0;	
}
#content .post .header ul
{
	list-style: none;
	text-align:left;
	padding:20px 0;	
}
#content .post .header ul {
	padding:5px 0;	
}
#content .post .header ul li
{
	display: inline;
	padding:3px 0 3px 0px;
}
#content .post .header ul li.comments
{
	background-image: url(images/a36.gif);
	color:#999;
}

#content .post .header ul li.readmore
{
	background-image: url(images/a38.gif);
}
#content .post-archive h4  {
     margin:0 0 0 -10px;
}
#content .post h4 em
{
	color: #000066;
	font-style:normal;
	float:right;
	font-weight:normal;
}
#sidebar {
	position: relative;
	width: 210px;
	float: left;
	margin:0px 0 0 0;
	background-color:transparent;
	padding:5px 5px 0 5px;
	border-right:0px solid #ccc;
}
img.centered, img.center {
	display: block;
	float:none;
	margin: 10px auto 10px auto;
	padding:0 0 0 0;
}
a img {
	float:left;
}
img.profile
{
	position: relative;
	top: -2px;
	background: url(images/a26.gif) no-repeat;
	width: 146px;
	height: 75px;
	padding: 7px;
}
#sidebar ul
{
	list-style:none;
	padding: 0 10px 10px 3px;
	margin: 0 0 10px 0;
}
#sidebar ul li
{
	padding: 0px 0 0 0px;
	margin:0 0 0px 5px;
}
#sidebar ul li a
{
	color:#333333;
	font-weight:normal;
	text-decoration:underline;
}
#sidebar ul li a:hover
{
	color:#000;
	border-bottom:0px;
	text-decoration:none;
	background-color:transparent;
}
#sidebar ul li a:active, #sidebar ul li a:focus
{
	color: #ccc;
	background-color:#666;
	text-decoration:none;
}
#sidebar ul ul
{
	list-style-image:url(images/arrow.jpg);
	padding: 0 0 8px 15px;
	margin:0;
}
#sidebar a:link,#sidebar a:visited
{
	border-bottom:none;
}
/*comments and their styles*/
#comments, #respond{
	margin: 2em 0 0 5px;
}
#commentform 
{
	margin:10px;
	padding:10px;
}
#outer .commentlist {
	margin: 0;
	padding: 0;
}
.commentlist li 
{
	list-style:none;
	margin: 2em 0;
	padding: 0;			
}
.commentlist li p 
{
    margin:0 1em;
}
.commentlist li .cmtinfo 
{
	font-size:1em;	
	background: url(images/a32.gif) repeat-x top;
	padding:5px;
	margin-bottom: 10px;
	position:relative;
	border:#eee 1px solid;
}
.commentlist li .cmtinfo em 
{
	margin:0;
	padding:0 1em;
	text-align:right;
	font-style:normal;			
	color:#999;	
}
.commentlist li.alt .cmtinfo 
{
	font-size:1em;	
	background: url(images/a34.gif) repeat-x top;
	padding:5px;
	margin-bottom: 10px;
	position:relative;
	border:#ddd 1px solid;
}
.commentlist li.authorcomment
{
	border:#ddd 1px solid;
	border-top-width:0px;
	
}
#outer .nocomments 
{
	text-align:center;
	color:#999;
}
#outer .trackback 
{
	background:url(images/links.gif) no-repeat left;
	padding:2px 20px;
}
#outer .commentsrss 
{
	background:url(images/feed.gif) no-repeat left;
	padding:2px 17px;
}
.commentlist li cite 
{
	font-style:normal;
	font-weight:bold;
}
input.text, textarea, select 
{
	padding:2px;
	background:#F9F9F7;
	font:1em verdana, arial, serif;
	border: 1px solid #ccc;	
}
textarea{
	width: 90%;
	height: 20em;	
}
#outer input.text:focus, textarea:focus
{
	background:#fff;
	border:#999 1px solid;
}
#footer {
	font-family:"Trebuchet MS", arial, helvetica, sans-serif;
	position: relative;
	clear: both;
	text-align: right;
	border-top:1px solid #ccc;
	color: #111;
	padding:25px 13px 10px 0;
	margin:0 auto 0 auto;
	background-color: #fff;
	background-image:url(images/bg-footer-left.jpg);
	background-repeat:no-repeat;
	background-position:0 45px;
}

#footer a {
	color: #111;
	text-decoration:underline;
	font-weight:normal;
	border:0px;
}
#footer a:hover
{
	color: #111;
	text-decoration:none;	
	border:none;
}
#footer a:focus, #footer a:active
{
	color: #ccc;
	text-decoration:none;	
	background-color:#666;
}
#content, #sidebar, #footer, .widget {
    overflow: hidden;
}
.textwidget {
    margin-top:10px;
}
#sidebar ul li .current-cat a {
	font-weight:bold;
	color:#CC0000;
}
.entry ul li , .entry ol li {
	margin:0 0 6px 10px;
	padding:0 0 0 0;
	font-size:13px;
}
.uppercase {
	text-transform:capitalize;
}
ul.wp-tag-cloud {
}
.wp-tag-cloud li {
	display:inline;
	background-image:url(images/arrow.jpg);
	background-repeat:no-repeat;
	background-position:left center;
}
.wp-tag-cloud li a {
	margin-left:10px;
	text-transform:capitalize;
}
.error {
	color:red;
}
#error-message {
	margin:10px 0 10px 0;
	padding:5px 5px 5px 5px;
	border:3px solid red;
	background-color:#FFFFCC;
float:left;
clear:both;
}
/* Banner Elements **************************************************************/
#bannerimg  h1 {
	background-color: transparent;
	width: 100%;
	height: 180px;
	color:#043756;
	margin:0 0 0 0px;
	padding:0 0 0 0px;
	font-size:2.1em;
	position:relative;
}
#bannerimg h1 a {
	position : absolute;
	top:0;
	left:0;
	display : block;
	width: 100%;
	height: 180px;
	cursor : pointer;
	margin:0 0 0 0;
	padding:0 0 0 0px;
	background-color :transparent;
	font-size:100%;
	color:#CC0001;
	border:0px;
	text-decoration:none;
}
#bannerimg h1 small {
	font-size:66%;
}
#bannerimg h1 a:hover {
	cursor : pointer;
	background-color :transparent;
	color:#CC0001;
	text-decoration:underline;
	border:0px;
}
#bannerimg h1 a span, #bannerimg h1 span {
	position : absolute;
	top:0;
	left:0;
	display : block;
	width: 100%;
	height: 180px;
	background-image:url(images/bg-header.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	cursor : pointer;
	margin:0 0 0 0;
	padding:0 0 0 0;
	border-bottom:0px solid #ccc;
	z-index:500;  /* relative to top_tabs z-index */
}
#bannerimg a:hover span {
	position : absolute;
	display : block;
	cursor : pointer;
	width: 100%;
	height: 180px;
}
#bannerimg h1 a:focus span, #bannerimg h1 a:active span { 
	position : absolute; 
	display : block; 
	width: 100%;
	height: 180px;
	background-image:url(images/bg-header.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	border:0px;
} 
#bannerimg h1 a span:focus, #bannerimg h1 a span:active { 
	position : absolute; 
	display : block; 
	width: 100%;
	height: 180px;
	border:0px;
} 
/* END  Banner Elements **************************************************************/
/* Footer misc ------------------------------ */
ul#footer-address {
	position:relative;
	z-index:0;
	margin:0 5px 12px 0;
	float:right;
	color:#fff;
	font-family:"Trebuchet MS", arial, helvetica, sans-serif;
	font-size:1.0em;
	clear:right;
}
ul#footer-address li {
	color:#111;
	text-align:right;
	margin:0 0 -2px 0;
	padding:0 0 0 0;
	list-style-type:none;
}
ul#footer-address li.footer-font {
	color:#999999;
}
#footer a {
	color:#111;
	text-decoration:underline;
}
#footer a:hover {
	color:#111;
	text-decoration:none;
	background-color:#fff;
}
ul#top_demo {
	position:relative;
	z-index:-1000;
	margin:-105px 15px 0 0;
	float:right;
	color:#fff;
	font-family:Arial, "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size:105%;
	text-align:right;
	width:40%;
	clear:right;
}
ul#top_demo li {
	color:#111;
	text-align:right;
	margin:0 0 -2px 0;
	padding:0 0 0 0;
	list-style-type:none;
	
}
ul#top_demo li.demo-font {
	font-size:1.3em;
	font-style:italic;
}
/*
green hidden accesible navigation
*/
.jump a {
   position : absolute;  /* Forces it off-page */
   top : -1000px; /* The direction and value (optional) */
   left : -1000px; /* The direction and value */
   padding : 5px; /* To style the link�s box (optional) */
   font-weight : bold; /* Link Styling (optional) */
   font-size : 100%; /* Link Styling (optional) */
   text-align:center;
   text-decoration:none;
   color:#666;
}

.jump a:hover {
	text-decoration:underline;
	border-bottom:1px solid #fff;
}
.jump a:focus, .jump a:active {
   font-family:Verdana, Arial, Helvetica, sans-serif;
   position : absolute; /* Forces it back on focus */
   top : 8px; /* The direction and value */
   left : 15%; /* The direction and value (I got better results with % here) */
   border:3px double #990033;
   color : #111; /* Link Styling (optional) */
   z-index : 502; /* I needed it to be on top of my image banner and over the �Get the Latest icon on my home page*/
   width:12em;
   padding:5px 0 5px 0;
   background-color:#FFFFFF;
}
dfn {
	border-bottom: 1px dotted #64988B;
	border-color:#0033FF;
	font-style:normal;
}
dfn:hover {
	border-bottom: 1px dotted #64988B;
	cursor: help;
	border-color:#66CC00;
	cursor:help;
}
/* top tab links in header */
ul#top_tabs {
	position:relative;
	margin:-175px 56px 0 0;
	float:right;
	z-index:501;
}
ul#top_tabs li {
	display:inline;
	margin:0 0 0 0;
	padding:0 0 0 0;
	z-index:0;
}
ul#top_tabs li a {
	background-color:transparent;
	color:#666;
	padding:5px 3px 5px 3px;
	font-weight:bold;
	font-size:88%;
	margin-right:4px;
	z-index:-100;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	text-decoration:underline;
}
ul#top_tabs a:hover {
	background-color:transparent;
	color: #FF3300;
	text-decoration:none;
}
ul#top_tabs a:focus {
	background-color:transparent;
	color:#fff;
	text-decoration:none;
	text-decoration:underline;
	background-color:#111;
}
ul#top_tabs a:active, ul#top_tabs a.tab_on:active {
	color:#ccc;
	background-color:#666;
	text-decoration:none;
}

ul#top_tabs a.tab_on  {
	color: #FF3300;
	cursor:default;
}
ul#top_tabs a.tab_on:hover  {
	cursor:default;
	border:0px solid #ccc;
}
ul#top_tabs a.rss {
	color: #fff;
	background-color:#FF9900;
}
/* End tab links in header ------------------------------ */
/* footer tab links */
ul#footer_tabs {
	margin:-20px 0px 0 10px;
	float:left;
}
ul#footer_tabs li {
	display:inline;
	margin:0 0 0 0;
	background-color:transparent;
}
ul#footer_tabs li a {
	background-color:transparent;
	color:#111;
	padding:0px 5px 0px 3px;
	font-weight:normal;
	font-size:88%;
	margin:0 0 0 0;
	text-decoration:none;
	border-right:1px solid #666;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-variant:normal;
}
ul#footer_tabs li a.noborder {
	border:0px;
}
ul#footer_tabs a:hover, ul#footer_tabs li.current_page_item a:focus {
	background-color:transparent;
	color: #FF3300;
	text-decoration:none;
	border-right:1px solid #666;
}
ul#footer_tabs a:focus, ul#footer_tabs a:active, ul#footer_tabs li.current_page_item a:active {
	background-color:#666;
	color:#ccc;
	text-decoration:none;
	border-right:1px solid #666;
}

ul#footer_tabs li.current_page_item a {
	color: #FF3300;
	cursor:default;
	border-right:1px solid #666;
}
ul#footer_tabs li.current_page_item a:hover  {
	cursor:default;
	border-right:1px solid #666;
	text-decoration:none;
}
#footer img, #footer img a, ul#top_demo img, ul#top_demo img a {
	padding:0 0 0 0;
	margin:0 0 0 0;
	float:right;
	margin:-4px 10px 0 0;
	z-index:500;
	position:relative;
}
ul#top_demo img, ul#top_demo img a {
	margin:-134px -23px 0 0;
}
/* End footer tab links in  ------------------------------ */
.no-display {
	display:none;
}
/* sidebar definition lists */

#sidebar dl, #content dl { 
	margin: 0px 0 0 10px; 
	font-size: 1.1em; 
}
#sidebar dt, #content dt {
	font-weight:bold;
	margin-top:5px;
	color:#666666;
	font-size: 1.0em; 
}
#sidebar dd,  #content dd {
	margin: 0 0 0 5px;
	line-height:1.2;
	font-size: .9em; 
}
/* Sub navigation sidebar */
#subnav h2 em {
	text-decoration:none;
	font-size:90%;
	text-transform:none;
	color:#3366CC;
}
#sidebar ul#subnav li.page_item a {
	color: #666;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:100%;
	text-decoration:none;
	text-transform:uppercase;
	margin-left:10px;
}
#sidebar ul#subnav li.page_item a:hover, 
#sidebar ul#subnav li.page_item a:active, 
#sidebar ul#subnav li.page_item a:focus {
	color: #FF1919;
	text-decoration: none;
}
#sidebar ul#subnav li.page_item a:focus {
	color: #fff;
	background-color:#111;
}
#sidebar ul#subnav li.page_item a:active {
	color: #FF1919;
	text-decoration: none;
	color:#fff;
	background-color:#111;
}
#sidebar ul#subnav li.current_page_item a
{
	background-color:transparent;
	color: #FF1919;
	text-decoration: none;
	cursor:default;
}
#sidebar ul#subnav li ul#deep {
	list-style-image:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#sidebar ul#subnav li ul#deep li {
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#sidebar ul#subnav li ul#deep li a {
	font-variant:normal;
	text-transform:capitalize;
	color:#666;
}
#sidebar ul#subnav li ul#deep li a:hover {
	color: #FF3300;
}
#sidebar ul#subnav li ul#deep li a:focus,
#sidebar ul#subnav li ul#deep li a:active {
	color: #CCC;
	background-color:#666;
}
/* End sub navigation sidebar */
#home_logo {
	position: absolute;
	width: 275px;
	height: 100px;
	right: 15px;
	top: 31px;
	overflow: hidden;
	z-index:9999;
}
#home_logo a {
	display: block;
	width: 275px;
	height: 100px;
	background-color:transparent;
}
/*.post img {max-width: 100%; height: auto}*/
#content .entry ul.edu {
	margin:0 0 10px 0;
	padding:10px 50px 10px 15px;
	width:405px;
	background-image:url(images/bg-edu.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	background-color:#FBFBFB;
	border:1px solid #ccc;
}
