/* coFlick */
/* General blocks and markups */

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

#header {
	position: relative;
	height: 40px;
	margin: 4px 0 10px 5px;
}

#logo {
	position: relative;
	height: 66px;
	width: 114px;
	float:left;
	text-decoration: none;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
}

.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: #0063DC;
	text-decoration: underline;
}

a:hover {
	background: #0063DC;
	color: #fff;
}

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


h1 { font-size: 24px; margin-top: 0; padding-top: 25px; }
h2 { font-size: 20px; font-weight: normal; margin-bottom: 10px; color:#000;}
h3 { font-size: 18px; color: #FF0084; font-weight: normal; margin-bottom: 4px; }
h4 { font-size: 13px; margin-bottom: 10px;}
h5 { font-size: 12px; margin-bottom: 10px;}
h6 { font-size: 11px; margin-bottom: 10px;}


h1 a {
	text-decoration: none;
}
h1 a:hover {
	text-decoration: underline;
}


/* Standard input fields */
input.bInput input.rInput, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
}

input.submit, input.button {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	background: #0063DC;
}


/* Error heading */

.hdError {
	padding: 4px 0 4px 24px;
	width: 99%;
	text-align:left;
	color: #000;
	font: bold 110% Arial, 'Trebuchet Ms', Verdana;
	margin-bottom:2px;
	background: #fff url(http://www.flickr.com/images/icon_error.jpg) no-repeat left;
}

.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: #000;
}
.nPrompt {
        font-weight: bold;
        font-size: 95%;
        color: #000;
}

.prompt {
	font: bold 14px Tahoma, Arial;
	color: #000;
}

.prompt a {
	font-weight: normal;
	font-size: 80%;
	padding: 1px;
	color:#0063DC;
}

.prompt a:hover {
	font-weight: normal;
	font-size: 80%;
	padding: 1px;
	background:#0063DC;
	color: #fff;
}

/* 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 {
	background:#fff;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	padding:3px;
}
.cmTitle a {
	text-decoration: underline;
}
.cmTitle a:hover {
	text-decoration: underline;
}


/* Comment box: comment body */

.cmBody {
	border-top: 1px #d0d0e0 solid;
	background:#fff;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	padding: 10px 0 10px 10px;
}

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

.cmVote {
	float: right;
	font-weight: normal;
	font-size: 80%;
	margin-left: 5px;
	background:#e0f5ff;
	border-left: 1px solid #a0a0aa;
	border-bottom: 1px solid #a0a0aa;
	border-top: 1px #d0d0e0 solid;
	border-right: 1px #d0d0e0 solid;
	padding: 1px 4px 1px 4px;
}

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

.cmReply {
	font-size:12px;
	text-align:left;
	padding-bottom: 12px;
}

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

.cmHeadTitle {
	color: #FF0084;
	font-size: 16px;
	padding: 1px 0 1px;
	margin: 10px 0 10px 0;
	font-weight: bold;
}

#cmHeadSubtitle {
	font-size: 12px;
}

/* User page: Section heading */

fieldset {
	background:#fff;
	border: none;
}

legend {
	border: none;
	background:#fff;
	font-size: 16px;
	color: #FF0084;
	padding: 3px;
	font-weight: bold;
}
legend a {
	font-size:12px;
	font-weight:normal;
	color: #260;
	text-decoration: none;
}

/* User page: Section body */

.opBody, .opRBody {
	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;
	border:0px #fff solid;
	border-bottom:1px #555 solid;
	font-family: Arial;
	font-size:17px;
	padding:0;
	color: #FF0084;
	margin-bottom:10px;
}

.tbBox h1 span {
	font-size:80%;
	font-weight: normal;
}

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

/* News item: Enclosing block for the results img */
.vStar {
	font-size: 12px;
	font-weight: normal;
	height: 10px;
	margin: 0 0 0 5px;
	display:inline;
	white-space: nowrap;
	background: #fff ;
	padding: 0 5px 0 5px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-left: 1px solid #ddd;
}


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

/* News item: Enclosing block for the voting icons */
.vVote {
	border-left: 1px solid #ccc;
	padding: 0 0 0 5px;
}

/* News item: enclosing for the thumbs up/down icon */
.vUp, .vDown  {
	margin-bottom: -6px;
	padding:0;
	border:none;
	cursor: pointer;
	cursor: hand;
}



/* News item: enclosing for the done thumbs up/down icon */
.vUpDone, .vDownDone {
	margin-bottom: -6px;
	padding:0;
	border:none;
}






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

/* News item: Story title */
.vTitle {
	font-family: Arial,Tahoma, Helvetica;
	font-weight: bold;
	color: #0063DC;
	border-bottom: 1px solid #0063DC;
}
.vTitle a {
	color: #0063DC; 
	text-decoration: none;
} 
.vTitle a:hover {
	color: #fff; 
} 

/* News item: Enclosing area for the story block*/
.vFullBox {
	font-size: 85%;
	min-width: 250px;
}
.vSubBigBox {
	margin: 0 70px 20px 0;
	padding: 0;
	position: relative;
	padding:0 0 10px 0;
	border-bottom:1px #9cf 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;
}
/* News item: Line for the "submitted by" and "Comments | Cat... | Add to..." line */
.vSub {
	color: #888;
	font-size: 80%;
	margin: 0;
}
.vUrl {
	color: #6f3000;
	font-size: 80%;
	margin: 2px 0 2px 0;
}

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

/* 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: #ff0084;
	font-weight:bold;
	font-size:105%;
}



/* Tabs bar: Main enclosing block */
.ngMainBarTop {
	position:relative;
	min-width:400px;
	margin: -17px 0 5px -10px;
	padding: 17px;
	border-bottom: 1px solid #eee;
	color: #0063DC;
}
.ngMainBarTop ul {
	margin: 0.5em 0 3px -27px;
	padding: 0 0 0 1em;
	list-style: none;
	font-size: 95%;
}

.ngMainBarTop ul {
	padding-top: 1px;
}

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

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


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

/* 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-left: 4px;
}

a:hover .rssLink  {
	background: #fff;
}



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

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


.navpBar span.navpCur {
    border: none;
    font-weight: bold;
    background: #fff;
    color: #FF0084;
}

.navpBar a {
    border: 1px solid #bbb;
	color: #0063DC;
    text-decoration: none;
}

.navpBar a:hover {
	border: 1px solid #000;
    background: #0063DC;
	color: #fff;
}


/* User profile page */

.upTitle {
	font-weight: bold;
	font-size: 105%;
	color: #FF0084;;
	padding: 1px 5px 1px 0px;
	padding-top: 1px;
	background: #fff;
}

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

.upBoxLeft {
	width:48%;
	margin-right: 2%;
}

.upBoxRight {
	background:#fff;
	width:48%;
}




/* Main right frame */
.mCol {
	width: 100%;
	padding: 0 0 4px 20px;
	margin: 0;
}

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, .rCat {
	list-style: none;
	margin: 0;
	padding: 4;
	line-height: 1;
}

.rPad a {
	padding: 1px 1px 1px 2px;
	width: 125px;
	display: block;
	text-decoration: underline; 
	font-size: 90%;
	font-weight: bold;
	margin: 0px;
	color: #0063DC;
}

.rCat a {
	padding: 1px 1px 1px 2px;
	width: 125px;
	display: block;
	text-decoration: underline; 
	font-size: 90%;
	font-weight: bold;
	margin: 0px;
	color: #0063DC;
}

.rPad a:hover, .rCat a:hover {
	background: #0063DC;
	text-decoration: none;
	color: #fff;
}


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

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

/* Table showing users */

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

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

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

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

.setFav {
	background: url(/copics/add2favs.gif) 0 2px no-repeat;
	padding: 0 0 0 18px;
	margin-left: 10px;
	cursor: pointer;
	cursor: hand;
}

.isFav {
	background: url(/copics/fav.png) 0 1px no-repeat;
	padding: 1px 0 0 20px;
	margin-left: 10px;
}

/* Favorite item */
.vFavBox {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 98%;
	min-width: 200px;
}
.vFavSub {
	color: #666;
	font-size: 80%;
	margin-top: 2px;
}
/* Fav item: Description block */
.vFavDescr {
	font-size: 12px;
	color: #333;
	margin: 0;
}

.vFavExp a {
	font-size: 12px;
	color: #999;
	text-decoration: none;
}

.vFavExp a:hover {
	font-size: 12px;
	color: #fff;
	background: #999;
	text-decoration: none;
}

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

#signOut {
	margin-left:12px;
}
#signOut a {
	text-decoration: none !important; 
	font-size: 80%;
	margin-left: 6px;
}


/*User comments, date */
.ucDate {
	font-size: 11px;
	font-family: sans-serif, Arial,Tahoma, Helvetica;
	text-align:right;
	color: #777;
	border-bottom: 1px #d0d0e0 solid;
}
.ucTitle {
	background:#fff;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	padding:3px;
}
.ucTitle a {
	font-size: 13px;
}
.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;
	font-size:90%;
}

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

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