/* generic */ 
body { 
	font-family: arial, helvetica, san-serif;
	font-weight: normal;
    margin: 0;
    padding: 0;
}

.vote {
	visibility: visible;
	white-space: nowrap; 
	cursor: pointer;
}

.clickable {
	cursor: pointer;
}

.vote img {
	position: relative;
	top: 2px;
}

.helpcontent img {
	border: 1px dotted white;
}

.wholepage {}

.timetext {
	font-size: 8pt;
	color: #929292;
/*	padding-left: 10px;*/
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style-type: none;
}

.entry {
	margin: 1px 0 1px 64px;
	text-indent: -69px;
	padding-left: 3px;
	background-color: #323232;
}
.entry a:hover {
	background-color: #505050;
}

/* main blocks */ 
.maintitle {
	margin: 0 auto;
	background-color: #000000;
	width: 100%;
	font-weight: bold;
	font-size: 20pt;
	text-align: center;
}

.mainbody {
	background-color: #ffffff;
	margin: 0 auto;
	width: 100%;
}

.config_body {
	background-color: #454545; 
	margin: 0 5px 0 5px; 
	width: 98%;
}

.footer {
	margin: 0 auto;
	color: #929292;
	background-color: #ffffff;
	width: 100%;
	font-size: 8pt;
	text-align: center;
	padding: 5px 0 5px 0;
}

.footer a {
    color: #929292;
}
/* for drag and drop */
.hoverclass {
	border: 2px dashed #00ff00;
}

/* blocklist contains feeds */
.blocklist {
	min-height: 300px;
	z-index: 0;
	margin: 0 0 0 15px;
	display: none;
	float: left; 
	width: 35%; 
	padding-right: 10px;
}

/* min-height fix for IE */
/*\*/
* html .blocklist {
	height: 300px;
}
/**/

.blocklist .content {
	display: none;
}

.blocklist .feed {
	float: right;
	background-color: #b2db29;
	width: 125px;
	margin: 3px;
}

.blocklist .feed .handle {
	color: black;
	font-size: 12px;
	font-weight: bold;
	margin: 5px;
	padding: 0px;
	cursor: move;
}

.blocklist .feed .feedtitle .removefeed {
	display: none;
}

/* for config */
.config_text {
	text-align: center; 
	color: #929292; 	
	padding: 2px;
}

.config_column {
	margin: 2px;
	width: 31%;
	padding: 1px;
	min-height: 300px;
	float: left;
	background-color: #323232;
}

/* min-height fix for IE */
/*\*/
* html .config_column {
	height: 300px;
}
/**/

.config_column .feed {
	margin-top: 5px;
}

.config_column .feed .feedtitle {  
	color: black;
	font-size: 10px;
	font-weight: bold;
	background-color: #b2db29;
}	

.config_column .feed .feedtitle .handle {
	margin: 0px;	
	font-weight: bold;
	padding: 4px 10px;
	cursor: move;
}

/* homepage */ 
.column {
	margin: 0 0.5%;
    text-align: left;
	width: 32%;
	min-height: 300px;
	float: left;
}

/* min-height fix for IE */
/*\*/
* html .column {
	height: 300px;
}
/**/

.column a {
	font-size: 9pt;
	text-decoration: none;
	color: white;
}	

.column .feed {
	margin-top: 5px;
	background-color: #323232;
}

.column .feed .content {
	font-size: 11px;
	margin: 0 5px 0 5px; 
}

.column .feed .feedtitle {  
	color: black;
	font-size: 14px;
	margin: 0px;	
	padding: 2px;
	font-weight: bold;
	padding: 5px 10px 3px;
	font-weight: bold;
	background-color: #b2db29;
}	

.column .helpcontent {
	margin: 5px;
	font-size: 14px;
	color: white;
}

/* for all page */
.singlecolumn {
	margin: 0 5px 5px 5px;
	width: 98%;
	float: left;
}

.singlecolumn a {
	font-size: 9pt;
	text-decoration: none;
	color: white;
}	

.singlecolumn a:visited {
	font-size: 9pt;
	text-decoration: none;
	color: #868686;
}	

.singlecolumn .feed {
	margin-top: 5px;
	background-color: #373737;
}

.singlecolumn .feed .content {
	margin: 0 5px 0 5px; 
	font-size: 11px;
}

.singlecolumn .feed .feedtitle {  
	color: black;
	font-size: 10px;
	font-weight: bold;
	background-color: #b2db29;
}	

.singlecolumn .feed .feedtitle .handle {
	color: black;
	font-size: 14px;
	margin: 0px;	
	padding: 2px;
	font-weight: bold;
	padding: 5px 10px 3px;
}

/* for tagged */
table.sortable a.sortheader { text-decoration: none; }
table.sortable a.sortheader span.sortarrow img { background-color: transparent; border: 0px; }
table.sortable tr.odd td { background-color: #fff }
table.sortable tr.even td { background-color: #eee }

