/*----------------MENU---------------------------*/
#navcontainer
{
position: relative; 
top: 131px;
z-index: 1;
font: normal normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#navlist { list-style: none outside none; margin: 0; padding: 0; }

@media all {
#navlist {
text-align: center
}
}

#navlist li
{
bottom: 9px;
display: inline;
margin: 0;
padding: 0;
position: relative;
}

#navlist a, #navlist a:link, #navlist a:visited
{
background: #BD4CA6;
border: 1px solid #FFF;
color: #FFF;
cursor: pointer;
display: inline;
height: 1em;
margin: 0 6px 0 0;
padding: 2px 6px 2px 6px;
position: relative;
text-decoration: none;
}

#navlist a:hover
{
color: #FFF;
position: relative;
padding-top: 7px;
}

#navlist a:active
{
bottom: 0px;
color: #FFF;
position: relative;
}

#navlist li#active
{
bottom: 13px;
display: inline;
padding: 0;
position: relative;
}

html>body #navlist li#active
{
margin: 0;
}

#navlist #active a, #navlist #active a:link, #navlist #active a:visited, #navlist #active a:hover
{
background: transparent;
border-bottom: none;
border-left: 1px dashed #E2E8EB;
border-right: 1px dashed #E2E8EB;
border-top: 1px dashed #E2E8EB;
bottom: 0;
cursor: text;
padding: 3px 10px 0 10px;
position: relative;
}

/*-- FACEBOOK --*/
#facebook {
position:absolute;
display:block;
z-index:999;
left:645px;
top:143px;
width:14px;
height:14px;
}
#facebook img {border:1px solid #fff;}

/*-- TWITTER ICON --*/
#twitter {
position:absolute;
display:block;
z-index:999;
left:665px;
top:143px;
width:14px;
height:14px;
}
#twitter img {border:1px solid #fff;}

/*-- RSS --*/
#rss {
position:absolute;
display:block;
z-index:999;
left:685px;
top:145px;
width:12px;
height:12px;
}
#rss img {border:1px solid #fff;}

/*-- JQUERY TWEET */
.tweet {
display:block;
width:600px;
height:22px;
margin-left:auto;
margin-right:auto;
}
.tweet, .query {
font-family:Georgia, serif;
font-size:10px;
line-height:11px;
color: #eee; }
.tweet .tweet_list, .query .tweet_list {
-webkit-border-radius: 0px;
list-style-type: none;
margin: 0;
padding: 0;
background-image: url(/blog/images/M_images/tranbg40.png); 
}
.tweet .tweet_list .awesome, .tweet .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic { text-transform: uppercase; }
.tweet .tweet_list li, .query .tweet_list li {
overflow-y: auto;
overflow-x: hidden;
padding: 0px; }
.tweet .tweet_list li a, .query .tweet_list li a { color: #ffcee2; }
.tweet .tweet_list .tweet_even, .query .tweet_list .tweet_even { background-image: url(/blog/images/M_images/tranbg40.png); }
.tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar { padding-right: 3px; float: left; }
.tweet .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img { vertical-align: middle; }
