* {
	header: 0;
	border: 0;
	margin: 0;
	padding: 0;
}
/* Global */
body {
	/* fallback */
	
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2998C3), to(#98D0DD));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #2998C3, #98D0DD);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #2998C3, #98D0DD);
	/* IE 10 */
	background: -ms-linear-gradient(top, #2998C3, #98D0DD);
	/* Opera 11.10+ */
  	background: -o-linear-gradient(top, #2998C3, #98D0DD);
	background-repeat:repeat-x;
	background-color: #98D0DD;
	font-size: 87.5%;
	font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	line-height: 1.429;
	color:#3F312E;
	
}
a {
	color:#3F312E;
	text-decoration:none;
}
h1, h1 a {
	color:black;
	padding-bottom: 10px;
	font-size: 50px;
}
nav {
	background-color:#004869;
	-moz-border-radius: 7px;
	border-radius: 7px;
	height: 45px;
	line-height: 45px;
	padding:0;
	text-align: center;
	
	
	}
nav ul {
	list-style: none;
	width: 100%;
}
nav li {
	float: left;
	display: inline;
	margin: 0;
	list-style-type: none;
	font-size:1.12em;
	
}
nav li a {
	color:#ECECEC;
	display: inline;

	height: 45px;
	padding: 13px 14px 13px;
	text-align:center;

}
nav li a.active {
	background-color:#FB5E01;
}
nav li a:hover {
	background-color:#FB5E01;
}
nav li:first-child a {
		border-top-left-radius: 7px;
		-moz-border-radius-topleft: 7px;
		-webkit-border-top-left-radius: 7px;
		
		border-bottom-left-radius: 7px;
		-moz-border-radius-bottomleft: 7px;
		-webkit-border-bottom-left-radius: 7px;
	}
#wrapper {
	padding-top: 30px;
	width:1000px;
	margin: 0 auto 0 auto;
	
}
.round {
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.box {
	background-color:#E8F3F8;
	margin-top: 20px;
	padding-top: 7px;
	padding-left: 12px;
	padding-bottom: 7px;
	-moz-box-shadow: 3px 3px 4px #0072A7;
	-webkit-box-shadow: 3px 3px 4px #0072A7;
	box-shadow: 3px 3px 4px #0072A7;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#0072A7')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#0072A7');
}
nav li a:active, button:active{
background-color: #D74F00;	
}
.uimessage{
	width: 100%;
}

.uimessage p{
	display: block;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	padding: 5px;
	text-align: center;
	margin-bottom: 10px;
	margin-right: 12px;
	
}
p.uiinfo{
	background-color: #DAFFDF;	
	border: 1px solid #99FFA7;
}
p.uierror{
	background-color: #FFBABA;	
	border: 1px solid #FF8080;
}

#content {
	height: 800px;
}
#sidetop {
	float:right;
	width: 302px;
	display: none;
	
}
#sidebottom{
	float: right;
	width: 302px;
}
#stream {
	width: 650px;
	float: left;
	height: 60%;
}
.full {
	width:100%;
	float: left;
	height: 60%;
}
#streamlist{
	width: 100%;
}
#stream ul#streamlist li{
	-moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
	list-style:none;
	list-style-position:inherit;
	margin-left:-12px;
	padding: 1px 0px 2px 40px;
	border-bottom: 1px solid #D5F2FD;
}
#stream ul#streamlist li:hover{
	background-color: #DBF3FC;	
}
#stream ul#streamlist li:active{
	background-color: #C3EEFD;	
}
.rss{
	background: url('/images/icons/feed.png') left center no-repeat;	
	background-position-x: 15px;
}
.facebook{
	background: url('/images/icons/facebook.png') left center no-repeat;	
	background-position-x: 15px;
}
.email{
	background: url('/images/icons/email.png') left center no-repeat;	
	background-position-x: 15px;
}
.twitter{
	background: url('/images/icons/twitter.png') left center no-repeat;	
	background-position-x: 15px;
}

#stream ul#streamlist li a { 
	color:#004869;
}
.time{
	color: #35AAE5;
	margin-left: 6px;
	display: inline;
	font-size: 83%;	
}
#streamlist li.active{
	background-color: #DBF3FC;
}
input[type="text"],input[type="password"],input[type="email"] {
	padding: 4px 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}
button,input[type="submit"]{
	padding: 4px 5px;
	font-size: 83%;
	background-color:#FB5E01;
	color: white;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
.toprightbutton{
	float:right;
	margin-right: 12px;
	margin-top: 5px;	
}	
.bottomrightbutton{
	float:right;
	margin-right: 12px;
	margin-bottom: 5px;	
}	
.boxheader{
	height: 35px;	
}
.boxheader h2{
	float: left;
}
.boxcontent{
	display: block;	
}

#loginwrapper{
	width: 400px;
	margin: 30px auto 0 auto;	
}
#signupwrapper{
	width: 400px;
	margin: 30px auto 0 auto;	
}
/* In field labels */

form, form fieldset input, form fieldset textarea, form label {
	font-family: Helvetica, Arial;
	font-size: 12pt;
}
form p { position: relative; margin: 10px 0;}
form p label { position: absolute; top: 0; left: 0;}
form p br {display: none;}


form fieldset p input,
form fieldset p textarea {
	display: block;
	padding: 4px;
	width: 375px;
	margin: 0;
	color: grey;	
}

form fieldset p label {
	width: 380px;
	display: block;
	margin: 5px 5px 5px 6px;
	padding: 0;
}

form fieldset p textarea {
	padding: 2px;
	width: 404px;
}

form fieldset p textarea,
form fieldset p input {
	border: solid 1px #ccc;
}
form fieldset p label {
	color: #777;
}
#login a, #signup a{
	color: #35AAE5;
	font-size: 83%;
	cursor: pointer;
	float: left;
}
#login{
	margin-bottom: 40px;	
}
#signup{
	margin-bottom: 40px;	
}
/* SETTINGS PAGE */
#settingsmenudiv{
	width: 170px;
	float: left;
}	
#settingsmenu{
	list-style-type: none;	
	margin: 0;
}
#settingsmenu li .menuheader a{
	font-weight: bold;
}
#settingsmenu li{
		
}
#settingsmenu li:hover{
	background-color: #DBF3FC;
}
#settingscontent,#settingsheader{
	float:right;
	width: 780px;	
}
