/* rditoonz.com */

/* NAVBAR */
#navbar ul{
position: relative;
left: 25px;
top: 0;
background-color: #191919;
width: 920px;
height: 35px;
margin: 0;
padding: 0;
float: left;
white-space: nowrap;
list-style: none;
}
#navbar ul li a{
text-decoration: none;
border-bottom: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
color: #CCCCCC;
outline: none;
}
#navbar ul li a#current{
color:#33FF00;
}
#navbar ul li a:hover{
color: #33FF00;
}
#navbar ul .navbarButton {
float: left;
width: auto;
height: 13px;
margin-top: 10px;
margin-left: 10px;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #CCCCCC;
padding-right: 15px;		
padding-top: 0px;
padding-left: 6px;
padding-bottom: 3px;
}
#navbar ul .navbarButtonLast {
float: left;
width: auto;
height: 13px;
margin-top: 10px;
margin-left: 10px;
padding-right: 15px;		
padding-top: 0px;
padding-left: 6px;
padding-bottom: 3px;
}
#navbar ul .navbarLogo {/* NOT IN USE */
float: left;
width: auto;
height: 35px;
margin-top: 0;
margin-left: 197px;
padding-right: 15px;		
padding-top: 0;
padding-left: 0;
padding-bottom: 0;
}

/* GOOGLE ADS */
#ads {
clear: both;
position: relative;
right: 30px;
text-align: right;
}
#GoogleSearch {
position: relative;
top: 3px;
right: 27px;
text-align: right;
}

/********************** FOOTER NAV BAR ***************************/

#footer {
clear: both;
background-color: #191919;
height: 130px;
width: 970px;
}
#footerLeft {
width: 226px;
height:120px;
float:left;		
margin-left: 30px;
margin-top: 20px;
background-image: url(../a-misc/Contact-info-icons.jpg);
background-repeat: no-repeat;
background-position: 0 30px;
}
#footerContactTitle {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color:#777;
width:175px;
height: 22px;
line-height:22px;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #777;	
margin-bottom:8px;
}
#textToTheRight {
margin-left:30px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color:#777;
}
#textToTheRight a {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color:#777;
}
#textToTheRight a:hover{
color: #33FF00;
}

/*****************************************************************/

#footerMid {
width: 550px;
height: 120px;
float:left;
margin-top: 5px;
}
#footerLogo {
display: block;
margin-left: 155px;
float: left;
width: 140px;
height: 60px;
background-image: url(../a-misc/rdi-toonz-logo.jpg);
background-repeat: no-repeat;
background-position: 0px;
}
#footerLogo span {
display: none;
}
#footerNavbar {
width: 550px;
float: left;
}
#footer a{
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
color: #777;
outline: none;
}
#footer a#current{
color: #33FF00;
}
#footer a:hover{
color: #33FF00;
}
#footer .footerNavbarButton {
float: left;
width: auto;
height: 18px;
border-right-width: 2px;
border-right-style: solid;
border-right-color: #777;
padding-right: 10px;		
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0;
}
#footer .footerNavbarButtonLast {
float: left;
width: auto;
height: 13px;
padding-right: 10px;		
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0;
}
#copyright {
margin-left: 85px;
float: left;
font: 1em/5em verdana,sans-serif;
font-size: 12px;
color:#777;
}

/*****************************************************************/

#footerRight {
float:left;
width: 100px;
height: 120px;
}
#footerFacebook {
float: left;
margin: 50px 0 0 0; 
padding: 0;
display: block;
width: 35px;
height: 34px;
background: url(../a-misc/Facebook.png) no-repeat 0 0;
}
#footerLinkedIn {
float: left;
margin: 50px 0 0 15px;
padding: 0;
display: block;
width: 35px;
height: 34px;
background: url(../a-misc/LinkedIn.png) no-repeat 0 0;
}
#footerFacebook:hover, #footerLinkedIn:hover { 
  background-position: 0 -34px;
}
#footerFacebook span, #footerLinkedIn span {
  display: none;
}
