/* - - - - - - - - - - - - - - - - - - - - -

Title : Frontend and Backend Admin Bar
Author : Justin Lewis - Legitify
URL : http://www.legitify.com

Description : Controls the layout of the
frontend admin bar. Do not modify without
making the same modifications to cms.css.

- - - - - - - - - - - - - - - - - - - - - */

/* --------------- */

#siteNoticeArea{
font:10px/14px "Lucida Grande", "Lucida Sans Unicode", Verdana, Lucida, Arial, Helvetica, sans-serif;
color:#F2F2F2;
padding:0 2% 0 2%;
background:#3A3F45;
text-align:left;
position: relative;
z-index: 1;
}
#siteNoticeArea a:link,
#siteNoticeArea a:visited,
#siteNoticeArea a:active{
border:0;
text-decoration:none;
background:none;
font-weight:normal;
color:#F2F2F2;
}
#siteNoticeArea a:hover{
border:0;
text-decoration:none;
background:none;
font-weight:normal;
color:#fff;
}
#siteNoticeArea strong{
color:#F2F2F2;
background:none;
font-weight:bold;
}
#noticeAreaReturnToSite{
padding:.9em 0 .9em 25px;
background:transparent url(../cms-images/view_site.gif) no-repeat 0% 50%;
float:left;
}
#noticeAreaReturnToSite a{
display:block;
}
#noticeAreaReturnToCMS{
padding:.9em 0 .9em 25px;
background:transparent url(../cms-images/view_cms.gif) no-repeat 0% 50%;
float:left;
}
#noticeAreaReturnToCMS a{
display:block;
}
#noticeAreaProfileSection{
margin:0 0 0 25px;
padding:.9em 0 .9em 25px;
background:transparent url(../cms-images/author_XXX.gif) no-repeat 0% 50%;
float:left;
}
#siteNoticeAreaLogo{
background:transparent url(../cms-images/cms.gif) no-repeat 0% 50%;
height:4.2em;
width:117px;
float:right;
}
#siteNoticeAreaLogo a{
display:block;
height:4.2em;
}
a.adminEditButton{
border:0;
margin:0;
padding:0;
text-decoration:none;
background:none;
}

/* --------------- */

#siteNoticeArea:after{
content:"."; 
display:block; 
height:0; 
clear:both; 
visibility:hidden;
}
#siteNoticeArea{display:inline-block;}
/* Hides from IE-mac \*/
* html #siteNoticeArea {height: 1%;}
#siteNoticeArea {display: block;}
/* End hide from IE-mac */

/* --------------- */

