/*
	Twitster - GoVolsTweets
	=======================
	by Michael Wender, http://michaelwender.com
*/

/* ----------------------------------------------------------------------------------- RESET */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5 {
	font-size:100%;
	font-weight:bold;
}
h6{font-weight: normal}
q:before,q:after {
	content:'';
}
abbr,acronym { 
 border:0;
}

/* -------------------------------------------------------- COMMON/LAYOUT */

body {
background: #fff url(bkgrd.png);
border-top: solid 4px #f79635;
font: 13px/1.3 Helvetica, Arial, sans-serif;
color: #403033;
}
div#logo{position: absolute; top: 4px}
div#logo h1 a{text-indent: -9999px; display: block; width: 261px; height: 52px; background: transparent url('logo.png') no-repeat}
#container {
width: 680px;
margin: 0 auto;
border-color: #f79635;
border-width: 0 5px 5px 5px;
border-style: solid;
}
#container-in {
padding: 55px 50px;
background: #fff;
}
a {
color: #5b8498;
font-weight: bold;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.note-sml{font-size: 11px; color: #333;}

/* --------------------------------------------------------------- HEADER */

#banner {
text-align: center;
font-family: Georgia, "Times New Roman", serif;
font-weight: normal;
margin-bottom: 20px;
display: none
}
#banner h1 {
font-size: 24px;
}
#banner h1 a {
font-weight: normal;
color: #403033;
}
#banner h1 #subtitle{color: #f79635;}
#banner h2 {
color: #5b8498;
font-size: 15px;
margin-bottom: 20px;
}
.feedicon {
float: right;
margin-bottom: 6px;
font-size: 11px;
}
.feedicon a {
font-weight: normal;
}


/* --------------------------------------------------------------- TWEETS */

#updatelist {
clear: both;
}
#updatelist li {
border: solid 1px #dcdcca;
margin-bottom: 18px;
background: #eeefe1;
padding: 12px;
}
.tweetless {
border: solid 1px #dedede;
margin-bottom: 18px;
background: #efefef;
padding: 8px;
font-size: 13px;
font-weight: bold;
}
.userpic {
float: left;
}
.userpic img {
border: solid 1px #dfdfca;
padding: 5px;
background: #fff;
}
.tweet {
overflow: hidden;
}
.tweet-meta {
font: 12px/1 Georgia, "Times New Roman", serif;
color: #aeae9c;
margin: 4px 0 4px 70px;
font-style: italic;
}
.tweet-meta a {
font-size: 15px;
font-family: Helvetica, Arial, sans-serif;
font-weight: bold;
font-style: normal;
}
a.permalink {
font-size: 12px;
}
.tweet-body {
margin-left: 70px;
}

/* ----------------------------------------------------------- PAGINATION */

.paginator { margin: 35px auto; text-align: center; font-size: 13px; }
.paginator a, .paginator span { border: solid 1px #8bb4c8; background: #fff; padding: 3px 5px; }
.paginator .this-page, .paginator .atstart, .paginator .atend { color: #aaa; border-color: #ddd;}
.paginator a:hover, .paginator .this-page { color: #fff; background: #5b8498; border: solid 1px #5b8498; text-decoration: none; font-weight: bold; }
.paginator .break {border: none;}

/* --------------------------------------------------------------- FOOTER */

#footer {
clear: both;
text-align: center;
font-size: 11px;
padding-top: 25px;
padding-bottom: 20px;
background: #fff;
}
#footer a {
/*
background: transparent url(../i/icon-twitster.gif) top right no-repeat;
padding: 3px 18px 2px 0;
*/
color: #403033;
}