@import "lightbox.css";
@import "tabs.css";

/* Global CSS 
------------------------------------------------------------------- */
/* Media */
.media h2 {color: #004294;}
.media_container {
	background: url('/images/media_background.png') center no-repeat;
	position: relative;
	width: 150px;
	height: 120px;
	float: left;
}
.media_picture {
	width:120px;
	height: 90px;
	margin: 15px;
	position: absolute;
}
.media_description {
	padding: 3px 5px 0 5px;
	color: #505050;
	width: 440px;
	display: inline;
	float: right;
}
.media_description span { display: block; }

/* Twitter Updates */
#tweeter ul {
	list-style-type: none;
	background: transparent;
	padding-top: 10px;
}
#tweet {
	padding: 4px 0;
	margin: 0 auto;
	display: block;
	height: 35px;
	border-bottom: 1px solid #505050;
}
#tweet .avatar {
	width: 35px;
	float: left;
	padding: 0 5px 0 5px;
	margin-right: 3px;
}
#tweet .status {color:#505050;}
#tweet a { color: #505050; }

/* Notices */
#newstickers { margin: 0; padding: 0; }
#newstickers ul { list-style: none; }
#newsticker { border-bottom: 1px solid #333; }
#newsticker.first { border-top: 1px solid #333; }
#newsticker em { text-decoration: underline; }
#newsticker p { margin: 0; padding: 0; }

/* Login Form */
.login {margin-left: 20px;}
.login input[type=text], input[type=password], input[type=submit] {
	background: #FCFCFC;
	border: 1px solid #505050;
	padding: 4px 5px;
	margin-top: 2px;
	display: block;
}
.login .text { width: 80%; }