/* coGoo */
/* General blocks and markups */

body {
	background: #fff;
	padding: 0px;
	margin: 10px;
	color: #000;
	font: 100% Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	min-width: 700px;
}
html>body {
	min-width: 400px;
	max-width: 1000px;
}

#header {
	/*background: url(/copics/bh_00.gif) 0 0 no-repeat;	width: 100%;*/
	position: relative;
	height: 40px;
	margin: 4px 0 10px 5px;
}

#logo {
	position: relative;
	height: 80px;
	float:left;
	text-decoration: none;
	margin: 0;
	font-size: 48px;
}

.topSearchBox {
	text-align:right;
	padding: 8px 6px 0 0;
}
* html div.topSearchBox {
	padding: 0px 6px 0 0;
	margin: 8px;
}


#wrapper {
	width: 100%;
	min-width: 600px;
	margin: 0px 0 20px auto;
	text-align: left;
	clear:both;
}

a {
	color: #601200;
	text-decoration: underline;
}

a:hover { color: #000; }

a:visited {
	color:#601200;
}
a:active {
	color:#601200
}


.clearboth {
	clear:both;
	margin:0px;
	padding:0px;
	height:1px;
}


h1 {
	font-size: 16px;
	background: #f6f6f6 url(/bpics/tBg.jpg) left 1px repeat-x;
	padding: 4px 7px 4px 10px;
	margin: 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	font-weight: bold;
}

h1 a {
	color: #00c;
}
h1 a:hover {
	text-decoration: underline;
}

h2 {
	border-top: 1px solid #36c;
	background: #ffdb99;
	padding: 0px 10px 0px 10px;
	color: #363513;
	font: bold 12pt Arial, 'Trebuchet Ms', Verdana, Arial;
	margin: 0;
}

h3 {
	border-top: 1px solid #36c;
	background: #ffdb99;
	padding: 0px 10px 0px 10px;
	color: #363513;
	font: bold 11pt Arial, 'Trebuchet Ms', Verdana, Arial;
	margin: 0;
}

h4 {
	background: #eeeee6;
	padding: 0px 10px 0px 10px;
	color: #363513;
	font: bold 13pt Arial, 'Trebuchet Ms', Verdana, Arial;
	border:1px solid #ddddc0;
	margin: 15px 0 10px 0;
}



/* Error heading */

.hdError {
	background-color: #701020;
	padding: 4px 0 4px 4px;
	border:2px solid #dd6767;
	width: 99%;
	text-align:left;
	color: #f0f0f0;
	font: bold 100% Arial, 'Trebuchet Ms', Verdana;
	margin-bottom:2px;
}

.center {
	text-align:center;
}

#minifoot {
	clear:both;
	text-align: center;
	border-top: 1px solid #888;
	font-size: 10px;
}


/* Label text on most forms */
.sPrompt {
	font: 11px Tahoma, Arial;
	color: #353D6F;
}
.nPrompt {
        font-weight: bold;
        font-size: 95%;
        color: #353D6F;
}

.prompt {
	font: bold 16px Tahoma, Arial;
	color: #353d6f;
}

.prompt a {
	font-weight: normal;
	font-size: 80%;
	text-decoration: none;
}

/* Pre-entered data in 2nd forms */
.gvData {
	font: bold 14px Tahoma, Arial;
	color: #6f353d;
}





/* Comment box: "Comments | Cat... | Add to..." line */

.commLine {
	height: 15px;
	margin-bottom: 11px;
	color:#77c;
}

/* Comment box: comment heading */

.cmTitle {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	border-bottom: 1px #666 solid;
	padding-bottom: 1px;
}


/* Comment box: comment body */

.cmBody {
	background:#f4f4f4;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	border-bottom: 1px #e0e0ff solid;
	padding: 10px 0 10px 10px;
	clear:right;
}

/* Comment box: enclosure for the vote links */

.cmVote {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	text-align:right;
	padding: 0 2px 2px 0;
	background: #00000;
}

.cmVote select {
	padding:0px;
	margin-top:1px;
	font-size:75%;
}

.cmReply {
	clear: right;
	font-size:12px;
	text-align:right;
}


/* Comment box: "Add your comment" */

.cmHeadTitle {
	font-size: 16px;
	background: #00000;
	padding: 1px 0 1px;
	margin: 10px 0 10px 0;
	border-top: 1px solid #E5E5E5;
	font-weight: bold;
}


#cmHeadSubtitle {
	font-size: 12px;
}

/* Comment box: "cancel" link */

.cmHeadTitle a {
	font-size: 12px;
	font-weight: normal;
}


/* User page: Section heading */

fieldset {
	background:#fff;
	border: 1px #e0e0e0 solid;
}

legend {
	font-size: 14px;
	color: #000;
	padding: 3px;
	font-weight: bold;
}
legend a {
	font-size:12px;
	font-weight:normal;
	text-decoration: none;
}

/* User page: Section body */

.opBody, .opRBody {
	background:#f0f0ff;
	font-size: 15px;
	color: #000;
	font-weight: normal;
	padding: 10px;
}


/* List people who voted a story / sources of someone */

/* The box */
.votersBox {
	position: relative;
	float: left;
	width: 99%;
	overflow: hidden;
	height: 160px;
	margin: 0 0 5px 0;
}

/* Each item (user) */
.votersBox .item {
	float: left;
	overflow: hidden;
	display: block;
	font-size: 86%;
	width: 25%;
	height: 20%;
}

/* Each item (user) when showing *my* sources */
.votersBox .row {
	overflow: hidden;
	display: block;
	font-size: 86%;
	width: 100%;
	height: 20%;
}

/* User avatar */
.votersBox img {
	border: 0px;
	margin-right: 5px;
	margin-left: 4px;
	vertical-align: bottom;
}

/* The + or - at the end */
.vtUPlus {
	font-size:70%;
	margin-left:4px;
	color:#999;
}



/* News item: Enclosing block for listed stories */
.tbBox {
	background:#fff;
	min-width: 200px;
	padding: 12px 0 12px 8px;
}

.tbBox h1 {
	background:#fff url(/st/93/12/000/bbg_fc2.png);
	border:0px #fff solid;
	font-family: Arial;
	font-size:17px;
	padding:2px 0 0 5px;
	margin-bottom:10px;
	color: #fff;
}
.tbBox h1 span {
	font-size:80%;
	font-weight: normal;
}
.tbBox h1 span a {
	color: #ff6;
}

/* News item: Enclosing block for the results icon */
.vSBox {
	height: 16px;
	float:right;
}

/* News item: Enclosing block for the results img */
.vStar {
	position: relative;
	font-size: 12px;
	font-weight: normal;
	margin-left: 5px;
	display: inline;
}
html>body div.vStar {
height: 44px;
}

.vStar br {
	line-height: 0; 
	display: none;
}

/* News item: Properties for the results img */

/* News item: Porperties for the result values */
.vStarUp {
	color: #040;
	font-weight: bold;
}
.vStarDown {
	color: #400;
	font-weight: bold;
}

/* News item: Enclosing block for the voting icons */
.vVote {
	font-size: 80%;
	margin-left: 3px;
	display: inline;
}

/* News item: enclosing for the thumbs up icon */
.vUp a {
	color: #696;
	cursor: pointer;
	cursor: hand;
}


/* News item: enclosing for the thumbs down icon */
.vDown a {
	color: #966;
	cursor: pointer;
	cursor: hand;
}

/* News item: enclosing for the done thumbs up icon */
.vUpDone {
	color: #666;
}

/* News item: enclosing for the done thumbs donw icon */
.vDownDone {
	color: #666;
}




/* News item: Description block */
.vDescr {
	font-size: 12px;
	color: #333;
	margin: 3px 0 9px 0;
}

/* News item: Story title */
.vTitle {
	font-family: Arial,Tahoma, Helvetica;
	font-weight: normal;
	font-size: 16px;
	color: #505078;
	border-bottom: 1px solid #505078;
}
.vTitle a {
	color: #601200;
	text-decoration: none;
} 
.vTitle a:hover {
	color: #00c;
} 

/* News item: Enclosing area for the story block*/
.vFullBox {
	font-size: 85%;
	min-width: 250px;
}
.vSubBigBox {
	margin: 0 70px 10px 0;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0 0 10px 0;
	border-bottom:1px #999 solid;
}

/* News item: Snapped thumbnail */
.vSnap {
	float:right;
	margin: 0 0 5px 10px;
	z-index: 10;
	position:relative;
}

.vAva {
	float:left;
	width:0;
	height:0;
	border: 0px solid #fff;
}



/* News item: Line for the "submitted by" and "Comments | Cat... | Add to..." line */
.vSub {
	color:#226;
	font-size: 80%;
}
.vSub a {
	color:#77c;
}
.vsUser {
	color:#77c;
}
.vUrl {
	color: green;
	font-size: 80%;
	margin: 2px 0 2px 0;
}

.vSubDesc {
	color: #666;
	font-size: 80%;
}

/* Tabs sub-bar */
* html body div.subBar {
	margin-left: -38px;
}
.subBar ul {
	list-style: none;
	font-size: 80%;
	padding-left: 8px;
}
.subBar li {
	float: left;
	display:block;
}
.subBar li span {
	color: #222;
	font-weight:bold;
	font-size:110%;
}

.subBar li a {
	margin: 0 1px 0 1px;
	padding: 0 5px 0 5px;
	background: #fff;
}


/* Tabs bar: Main enclosing block */
.ngMainBarTop {
	width: 99%;
	min-width:400px;
	border-top: 1px solid #36c;
	background: #ffdb99;
	margin: 2px 0 0 4px;
	padding: 0 0 1px 0;
	float:left;
}

.ngMainBarTop h2 {
	border-top: 1px solid #36c;
	font-family: sans-serif;
	font-size: 110%;
	background: #ffdb99;
	margin: -1 0;
	font-weight: bold;
	float:left;
	padding: 2px 0 1px 10px;
}


.ngMainBarTop ul {
	background:#ffdb99;
	list-style: none;
	font-size: 85%;
	margin: 0 4px 0 0;
	float: right;
}

.ngMainBarTop li {
	margin: 0 0px 0 1px;
	padding: 0 5px 0 5px;
	float: left;
}

/* Tabs bar: Selected menu option */
.ngMainBarTop li.active {
	font-size:90%;
	font-weight: bold;
	padding: 0 7px 0 7px;
	margin: 2px 0 0 0;
}


/* Tabs bar: Unselected menu option */
.ngMainBarTop li a {
	font-size:90%;
    font-weight: normal;
	background:#ffdb99;
	text-decoration: underline;
	padding: 0px 7px 0 7px;
	color: #000;
	margin: 0;
}
.ngMainBarTop li a:hover {
       text-decoration: none;
       background:#d5dce9;
	   padding-bottom: 0px;
	   border-bottom: 1px #555 solid;
	   margin: 0;
}

/* Opera fix */
@media screen and (min-width: 0px){
.ngMainBarTop li.active {
	margin: -2;
	padding: 2px 7px 3px 7px;
}
}

.rssLink {
	float:right;
}

.rssLink img {
	border: none;
	margin: 1px 4px 0 4px;
}


/* Add/Remove source "Done" box */
.doneBox {
	padding: 10px;
	padding-left:48px;
	font-size: 16px;
	color: #107015;
	font-weight: bold;
	background-color: #ffffff;
	background-image: url("/pics/blogs/check.gif"); 
	background-repeat: no-repeat;
}


/* Nav. buttons */

.navpBar {
    padding: 2px;
    margin: 1em 0;
    clear: left;
    font-size: 85%;
	font-family: Arial;
	text-align: center;
}

.navpBar a, .navpBar span {
    display: block;
    float: left;
    padding: 0.2em 0.2em;
    margin-right: 0.1em;
	color: #000;
}


.navpBar span.navpCur {
    font-weight: bold;
    color: #700;
}




/* User profile page */

.upTitle {
	border-top: 1px solid #36c;
	background: #BBCCED;
	font-weight: bold;
	font-size: 85%;
	color: #000;
	padding: 1px 5px 1px 5px;
	padding-top: 1px;
}

.upTitle a {
	font-weight: normal;
	font-size: 80%;
	color: #ff0;
}

.upBoxLeft, .upBoxRight {
	background:#f0f0ff;
	border-bottom: 1px #e0e0ff solid;
	width:48%;
	height: 120px;
}


/* Main right frame */
.mCol {
	width: 100%;
	padding: 0 0 4px 20px;
	margin: 0;
	/*overflow:visible;
	position: absolute;
	left: 180px;
	top: 50px;*/
}

html>body div.mCol {
	width: auto;
	min-width: 400px;
}

/* Main left frame */
.rCol {
	float:left;
	width: 150px;
	border-right: 1px solid #ccc;
	margin: 0px 10px 4px 0;
	padding-right: 6px;
	display: inline;
}
html>body div.rCol {
width: 156px;
}

/* Left frame: menu option */
.rPad {
	list-style: none;
	margin: 0;
	padding: 4;
	line-height: 1;
}

.rPad a, .signOut {
	padding: 1px 1px 1px 2px;
	width: 125px;
	display: block;
	font-size: 90%;
	font-weight: normal;
	margin: 0px;
	color: #601200;
}

.rCat {
	list-style: none;
	margin: 0;
	padding: 1px 4px 1px 4px;
	line-height: 1;
}

.rCat a {
	padding: 1px 2px 1px 4px;
	width: 125px;
	display: block;
	font-size: 90%;
	font-weight: normal;
	margin: 0px;
	color: #601200;
}

.rPad a:hover, .rCat a:hover, .signOut a:hover {
	color: #000;
}


/* Left frame: RSS menu option */
.rssPad {
	text-align: center;
}

/* Help boxes */
.helpBox {
	padding:10px;
	font-size:14px;
	border: #D0D000 1px solid;
	background-color: #FFFFde;
	margin: 10px 0 10px 0;
}



/* Table showing users */

#userTable th {
	font-size: 12px;
	border-bottom: 1px solid #999;
	padding: 8px;
	text-align: center;
}

#userTable td {
	font-size: 12px;
	border-bottom: 1px solid #999;
	text-align: center;
	padding: 8px;
}

#userTable tr:hover td, tr.over  {
	background: #d0e0ff
}

/* Placeholders for add-to-favs/it's a fav icon */

.setFav {
	margin-left: 10px;
	font-size: 90%;
	cursor: pointer;
	cursor: hand;
}

.isFav {
	padding-left: 5px;
	font-size: 95%;
	color: #008;
}

/* Favorite item */
.vFavBox {
	margin-bottom: 10px;
	padding: 0;
	min-width: 200px;
	font-weight: normal;
}

/* Fav.Item: Title */
.fvTitle a {
	font-weight: normal;
	text-decoration: underline;
} 

/* Fav.Item: Subtexts */
.vFavSub {
	font-size: 80%;
	color: #666;
	margin: 1px 0 2px 8px;
}
/* Fav item: Description block */
.vFavDescr {
	font-size: 12px;
	color: #333;
	margin: 0;
}

/* Fav.Item: Expand/cotract links */
.vFavExp, .vFavExp a {
	font-size: 90%;
	color: #77c;
	text-decoration: none;
}

.vFavExp a:hover {
	text-decoration: underline;
}

.searchUsers {
	text-align:right;
	margin: 1px 0 -8px 0;
	
}
* html div.searchUsers {
	margin: -33px 0 -16px 0;
}

#signOut {
	font-size: 80%;
	margin: 0 0 0 8px;
	
}


/*User comments, date */
.ucDate {
	font-size: 11px;
	font-family: sans-serif, Arial,Tahoma, Helvetica;
	text-align:right;
	color: #777;
}

.ucTitle {
	padding: 2px 0 2px 0;
	font-size: 85%;
}
.ucTitle a {
	font-size: 115%;
}
.cmBody span {
	font-weight: bold;
	font-size:110%;
	margin-right: 8px;
	color: #000;
}

.highlight {
	/*background-color: #ff0;*/
	font-weight: bold;
}
/* Text style for unfilled fields in user's profile page */
.noData {
	color:#888;
}

.upColor {color:#060;}
.downColor{color:#600}

.sideTtl {
font-weight:normal;
}
}