/* @override http://localhost/crossfeedr/css/style.css */

* {
	margin: 0;
	padding: 0;
}

body {
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #26261c;
	color: #ffffff;
}

.clear_both {
	clear: both;
}

p {
	margin: 0px 0px 11px 0px;
}

a {
	color: #ffffff;
}

a:hover {
	color: #00527D;
	text-decoration: underline;
}

#container {
	position: relative;
	width: 780px;
	height: 445px;
	margin: 0 auto;
	background-image: url(../images/container-bg.jpg);
}

#top-nav {
	width: 100%;
	height: 70px;
	position: absolute;
	top: 0;
	left: 0;
}

#logo {
	width: 308px;
	height: 58px;
	position: absolute;
	top: 114px;
	background-image: url(../images/logo.png);
	left: 204px;
}

#top-nav ul {
	margin-top: 20px;
}

#top-nav li {
	list-style-type: none;
	display: inline;
}

#top-nav li a {
	line-height: 30px;
	float: left;
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 0 53px;
	border-right: 1px solid #54584f;
	font-size: 11px;
}

#top-nav li a:hover {
	color: #00527D;
	text-decoration: underline;
}

#top-nav li a.last {
	border: none;
}

#content {
	position: absolute;
	top: 226px;
	left: 31px;
	width: 718px;
}

.col {
	float: left;
}

#col-l {
	height: 100%;
	width: 268px;
	margin-right: 1px;
}

#col-r {
	width: 449px;
	color: #a1a193;
}

h2, h4 {
	color:  #ffffff;
}

h3 {
	color:  #ffffff;
	line-height: 38px;
	padding-left: 39px;
	font-size: 11px;
}

h3.orange {
	background: #ff8400 url(../images/bullet-orange.png) no-repeat 11px 11px;
}

h3.green {
	background: #a4c100 url(../images/bullet-green.png) no-repeat 11px 11px;
}

.col-content {
	padding: 20px 30px;
}

.col-home {
	font-size: 14px;
	padding: 20px 30px;
}

#col-r .col-home ul {
	font-size: 12px;
	padding-left: 15px;
}

#col-l .col-content {
	margin: 1px 0;
	background-color: #9f9b80;
}

#col-r .col-content {
	background-color: #26261c;
}

#col-r .col-content p ul {
	font-size: 12px;
}

#col-r .col-content ul {
	padding-left: 15px;
}

#footer {
	line-height: 38px;
	background-color: #ff8400;
	padding: 0 28px;
	margin-bottom: 25px;
}

#tos-pp {
	float: right;
}

#login-box {
	width: 175px;
	margin: 0 auto;
	height: 117px;
	position: relative;
}

#login-box label {
	display: block;
	margin: 4px 0;
}

#login-box input.login-input {
	width: 100%;
}

#login-box .login-buttons {
	float: right;
	position: absolute;
	bottom: 0;
	right: -4px;
}

#flashMessage {
	color: #ffcc48;
	margin: 8px;
	font-weight: bold;
	padding: 5px 20px;
	background: #1c1d16;
	border: 1px solid #ffcc48;
}

/*
	BEGIN OLD STYLING
*/

.link {
 color: #003399;
 background-color: transparent;
 font-weight: normal;
}

a img {
	border: none;
}

.link:hover {
	cursor: pointer;
	text-decoration: underline;
}

h1 {
 color: #444;
 background-color: transparent;
 border-bottom: 1px solid #D0D0D0;
 font-size: 16px;
 font-weight: bold;
 margin: 24px 0 2px 0;
 padding: 5px 0 6px 0;
}

.tableborder {
	border: 1px solid #999;
}

th {
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	background-color: #666;
	color: #fff;
	padding: 4px;
}

.td {
	font-weight: normal;
	font-size: 12px;
	padding: 6px;
	background-color: #f3f3f3;
}

.remove_feed, .add_feed {
	cursor: pointer;
}

.remove_feed {
	float: right;
}

.feed_form, .metafeed {
	line-height: 1.8em;
	border-bottom: 1px dotted #a0a5af;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.metafeed_form, .feed_form, .metafeed {
	width: 419px;
	line-height: 1.8em;
}

#metafeed_form h3 {
	font-size: 12px;
}

.label {
	
	float: left;
	font-size: 11px;
	font-weight: bold;
	padding-right: 10px;
}

.form .label {	
	text-align: right;
	width: 77px;
	padding-top: 1px;
	padding-bottom: 2px;
}

.form_input {
	width: 326px;
	border: 1px solid #999;
	padding: 2px;
	font-size: 11px;
}

.form_input_custom_1 {
	width: 305px;
}

.form_textarea {
	height: 42px;
}

textarea {	
	padding: 2px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

.clear_both {
	clear: both;
}

.metafeed .button {
	margin-top: 7px;
}

label.error {
	color:#ff8400;
	font-size: 11px;
}

input.error {
	border: 1px dotted #ff8400;
}

/*
	END OLD STYLING
*/

#registration_form div.form {
	width: 350px;
	line-height: 1.8em;
	margin: 20px auto 0;
}

#registration_form .submit {
	float: right;
	margin-top: 11px;
	margin-right: 11px;
}

span.orange {
	color: #ff8400;
}

img.get_feed_info {
	cursor: pointer;
	position: relative;
	top: 3px;
	left: 3px;
}

h3.custom_1 {
	padding-left: 7px;
}

.badge_preview {
	margin-left: 85px;
	margin-top: 5px;
}

div.metafeed_feeds .alternate {
	background-color: #9f9b80;
	color: #26261c;
}

div.metafeed_feeds div{
	padding: 0 3px 1px;
}