/* Create main holder for Twitter widget */
#twitter-ticker{
position:relative;
float:left;
width:270px;
color:#666666;
display:none;
text-align:left;
margin-top:8px;
margin-left:-8px;
}

/* Twitter container */
#tweet-container{
position:relative;
float:left;
height:110px;
width:auto;
overflow:hidden;
}

/* Style each tweet */
.tweet{
padding:5px;
margin:0 8px 8px;
background:url(../img/transparent.png);
width:auto;
overflow:hidden;
}

/* Position Tweet elements */
.tweet .avatar,
.tweet .user,
.tweet .time{
float:left;
}

/* Position and style the time field */
.tweet .time{
text-transform:uppercase;
font-size:10px;
color:#000;
}


/* Position and style the time field */
.mac.gecko .tweet .time{
float:left;
position:absolute;
margin-top:0px;
margin-left:45px;
}

/* Style the avatar gfx */
.tweet .avatar img{
width:36px;
height:36px;
border:2px solid #eeeeee;
margin:0 5px 5px 0;
}

/* Style the tweet copy */
.tweet .txt{
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
color:#000;
clear:both;
}

/* Style the user info title */
.tweet .user{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}

/* Hyperlinks */
.tweet a{
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
color:#00BBFF;
text-decoration:none;
outline:none;
}

.tweet a:hover{
color:#000;
text-decoration:underline;
} 

#loading{
margin:38px 95px;
}



/* ---------------------------------------------------- SHAUN ------------------------------------------------- */

/* Create main holder for Twitter widget */
#shauntwitter-ticker{
position:relative;
float:left;
width:400px;
height:230px;
color:#666666;
display:none;
-moz-border-radius:10px 10px 6px 6px;
-khtml-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius:6px;
text-align:left;
margin-top:8px;
}

/* Twitter container */
#shauntweet-container{
position:relative;
float:left;
height:260px;
width:auto;
overflow:hidden;
}


/* Style each tweet */
.shauntweet{
padding:5px;
margin:0 8px 8px;
width:auto;
overflow:hidden;
}

/* Position Tweet elements */
.shauntweet .shaunavatar,
.shauntweet .shaunuser,
.shauntweet .shauntime{
float:left;
}

/* Position and style the time field */
.shauntweet .shauntime{
text-transform:uppercase;
font-size:10px;
color:#fff;
white-space:nowrap;
position:relative;
float:left;
margin-left:-68px;
margin-top:-5px;
}

.mac.gecko .shauntweet .shauntime{
margin-left:-70px;
}


/* Style the avatar gfx */
.shauntweet .shaunavatar img{
width:36px;
height:36px;
border:2px solid #eeeeee;
margin:0 5px 5px 0;
}

/* Style the tweet copy */
.shauntweet .shauntxt{
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
color:#fff;
clear:both;
}

/* Style the user info title */
.shauntweet .shaunuser{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}

/* Hyperlinks */
.shauntweet a{
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
color:#00BBFF;
text-decoration:none;
outline:none;
}

.shauntweet a:hover{
color:#fff;
text-decoration:underline;
} 



/* ---------------------------------------------------- CHIP ------------------------------------------------- */

/* Create main holder for Twitter widget */
#chiptwitter-ticker{
position:relative;
float:left;
width:400px;
height:230px;
color:#666666;
display:none;
-moz-border-radius:10px 10px 6px 6px;
-khtml-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius:6px;
text-align:left;
margin-top:8px;
}

/* Twitter container */
#chiptweet-container{
position:relative;
float:left;
height:260px;
width:auto;
overflow:hidden;
}


/* Style each tweet */
.chiptweet{
padding:5px;
margin:0 8px 8px;
width:auto;
overflow:hidden;
}

/* Position Tweet elements */
.chiptweet .chipavatar,
.chiptweet .chipuser,
.chiptweet .chiptime{
float:left;
}

/* Position and style the time field */
.chiptweet .chiptime{
text-transform:uppercase;
font-size:10px;
color:#fff;
white-space:nowrap;
position:relative;
float:left;
margin-left:-68px;
margin-top:-5px;
}

.mac.gecko .chiptweet .chiptime{
margin-left:-70px;
}


/* Style the avatar gfx */
.chiptweet .chipavatar img{
width:36px;
height:36px;
border:2px solid #eeeeee;
margin:0 5px 5px 0;
}

/* Style the tweet copy */
.chiptweet .chiptxt{
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
color:#fff;
clear:both;
}

/* Style the user info title */
.chiptweet .chipuser{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}

/* Hyperlinks */
.chiptweet a{
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
color:#00BBFF;
text-decoration:none;
outline:none;
}

.chiptweet a:hover{
color:#fff;
text-decoration:underline;
} 
