@charset "UTF-8";
/* CSS STYLESHEET FOR MEDIA (PHOTO, THEME, VIDEO) DETAIL */

#delete a, .delete a { background:url("../icons/icon-delete.png") top left no-repeat; }
#delete a:hover { background:url("../icons/icon-delete-over.png") top left no-repeat; }

/* main div styles for content_large & content_small are in universal.css for easy user customization */

#media-main {
	width: 660px;
	position: relative;
	overflow: hidden;
	z-index: 20;
	text-align: center;
	vertical-align: middle;
	margin-left:auto;
	margin-right:auto;
}
.column_full, #media-main-box {
	padding: 10px;
}
#media-main-box {
	width: 660px;
	float: left;
}

#media-preview {
	padding: 8px 15px;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 60;
	background:url("../main/bg-media-preview.png") repeat-x top left transparent;
}
	#media-preview a:link, #media-preview a:visited, #media-preview a:active {
		color: #fff;
		text-decoration: underline;
	}
	#media-preview a:hover {
		color: #10b2f0;
	}

h2 a, h2 a:hover, h2 a:active, h2 a:link, h2 a:visited
{
	font-family: Trebuchet MS,Liberation Sans,DejaVu Sans,sans-serif;
	/*color: #343434;*/
	font-size: 100%;
	font-weight: bold;
}

h2 input {
	font-size: 1em;
	font-weight: normal;
}

.startFollowing, .stopFollowing {
	float: right;
}

#description .description_textarea textarea {
	width: 300px;
	height: 300px;
	background-color:gold;
}

/* other stuff */

.rating-media {
	text-align: right;
	font-size: 1.2em;
	padding-bottom: 15px;
	font-weight: bold;
}	

.rating {
	display: block;
	width: 100%;
	float: right;
}
	.reply-to {
		height: 30px;
		margin-bottom: 10px;
		float: right;
		width: 100%;
	}
	.rating p, .rating-media p, .rating ul, .rating-media ul {
		float: right;
		text-align: right;
		font-size: 1.1em;
	}
	
	.rating li {
		text-align: right;
		width: 22px;
		height: 35px;
	}
	.rating-media li, .rating li {
		display: block;
		padding-left: 5px;
		float: left;
	}
	
	.rating-media li.rating-thumb {
		width: 40px;
		height: 60px;
		cursor: pointer;
	}
	
	.rating li.comment-rating {
		margin-top: 7px;
		width: auto;
		font-weight: bold;
	}
	
	#comment_count { color: #777; }
	
		/* color classes */

		
	.rating .thumbsup, .rating .thumbsup-static {
		background:url("../icons/thumbsup-small-gray.jpg") no-repeat top right;
	}
	
	.rating .thumbsup-over, .rating .thumbsup-selected {
		background:url("../icons/thumbsup-small-green.jpg") no-repeat top right;
	}
	
	.rating .thumbsdown, .rating .thumbsdown-static {
		background:url("../icons/thumbsdown-small-gray.jpg") no-repeat bottom right;
	}
	
	.rating .thumbsdown-over, .rating .thumbsdown-selected {
		background:url("../icons/thumbsdown-small-red.jpg") no-repeat bottom right;
	}
	
	.rating-media #thumbsup, .rating-media #thumbsup-static {
		background:url("../icons/thumbsup-large-blue.jpg") no-repeat top left;
	}
	
	.rating-media #thumbsdown, .rating-media #thumbsdown-static {
		background:url("../icons/thumbsdown-large-blue.jpg") no-repeat bottom left;
	}
	.rating-media #thumbsup-over, .rating-media #thumbsup-selected {
		background:url("../icons/thumbsup-large-green.jpg") no-repeat top left;
	}
	
	.rating-media #thumbsdown-over, .rating-media #thumbsdown-selected {
		background:url("../icons/thumbsdown-large-red.jpg") no-repeat bottom left;
	}
	
	.rating .thumbsup, .rating .thumbsdown, .rating .thumbsup-over, .rating .thumbsdown-over {
		cursor: pointer;
	}


#tagger { margin: 5px 0 20px 0; }
#tagger label { padding-right: 15px; }
#tagger input { width: 250px; padding: 2px 0; font-size: 1.0em; }

#share-to-networks a {
	width: 260px;
	height: 0;
	padding-top: 40px;
	background:url("../main/post-to.png") top left no-repeat;
	display: block;
	overflow: hidden;
}

#comments {
	margin-top: 25px;
	border-top: 3px solid #d7f2fd;
}

.comment, .comment_reply, .comment_reply_2 {
	border-bottom: 1px solid #ccc;
	float: left;
}

.comment {
	padding: 15px 0 10px 0;
	width: 630px;
	}

.comment_reply {
	padding: 15px 0 10px 25px;
	width: 595px;
}

.comment_reply_2 {
	padding: 15px 10px 0 50px;
	width: 570px;	
}

.comments a {
	cursor: pointer;
}	

.user-img ul {
	float: left;
	width: auto;
}
.user-img li {
	line-height: 120%;
	font-size: 1.2em;
}

.user-text {
	float: left;
	font-size: 1.2em;
}
	.comment .user-text {
		width: 450px; /* may need this as large_5 user-text */
	}
	.comment_reply .user-text {
		width: 415px;
	}
	.comment_reply_2 .user-text {
		width: 390px;
	}

	#form_comments textarea {
		margin: 3px 0 10px 0;
	}


#content_large #paginator {
	width:600px;
}

/* slideshow */

#slideshow {
	width: 310px;
}
#nav_slideshow {
	font-size: 1.2em;
}
	
	#nav_slideshow .jcarousel-next, .jcarousel-prev {
	}
	
	#nav_slideshow .jcarousel-prev {
		float: left;
	}
	#nav_slideshow .jcarousel-next {
		float: right;
	}
	#nav_slideshow .jcarousel-next.jcarousel-next-disabled, #nav_slideshow .jcarousel-prev.jcarousel-prev-disabled {
		visibility: hidden;
	}
	
	#nav_slideshow .edit {
		width: 220px;
		text-align: center;
	}

.jcarousel-item {
	float: left;
	width: 145px;
	position: relative;
	padding: 3px 10px 0 0;
}
.jcarousel-current-row {
	display: none;
}

#slideshow .videothumb_play {
	position: absolute;
	bottom: 10px;
	right: 18px;
}

.position {
	display:inline-block;
	text-align:center;
	width: 70%;
}


/* add me */

#addme {
	margin: 0 6px 15px 6px;
	width: 287px;
}
	#addme #addme-userimg {
		width: 65px;
		height: 65px;
		overflow: hidden;
		float: left;
		margin-bottom: 15px;
	}
	#addme #addme-banner {
		width: 222px;
		height: 65px;
		
		float: left;
		margin-bottom: 15px;
	}
	

/* ads */

.ad_horiz {
	width: 630px;
	margin-top: 35px;
}

.ad_300 {
	margin-bottom: 30px;
	}


/* sidebar divs */

#share .form-row {
	width: 100%;
	clear: both;
	margin-bottom: 8px;
	font-size: 1.1em;
}
	#share .form-row label {
		width: 90px;
		padding-right: 10px;
		padding-top: 3px;
		text-transform: uppercase;
		float: left;
	}
	#share .form-row input {
		width: 205px;
		z-index: 10;
	}
	

#tags ul li {
	float: left;
	margin-bottom: 10px;
	padding: 0 12px 0 25px;
	background:url("../icons/tag-delete.png") no-repeat center left;
	cursor: pointer;
}

	#tags-add span.subtext {
		width: 100%;
		margin-top: -5px;
		float: left;
	}
	
	#tags ul li.plain { 
		background-image: none; 
		padding-left: 0; 
		}
	#tags-add {
		padding-top: 5px;
		display: block;
		width: 100%;
		float: left;
	}
	#tags-add #media_tags {
		width: 200px;
		float: left;
		margin-right: 5px;
	}

.copied {
	display: none;
	position: relative;
	top: 0;
	left: 100px;
	z-index: 100;
	width: 210px;
	height: 23px;
	background: #d9f4fc;
	color: #fff;
	font-size: 1.2em;
	text-align: center;
}
	.copied p {
		width: 210px;
		position: relative;
		top: -20px;
		left: 0;
	}
	
	
/* related MAY NEED TO MOVE SOME OF THIS OVER */

#tags-content, #related-content, #quicklist-content {
	margin-top: 15px;
	margin-bottom: 15px;
}

#related-content, #quicklist-content {
	width: 290px;
	padding: 10px 5px 10px 10px;
/*	background-color: #d7f2fd; */
}
.related-media {
	padding: 0 0 10px 0;
	width: 290px;
/*	height: 210px;
	overflow: auto; */
	float: left;
}

.related-media ul li {
	position: relative;
	float: left;
	width: 100%;
	padding: 5px;
	clear: both;
}
	.related-media ul li div.related_text {
		float: left;
		width: 170px;
		padding-top: 10px;
		line-height: 150%;
	}
	.related-media ul li div.video_text {
		width: 120px;
		float: left;
		padding-top: 10px;
		line-height: 130%;
		}
	.related-media ul li div.video_text h6 {
		font-size: 1.0em;
	}
	
	#quicklist-content div.btm-small:first-child a {
		padding: 0 8px;
		margin-top: 5px;
		text-decoration: underline;
	}
	#quicklist-content div.btm-small:first-child a:first-child {
		border-right: 1px solid #10b2f0;
	}
	
	.controls {
		margin-top: 10px;
		margin-left: -10px;
		padding: 6px 10px 4px 5px;
		width: 100%;
		background: #ebf9fe;
	}
	.controls a {
		font-weight: bold;
		text-decoration: underline;
		}
	.controls ul { padding: 0 10px;}
	.controls li { display: inline; float: left; padding-right: 10px; height: 16px;}
	.repeat, .shuffle {
		width: 30px;
		height: 16px;
		overflow: hidden;
		display: block;
		float: left;
	}
	.repeat {
		margin-left: 8px;
		background:url("../icons/repeat.png") top left no-repeat;
	}
	.shuffle {
		margin-top: -1px;
		background:url("../icons/shuffle.png") top left no-repeat;
	}
	.delete {
		width: 20px;
		height: 0;
		padding-top: 22px;
		overflow: hidden;
		position: absolute;
		right: 20px;
		bottom: 15px;
		z-index: 20;
		display: block;
		background:url("../icons/tag-delete.png") top left no-repeat;
	}
	
#related_options option {
	background-color: #b0d561;
	color: #333;
	font-weight: bold;
	padding: 2px 8px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}
	
#related_options option.selected {
	font-weight: normal;
	background-color: #fff;
}
	

/* layout page */

#apply-layout, #getcode {
	margin-top: 25px;
}

#getcode ul li {
	line-height: 170%;
}

#getcode ul li textarea {
	width: 100%;
	height: 110px;
	border: 1px solid #ccc;
	padding: 5px 0;
	margin-bottom: 10px;
	overflow:hidden;
	background: #eee;
}

#getcode ul li.preview textarea {
	width: 285px;
}

#getcode ul li.get {
	padding-left: 15px;
}

#getcode ul li:first-child {
	background: none;
	padding-left: 0;
}
#getcode ul li:first-child a:link, #getcode ul li:first-child a:visited, #getcode ul li:first-child a:active {
/*	color: #2f74a6; */
	}
	#getcode ul li:first-child a:hover { text-decoration: none; }

#getcode li.preview div {
	width: 120px;
	float: left;
	margin-right: 10px;
	position: relative;
}

#getcode li.preview div a:link, #getcode li.preview div a:visited, #getcode li.preview div a:active {
	color: #fff;
	text-transform: uppercase;
	font-size: 0.9em;
	line-height: 110%;
}
#getcode a span {
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 100%;
	text-align: center;
}

#getcode ul li a:link, #getcode ul li a:visited, #getcode ul li a:active {
	color: #666; /* alternate link */
}

#getcode ul li a:hover {
	color: #333; 
	text-decoration: underline;
}

#instructions ol li {
	padding: 8px 0;
	list-style: upper-alpha;
	font-size: 1.5em;
	margin-left: 30px;
}

#available_social li {
	display: inline;
}
#available_social li a {
	display: block;
	width: 30px;
	height: 0;
	padding-top: 30px;
	overflow: hidden;
	cursor: pointer;
}

/* bulk edit */

.edit-form { float: left; width: 315px; }

.edit-form input {
	width: 280px;
	padding: 2px 0 6px 0;
	float: left;
	margin-bottom: 20px;
}

.edit-form label {
	width: 280px;
	padding: 0;
	float: left;
}

.edit-form textarea {
	width: 275px;
	height: 100px;
	float: left;
}
