/***********************************************/
/* lrc.css                                     */
/* Use with LRC website                        */
/***********************************************/

/***********************************************/
/* Design by Jeremy Andrews - 02/08            */
/* jandrews@atsu.edu - #6092                   */
/***********************************************/

body {
	background-color: #D1D7E7;
	background-image: url(_images/lrc_back.jpg);
	background-repeat: repeat-x;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#top {
    height: 58px;
	background: url("http://www.atsu.edu/themes/atsu/images/bg_top.png") repeat-x scroll 0 0 #EEEEEE;
    margin: 0 auto;
    position: relative;
    width: 960px;
}
#top #logo {
}
a:visited {
	color: #5167A2;
	text-decoration: none;
}
a:hover {
	color: #5167A2;
	text-decoration: underline;
}
a:active {
	color: #5167A2;
	text-decoration: none;
}
a:link {
	color: #5167A2;
	text-decoration: none;
}
a:link.menu {
	background-color: #CCCCCC;
    border: 1px solid #999999;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 1em;
    text-decoration: none;
    width: 145px;
	font-weight:bold;
	color:black;
	
}

a:visited.menu {
	color:black;
	text-decoration: none;
}
h1 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #40454B;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #AB6607;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #D16C07;
	font-weight: bold;
}
.title_fff {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}
.text_fff {
	color: #FFFFFF;
}
.text_fff A:link {
	text-decoration: none;
	color: #FFFFCC;
}
.text_fff A:visited {
	text-decoration: none;
	color: #FFFFCC;
}
.text_fff A:active {
	text-decoration: none;
	color: #FFFFCC;
}
.text_fff A:hover {
	text-decoration: underline;
	color: #FFE19B;
}
.clock_666 {
	color: #666666;
	font-size: 11px;
}
.clock_000 {
	color: #000000;
	font-size: 11px;
}

.clock_lg_000 {
	color: #000000;
	font-size: 12px;
}
.arrow {
	font-size: 11px;
	font-weight: normal;
}


.orange {
	color: #ED8B00
}
h3.tweets {
	background-color: #40454b;
	color: #fff;
	margin: 0 5px;
	padding: 6px 5px;
}

#tweets_wrapper {
	background-color: #d9dddf;
	padding: 10px;
	margin: 0 5px;
}

ul.tweetList {
	margin: 0;
	padding: 0;	
}

ul.tweetList li {
	margin: 0;
	list-style-type: none;
	list-style-image: none;	
}

#tweets small {
	display: block;
}

