/*
-----------------------------------------------
Headder, Footer CSS
----------------------------------------------- */

#header{
width: 100%;
height: 105px;
padding-top:20px;
color: #ccc;
border-bottom: 1px solid #E9E9E4;
z-index: 1;
background-color: #1F2F4D;
margin-bottom: 15px;
}

#header_admin{
width: 100%;
height: 105px;
padding-top:50px;
color: #ccc;
border-bottom: 1px solid #E9E9E4;
z-index: 1;
background-color: #1F2F4D;
margin-bottom: 15px;
}

#header h1{
font-weight: inherit;
font-style: inherit;
font-size: 3em;
font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
}

#header_inner{
position: relative;
width: 92%;
margin-left: 4%;
margin-right: 4%;
height: 65px;
margin: 0px auto;
}


.grey{
background-color: #F8F8F8;
}

.m-nav{
background-color: #534539;
}

/* Header faded top menu */

input.searchbutton{
border:px solid #ccc;
padding:1px;
cursor:pointer;
font-size: 12px;
width:150px;
height:20px;
background:#E8E9EA url(../img/search.png) no-repeat center right;
}
input.searchbutton:hover{
background-color:#D9D9DA;
}


textarea,input[type='text']	{ 
border:1px solid #ccc; 
padding:5px;
margin: 0;
font-size:120%; 
font-family:'lucida grande',tahoma,verdana,arial,sans-serif; 
}

#search-area{ 
position:absolute; 
top:0px; 
right:30px; 
}

#s{ 
padding:2px; 
background:url(../img/sprite.gif) 0 0 repeat-x; 
border:1px solid #999; 
width:200px; 
}

#search	{ 
background:url(../img/sprite.gif) 0 -48px repeat-x; 
border:1px solid #3b5998; 
padding:4px 6px; color:#fff; 
font-weight:bold; 
text-align:center; 
}

#topbar	{ 
border-bottom:1px solid #3b5998; 
background:#6d84b4; 
padding: 6px 16px;
position:fixed; 
width:99%; 
height: 22px;
z-index:1000; 
}
#topbar a.menu{ 
color:#fff; 
text-decoration:none; 
background:url(../img/sprite.gif) 0 -48px repeat-x; 
border:1px solid #3b5998; 
display:block; 
float:left; 
padding:2px 10px;
font-weight:normal; 
font-size:105%;
margin:0 10px 0 0; 
}

#topbar a.login{
margin-left:450px;
}


#topbar a.disabled-button{ 
background:url(images/sprite.gif) 0 0 repeat-x; 
border:1px solid #ddd; color:#999; 
text-decoration:line-through;  
}
#topbar a.menu:hover{ text-decoration:underline; }
#topbar a.disabled-button:hover	{ text-decoration:none; }
#search-area	{ position:absolute; top:0px; right:30px; }
.center			{ width:1000px; margin:0 auto; }
.relative		{ position:relative; }



/*-- Footer Toolbar --*/

div#toolbar, div#toolbarbut {
position: fixed; /* set fixed position for the bar */
bottom: 0px;
right: 0px;
z-index: 9999; /* keep the bar on top  */
height: 30px;
background: url(../img/bcktool.png);
/* CSS3 */
-moz-border-radius-topleft: 4px;
-khtml-border-radius-topleft: 4px;
-webkit-border-top-left-radius: 4px;
-moz-border-radius-topright: 4px;
-khtml-border-radius-topright: 4px;
-webkit-border-top-right-radius: 4px;

/* CSS3 end */
border-top: 1px solid #eee;
border-left: 1px solid #eee; 
border-right: 1px solid #eee;  
}

div#toolbar {
width: 85%;
min-width: 700px; /* to limit the width when an excessive window resize */
margin: 0px auto; /* centered toolbar */
left: 0px;
}

div#toolbarbut { /* div for the 'hide status' */
width: 60px;
height: 15px;
margin-right: 3%;
display: none;
}

span.showbar a { /* show button */
padding: 5px;  
font-size: 10px;
color: #989898;
}

.leftside {
float: left;
}

.rightside {
float: right;
}

/*-- Left Side --*/

ul#social li {
display: inline;
}

a.rss {
display: inline-block;
width: 104px;
height: 35px;
margin-left: 5px;
background: url(../img/rss.png) no-repeat;
}

a.facebook, a.twitter, a.digg, a.delicious, a.stumble {
display: inline-block;
width: 40px;
height: 35px;        
margin-top: 1px;
}

a.rss:hover, a.facebook:hover, a.twitter:hover, a.digg:hover, a.delicious:hover, a.stumble:hover {
background-position: 1px 1px; /* simple css hover effect */
}

a.facebook {
background: url(../img/facebook.png) no-repeat;
}

a.twitter {
background: url(../img/twitter.png) no-repeat;
}

a.delicious {
background: url(../img/delicious.png) no-repeat;
}

a.digg {
background: url(../img/digg.png) no-repeat;
}

a.stumble {
background: url(../img/stumble.png) no-repeat;
}

.tip {
position: absolute; /* important */
top: -75px;
width: 250px;
height: 78px;
background: url(../img/tip.png) no-repeat;
float: left;
display: none;
}

/* custom distances for the icons */
#tipfacebook {
left: 75px; 
}

#tiptwitter {
left: 120px; 
}

#tipdelicious {
left: 165px; 
}

#tipdigg {
left: 210px; 
}

#tipstumble {
left: 255px; 
}

.tip ul {
padding: 22px 0 0 25px;
}

.tip ul li {
display: inline;
padding-left: 3px;
}

.tip ul li a {
font-size: 18px;
color: #989898;
}       

.tip ul li a:hover {
color: #666;
}

.tip ul li small {
font-size: 10px;
}

/*-- Right Side --*/

span.downarr { /* hide button */ 
float: right;
border-left: 1px solid #a4a4a4;
}

span.downarr a {
display: block;
width: 36px;
height: 26px;
padding: 25px 0 0 10px;
background: url(../img/downarrow.png) no-repeat 5px 7px;
}

span.menu_title {
background: #e4e4e4;
border-left: 1px solid #a4a4a4;
padding: 10px;
}

span.menu_title a {
font-size: 14px;
line-height: 34px;
color: #9a9a9a;
}

.quickmenu {
position: absolute; /* important */
top: -135px;
right: 46px;
width: 180px;
height: 135px;
background: #fff;
border-top: 1px solid #a4a4a4;
border-left: 1px solid #a4a4a4; 
border-right: 1px solid #a4a4a4;
display: none; /* important */
}

.quickmenu ul {
padding-top: 20px;
list-style-type: none;
}

.quickmenu ul li {
border-bottom: 1px solid #989898;    
padding: 5px 10px;
margin: 0 15px 0 15px;
}

.quickmenu ul li a {
font-size: 14px;
color: #989898;
display: block;
}

.quickmenu ul li a:hover {
color: #666;
}


