/* main heading */
#dashboard h2.heading-main{
	margin:0 0 10px 0;
	width:400px;
	float:left;
}

/* navigation */
ul.dash-nav{
	float:right;
	margin-top: 6px;
}
ul.dash-nav li{
	display:inline;
	border-right:1px solid #CCC;
	margin:0 0 0 8px;
}
ul.dash-nav li.last{
	border-right:none;
}
ul.dash-nav li a{
	padding:0 8px 0 0;
	font-size:12px;
}

/* dashboard main content section */
#dashboard .controls{
	float:left;
}

/* sidebar */
#dashboard .controls .sidebar{
	float:left;
	width:220px;
	margin:0 15px 0 0;
}

/* content section */
#dashboard .controls .content{
	float:left;
	width:440px;
}

/* bolded headings */
.section-heading{
	margin:0px 0 10px 0;
	padding:5px;
	font-size:12px;
	font-weight:bold;
	border-right:1px solid #D5E3F1;
	border-bottom:1px solid #D5E3F1;
	background:#F0F5FA;
	color:#495a6d
}

/* any form inside the heading will be inline */
.section-heading form{
	display:inline;
	margin:0 0 0 10px;
	padding:0;
}
.section-heading form input, .section-heading form select{
	display:inline;
	margin:0;
	padding:0;
}

/* list of service links */
#dashboard ul.links-list{
	background:#FFF;
}
#dashboard ul.links-list li{
	padding:5px;
	border-bottom:1px solid #ededed;
}
/* highlighting alternating rows */
#dashboard ul.links-list li.even{
	background:#fcfcfc;
}
#dashboard ul.links-list li a{
	color:#4C86C8;
	text-decoration:none;
}
#dashboard ul.links-list li a:hover{
	text-decoration:underline;
}

/* create some space for the icons */
#dashboard ul.links-list li img{
	margin: 2px 8px 4pt 0pt;
}

/* show service status either green (active) or blue (inactive) */
#dashboard ul.links-list li span.status{
	float:right;
	/*width:70px;*/
	font-size:12px;
	color:#CCC;
	margin: 3px 0;
}
#dashboard ul.links-list li span.status.active, #dashboard ul.links-list li span.status.active a{
	color:#67c420;
}
#dashboard ul.links-list li span.status.inactive, #dashboard ul.links-list li span.status.inactive a{
	color:#ccc;
}

/* dashboard form */
textarea.message{
	width:428px;
	height:100px;
	padding:5px;
	border:1px solid #ccc;
	font-family: "lucida grande",tahoma,arial,sans-serif;
	font-size: 18px;
  color: #555;

}
textarea.message:focus,textarea.message:active  {
	background:#FFFFEB;
	border:1px solid #ccc;
}
.postchars{
	float:right;
	width:80px;
	text-align:right;
	font-size:11px;
	color:#666;
}
.postantic{
	float:left;
	width:330px;
	padding:3px 0 0 0;
	font-size:11px;
	color:#666;
}
.bluesubmit {
  float: right;
  background-color: #95B7DC;
  border: 1px solid #ccc;
  color: #FFFFFF;
  font-weight: bold;
  margin: 4px 0pt;
  padding: 6px;
}

/* columns */
.column{
	width:210px;
	margin:10px 15px 5px 0;
	float:left;
}
.column.last{
	margin:10px 0 5px 0;
}

.tips{
	clear:both;
	float:left;
	margin:15px 0;
	padding:15px;
	background:#F6F6EE;
	width:650px;
}

.tipss{
	float:left;
	margin:15px 0;
}

#dashboard input.formtext {
  display: none;
}

#dashboard input.key {
  background-color:#efefef;
  border:0 none;
  font-size:12px;
  font-weight:bold;
  height:13px;
  width:345px;
  cursor: pointer;
}

#dashad{
	margin: 5px 0 0 0;
	width:440px;
	height:90px;;
	font: 14px 'Lucida Grande', Tahoma, Arial, sans-serif;
	color:#3b4752;
}

#vote a{color:#47586A;text-decoration:none;}
#vote a:hover{color:#4C86C8;text-decoration:underline;}

#votenow{
	float:left;
	width:50%;
	text-align:center;
	margin-top:90px;
}

#spreadtheword{
	float:left;
	width:50%;
	text-align:center;
	margin-top:90px;
}

/* video posting containers */
.container-wrap-opac{
	width:740px;
	height: 200px;
	margin:0 auto;
}
.container-opac{
	padding:0 0 0 30px;
	background: url(/_images/layout/bg_container_opac.png) 50% 0% repeat-y;
}
.container-top-opac{
	height:26px;
	background: url(/_images/layout/bg_container_top_opac.png) 50% 100% no-repeat;
	clear:both;
}
.container-bottom-opac{
	height:33px;
	background: url(/_images/layout/bg_container_bottom_opac.png) 50% 100% no-repeat;
	clear:both;
}

#seesmic_overlay {
	display: none;
	padding: 200px 0 0 0;
	position: fixed;
	left: 0px;
	top: 0px;
	width:100%;
	height:100%;
	z-index: 1000;
	background-image:url('/_images/layout/olbg.png');

}

/* tinysong containers */
.container-wrap-opac-t{
	width:740px;
	height: 200px;
	margin:0 auto;
}
.container-opac-t{
	padding:0 0 0 30px;
	background: url(/_images/layout/bg_container_opac_t.png) 50% 0% repeat-y;
}
.container-top-opac-t{
	height:26px;
	background: url(/_images/layout/bg_container_top_opac_t.png) 50% 100% no-repeat;
	clear:both;
}
.container-bottom-opac-t{
	height:33px;
	background: url(/_images/layout/bg_container_bottom_opac_t.png) 50% 100% no-repeat;
	clear:both;
}

#tinysong_overlay {
	display: none;
	padding: 200px 0 0 0;
	position: fixed;
	left: 0px;
	top: 0px;
	width:100%;
	height:100%;
	z-index: 1000;
	background-image:url('/_images/layout/olbg.png');

}

#tinysong_filler {
	color: #ccc; 
	padding: 65px 0 0 0; 
	text-align: center;
}