/* @override http://dev.thefeed.no:3000/static/css/styles.css */

/* @override 
	http://192.168.1.192:3000/static/css/styles.css
	http://localhost:3000/static/css/styles.css
	http://iwatchthis.com/static/css/styles.css
	http://localhost:3000/static/css/styles.css
	http://command-central:3000/static/css/styles.css
	http://dev.thefeed.no:3000/static/css/styles.css
*/

/* @group Structure */

body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 20px;
	font-size: 13px;
}

a {
	color: green;
}

div#container {
	width: 640px;
}
strong {
	font-weight: bold;
}
/* @end */

/* @group Heading */

div#header h1 {
	text-transform: uppercase;
	margin: 0;
	font-weight: bold;
	font-size: 30px;
}
div#header h1 a {
	text-decoration: none;
	color: #666;
}
div#header h1 a:hover {
	color: green;
}

div.header h2 {
	padding: 4px 0 6px 0;		
}
div#infomercial {
	background-color: #dafbd8;
	padding: 10px 8px;
	line-height: 1.5;
	margin-bottom: 5px;
	border: 1px solid green;
}

/* @end */

/* @group Navigation */

div#topnav {
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	padding: 5px 0 5px 0;
}

div#topnav a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	padding: 2px 6px;
	text-decoration: none;
	color: black;
}

div#topnav a:hover {
	color: green;
}

div#subnav {
	font-size: 12px;
	border-bottom: 1px solid #dcdcdc;
	padding: 4px 6px;
}



/* @end */
div.notes {
	border-top: 1px solid #dcdcdc;
	padding: 6px;
	border-bottom: 1px solid #dcdcdc;

}
div#counter {
	padding: 5px 0 0 0;
}
div.tagline {
	padding: 6px 6px;
	background-color: #f3f3f3;
	margin-top: 15px;
	font-weight: bold;
}

div.tagline a {
	text-decoration: none;
}

div.pager {
	font-size: 12px;
	padding: 6px 6px;
	clear: both;
}
div#singlepager {
	font-size: 12px;
	padding: 2px 6px;
}
div#singlepager a {
	font-weight: bold;
	color: #666;
	text-decoration: none;
	text-transform: capitalize;
}
div#singlepager a.nextright {
	float: right;
}
div#singlepager a:hover {
	border-bottom: 2px solid green;
}

div.box.info {
	padding: 6px 18px;
	background-color: #a6bea6;
	margin-top: 15px;
	font-weight: normal;
	color: black;
	line-height: 1.5;
}
div.box.info p {
	margin: 10px 0;
}
div.box.info a {
	color: green;
	background-color: white;
	padding: 3px 5px;
	font-weight: bold;
	text-decoration: none;
}

div.moreinfo p em {
	line-height: 3em;
}
div.moreinfo p {
	margin: 6px;
}
div.members h2 {
	font-size: 1em;
	font-weight: bold;
	line-height: 2em;
}
div.members li {
	margin-left: 15px;
	line-height: 1.5em;
}
div.members ul {
	padding-bottom: 0.5em;
	margin-left: 6px;
}
div.members p {
	margin-left: 6px;
}
div#footer {
	padding-top: 10px;
	clear: both;
	font-size: 13px;
	line-height: 1.5;
color: #131313;
}
div#footer p {
	padding: 2px 6px;
}
div#footer h3 {
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	background-color: green;
	padding: 2px 6px;
	color: white;
}
div#footer a {
	color: green;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}

div#subnav a {
	color: #666;
	text-decoration: none;
	margin-right: 10px;
	float: left;
}

div#subnav a.rightalign {
	float: right;
	margin-right: 0;
	margin-left: 10px;
}

div#subnav a:hover {
	text-decoration: underline;
}

div.pager a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	color: black;
	margin-right: 4px;
}
div.pager span.current {
	background-color: green;
	color: white;
	padding: 0 5px 0 5px;
	margin-right: 4px;
}

div.pager a:hover {
	text-decoration: underline;
}

div#topnav a.selected {
	background-color: green;
	color: white;
}

div#content h2.date {
	font-size: 14px;
	padding: 10px;
	margin-top: 15px;
	font-weight: bold;
	padding: 2px 6px;
	border-bottom: 1px none #666;
}
div#content h2 {
	font-weight: bold;
	margin: 6px 6px;
}
div#content div.entry h2 {
	margin: 0 6px 10px;
	font-size: 20px;
	font-weight: bold;
	padding-top: 15px;
	border: none;
}

div.entry h2 input.editor_field {
	font-size: 20px;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 100%;
}

div.entry h3 {
	font-size: 12px;
}

div.entry form {
	display: inline;
}

div.entry .entrycontent {
	width: 450px;
	padding: 4px 2px;
}
div.entry .entrycontent p {
	margin: 0;
}
div.entry .entrylinks {
	font-size: 13px;
	margin: 6px 6px;
}
div.entry .addtochan {
	background-color: #dcdcdc;
	padding: 4px 6px;
	margin: 0;
}

div.entry .embedcode {
	width: 478px;
}
h3.savedby {
	font-size: 13px;
	color: black;
	padding: 2px 6px;
	border-bottom: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
}

h3.savedby a {
	color: green;
	text-decoration: none;
}

div.entry .entrylinks a {
	text-decoration: none;
	color: green;
	margin-right: 3px;
}

div.entry .entrylinks a:hover {
	color: black;
}

div#container form.form {
	padding: 2px 6px;
	font-size: 12px;
}
div#container form.form h2 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
}

div#container form.form input.textfield {
	display: block;
	background-color: #eee;
	border: 0;
	padding: 4px;
	margin: 5px 0;
}
div#container div#header a.nextright {
	float: right;
	display: block;
	margin-right: 0;
	margin-left: 10px;
}
div.clearfix {
	clear: both;
}

p.watchers a {
	text-decoration: none;
	color: #666;
}
p.watchers a:hover {
	text-decoration: underline;
}
div#numbersinthefeed {
	background-color: #f1f1f1;
	padding: 10px;
	border-bottom: 1px solid #dcdcdc;
}
div#numbersinthefeed a {
	text-decoration: none;
}
div#numbersinthefeed a:hover {
	text-decoration: underline;
}

div#registercontent label {
	display: block;
	margin: 10px 0 5px 0;
}
div#registercontent {
border-bottom: 1px solid #dcdcdc;
padding: 6px;
}
div#registercontent input {
	background-color: #d0d0d0;
	border: none;
	padding: 5px;
	font-weight: bold;
}
div#registercontent input.submit {
	display: block;
	margin: 5px 0;
	color: white;
	background-color: green;
}
div#registercontent textarea {
	width: 300px;
	background-color: #d0d0d0;
	border: none;
	padding: 5px;
	height: 5em;
}

a.activechannel {
	
	font-weight: bold;
text-decoration: underline !important;
}
p.errormessage {
	padding: 5px;
	margin: -1px 0;
	background-color: #292929;
	color: white;
}
div.twitterprefs {
	margin: 10px -5px;
	background-color: #a6bea6;
	padding: 5px;
}
div.twitterprefs p{
	color: white;
}
div.twitterprefs p span.highlight {
	color: black;
}
ul#twitterpeople {
	padding: 4px 6px;
	margin: 10px -6px;
	background-color: #eee;
}
/* @group about */

/* @group Details */

div.details h1, div.details h2, div.details h3, div.details h4, div.details h5, div.details h6 {
	margin: 12px 6px 6px;
	font-weight: bold;
}
div.details ul {
	padding: 6px;
}
div.details ul li, div.details ol li {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 0 16px;
}

div.details ol li {
	list-style-type: decimal;
}

/* @end */

div#about p {
	line-height: 1.5;
	margin: 18px 6px;
}
div.details {
	color: #666;
}
a.editdetails {
	color: green;
	font-size: 14px;
	padding: 1px 4px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	margin: 0 -4px;
}
a.editdetails:hover {
	background-color: green;
	color: white;
}
div#about .important {
	color: black;
}
div#about ul#siteslist {
	margin: 10px 6px;
}
div#about h2 {
	margin: 10px 6px;
	font-weight: bold;
	
}
div#about ul#siteslist li {
	display: inline;
	padding-right: 5px;
	line-height: 2;
}
/* @end */

/* @group Channel */

div.channelitem {
	clear: both;
	padding: 15px 0;
}

div.channelitem p {
	margin-left:  170px;
	line-height: 1.4;
}
div.channelitem p.watchers {
	font-weight: bold;
}
div#content div.channelitem h2 {
	margin-left: 170px;
	font-size: 17px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 5px;
}
div.channelitem h2 a {
	text-decoration: none;
	font-weight: bold;
}

div.channelitem div {
	margin-right: 2em;
}
div.channelitem img {
	float: left;
}
/* @end */

/* @group Forms */
form.edi ttitle input {
	width: 410px;
	border: 10px solid #f3f3f3;
}
fieldset.radiogroup span input {
	float: left;
}
fieldset.radiogroup span {
	display: block;
	margin: 10px 0;
}
fieldset.radiogroup label {
	padding-left: 15px;
}
fieldset.radiogroup legend {
	padding: 10px 0;
}
form.posttotwitter {
	margin: 10px 0px;
	display: block;
	float: none;
}
form.posttotwitter input.twittertext {
	border: 7px solid #f3f3f3;
	padding: 3px;
}
form.posttotwitter input.submit {
	border: 5px solid white;
	padding: 5px;
	background-color: green;
	color: white;
}
/* @end */
