/*
Theme Name: ems2011 (a Twenty Eleven Child)
Based on: http://www.throwingabrick.com/wordpress/customizing-the-wordpress-twenty-eleven-theme.html
Description: A Twenty Eleven Child Theme
Author: Windell Oskay 
Template: twentyeleven
Version: V0.1.0
*/


@import url('./twentyelevenstyle.css');

/* Keep the sidebar from falling below post content on small screens */
@media (max-width: 800px) {

	/* Align site title and description with narrow-screen post content */
	#branding hgroup {
	   margin: 0 1%;
	}
	/* Align site title and description with narrow-screen post content */
	#branding hgroup {
	   margin: 0 1%;
	}
	/* Set dimensions for content and sidebar within the page wrapper */
	.right-sidebar #main #content {
		margin: 0 29% 0 1%;
		width: 70%;
	}
	.right-sidebar #main #secondary {
		float: right;
		margin: 0px 1% 0px 0px;
		width: 24%;
	}
}


@media (max-width: 900px) 
{
    #EMSLogoNameSm
    {   
    	display:inherit;
    }
	 #EMSLogoName
    {   
    	display:none;
    }
}

 

#branding #s {
   display: none; /* By default: Do not show this searchbox. */
} 

@media (min-width: 900px) {
	/* Hide the search box to keep the site title from wrapping */
	#branding #s {
	   display: inherit;
	}
	}

@media (min-width: 901px) {
/* Hide sidebar search on wide screens */
    .widget_search #s {
        display: none;
    }
    
    
    #EMSLogoName
    {   
    	display:inherit;
    }
    
    #EMSLogoNameSm
    {   
    	display:none;
    }

} 

#page {
    min-width: 600px;
    }
        
body {
         
    background: #d8d8ff; /* Old browsers */
    background: -moz-linear-gradient(top, #d8d8ff 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8d8ff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d8d8ff 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d8d8ff 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d8d8ff 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d8d8ff 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8ff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
   padding: 0px 5px;   
       background-repeat: no-repeat;
    background-attachment: fixed;         
}
 
 html {
    overflow-y: scroll; /* Fix for shifting-content issue -- WHO */
} 
	
a {color:#6363ff;text-decoration:none;}  
a:hover {color:#222261;text-decoration:none;}  

#branding {
    background: #FFF;   
/*      width:100%;  */
/*       height: 80px;   */

    -webkit-border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px; 

    border-top: none; 
    padding-bottom: 1px;
}
  
 
#EMSbanners
{
    width:100%;
    height:80px;
    	margin-bottom:7px;
}
 
#EMSLogo
{  
padding-top:9px;
padding-left:18px; 
float:left;
}

#EMSLogoName
{    
margin-left:auto;
margin-right:auto;
padding:20px 0px 0px 20px;  
}

#EMSLogoNameSm, #EMSLogoNameSmIE 
{    
margin-left:auto;
margin-right:auto;
padding:12px 0px 0px 10px; 
}
 

#EMSNameText
{
font-size:18px;
color:#550000;
font-weight: normal;
text-align:center; 
margin-left:auto;
margin-right:auto;
}

/* Hide site title (text) block and subtitle: */
#site-title { display: none; }
#site-description {	 display: none; }
 
/* Hide comment word balloon */
.entry-header .comments-link { display: none; }

#access { 
background: #5a5a5a; 
background: -moz-linear-gradient(#6c6c6c, #0a0a0a);
background: -o-linear-gradient(#6c6c6c, #0a0a0a);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6c6c6c), to(#0a0a0a)); 
background: -webkit-linear-gradient(#6c6c6c, #0a0a0a);  
/*margin-top:-1px; */

border-top:1px solid #ededed; 

/* Use absolute position, primarily for cross-browser compatibility. --WHO */
	position: absolute;
	top: 89px;

} 


#access li {
    padding:0px 5px;
    font-weight:normal;
} 

#access div {
	margin: 0 26px;
}

#access a {
	color: #fff;
}


#access li:hover > a,
#access a:focus 
{

color:#000;
-moz-box-shadow: 0px 0px 10px #FFF ; 
-webkit-box-shadow: 0px 0px 10px #FFF ; 
box-shadow: 0px 0px 10px #FFF ; 

background: #f0f0f0; 
background: -moz-linear-gradient(#ffffff 0%, #c1c1c1 100%);
background: -o-linear-gradient(#ffffff 0%, #c1c1c1 100%);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#c1c1c1)); 
background: -webkit-linear-gradient(#ffffff 0%, #c1c1c1 100%);  


text-decoration:none;
	-webkit-transition: color 0.25s linear;
	-moz-transition: color 0.25s linear;
	transition: color 0.25s linear;
}


#access .current-menu-item > a {
color:#333;
	font-weight: normal;

-moz-box-shadow: 0px 0px 5px #FFF ; 
-webkit-box-shadow: 0px 0px 5px #FFF ; 
box-shadow: 0px 0px 5px #FFF ; 

background: #c9c9c9; 
background: -moz-linear-gradient(#ffffff 0%, #959595 100%);
background: -o-linear-gradient(#ffffff 0%, #959595 100%);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(##959595)); 
background: -webkit-linear-gradient(#ffffff, #959595);  


	 }


#access a { 

    font-size: 13px;
    letter-spacing: .1em;
    line-height: 30px;  
    height:30px;
 	padding: 0 10px;

}
 
 
#main { 
    padding: 0px;
 /* Use absolute position for navbar; so add extra spacing here. --WHO */
	position: relative;
	top: 40px;    
	
	
/* From  http://www.reignwaterdesigns.com/ad/tidbits/hacks/minimum_height_in_css.shtml
Enforce minimum page height.
Use only on FORUM site.
*/
     min-height:500px;
     height:auto !important;
     height:500px; 
}

/*
#branding #searchform {
    position: absolute; 
    top: 3px;
}
*/

#branding .with-image #searchform
{
    position: absolute; 
 /* Use absolute position for navbar; so change spacing here. --WHO */
    top: 3px;
}

.entry-title { 
    font-size: 24px; 
    padding-top: 5px;
}
 

.no-results { 
    margin: 0 0 0.1em;
    padding: 0 0 0.1em; 
}

 
/* input#s{    font-size: 13px;}  */

#branding .only-search #s {
 background-color: #d8d8d8; 
 padding: 0px 10px 0px 28px;   
 background-position:5px 2px; 
 font-size: 13px;

}
 

#branding .only-search #s:focus {
	background-color: #f9f9f9;
	width: 196px;
}
  


  
  #page {
-moz-box-shadow: 5px 5px 15px #333;
-webkit-box-shadow: 5px 5px 15px #333;
box-shadow: 5px 5px 15px #333;  
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
margin-bottom: 10px;
margin-top: 4px;
}  


#contentEmbed {
		padding: 0px 1% 0px 1%; 
		width: 98%;
	}
 
 
 
div.CommentInfo {display:none;} 

ul.PanelInfo {
	font-size: 14px;
}


ul
{
    list-style-type: none;
}


/*   END CUSTOM CSS ADDED */




#Body {
	margin: 0 0.5%;
	width: 99%;
	position: relative;
}

body {

background: #d8d8ff; /* Old browsers */
background: -moz-linear-gradient(top, #d8d8ff 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8d8ff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #d8d8ff 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #d8d8ff 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #d8d8ff 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom, #d8d8ff 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8ff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    padding: 0px 5px;   
       background-repeat: no-repeat;
    background-attachment: fixed;     
        
}


body {
	padding: 0 2em;
}
#page {
	margin: 2em auto;
	max-width: 1000px;
}
#branding hgroup {
	margin: 0 7.6%;
}
#access div {
	margin: 0 7.6%;
}
#primary {
	float: left;
	margin: 0 -26.4% 0 0;
	width: 100%;
}
#content {
	margin: 0 34% 0 7.6%;
	width: 58.4%;
}
#secondary {
	float: right;
	margin-right: 7.6%;
	width: 18.8%;
}




 html {
    overflow-y: scroll; /* Fix for shifting-content issue -- WHO */
} 
	
	a {color:#6363ff;text-decoration:none;}  
a:hover {color:#222261;text-decoration:none;}  
 	
#branding {
    background: #FFF;    
    -webkit-border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px; 

    border-top: none; 
    padding-bottom: 1px;
}
 
 

#EMSbanners
{
    width:100%;
    height:80px;
    	margin-bottom:7px;
}
 
#EMSLogo
{  
padding-top:9px;
padding-left:18px; 
float:left;
}

#EMSLogoName
{    
margin-left:auto;
margin-right:auto; 
width:557px;
padding:20px 0px 0px 20px;  
}

#EMSLogoNameSm, #EMSLogoNameSmIE 
{    
margin-left:auto;
margin-right:auto; 
width:355px; 
padding:12px 0px 0px 10px; 
} 


#Head {
	display:none;
	background: #3B5998;
	padding:0;
	margin: 30px 0px 0px 0px;
	text-align: left;
	position: relative;
}

div.Popup h1,
div.Popup h2,
div.Connect h1,
div.Connect h2 {
	background: #3b5998;
	border-bottom: 1px solid #3b5998;
}
.Banner {
	padding:  0 0 10px;
	text-align: left;
	position: relative;
}
.Banner ul {
	background: #3B5998;
	padding: 0;
	margin: 0;
}
.Banner ul li {
	display: inline;
	padding: 0;
	margin: 0;
}
.Banner ul li a {
	font-weight: bold;
	padding: 3px 6px;
	font-size: 11px;
	color: #fff;
	display: inline-block;
}
.Banner ul li a:hover {
	background: #4b67a1;
}
.Banner ul li a.SignOut {
	font-weight: normal;
	position: absolute;
	top: 0;
	right: 0;
}
.Banner ul li a span {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 1px 2px 0 1px;
	background: #f00;
	border-right: 1px solid #a00;
	border-bottom: 1px solid #a00;
	color: #fff;
	font-size: 9px;
	position: relative;
	top: -3px;
}
#Content {
	float: none;
	width: auto;
	margin: 0 260px 0 0;
}
#Panel {
	float: right;
}
#Panel div.SearchBox input.InputBox {
	width: 200px;
	margin-right: 4px;
}
div.SearchBox {
	margin-bottom: 6px;
}
body.Profile div.SearchBox {
	display: none;
}
body.Profile #Content {
	float:none;
	width: auto;
/* 	margin: 0 0 0 260px; */
}
body.Profile #Panel {
	margin: 0;
}
form.Activity textarea {
	width:99%;
}
#Foot div {
	width: auto;
}
body.Post #Content {
	width: auto;
	margin:0 20px;
}
#ConversationForm textarea.MultiComplete,
#ConversationForm .TextBox,
#MessageForm textarea,
div.Comment div.CommentForm,
div.Comment div.CommentForm textarea,
div.CommentForm textarea,
#DiscussionForm input.InputBox,
#DiscussionForm textarea {
	width:99%;
}
#ConversationForm form {
	border: none;
}
div.Preview div.Message,
ul.MessageList div.Message {
	clear: none;
}
#DiscussionForm form {
	background: #efefef;
	border: 1px solid #ccc;
}
div.MessageForm,
div.Tabs {
	background: #efefef;
	border-bottom:1px solid #ccc;
}

/* Tabs */
div.Tabs {
	background: none;
	padding: 0;
	border-bottom: 1px solid #aaa;
}
div.Tabs ul {
	padding: 0 8px;
	white-space: nowrap;
}
div.MessageForm {
	padding: 8px 8px 5px;
}
div.MessageForm div.Tabs {
	padding: 0 8px;
}
div.Tabs li a,
div.Tabs li a:link,
div.Tabs li a:hover,
div.Tabs li a:active,
div.Tabs li a:visited {
	font-size: 11px;
   margin: 0;
   border: none;
   border-radius: 0;
   -moz-border-radius: 0;
   -webkit-border-radius: 0;
   background: none;
   color: #1E79A7;
   text-decoration: none;
   padding: 8px 10px;
	line-height: 11px;
}
div.Tabs li a:hover {
   text-decoration: underline;
}
a.Active,
div.Tabs li.Active a {
   background: #fff;
   color: #474747;
   margin: 0;
   border: 1px solid #aaa;
	border-bottom: none;
   border-radius: 3px 3px 0 0;
   -moz-border-radius: 3px 3px 0 0;
   -webkit-border-radius: 3px 3px 0 0;
   display: inline-block;
	font-size: 12px;
	line-height: 12px;
   font-weight: bold;
   text-decoration: none;
   padding: 6px 10px;
	position: relative;
	top: 1px;
}
div.Tabs li a span {
   line-height: 1;
   font-size: 80%;
   padding: 0 3px;
   border-radius: 3px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   font-weight: normal;
	background: #E3F4FF;
   color: #70727C;
   margin: 0 0 0 4px;
}
div.DiscussionsTabs div.SubTab {
	font-size: 11px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-top: 1px solid #aaa;
	background: #f3f3f3;
	margin:0;
	padding:4px 8px;
}
div.HeadingTabs ul {
	margin: 8px 0 0;
}
body.Discussion a.Bookmark {
	margin: 6px 2px;
}
div.Preview {
	border: 1px solid #aaa;
	background: #fff;
	margin:0 0 8px;
	padding: 8px;
}
.Foot {
	background: none;
	border: none;
}
div.MorePager a,
div.MorePager a:link,
div.MorePager a:visited,
div.MorePager a:active,
div.MorePager a:hover {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: none;
	border: none;
	color: #1e79a7;
	line-height: 1;
	padding: 0;
	text-decoration: none;	
}
div.MorePager a:hover {
	color: #ff0084;
	text-decoration: underline;
}



#rcrumbs {
	font-size:80%;
	padding-left: 10px;
	margin-top:40px;
	margin-bottom:5px;
	background-color: rgba(0, 0, 0, 0.03);
	border-top:1px solid rgba(0, 0, 0, 0.1); 
	border-bottom:1px solid rgba(0, 0, 0, 0.1); 
	
}

/*
.BreadcrumbsWrapper.P {
	font-size:80%;
	padding-left: 10px;
	margin-top:40px;
	background-color: rgba(0, 0, 0, 0.03);
	border-top:1px solid rgba(0, 0, 0, 0.1); 
	border-bottom:1px solid rgba(0, 0, 0, 0.1); 
	
}
*/
.H.HomepageTitle { display:none;}
.P.PageDescription { display:none;}
.PageControls.Top { display:none;}
.PageControls.Bottom { padding-right:50px;}

/* Hide default sign-in buttons */
/* .Box.GuestBox .P {display:none;}  */

body.add #Content {
	margin: 0 10px;
}

/* Panel Boxes */
#Panel div.Box {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: none;
	padding: 0;
}
div.Box h4 {
	color: #333;
}
ul.PanelActivity,
ul.PanelInfo {
	border-top:1px solid #ccc;
}
ul.PanelActivity li,
ul.PanelInfo li,
ul.PanelInfo li.Active {
	background: none;
	border-bottom: 1px solid #ccc;
}
ul.PanelInfo li.Active {
	background: #ffd;
}
#Status {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #eee;
	color: #000;
	line-height: 1.6;
	padding: 3px 6px;
	margin: 0 0 8px;
}
body.Profile ul.PanelInfo {
	border: none;
}
body.Profile ul.PanelInfo li {
	margin: 0;
	padding: 0;
}
body.Profile ul.PanelInfo li a {
	font-size: 12px;
	display: block;
	padding: 0 6px;
}
body.Profile ul.PanelInfo li a:hover {
	background: #D8DFEA;
}

/* Sign In Page */
body.Entry #Content {
	text-align: center;
	margin: 0 auto !important;
}
body.Entry #Content div.Box {
	background: #efefef;
	border: 0;
}
div.Methods {
	border-left: 1px solid #ccc;
}

/* Messages */
div.DismissMessage {
	background: #ffd;
	border: 1px solid #ccc;
	padding:6px 8px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
div.DismissMessage a.Dismiss:hover {
	color: #000;
}
div.Warning {
	background: #d00;
	border: 1px solid #b00;
	color: #fff;
	text-shadow: 1px 1px 1px #444;
}
div.Warning a.Dismiss {
	color: #fff;
}
#Content div.Box {
	color: #000;
	background: #D3F0FF;
	border: 1px solid #A5D0E7;
}
body#dashboard_entrycontroller_signin div.Box {
	border: none;
}
/* Autocomplete */
.ac_results {
   border: 1px solid #d7d8da;
	color: #000;
   border-top: 0;
   background-color: white;
}
.ac_results li {
   border-bottom: 1px solid #d7d8da;
}
.ac_lastitem {
   border-bottom: 0 !important;
}
.ac_results strong {
   background: #dbe1ec;
}
.ac_over strong {
   background: #5670a6;
}
.ac_over {
   background: #3b5998;
   color: #fff;
}




/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}




/* =Header
----------------------------------------------- */

#branding {
	border-top: 2px solid #bbb;
	padding-bottom: 10px;
	position: relative;
	z-index: 9999;
}
#site-title {
	margin-right: 270px;
	padding: 3.65625em 0 0;
}
#site-title a {
	color: #111;
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #1982d1;
}
#site-description {
	color: #7a7a7a;
	font-size: 14px;
	margin: 0 270px 3.65625em 0;
}



#access {
	background: #222; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#252525, #0a0a0a);
	background: -o-linear-gradient(#252525, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#252525, #0a0a0a);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
}
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #eee;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #efefef;
}
#access li:hover > a,
#access a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #373737;
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}

/* Search Form */
#branding #searchform {
	position: absolute;
	top: 3.8em;
	right: 7.6%;
	text-align: right;
}
#branding #searchform div {
	margin: 0;
}
#branding #s {
	float: right;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 72px;
}
#branding #s:focus {
	background-color: #f9f9f9;
	width: 196px;
}
#branding #searchsubmit {
	display: none;
}
#branding .only-search #searchform {
	top: 5px;
	z-index: 1;
}
#branding .only-search #s {
	background-color: #666;
	border-color: #000;
	color: #222;
}
#branding .only-search #s,
#branding .only-search #s:focus {
	width: 85%;
}
#branding .only-search #s:focus {
	background-color: #bbb;
}
#branding .with-image #searchform {
	top: auto;
	bottom: -27px;
	max-width: 195px;
}
#branding .only-search + #access div {
	padding-right: 205px;
}


/* Hide site title (text) block and subtitle: */
#site-title { display: none; }
#site-description {	 display: none; }

/* Hide comment word balloon */
.entry-header .comments-link { display: none; }

#access { 
background: #5a5a5a; 
background: -moz-linear-gradient(#6c6c6c, #0a0a0a);
background: -o-linear-gradient(#6c6c6c, #0a0a0a);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6c6c6c), to(#0a0a0a)); 
background: -webkit-linear-gradient(#6c6c6c, #0a0a0a);  
/*margin-top:-1px; */

border-top:1px solid #ededed; 

/* Use absolute position, primarily for cross-browser compatibility. --WHO */
	position: absolute;
	top: 89px;


} 

#access li {
    padding:0px 5px;
    font-weight:normal;
} 

#access div {
	margin: 0 26px;
}

#access a {
	color: #fff;
}


#access li:hover > a,
#access a:focus 
{

color:#000;
-moz-box-shadow: 0px 0px 10px #FFF ; 
-webkit-box-shadow: 0px 0px 10px #FFF ; 
box-shadow: 0px 0px 10px #FFF ; 

background: #f0f0f0; 
background: -moz-linear-gradient(#ffffff 0%, #c1c1c1 100%);
background: -o-linear-gradient(#ffffff 0%, #c1c1c1 100%);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#c1c1c1)); 
background: -webkit-linear-gradient(#ffffff 0%, #c1c1c1 100%);  


text-decoration:none;
	-webkit-transition: color 0.25s linear;
	-moz-transition: color 0.25s linear;
	transition: color 0.25s linear;
}


#access .current-menu-item > a {
color:#333;
	font-weight: normal;

-moz-box-shadow: 0px 0px 5px #FFF ; 
-webkit-box-shadow: 0px 0px 5px #FFF ; 
box-shadow: 0px 0px 5px #FFF ; 

background: #c9c9c9; 
background: -moz-linear-gradient(#ffffff 0%, #959595 100%);
background: -o-linear-gradient(#ffffff 0%, #959595 100%);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(##959595)); 
background: -webkit-linear-gradient(#ffffff, #959595);  


	 }





#access a { 

    font-size: 13px;
    letter-spacing: .1em;
    line-height: 30px;  
    height:30px;
 	padding: 0 10px;

}
  
  
#main { 
    padding: 0px;
 /* Use absolute position for navbar; so add extra spacing here. --WHO */
	position: relative;
	top: 40px;    
	
	
/* From  http://www.reignwaterdesigns.com/ad/tidbits/hacks/minimum_height_in_css.shtml
Enforce minimum page height.
Use only on FORUM site.
*/
/*
   min-height:500px;
     height:auto !important;
     height:500px; 
*/
}
 

/* Remove Dash before captions -- WHO */
.wp-caption .wp-caption-text:before {
content: '';
}


#branding .with-image #searchform
{
    position: absolute; 
 /* Use absolute position for navbar; so change spacing here. --WHO */
    top: 3px;
}



/*
a.more-link { 
    padding-left:2em;
    padding-bottom: 1em;
}
*/

.widget a {
    font-weight: normal;
}

.widget-title { 
    line-height: 1em; 
    padding-bottom: 1em;
}

.entry-title { 
    font-size: 24px; 
    padding-top: 5px;
}

.entry-content, .entry-summary {
    padding:0;
}

.no-results { 
    margin: 0 0 0.1em;
    padding: 0 0 0.1em; 
}

 
#primary {padding-top: 10px;padding-bottom: 50px;}  

#secondary {
padding-top: 24px; 
    margin-right: 3.6%;  
    width: 22.6%;
}

/* #secondary {
padding-top: 24px; 
    margin-right: 6.6%;  
    width: 19.8%;
}
*/

#frame
{
padding-left: 5px; 
padding-right: 5px; 
}


#content .nav-previous a, #content .nav-next  a{font-size: 15px;}

/*

ul {
    list-style: disc outside none;
}
*/
 

#branding .only-search #s {
 background-color: #d8d8d8;  
 padding: 0px 10px 0px 28px;   
 background-position:5px 2px;  
 font-size: 13px;
margin-top:-2px; /* NOT SURE WHY THIS IS NEEDED!  -WHO */
}
 

#branding .only-search #s:focus {
	background-color: #f9f9f9;
	width: 196px;
}
 

  #site-generator {font-size: 16px;
    line-height: 1.0em;
    padding: 15px 0px 1px 0px;
        margin-top: 10px;
-webkit-border-radius: 0px 0px 6px 6px;
-moz-border-radius: 0px 0px 6px 6px;
border-radius: 0px 0px 6px 6px;
}
  
  
  
  
 #site-generator a {
        color: #6363ff;
        font-weight: normal;
 }
   
  
  #page {
-moz-box-shadow: 5px 5px 15px #333;
-webkit-box-shadow: 5px 5px 15px #333;
box-shadow: 5px 5px 15px #333;  
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
margin-bottom: 10px;
margin-top: 4px;
    min-width: 600px;
}  


#contentEmbed {
		padding: 0px 1% 0px 1%; 
		width: 98%;
	}
	
	
#post-867 header {
    display:none;
}

.commentlist { 
     width: 100%; 
} 

.comment {
font-size:12px;
    
  
}

.commentlist .children li.comment { 
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px; 
    border-radius: 6px; /*0 6px 6px 0;*/
    margin: 1em 0px 0px 0px;
    padding: 1.25em;  
    -moz-box-shadow:  5px 5px 10px #8a8a8a;
-webkit-box-shadow:  5px 5px 10px #8a8a8a;
box-shadow:  5px 5px 10px #8a8a8a;  
 

}
 
.commentlist .children li.comment.odd {  
    background-color: #f3f4ff; 
}
 
 .commentlist .children li.comment.even {  
 background-color: #ffffff; 
}
 

.commentlist > li.comment {  
    padding: 12px 15px 10px 15px; 
       -webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px; 

    -moz-box-shadow:  5px 5px 10px #8a8a8a;
-webkit-box-shadow:  5px 5px 10px #8a8a8a;
box-shadow:  5px 5px 10px #8a8a8a;  
}




#respond {
       -webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px; 

    padding: 15px 24px 10px 24px; 
  
    width: 90%;
}


#respond p {
	margin: 0px;
}
 


#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	padding: 0px 10px; 
	top: 40px; 
}



blockquote { 
	margin: 0 2em;
}

.Item.Participated {background-color: #ffffff;}
.Item.Unread {background-color: #f0f0ff;}
.Item.Read {background-color: #ffffff;}

.JsConnect-Connect div {margin-top: 20px;}