p.vote-confirmation { 
	background-color:#FFFF99;
	bottom:5px;
	color:#1C5A5B;
	display:none;
	left:-1px;
	margin:5px 10px;
	padding:4px 2px;
	position:absolute;
	text-align:center;
	width:531px;
}
div.contentwrap {
	background: #267a7c url(../images/layout/bgtop.gif) repeat-x left top;
	padding: 5px 0 24px;
}

#player {
	/* regular video
	height: 360px; 
	*/
	
	/* video with navigation */
	height: 430px;
}

a.eb_home {
	display: block;
	position: relative;
	z-index: 2;
	width: 248px;
	color: #fff;
	background: #267a7c url(../images/layout/back_button.png) no-repeat left top;
	height: 30px;
	line-height: 18px;
	margin-left: 10px;
	text-indent: -999em;
}

a.eb_home span.edge {
	display: block;
	position: absolute;
	top: 0;
	width: 5px;
	height: 18px;
	background: url(../images/layout/bg_home_corners.gif) no-repeat;
}

a.eb_home span.lt {
	left: 0;
	background-position: top left;
}

a.eb_home span.rt {
	right: 0;
	background-position: top right;
}

div.contentwrap div.innerwrap {
	width: 876px;
	padding: 0 10px 15px 10px;
	background: #fff url(../images/layout/innerwrap_corner.gif) no-repeat right bottom;
	margin: -12px auto 0;
	overflow: auto;
	color: #000;
	font-size: 0.75em;
}

div.innerwrap h1 {
	font-size: 2em;
	text-indent: -999em;
	margin: 0 -10px;
	padding: 0;
	height: 108px;
	background: #113536 url(../images/layout/heading.png) no-repeat top left;
}



/* Primary content styling */

div.innerwrap div.primary_content {
	width: 554px;
	float: left;
}

div.primary_content p.intro {
	color: #fff;
	background-color: #267a7c;
	padding: 2px 10px 8px;
	margin: 0 0 5px 0;
	font-weight: normal;
}
div.primary_content p.intro a {
	color:#174849;
	text-decoration: none;
}


/* flexibox styling */

div.flexibox form {
	border: 0;
	margin: 0 0 -2px 0;
	background-color: #267a7c;
	overflow: visible;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	overflow: visible;
}

div.flexibox h2 {
	height: 24px;
	line-height: 24px;
	font-size: 1.15em;
	font-weight: bold;
	padding: 0 10px 0 9px;
	margin: 0;
	background: #267a7c url(../images/layout/heading_fade_bg.jpg) repeat-x left top;
	color: #fff;
	position: relative;
	z-index: 1;
}

div.flexibox span.close {
	display: block; 
	position: relative;
	z-index: 2;
	float: right;
	margin: -20px 10px 5px 0;
	clear: both;
	width: 67px;
	height: 17px;
	text-indent: -999em;
	background: #b5d2d2 url(../images/layout/close_button.png) no-repeat left top;
	cursor: pointer;
}

form#ask_question label.question {
	display: none;
}

form#ask_question {
	position: relative;
	overflow: visible;
	padding-bottom: 10px;
	zoom: 1;
}

form#ask_question label.name {
	color: #fff;
	margin-left: 10px;
}

form#ask_question input.name {
	width: 200px;
	margin: 5px 0 5px 5px;
}

form#ask_question textarea {
	display: block;
	clear: both;
	width: 523px;
	height: 69px;
	margin: 0 10px 5px;
}

form .placeholder {
	color:#888;
}
form .disclaimer {
	color:#EEEEEE;
	float:left;
	font-size:11px;
	line-height:14px;
	margin:0 0 0 9px;
	width:430px;
}
form .disclaimer a {
	color:#174849;
}
form#ask_question .vote-confirmation {
	padding:11px 2px;
}

div.flexibox form input.submit {
	display: block;
	float: right;
	margin: 0 10px 10px 0;
}

form#ask_question input.submit {
	bottom:5px;
	height:22px;
	margin-bottom:5px;
	position:absolute;
	right:-1px;
	width:65px;
}

form p.error {
	margin: -2px 10px 5px 10px;
	padding: 0;
	width: 250px;
	color: #fff;
}

form .error_field {
	border: 2px solid red;
}

#character-count{
	clear:right;
	color:#FFFFFF;
	float:right;
	padding:5px 12px 0 0;
}

div.flexibox ul.actions {
	display: block;
	height: 17px;
	margin: -20px 10px 0;
	position: relative;
	z-index: 2;
}

div.flexibox ul.actions li {
	display: block;
	float: right;
	text-indent: -999em;
	height: 17px;
	cursor: pointer;
}

div.flexibox ul.actions li.ask_question {
	width: 140px;
	background: #b5d2d2 url(../images/layout/ask_question_expand_button.png) no-repeat left top;
	margin-right: 10px;
}

.help {
	display: block;
	width: 17px;
	height: 17px;
	background: transparent url(../images/layout/help_icon.png) no-repeat left top;
	overflow: visible;
	position: relative;
}

span.help {
	display: block;
	position: absolute;
	top: 2px;
	right: 10px;
	text-indent: -999em;
	width: 17px;
	height: 17px;
	z-index: 2;
}

.help span.tip {
	display: none;
}

.help span.show {
	display: block;
	position: absolute;
	overflow: visible;
	left: -303px;
	top: -10px;
	width: 280px;
	padding: 5px;
	border: 3px solid #333;
	color: #333;
	background-color: #f9fbfb;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	opacity: 0.88;
	text-indent: 0;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.2em;
	z-index: 2;
}

.help span.show span.arrow {
	display: block;
	position: absolute;
	width: 13px;
	height: 20px;
	background-image: url(../images/layout/tooltip_arrow.png);
	right: -13px;
	top: 6px;
}

div.flexibox ol#latest_questions {
	height: 381px;
	margin: 3px 0 0;
	padding: 0;
	list-style: none;
	overflow-x: visible;
	overflow-y: scroll;
	background-color: #b5d2d2;
}

ol#latest_questions li.question {
	list-style: none;
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 10px;

	color: #113536;
}

ol#latest_questions li.question ul.info {
	width: 110px;
	float: left;
	margin: 0;
	padding: 0;
}

ol#latest_questions li.question ul.info li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ol#latest_questions li.question ul.info li.name {
	font-weight: bold;
}

ol#latest_questions li.question ul.info li.time {
	font-size: 0.75em;
	margin-bottom: 4px;
}

ol#latest_questions li.question ul.info li.votes {
	padding: 2px 5px 3px 20px;
	line-height: 17px;
	margin-top: 5px;
	font-size: 0.8em;
	background: #113536 url(../images/layout/pos_neg_icons.gif) no-repeat;
	color: #fff;
	display: inline;
}

ol#latest_questions li.question ul.info li.positive {
	background-position: top left;
}

ol#latest_questions li.question ul.info li.negative {
	background-position: bottom left;
}

ol#latest_questions li.question p.question_text {
	width: 395px;
	padding: 0 10px 0 0;
	float: right;
	margin: 0;
}
ol#latest_questions li.question p.vote-confirmation {
	display: block;
	float: right;
	position: static;
	width: 122px;	
	margin: 5px 280px 0 0px;
}

ol#latest_questions li.question ul.vote {
	width: 395px;
	padding: 0 10px 0 0;
	margin: 5px 0 0 0;
	float: right;
}

ol#latest_questions li.question ul.vote li {
	height: 18px;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0 5px 0 0;
	text-indent: -999em;
	cursor: pointer;
}

ol#latest_questions li.question ul.vote li.ask {
	width: 84px;
	background: #38ad1e url(../images/layout/ask_this_button.png) no-repeat left top;
}

ol#latest_questions li.question ul.vote li.dont_ask {
	width: 89px;
	background: #cc0000 url(../images/layout/dont_ask_button.png) no-repeat left top;
}
ol#latest_questions li.question ul.vote li a{
	display: block;
}


/* Aside content styling */

div.innerwrap div.aside_content {
	width: 309px;
	margin-left: 13px;
	float: left;
}

div.aside_content div#poll {
	color: #fff;
	background-color: #267a7c;
	border-width: 0 2px 2px;
	border-color: #174849;
	border-style: solid;
}

div.aside_content div#poll h2 {
	color: #fff;
	font-size: 1em;
	line-height: 1.5em;
	margin: 0;
	padding: 2px 25px 8px 10px;
	position: relative;
}

div#poll form {
	border: 0;
	background-color: #b5d2d2;
	color: #333;
	padding: 4px 10px;
}

div#poll form fieldset {
	padding-bottom: 0;
	margin-bottom: 0;
	overflow: auto;
}

div#poll form dl dt {
	display: block;
	overflow: hidden;
	margin-bottom: 4px;
}

div#poll form dl dt input,
div#poll form dl dt label {
	display: block;
	float: left;
}

div#poll form dl dt input {
	margin: 0 0 0 1px;
	padding: 0;
}

div#poll form dl dt label {
	width: 248px;
	margin-left: 15px;
}

div#poll form dl dd {
	display: block;
	width: 285px;
	margin: 0 0 15px 0;
	height: 8px;
	background-color: #99b1b1;
}

div#poll form dl dd span {
	display: block;
	height: 8px;
	background-color: #113536;
	color: #fff;
	text-indent: -999em;
}

div#poll form input#poll_vote_button {
	float: right;
	cursor: pointer;
	margin-top: -10px;
	width: 55px;
	height: 21px;
	margin-bottom: 0;
}
div#poll .vote-confirmation {
	display: none;
	position: static;
	width: auto;
}
div#poll .poll-closed {
	background-color:#267A7C;
	bottom:5px;
	color:#FFFFFF;
	left:-1px;
	margin:5px 0;
	padding:4px 2px;
	text-align:center;
}

div.aside_content a.twitter {
	display: block;
	height: 24px;
	line-height: 24px;
	margin-top: 5px;
	color: #123637;
	background: #b5d2d2 url(../images/layout/twitter_icon.jpg) no-repeat 5px 2px;
	padding-left: 38px;
	font-weight: bold;
	text-decoration: none;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
}

a.twitter span.hashtag {
	color: #ca0e0e;
}

div.aside_content div#user_photos {
	margin-top: 5px;
}

div#user_photos ul.actions li.add_photo {
	width: 104px;
	background: #113536 url(../images/layout/add_image_button.gif) no-repeat left top;
	margin-right: 5px;
}

div#user_photos form label {
	display: block;
	color: #fff;
	clear: left;
	margin: 4px 10px 0;
}
div#user_photos #agreed_to_tcs {
	float: left;
	margin-right: 0px;
}
div#user_photos form .checkbox-label {
	clear: none;
	float: left;
	margin-left: 6px;
	margin-top: 1px;
}
div#user_photos form .checkbox-label a {
	color: #174849;
}

div#user_photos form input {
	display: block;
	margin: 0 10px 5px;
}

div#user_photos form .photo_name,
div#user_photos form .photo_title,
div#user_photos form .photo_description {
	width: 280px;
}

div#user_photos form .photo_description {
	display: block;
	margin: 0 10px 5px;
	padding: 2px;
	height: 40px;
}

div#user_photos form input.submit {
	height: 22px;
	position: absolute;
	right: 0px;
	width: 75px;
}

div#user_photos ol#latest_photos {
	height: 390px;
	background-color: #174849;
	overflow-x: visible;
	overflow-y: scroll;
	margin: 3px 0 0;
	border: 1px solid #174849;
	border-top: none;
	list-style: none;
	padding: 0;
}

ol#latest_photos li.photo {
	margin: 5px;
	padding: 5px;
	background-color: #b5d2d2;
	color: #174849;
	list-style: none;

}

ol#latest_photos li.photo img {
	display: block;
	width: 47px;
	height: 47px;
	float: left;
	margin: 0;
}

ol#latest_photos li.photo h3 {
	font-size: 1.15em;
	font-weight: bold;
	width: 213px;
	float: right;
	margin: -2px 0 3px;
	color: #174849;
}

ol#latest_photos li.photo p.discuss {
	display: block;
	float: right;
	font-weight: normal;
	height: 17px;
	width: 196px;
	padding: 0 0 0 20px;
	margin: 0 0px 4px 0;
	line-height: 17px;
	background: #113536 url(../images/layout/pos_neg_icons.gif) no-repeat top left;
	color: #fff;
	text-transform: uppercase;
	white-space:nowrap;
}

ol#latest_photos li.photo a.cboxElement {
	color:#174849;
	font-weight:bold;
}
ol#latest_photos li.photo p.discuss a.cboxElement {
	color:#fff;
	float: left;
	font-weight: normal;
	margin-right: 3px;
}
ol#latest_photos li.photo .image-thumbnail {
	float: left;
	width: 47px;
}
ol#latest_photos li.photo p.discuss span.text {
	font-size: 0.85em;
}
ol#latest_photos li.photo a {
	cursor: pointer;
	display: block;
	font-weight: normal;
	text-decoration: none;
	zoom: 1;
}
ol#latest_photos li.photo span.view {
	display: block;
	float: right;
	font-weight: bold;
	width: 191px;
	height: 10px;
	line-height: 10px;
	margin: 0 10px 0 0;
	padding: 0 0 0 12px;
	font-size: 0.85em;
	color: #174849;
	text-transform: uppercase;
	background: transparent url(../images/layout/magnifier.gif) no-repeat left top;
}

ol#latest_photos li.photo span.description {
	display: none;
}



/* image viewer styling */

div.viewer_content {
	width: 579px;
	padding: 10px;
	background-color: #fff;
	color: #696969;
}

div.viewer_content img.userimage {
	width: 579px;
	height: 390px;
	margin: 0 0 10px;
	padding: 0;
	border: 0;
}

div.viewer_content p.imagenumber {
	display: block;
	width: 100px;
	height: 16px;
	line-height: 16px;
	margin: 0 0 0 55px;
	padding: 0;
	font-size: 0.85em;
}

div.viewer_content ul.imagenav {
	display: block;
	margin: -14px 0 0 0;
	height: 21px;
	padding: 0;
	list-style: none;
	overflow: auto;
}

div.viewer_content ul.imagenav li {
	display: block;
	float: left;
	width: 11px;
	height: 11px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 8px;
	line-height: 10px;
	text-indent: -999em;
	background: transparent url(../images/layout/viewer_icons.gif) no-repeat;
	cursor: pointer;
}

div.viewer_content ul.imagenav li.prev {
	background-position: left top;
}

div.viewer_content ul.imagenav li.next {
	background-position: left -13px;
	margin-left: 10px;
}

div.viewer_content ul.imagenav li.closeviewer {
	background: none;
	float:right;
	font-size:12px;
	overflow:hidden;
	text-indent:0;
	width:79px;
}

div.viewer_content h3.title {
	font-size: 0.8em;
	margin: 0 0 6px 0;
	padding: 0;
	color: #696969;
}

div.viewer_content p.description {
	font-size: 0.8em;
	margin: 0 0 10px 0;
	padding: 0;
}

div.viewer_content ul.voting {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: auto;
}

div.viewer_content ul.voting li {
	display: block;
	float: left;
	height: 18px;
	font-size: 10px;
	line-height: 17px;
	text-indent: -999em;
	margin: 0 10px 0 0;
	padding: 0;
	cursor: pointer;
	background: transparent url(../images/layout/discuss_buttons.png) no-repeat;
}

div.viewer_content ul.voting li.discuss {
	width: 108px;
	background-position: left top;
}

div.viewer_content ul.voting li.dontdiscuss {
	width: 111px;
	background-position: left bottom;
}

div.viewer_content .vote-confirmation {
	margin: 0px 10px;
	width: 577px;
}

#add_photo {
	padding-bottom: 29px;
	position: relative;
}
#add_photo p.vote-confirmation {
	bottom: auto;
	padding: 2px 6px;
	top: 227px;
	width: 273px;
}
#add_photo p.uploadError {
	background:#FBE3E4;
	border: 1px solid #FBC2C4;
	color:#8a1f11;
	position: static;
}

#useful_links {
	background:#B5D2D2 url(../images/layout/heading_fade_bg.jpg) repeat-x left top;
	margin-top: 5px;
}
#useful_links h2 {
	
	color:#FFFFFF;
	font-size:14px;
	line-height:1.5em;
	margin:0;
	padding:2px 25px 2px 7px;
	position:relative;
}
#useful_links ul {
	margin: 0px;
	padding: 0px;
}
#useful_links ul li{
	border-bottom:1px solid #FFFFFF;
	list-style-type:none;
	margin:0px 0;
	padding:4px 6px;
}
#useful_links ul li a {
	color: #174849;
	text-decoration: none;
}