/* coDigg */

/* General blocks and markups */

body {
	color: #393733;
	margin: 0;
	padding: 0 10px;
	text-align: center;
	background: #fff;
}
body, td, th, textarea, select, h2, h3, h4, h5, h6 {
	font: 83%/1.4 arial, helvetica, sans-serif;
}

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

#logo {
	position: relative;
	height: 40px;
	float:left;
	text-decoration: none;
	margin-left: 2px;
	color:#fff;
	font-size: 16px;
}

.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: #105CB6; outline: none; }
a:visited { color: #105CB6; }
a:hover, a:focus { color: #003; }
a:active { color: #000; }


.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 {
	text-decoration: none;
}
h1 a:hover {
	text-decoration: underline;
}

h2 {
	margin: 0 0 0.2em 0;
	font-size: 200%;
	letter-spacing: -1px;
	font-weight: normal;
	clear: left;
	color: #4E463F;
}

h3 {
	margin: 0 0 0.5em 0;
	font-size: 135%;
	font-weight: normal;
	letter-spacing: -0.03em;
	line-height: 1;
	clear: left;
	color: #4E463F;
}

h3 a {
	text-decoration: none;
	background: url(/copics/croDiggLinkLine.gif) repeat-x 0 95%;
} * html h3 a { text-decoration: underline; background: none; }

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;
}

/* Standard input fields */
textarea {
	background: #FFFADB url(/copics/croDiggFormBk.gif) repeat-x;
	border: 1px solid #CBB945;
	color: #776B1B;
	padding: 2px;
	font: 100% Tahoma, Arial, Helvetica, sans-serif;
}

input.rInput, select {
	font-size: 110%;
	background: #FFFADB url(/copics/croDiggFormBk.gif) repeat-x;
	border: 1px solid #CBB945;
	color: #776B1B;
}

input.bInput {
	font-size: 110%;
	background: #FFFADB url(/copics/croDiggFormBk.gif) repeat-x;
	border: 1px solid #CBB945;
	color: #776B1B;
}


/* 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: #817A71;
	font-size: 85%;
	font-weight: bold;
	letter-spacing: -0.03em;

}

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

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





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

.commLine {
       background: url(/bpics/comment.jpg) 0 2px no-repeat;
       padding-left: 20px;
       height: 15px;
       margin-bottom: 11px;
}

/* Comment box: comment heading */

.cmTitle {
	color: #546477;
	background: #D7E1EB;
	font-size: 12px;
	font-weight: normal;
}
.cmTitle a {
	font-size:12px;
	font-weight:normal;
	color: #ff0;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}
.cmTitle a:hover {
	text-decoration: underline;
}

/* Comment box: Comment heading rounded corners */

.cmTop { 
	background: url(/pics/wc_tr.gif) no-repeat top right; 
}
.cmBottom {
	background: url(/pics/wc_br.gif) no-repeat top right; 
}
img.cmCorner {
   width: 3px;
   height: 3px;
   border: none;
   display: block !important;
}

/* Comment box: comment body */

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

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

.cmVote {
	float: right;
	font-weight: normal;
	margin-left: 5px;
	background:#e0e0ee;
	border-left: solid 1px #c0c0cc;
	border-bottom: solid 1px #c0c0cc;
	padding: 1px 4px 1px 4px;
}

.cmVote select {
	font-size:10px;
	padding: 0px;
	margin-top: 3px;
}

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

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

.cmHeadTitle {
	font-size: 200%;
	padding: 1px 0 1px;
	margin: 10px 0 10px 0;
	font-weight: normal;
	font-family: arial;
	color: #4E463F;
}

#cmHeadSubtitle {
	font-size: 12px;
}



/* User page: Section heading */

legend {
	font-size: 135%;
	font-weight: normal;
	letter-spacing: -0.03em;
	line-height: 1;
	color: #80A71F;
	padding: 0 0.5em; /* Top and Bottom for IE7 */
}
legend a {
	font-size:12px;
	font-weight:normal;
	color: #260;
	text-decoration: none;
}
fieldset fieldset legend {
	font-size: 105%;
	font-weight: bold;
}
/* User page: Section body */

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


/* List people who voted a story */

/* 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%;
}

/* 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(/copics/bgBg.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, .tbBox h1 span a:visited {
	color: #ff6;
}


/* News item: Enclosing block for the results icon */
.vSBox {
	float:left;
	width: 65px;
}

/* News item: Enclosing block for the results img */
.vStar {
	border: 0px;
	width: 56px;
	height: 56px;
	position: relative;
	text-align: center;
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	margin-right: 20px;
	background:  url(/copics/crDiggBk.png) no-repeat;

	border: 1px solid #fff; /* fixes IE margin bug */
	margin: 0;

}
html>body div.vStar {
height: 44px;
}

/* News item: Properties for the results img */
.vStar img {
	position: absolute;
	top: 0;
	left: 0;
	border: none;
}

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

/* News item: Enclosing block for the voting icons */
.vVote {
	width: 54px;
	position: relative;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial;
	margin-top: 1px;
	border: 1px #dde solid;
	height: 16px;
}

/* News item: enclosing for the thumbs up icon */
.vUp {
	background-image: url("/copics/dg_up.gif"); 
	width: 21px;
	height: 16px;
	float:left;
	margin-left: 5px;
	display: inline; /* IE needs this */
	cursor: pointer;
	cursor: hand;
}


/* News item: enclosing for the thumbs down icon */
.vDown {
	background-image: url("/copics/dg_down.gif"); 
	width: 21px;
	height: 16px;
	float:right;
	margin-right: 5px;
	cursor: pointer;
	cursor: hand;
}

/* News item: enclosing for the done thumbs up icon */
.vUpDone {
	background: url("/copics/dg_updone.gif") center no-repeat; 
	height: 16px;
}

/* News item: enclosing for the done thumbs donw icon */
.vDownDone {
	background: url("/copics/dg_downdone.gif") center no-repeat; 
	height: 16px;
}



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

/* News item: Story title */
.vTitle {
	margin: 2px 0 0 0;
	font-size: 140%;
	font-weight: bold;
	line-height: 1.1;
}
.vTitle a:hover {
	color: #000; 
} 

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

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

.vAva {
	float:left;
	margin: 2px 6px 0 0;
	border: 1px solid #fff;
	height:24px;
}
/* html img.vAva {
	margin-left:72px;
	margin-right: -62px;
}
*/


/* News item: Line for the "submitted by" and "Comments | Cat... | Add to..." line */
.vSub {
	color: #666;
	font-size: 86%;
	margin: 0;
}
.vUrl {
	color: #555;
	margin-top: 2px;
}

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



/* 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: 1em;
    margin: 1em 0;
    clear: left;
    font-size: 85%;
}

.navpBar a, .navpBar span {
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    border: 1px solid #fff;
    background: #fff;
}


.navpBar span.navpCur {
    border: 1px solid #2E6AB1;
    font-weight: bold;
    background: #2E6AB1;
    color: #fff;
}

.navpBar a {
    border: 1px solid #9AAFE5;
    text-decoration: none;
}

.navpBar a:hover {
    border-color: #2E6AB1;
}



/* User profile page */

.upTitle {
	font-weight: bold;
	font-size: 135%;
	color: #6C7D8E;
	padding-right: 5px;
	padding-top: 1px;
}

.upTitle a {
	font-weight: normal;
	font-size: 85%;
	color: #090;
}

.upBoxLeft {
	width: 400px;
}

.upBoxRight {
	width: 400px;
	background: #EAF2FA;
	border: 1px solid #bAc2cA;
	margin-bottom: 1em;
	color: #6C7D8E;
	padding: 4px;
}

.upBoxRight span {
	font-weight: normal;
	font-size: 95%;
	color: #999;
}

/* 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: block;
	
}
html>body div.rCol {
width: 156px;
}

/* Left frame: menu option */
.rPad, .rCat {
	padding: 1px;
	width: 127px;
	display: block;
	text-decoration: none !important; /*IE6 needs important*/
	font-size: 100%;
	font-weight: bold;
	background: url(/copics/croDiggMenuBk.gif) 0 100% repeat-x;
	margin-bottom: 0px;
	
}

.rCat a {
	padding: 2px 2px 2px 4px;
	width: 125px;
	display: block;
	text-decoration: none !important; 
	font-size: 96%;
	font-weight: bold;
	border: 1px solid #eee8dd;
	margin: 0px;
	
}

.rPad a {
	padding: 1px 1px 1px 2px;
	width: 125px;
	display: block;
	text-decoration: none !important; /*IE6 needs important*/
	font-size: 105%;
	font-weight: bold;
	border: 1px solid #EEE8DD;
	background: url(/copics/croDiggMenuBk.gif) 0 100% repeat-x;
	margin-bottom: 2px;
}

.rPad a:hover, .rCat a:hover {
	border: 1px solid #516D86;
	background-image: url(/copics/croDiggMenuBkAll.gif);
	text-decoration: none;
	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;
}


/* Tabs sub-bar */
.subBar ul {
	list-style: none;
	font-size: 80%;
	display:inline;
}
.subBar li {
	float: left;
	display:block;
	padding: 0 3px 0 3px;
}
.subBar li span {
	color: #ed5b00;
	font-weight:bold;
	font-size:110%;
}


.ngMainBarTop {
	margin-bottom: 5px;
	background: url(/copics/croDiggTabLine.gif) bottom repeat-x;
	float: left;
	width: 100%;
} * html .ngMainBarTop { height: 1px; overflow: visible; }

* html #sub-nav {
	width: 100%;
}

.ngMainBarTop p {
	clear: both;
}

.ngMainBarTop h2, .ngMainBarTop h3 {
	background: none;
	min-height: 15px;
	margin-bottom: 0;
}

.ngMainBarTop h2, .ngMainBarTop h3 {
	float: left;
	line-height: 1.1;
	position: relative;
	top: 8px;
	font-size: 175%;
}



.ngMainBarTop ul {
	margin: 0.5em 0 0 0;
	padding: 0 0 0 1em;
	list-style: none;
	font-size: 85%;
}

.ngMainBarTop ul {
	padding-top: 2px;
	float: right;
}

.ngMainBarTop li {
	margin: 0 1px 0 0;
	padding: 0 5px 0 0;
	background: url(/copics/crDiggTabBk.png) 100% -100px;
	float: left;
	border-bottom: 1px solid #bbb;
}

.ngMainBarTop {
	padding-right: 5px;
}

.ngMainBarTop li {
	float: left;
}

.ngMainBarTop li.active {
	border-bottom: 1px solid #fff;
	background: url(/copics/crDiggTabBk.png) 100% 0;
}

.ngMainBarTop li a, .ngMainBarTop li a:visited, .ngMainBarTop li span {
	display: block;
	float: left;
	padding: 5px 11px 5px 16px;
	text-align: center;
	white-space: nowrap;
	background: url(/copics/crDiggTabBk.png) 0 -100px;
	text-decoration: none;
	min-height: 17px; /* fixes FX/Mac issue */
	color: #322F29;
}


.ngMainBarTop li.active a, .ngMainBarTop li.active span {
	background: url(/copics/crDiggTabBk.png) 0 0;
}

.ngMainBarTop li span {
	color: #000;	
}

.ngMainBarTop li img {
	vertical-align: middle;
}

.ngMainBarTop li:hover, .ngMainBarTop li.over {
	background-position: 100% -200px;
}

.ngMainBarTop li a:hover {
	background-position: 0 -200px;
}

.ngMainBarTop li.active:hover {
	background-position: 100% 0;
}

.ngMainBarTop li.active:hover a {
	background-position: 0 0;
	text-decoration: underline;
}



.rssLink, .rssLink img {
	text-decoration: none;
	border: none;
}


/* Table showing users */

#userTable th {
	font-size: 12px;
	border-bottom: 1px solid #999;
	padding: 8px;
	font-weight: bold;
	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 {
	background: url(/copics/add2favs.gif) 20px 0 no-repeat;
	margin-top: 2px;
	height: 14px;
	width:56px;
	display:block;
	cursor: pointer;
	cursor: hand;
}

.isFav {
	background: url(/copics/fav.png) 20px 0 no-repeat;
	margin-top: 2px;
	height: 18px;
	width:56px;
	display:block;
}


/* Favorite item */
.vFavBox {
	margin-bottom: 5px;
	padding: 0;
	min-width: 200px;
}

/* Fav.Item: Title */
.fvTitle a {
	font-size: 110%;
	font-weight: normal;
	text-decoration: none;
} 

.fvTitle a:hover {
	font-weight: normal;
	color: #000;
	text-decoration: underline;
} 

/* Fav.Item: Subtexts */
.vFavSub {
	color: #666;
	margin: 1px 0 1px 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: #777;
	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-weight: bold;
	margin: 0 10px 0 13px;
	color:#3672AB;
}

#signOut a {
	text-decoration: underline !important; 
	font-size: 80%;
	font-weight: bold;
	margin: 0 0 0 10px;
	color:#D2DCF3;
}

#signOut a:hover {
	text-decoration: underline;
	color: #fff;
}


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

.ucTitle {
	color: #546477;
	background: #D7E1EB;
	font-size: 12px;
	font-weight: normal;
	padding: 2px;
}
.ucTitle a {
	font-size:16px;
	font-weight:bold;
	text-decoration: underline;
}
.ucTitle a:hover {
	color: #000;
}

.cmBody span {
	font-weight: bold;
	font-size:110%;
	margin-right: 8px;
	color: #000;
}

.highlight {
	background-color: #ff0;
	color: #000;
}

.searchBox {
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
/* Text style for unfilled fields in user's profile page */
.noData {
	color:#888;
}

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

.sideTtl {
font-weight:normal;
font-size:85%;
}
}
