/* ---- Edit CSS ----

If you are unfamiliar with CSS, there are some learning resources in the help
section on the right-hand side of the page.

Here are some things you should know before you begin:

1. Any definitions you enter here will be related to your custom theme. If you
   change to a different theme, these definitions will no longer be visible on
   this page. If you switch back to your custom theme, your changes will be
   present.

2. Your custom css definitions will be included *after* the theme
   css files. So, your definitions will take precedence over the theme ones.

3. When you preview your changes, you are the only one who can see the preview.

4. Feel free to delete these comments!

*/

.Row {
margin: 2px auto;
}
.BreadcrumbsWrapper {
padding: 53px 0px 4px;
}
/*Header logo
=================================================================== */
.header-logo {
position: relative;
top: 5px;
}
/*Nav bar
=================================================================== */
.NavBar .MeWrap {
position: absolute;
right: 0;
top: 7px;
padding: 4px 0;
}
/*Site menu links hidden
=================================================================== */
.SiteMenu {
display: inline;
white-space: nowrap;
position: relative;
top: -6px;
display: none;
}
/*Black Background
=================================================================== */
.black {
background-color: #1b1b1b;
background-image: -moz-linear-gradient(top, #222222, #111111);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
background-image: -webkit-linear-gradient(top, #222222, #111111);
background-image: -o-linear-gradient(top, #222222, #111111);
background-image: linear-gradient(to bottom, #222222, #111111);
background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}
/*Make reactions visible
=================================================================== */
.Item .Reactions > * {
visibility: visible;
}
/*Hover CSS3 transitions
=================================================================== */
a {
-webkit-transition: color 500ms ease;
-moz-transition: color 500ms ease;
-ms-transition: color 500ms ease;
-o-transition: color 500ms ease;
transition: color 500ms ease;
}
/*Divider black
=================================================================== */
.hr-black {
border-top: 1px solid #000;
border-bottom: 1px solid #292929;
}
/*Divider white
=================================================================== */
hr {
margin: 20px 0;
border: 0;
border-top: 1px solid #eeeeee;
border-bottom: 1px solid #ffffff;
}
/*Footer
=================================================================== */
#Foot {
clear: both;
text-align: center;
margin: 20px 0 0;
padding: 4px 9px;
font-size: 11px;
color: #7a7a7a;
line-height: 1;
padding-top: 20px;
padding-bottom: 10px;
border-top: 2px solid #999;
}
/*Footer links
=================================================================== */
#Foot a {
color: #7a7a7a;
}
#Foot a:visted {
 color:#7a7a7a;
}
#Foot a:hover {
color: #B6B6B6;
text-decoration: none;
}
/*Copyright
=================================================================== */
.copyright {
color: #7a7a7a;
margin-top: 10px;
}

/* Additional Styles
=================================================================== */
#homePageNotice{
	padding:10px;
	margin-bottom:10px;
	background-color:#d9eef9;
	border: 1px #a0cfe7 solid;
}
a.Button.RegisterLink, a.Button.ApplyButton {
visibility:hidden;
display:none;
}