/* Standards */

html {
	font-family: Helvetica;
}

a {
	font-weight: bold;
	color: rgb(0, 158, 142);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.clearer {
	clear: both;
	line-height: 0;
	height: 0;
}

div.center {
	text-align: center;
}

.small {
	font-size: 80%;
}

.warning a  {
	color: #990000;
}

/* All Pages */

body {
	padding: 0;
	margin:0;
	background-color: #e0e0e0;
}

h1 {
	font-size: 20pt;
	line-height:27pt;
	font-family: Helvetica, Arial, sans;
	color: white;
	background-color: #D81E05;
	
	font-weight: normal;
	margin: 0px;

	padding: 0 10pt 0.1em 10pt;
}

h1.com2 {
	height: 60px;
	background: top left url('/images/shrookcombg.png') repeat-x;
	margin: 0 0 10px 0;
	padding: 0;
}

h1.com2 a {
	display: block; 
	background: top left url('/images/shrookcomlogo.png') no-repeat;
	height: 60px;
	padding: 0;
}

h1.com2 a span {
	margin-left: -999px;
}

h1.apple {
	background-color: #00A3DD;
}

h1 a {
	color: white;
	font-weight: bold;
	font-family: Helvetica, Arial, sans;
}

.everything {
	background-color: white
}

/* Jump */

.topjump .label {
	display: none;
}

.topjump:hover .label {
	display: inline;
}

.topjump {
	clear: both;

	text-align: left;
	
	padding: 2px 10px 0 10px;
	margin: 0 0 0 0;
	font-size: 13px;
	line-height: 18px;

}

.topjump ul {
	height: 23px;
	list-style: none;
	line-height: 18px;
	margin: 0 0 0 0;
	padding: 0px 0 0 0; 
}

.topjump li {
	display: inline;
 	padding: 0;
	margin: 6px 1px 0 0;

}


.topjump li a:hover, .topjump button:hover {
	color: black;
	background: #f0f0f0;

	text-decoration: none;
}

.topjump li a {
	display: block;
	float: left;

}

.topjump button {
	display: block;
	float: right;
	font-size: 13px;
	line-height: 18px;
}

.topjump li a, .topjump button {
	background: white;
	border: none;
	color: #00AEAA;
	display: block;
 	padding: 0 8px 0 8px;
	margin: 0 0 0 0;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 13px;
}

.topjump .selected {
}

.topjump .selected a {
	background: #777;
	color: white;
	font-family: Helvetica;
}


.topjump .ppu {
	float: right;
}

.topjump form {
	padding: 0;
	margin: 0;
}


.footer {
	color: white;
	text-align: right;
	font-size: 8pt;
	background-color: #404040;
	font-family: Helvetica, Arial, sans;
	padding: 2px 5px;
	margin-top: 20px;
	clear: both;
}

.footer.apple {
	background-color: #00A3DD;
}

.footer a {
	color: white;
	font-family: Helvetica, Arial, sans;
}

.nofooter {
	color: #777;
	font-size: 8pt;
	background-color: white;
	font-family: Helvetica, Arial, sans;
	padding: 2px 5px;
	margin-top: 2px;
	clear: both;
	height: 20px;
}
	
.nofooter #status {
	text-align: left;
}

.nofooter .copyright {
	float: right;
	padding-top: 2px;
}

.nofooter a {
	color: #777;
	font-family: Helvetica, Arial, sans;
}


#content {
	margin-left: 15pt;
	margin-right: 15pt;
	
	font-size: 11pt;
	
}

h2, h3, h4 {
	font-family: Helvetica, Arial, sans;
}

h2 {
	font-size: 14pt;
}

h3 {
	font-size: 12pt;
}

h4 {
	font-size: 11pt;
}
/* Actual tables */

table {
	border: solid #ccc 1px;

  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border-collapse: collapse;
}

td ,th {
  border: 1px #aaaaaa solid;
  padding: 0.2em;
}

th {
	border: solid #aaa 1px;
  text-align: center;
	background: #ddd;
}

/* Table view */
.tableview {
	margin: 10px 0 0 0;
	padding: 0;
}

.tableview h4, .box > h4 {
	border: solid #aaa 1px;
	background: #ddd;
	padding: 3px 4px 3px 6px;
	margin: 0 0 2px 0;
	text-align: center;
}

.tableview ul, .tableview ol, .box > div {
	border: solid #ccc 1px;
	margin: 0 0 0 0;
	padding: 3px 0 3px 0;
}

.box > div {
	padding: 5px;
}

.tableview ul {
	list-style: none;
}

.tableview ol {
	list-style: decimal inside;
}

.tableview ol li:hover {
	color: white;
}

.tableview li {
	margin: 0;
	padding: 0;
}

.tableview li.stripe {
	background: #edf3fe;
}

.tableview li em, .tableview li a  {
	display: block;
	margin: 0;
	padding: 1px 4px 1px 6px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 0;
}

.tableview li a {
	color: black;
	text-decoration: none;
}

.tableview li em {
	border: solid #3d7bda 1px;
	background: #5999e6;
	color: white;
}

.tableview li a:hover {
	background: #3d7bda;
	color: white;
}



.tableview li img {
	margin: 0 3px 0 0;
	vertical-align/**/: -25%;
	border: none;
}

/* Forms */

.error {
	color: #990000;
}

form.box .formbody {	padding: 5px;
	margin: 0 0 10px 0;
	text-align: left;
}

form .formbody div {
	clear: both;
}

form .spanrow {
	text-align: center;
}

form .formbody .left {
	float: left;
	text-align: right;	margin: 4px 0 0 0;
	font-weight: bold;
	padding: 0;
}

form .formbody .right {
	float: right;
	text-align: left;
	margin: 0;
	padding: 4px 0 0 0;
}
 
form.box {
	display: block;
	margin: 10px auto 0px auto;
}

form.box .formbody {
	text-align: center;
}
/*
form.box table, form.box div {
	margin: 5px auto;
}
*/

/* listing */
dl.listing {
	padding: 3px 0 3px 0;
	border: solid #ccc 1px;
	margin: 10px 0 4px 0;
}

dl.listing dt {
	display: block;
	border-bottom: solid #ccc 1px; 
	margin: 0px 5px 0 5px;
	padding: 4px 3px 3px 2px;
	font-family: sans-serif;
}

dl.listing dt img {
	margin: 0 2px 0 0;
	vertical-align: -25%;
}

dl.listing dd {
	display: block;
	margin: 2px 8px 12px 8px;
	padding: 2px 0 5px 0;
}


/* Front page */
#logincolumn {
	position: relative;
	width: 250px;
}

#loginbox {
	position: absolute;
	top: 0px;
	left:  0px;
	width: 250px;
}

form#loginbox .row .left {
  width: 80px;
}

form#loginbox .row .right {
	width: 150px;
}

#latest {
	margin-left: 255px;
}

#latest dt span {
	float: right;
	width: 10em;
	text-align: right;

}

#latest dd li {
	padding-top: 0px;
}

#latest dd ul {
	margin: 0 0 2px 0;
	padding: 2px 0 0 2em;
}

#latest dd li{
	margin: 0;
}

.footnote {
	text-align: right;
}

/* new home */

#workarea {
	padding-left: 10px;
	padding-right: 10px;

}

.mainsplit, .titlesplit {
	position: relative;
	width: 200px;
}


#topbar {
	background-color: white;
	height: 26px;
	padding: 0 0 0 0;
}

#workarea #splitleft {
	position: absolute;
	top:0;
	left:0px;
	width: 260px;
	overflow: hidden;
	height: 1600px;
}

#splitleft #tags {
	display: block;
	height: 22px;
	padding: 1px 5px 0 5px;
	background: #00AEAA url('/images/feedtitle.png') repeat-x;
	background-color: #f0f0f0;
}

 #tags select {
	width:250px;
	height: 21px;
}

#topbar #refresh {
	float: right;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans;
	font-size: 14px;
	font-weight: bold;
}


#workarea #feedsview {
	overflow: scroll;
	overflow-x: hidden;
	display: block;
	background-color: white;
	width: 258px;
	position: relative;
	
	border: solid 1px #00aeaa;
	border-top:none;
}

* html #workarea #splitleft {
	width: 258px;
}


* html #workarea #feedsview {
	width: 256px;
}

#feeds {
	padding-top: 2px;
	position: relative;
}

#feeds a {
	display: block;
	padding: 0;
	margin: 0;
	cursor: default;
}

#feeds a:hover {
	text-decoration: none;
}


#feeds div {
	background-color: white;
	padding: 1px 3px 2px 3px;
	overflow: hidden;
	position: relative;
}

#feeds div * {
	background-color: inherit; 
}


#feeds div.selected {
	background-color: #3875D7;
/*	font-weight: bold; */
}

#workarea #feeds div.selected a {
	color: white;
/*	font-weight: bold; */
/*	text-shadow: #777 0px 1px 0px; */
}

#workarea #feeds div.twitter a {
	color: #000077;
}

#feeds .count {
	font-size: 85%;
	color: #76797f;
	padding-right: 3px;
}

#feeds .overflow .count {
	position: absolute;
	right: 0;
	padding-left: 3px;
	padding-top: 1px;
	background-color: inherit;
	before: '...';
}

#feeds .overflow .count:before {
	font-size: inherit;
	color:inherit;
	background-color: inherit;
	content: '...';
}

#feeds .selected .count {
	color: white;
}

#feeds .error {
	font-size: 85%;
	color: #990000;
	background: inherit;
}


#feeds .count img {
	margin: 0 0 0 0;
	vertical-align/**/: -25%;
	border: none;
}

#feeds div .updating {
	border-color: white;
	color: silver;
}

#feeds div.selected .updating  {
	border-color: #3875D7;

	background-color: white;
	color: #A2B2CA;
}


#workarea #splitright {
	margin-left: 270px;
	height: 1600px;
	overflow: hidden;
}

#feedtitle {
	overflow: hidden;

	color: white;

	background: #00AEAA url('/images/feedtitle.png') repeat-x;

	
	padding: 3px 10px 3px 10px;
	height: 17px;
	font-weight: bold;

	font-family: Lucida Grande, Verdana, sans;
	font-size: 14px;
}

#workarea #items {
	padding-top: 2px;
}

#workarea #items div.selected {
	background-color: #3875D7;
}

#workarea #items div.selected a {
	color: white;
}

#workarea #items div {
/*	position: relative; */
}



#workarea #items div.blue {
	background-color: #edf3fe;
}


#workarea #items div .updating {
	border-color: white;
}

#workarea #items div.blue .updating {
	border-color: #edf3fe;
}

#workarea #items a {
	display: block;
	padding: 1px 0 1px 21px;
	margin: 0 0 0 0;
	background: left center no-repeat;
}

#workarea #items a:hover {
	text-decoration: none;
}


#workarea #itemsview {
	height: 1480px;
	overflow: scroll;
	overflow-x: hidden;
}

#itemswrapper {
	border-left: solid 1px #00AEAA;
	border-right: solid 1px #00AEAA;
}

.table div {
	padding: 1px 3px 2px 3px;
	overflow: hidden;
}


#feeds div {

}

 #feeds a, #items a {
	font-weight: normal;
	font-family: Lucida Grande, Verdana, sans;
	font-size: 12px;
	color: black;
	cursor: default;
}

#workarea #items.table div.old a {
	color: #666;
}




.table div .updating {
	font-weight: normal;
	font-family: Lucida Grande, Verdana, sans;
	color: white; /* #990000; */
	font-size: 10px;

	position: absolute;
	right: 0px;
	top: 0px;
	
	padding: 1px 3px 1px 3px;

	border-style: solid;
	border-width: 2px;
	
	background-color: #A2B2CA;
}



#workarea #items img {
	margin: 0 5px -3px 0;
	border: none;
}

#item {
	border-top: dotted 1px #00AEAA;
	border-bottom: solid 1px #00AEAA;
	border-left: none;
	border-right : none;
}

/* home */
#opml, #sources {
	float: left;
	width: 26%;
	clear: left;
}

#sources li em:hover {
	
}

#sources li a, #sources li em  {
	padding: 3px 4px 3px 6px;
}

#channels {
	float: right;
	width: 73%;
}

#channels .count {
	font-size: 85%;
	color: #76797f;
	background: inherit;
}

#channels .error {
	font-size: 85%;
	color: #990000;
	background: inherit;
}

#channels .count img {
	margin-right: 0px;
}

#channels ul.legacyfolder {
	margin: 0 0 0 15px;
	padding: 1px 0 1px 0;
	border: none;
}	

#status {
   text-align: center;
}

/* channel */
.xmlbutton {
	border:1px solid;
	border-color:#F0C090 #603000 #303000 #F09060;
	padding: 1px 3px 1px 3px;
	font:bold 10px verdana,sans-serif;
	color:#F0F0F0;
	background:#F06000;
	text-decoration:none;
	margin:0px 5px 0px 0px;
}

.xmlbutton:hover {
	color:#ffffff;
	background:#ff7000;
}

.tableview#items {
	float: left;
	width: 31%;
}

.tableview#items li a {
	padding: 2px 4px 2px 6px;
}
/*
.box {
	border: solid #ccc 1px;
}
*/
#channelheader {
	margin: 15px 0 5px 0;
	padding: 5px 2px 0px 2px;
	clear: both;
	border: none;
}

#mainitems {
	float: right;
	width: 68%;
}

#mainitems dt {
	clear: both;
}

#channelheader h3 {
	margin: 0 0px 0 0px;
	padding: 2px 5px 2px 5px;
 	border-bottom: solid #ccc 1px; 
	font-family: sans-serif;}

p.path {
	margin: 0 0px 0 0px;
	padding: 1px 5px 1px 5px;	font-weight: bold;
}

#channelheader div.headerbody {
	margin: 10px 0px 0 0px;
	padding: 1px 0px 1px 0px;
}

div#channelfooter {
	clear: left;
	padding: 5px;
}

#channelfooter form {
	text-align: center;
}



/* channel guide */
#categories,#topchannels {
	float: left;
	width: 25%;
}

#categories li a,#topchannels li a  {
	padding: 2px 4px 2px 6px;
}

#cgchannels {
	float: right;
	width: 73%;
}


/* preferences */
.preferences {
	width: 450px;
}form.preferences .formbody .left {
  width: 120px;
}

form.preferences .formbody .right {
	width: 310px;
}

form.preferences .error {
	width: 310px;
}


/* sign up */
#signup {
	width: 400px;
}

form#signup .formbody .left {
  width: 120px;
}

form#signup .formbody .right {
	width: 260px;
}

form#signup .error, form.preferences .error {
	float: right;
	text-align: left;
	margin: 0;
	padding: 0 0 10px 0;
}

form#signup .error {
	width: 260px;
}

/* reload */
.wait {
	width: 100%;
	height: 400px;
	text-align: center;
}

.wait h2 {
	padding-top: 160px;
}

.itembody {
	padding: 1em 1em;
	background-color: white;
	line-height: 1.4;
}

#itemsview .loading {
	text-align: center;
	font-family: Helvetica, Arial, sans;
	padding-top: 20px;
	color: silver;
}
