/* Presentation stylesheet */

body {
	padding-bottom: 100px;
	font-family: arial, sans-serif !important;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color:#555;
}

h1, h2, h3, h4, h5  {
	font-family: arial, sans-serif !important;
	text-align: left;
	color: black;
	}

a:hover, a:visited {
	font-family: arial, sans-serif !important;
}

ul li {
	font-family: arial, sans-serif !important;
}

input {
	font-size: 12px !important;
	color: black !important;
}

img {
	margin: 0px;
	text-align: left;
	}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
}

#header {
	color: #333;
	background: #444 !important;
}

#header_grad {
	background: url('/resource/img/title-grad.gif') no-repeat;
	height: 45px;
}


#accounts a, #accounts a:visited {
	color: #888;
	font-size: 75%;
	text-decoration: none;
}

#accounts a:hover {
	text-decoration: underline;
}

#accounts .selected {
	color: #bbb !important;
	text-decoration: underline !important;
}

#subnav {
    border-bottom: solid 1px lightgrey; border-top: solid 1px lightgrey;
    overflow: hidden;
}

#header .selected {
	font-weight: bold;
}


/* backgrounds */
#header,
.cols-wrapper {
  background-color: white;
}

#main {
	background:none;
	background-color: white;
	}

/* classes */
.box,
.main-content {
}
.cols-wrapper {
  border: 1px;
  margin: 0 -1px;
  border-style: none none none none;
}
.hide-left .cols-wrapper {
  border-left: none;
  margin-left: 0;
}
.hide-right .cols-wrapper {
  border-right: none;
  margin-right: 0;
}
.hide-both .cols-wrapper {
  border-style: none none dotted none;
  margin: 0;
}
.box {
  line-height: 1.18em;
}
#footer {
	background-color: white;
}
#footer a:visited{
	color: black !important;
}

.sidecol {
 color: #333;
}
.sidecol ul {
  padding: 0 0 0 1.5em;
}

form {margin: 0px 0px 0px 0px; }


#header a, img {
	border: 0;
}

h1 {
	font-weight: normal;
}

h2 {
	padding: 0;
	font-size: 180%;
	font-weight: normal;
}

h3 {
	padding: 0 0 0 0.5em;
	font-size: 160%;
	line-height: 1.3;
	font-weight: bold;
}

h4 {
	font-size: 120%;
	font-weight: bold;
}

#menu {
	float: right;
	margin: 15px 10px 0px 0px !important;
}

.container {
	border: solid lightgrey 1px;
	margin-bottom: 1em;
}

.container .inner {
	padding: 0em 0em 0.1em 1em;
	line-height: 1.5;
}

.container h3 {
	margin: 0 0 0.5em 0;
	padding: 0.3em;
	font-size: 100%;
	background: url(/resource/img/title-gradient.gif) top right repeat-x;
	/* border-bottom: solid lightgrey 1px; */
}

.multiContainer ul {
    margin:0pt;
    padding:0pt;
}

.multiContainer li {
    margin: 0 !important;
    padding: 0 !important;
    float: left;
    list-style-type: none;
    text-align: left;
    width: 50%;
}

.pane {
	background: #eee !important;
}

.pane h3 {
	magin: 0 !important;
}

.sidebar {
	position: relative;
	font-size: 100%;
	float: right;
	padding: 0 !important;
	margin: 4px 0px 0px 0px !important;

	width: 300px;
	background: #f2f1ec url(/resource/img/title-gradient-130.gif) top right repeat-x;
	text-align: left;
	line-height: 1.2 !important;
}

.sidebar img {
	float: left;
	margin: 5px;
}


.sidebar div {
	margin: 0 5px 5px 0;
	padding: 0;
}

.sidebar div h4 {
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 5px 0 0 0;
	font-size: 100%;
}

.sidebar h3 {
	margin: 0;
	padding: 0.3em 0.3em 0.2em 0.3em;
	font-size: 120%;
	font-weight: normal;
	background: none;
	border-bottom: 0px;
}

#wide-sidebar {
	font-size: 100%;
	float: right;
	width: 250px;
	padding: 0;
	margin: 30px 0px 0px 0px !important;
}


#menu, #menu a, #menu a:link {
	color: white;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

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

.hover a {
	text-decoration: none;
}


#menu img {
	border: none;
	vertical-align: middle;
}


#sorts a, #sorts a:link {
	text-decoration: none;
	font-size: 120%;
}

#content {
	margin: 4px 0 0 0;
	padding:0;
	border: solid 1px lightgrey;
	background: url(/resource/img/title-gradient.gif) top right repeat-x;
}

#blurb {
	margin: 0 20px 100px 0px;
	line-height: 1.3;
}

#blurb li{
	margin-top: 6px;
}

#content h2, #blurb h2 {
	margin: 0px;
	padding: 0px;
	color: #333;
}

.indent {
	margin: 0px 50px 0px 30px;
	}

#sorts {
	margin: 0;
	padding: 0;
	color: #bbb;
}

.thumbnail img {
	border: 0;
}

.disabled img {
	opacity: .40;
	filter: alpha(opacity=40);
}

.thumbnail a:hover img {
	border: 0px;
}

#chart {
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
}

#chart td {
	border-bottom: 1px solid #ddd;
}

.position, .thumbnail, .status, .previous {
	vertical-align: middle;
}

.position, .status, .previous {
	text-align: center;
}

.details, .details a, .details a:link  {
	color: #666 !important;
}

.disabled, .disabled a, .disabled a:link, .disabled .position {
	color: #bbb !important;
}

#headings {
	white-space: nowrap;
}

a, a:link {
	color: #000;
}

.description {
	font-size:110%;
	padding: 5px;
	vertical-align: top;
	color: #000;
}

.description a, .description a:link {
	color: #000;
	text-decoration: none;
}

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

.position-small {
	font-size: 2.3em;
	text-align: center;
	padding-top: 2px;
}

.entry .error {
	color: #bbb !important;
	}

.entry .status, .entry .previous {
	font-size: 150%;
	vertical-align: middle;
}

.disabled .position, .entry .status {
	color: #ddd !important;
}

.entry .previous {
	font-style: italic;
}

.thumbnail img {
	width: 100px;
	height: 75px;
}

.thumbnail div {
	margin: 0.2em;
	}

.thumbnail-small img {
	width:80px; height:60px
}

.thumbnail-v-small img {
	width:60px; height:40px
}

.categories {
	width: 500px;
	text-align:left;
}

.categories form {
	text-align:left;
}

#viral .thumbnail img {
	opacity: .70;
	filter: alpha(opacity=70);
	width: 64px !important;
	height: 48px !important;
}

#email span {
	float: left;
	width: 5em;
}

.label {
	font-size:85% !important;
	font-weight: bold !important;
	color: #333333;
}



#email div textarea, #email div input {
	width: 200px;
	font-family: arial, sans-serif;
	font-size: 12px;
	margin-right: 20px;
	float:left;
	margin-bottom: 5px;
}

.floatingEmail div#email {
	position: relative;
	right: 0px;
	top: 0px;
}

.floatingEmail div#email_chart {
		position: absolute;
		right: 0px;
		top: 0px;

		width: 24em;
		height: 23.5em;

		padding-left: 5px;
		padding-right: 5px;

		background: #f2f1ec;
		border: solid #CCC 1px;
	}

.emailMessage {
	color: green;
	font-weight: bold;
}

.error {
	color: red;
	font-weight: bold;
}

#mini_chart table {
	border-top: 1px solid #ddd;
}
#mini_chart td {
	border-bottom: 1px solid #ddd;
	vertical-align: top;
	padding: 5px;
}
#mini_chart img {
	vertical-align: middle;
}

#mini_chart a {
	color: black;
}

.chartHighlight {
	background: #e1e3d5;
}

#footer {
	margin: 20px 0 20px 0;
}

#footer #actionfooter li {
}

.footerBox {
	text-align:center;
	border: solid #e1e3d5 1px;
	border-left: 0;
	padding: 10px;
	height: 10em;
	font-size: 120%;
}

.footerBox input {
	font-size: 80%;
}

#footer #actionfooter div.leftmost {
	border-left: solid #e1e3d5 1px;
}

#footer #navfooter {
	border-top: solid #e1e3d5 1px;
	border-bottom: solid #e1e3d5 1px;
	background: url(/resource/img/footer-gradient.gif) bottom right repeat-x;
}

#navfooter ul {
	margin: 0 0 0 2em;
	padding: 0 0 0 0;
	line-height: 1.5;
}

#actionfooter ul {
	margin: 0;
	padding: 0;
}

#footer li {
	list-style-type: none;
	float: left;
	text-align: left;
	width: 25%;
}

#footer h5 {
	color: #75746a;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 110%;
	text-transform: uppercase;
}

.referrers {
	height: 550px;
	border: solid #e1e3d5 1px;
	margin: 10px;
	position: relative;
	background: white;
}

.referrerContent {
	padding: 10px;
}

.referrerContent div {
	margin: 5px;
}

.referrerContent img {
	width: 60px;
	height: 40px;
	float: left;
	margin-right: 5px;
}

.referrerContent div h4 a {
	text-decoration: none;
}


.referrerContent div h4 a:hover{
	text-decoration: underline;
}

.referrerContent span a {
	text-decoration: none;
	color: #bbb;
}

.referrerContent span a:hover {
	text-decoration: underline;
}

.referrerContent h4 {
	margin: 0;
	padding: 0;
	font-size: 90%;
	background: white;
}

.referrerContent div h4 {
	overflow: hidden;
	height: 1.2em;
}

.referrerContent div span {
	color: #bbb;
	display: block;
}

.referrerContent div span {
	overflow: hidden;
	height: 1.2em;
}

.nowCol {
    float:left;
    width:50%;
}

.nowCol h3 {
	background: url(/resource/img/title-gradient.gif) top right repeat-x;
	background-position: -10px;
	height: 1.7em;
	padding: 0;
	margin: 0;
	padding-top: 0.3em;
	padding-left: 1em;
	font-size: 120%;
	border-bottom: solid #e1e3d5 1px;
}

#referrerUpdate {
	position: absolute;
	right: 0px;
	background: #990000;
	color: white;
	text-align: center;
	width: 6em;
	height: 1.8em;
	padding-top: 0.5em;
	font-weight: bold;
}

#pages {
	margin-left: 10px;
}

#pages a, #pages span {
	padding: 0.1em 0.5em 0.1em 0.5em;
	border: solid lightgrey 1px;
	text-decoration: none;
	line-height: 2em;
}

#pages a:hover {
	background: #eee;
	text-decoration: underline;
}

#pages span {
	background: #ddd;
}

#pages .prevNext {
	background: white;
}

.actions a {
	padding: 0.1em 0.5em 0.1em 0.5em;
	border: solid lightgrey 1px;
	text-decoration: none;
	line-height: 2em;
	color: black !important;
}

#innerpromo {
	/* background: url(/resource/img/title-gradient.gif) top right repeat-x; */
	background: #ffffcc;
}
#promo a {
	text-decoration: none;
	}
#promo a:hover {
	text-decoration: underline;
}

#userDetailsHeader {
	float: right;
	text-align: right;
	color: #999;
	margin: 3px 3px 0 0;
}

#userDetailsHeader a, #userDetailsHeader:visited, #userDetailsHeader:hover {
	color: #999;
}

.item {
	position: relative;
	float: left;
	width:40%;
}

.moreVids{
	padding-left: 1em;
	line-height: 1.5;
}

.true, .true a, .true a:visited, .true a:hover{
	font-weight: bold;
}

.false{
}

.disclosure{
	position: absolute;
	bottom: 2px;
	right: 2px;
	font-size: 90%; 
	color: #AAA; 
	border: 1px; 
	padding-right: 0.2em;
}

.infoBox {
	border: solid 1px #cccdc7;
	background: #e9ebdd;
	padding: 15px 10px 15px 10px;
	text-align: center;
}

#blurb h1 {
	font-size: 205%;
}

.infoBox, .info {
	margin-bottom: 20px;
}

.infoBox h2 {
	font-size: 140%;
	font-weight: bold;
	color: #666;
	text-align: center;
}

.infoBox h3 {
	text-align: center;
	font-weight: normal;
}

.info h3 {
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 1;
}

.info p {
	margin-top: 0;
	padding-top: 0;
	color: #333;
}

.info a, .info a:hover, .info a:visited, .infoBox a, .infoBox a:hover, .infoBox a:visited {
	text-decoration: underline;
}

.quotes {
	width: 400px;
	text-align: center;
}

.quote {
	width: 300px;
	text-align: center;
	color: black;
	margin: 0 auto;
	margin-bottom: 10px;
}

.quote .quoteSource {
	text-align: center;
	color: #888;
	font-style: italic;
}

.adTitle {
	color: black;
	font-size: 120%;
	text-align: left; 
	font-family: arial,sans-serif; 
	font-weight: normal;
	padding-left: 0.5em;
	padding-top: 0.6em
	}

.campaignPromotion {
	text-align: center;
	margin: 1em;
}

.unrulyVideoLink {
	width: 185px;
}

.unrulyVideoThumb {
	width: 100px;
	height: 75px;
	float: left;
}

.unrulyVideoThumbLink {
	margin-right: 5px;
	float: left;
}

#siteSearchArea div.unrulyKeywordResult a {
	font-size: 120%;
}

div.unrulyKeywordResult {
	width: 290px;
	margin: 5px;
}

div.unrulyKeywordResult br {
	clear: left;
	line-height: 0;
	font-size: 0;
}