/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #FFF;
	color:#272727;
	margin: 0px;
	padding: 0px;
}

input,select,label,table,tr,td {
	font-size: 100%;
}

img {
	border: none;
	padding: 0px;
	margin: 0px;
}

#addCommentArea, .sharePhoto, .commentsApprove, .yourLOLcaption {
	position: absolute;
	border: 3px solid #0066FF;
	background:#FFF;
	overflow: hidden;
}

#spinning_image2 {
	position: absolute; 
	top:50%;
	left: 50%;
	margin-left: -16px;
	margin-top: -16px;
	z-index: 15;
}

/*------------------ LAYOUT -------------------*/
#container {
	position:absolute;
	top:10px;
	left:10px;
	width:980px;
	height:500px;
	background-image: url(/img/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#content {
	position: absolute;
	top: 82px;
	left: 162px;
	width: 818px;
}

#logo {
	position:absolute;
	top:0px;
	left:0px;
}

#logo h1 {
	padding: 0px;
	margin: 0px;
}

#flashMessage {
	width: 810px;
	background-color:#31B5CE;
	color: #FFF;
	padding: 1px 3px 3px 5px;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 10px;
}

#leftCol {
	position: absolute;
	top: 138px;
	left: 0px; 
	width: 150px;
}

#caption {
	position: absolute;
	top: 93px;
	left: 0px;
	width: 150px;
	font-size: 90%;
	text-align: center;
}
#footer {
	float: left;
	width:818px;
	font-size: 10px;
	bottom: -60px;
	text-align: center;
	padding: 20px 0px 20px 0px;
	clear: both;
}

/*------------------ NAV -------------------*/
#nav {
	position:absolute;
	width:815px;
	left:96px;
	top: 48px;
	font-size: 11px;
}

#nav ol {
	position:absolute;
	padding:0px;
	margin: 0px;
}

#nav ol li {
	list-style: none;
	display: inline;
	text-align: center;
}

#nav a {
	color: #666;
	margin-right: 17px;
}

#nav a, .leftNav a {
	text-decoration: none;	
}

#nav a:hover, .leftNav a:hover {
	background-color: #ECECEC;
	text-decoration: none;	
}

a.active {
	font-weight: bold;
}

.leftNav ol {
	padding: 0px;
	margin: 17px 0px 0px 30px;
}

.leftNav ol li {
	list-style-image:  url('/img/arrow.gif');
}

/*------------------ TEXT -------------------*/
a {
	color: #31B5D6;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;

}

.noHover:hover {
	background: none;
}

h2, label {
	color: #595959;
}

.red, .error-message {
	color:#FF0000;
}

.green {
	color:#009900;
}

.comments, .commentsBG {
	position: absolute;
	top: 38px;
	left: 10px;
	width: 391px;
	font-size: 26pt;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
}

.commentsBG {
	left: 12px;
	top: 41px;
	color: #000;
}

#commentsIndividual {
	position: absolute;
	top: -21px;
	left: 210px;
}

.textareaMinCharsMsg {
	font-size: 90%;
}


/*------------------ PHOTO PAGE -----------------*/
#photo, .listPhoto {
	float: left;
	width: 623px;
	background-color: #FFFFD7;
	margin-bottom: 14px;
	padding-bottom: 14px;
	position: relative;
}

#photo #info, .listPhoto .listInfo {
	float: left;
	width: 193px;
	text-align: right;
	margin-right: 20px;
}

#photo .photo, .listPhoto .photo {
	float: left;
	width: 400px;
	margin: 10px 10px 10px 0px;
}

.listPhoto .sharePhoto, #photo .sharePhoto {
	bottom: 59px;
	left: 223px;
}

#photo h3 {
	font-size: 160%;
	color: #636363;
}

.viewApproveContainer {
	float: left; 
	clear: both; 
	width: 623px;
}

.viewApprove {
	position: absolute;
	left: 7px;
	bottom: 5px;
}

.commentsApprove {
	left: 0px;
	width: 603px;
	padding: 10px 10px 20px 10px;
	bottom: 30px;
	z-index: 20;
}

.captionTable a {
	color: #FFF;
	background-color:#31B5D6;
	text-decoration: none;
	border: 1px solid #595959;
	font-size: 90%;
	padding: 1px 3px 1px 3px;
}

.captionTable a:hover {
	color: #63BDD6;
	background-color:#ccc;
	text-decoration: none;
	border: 1px solid #595959;
}

.captionTable tr.even {
	background-color: #f4f4f4;
}

.yourCaption {
	margin: -7px 0px 0px 20px; 
	background-color:#FFF; 
	padding: 5px;
}

.yourLOLcaption {
	bottom: 50px;
	width: 300px;
	height: 90px;
	padding: 5px;
	text-align: left;
}

.yourLOLcaption label {
	display: none;
}

/*------------------ STATBOX -------------------*/
#statBox, .leftNav {
	float: left;
	width: 150px;
	background-color: #FFFFD7;
	overflow: visible;
	padding-bottom: 17px;
	overflow: hidden;
}

.percent, #showMenu label {
	color: #31B5D6;
	font-weight: bold;
}

.percent {
	font-size: 15px;
}


#showMenu label, .submitTop, .leaderName {
	font-size: 110%;
	font-weight: bold;
}

#stats {
	float: right;
	text-align: right;
	font-size: 10px;
	margin-right: 10px;
}

#statBox img {
	float: right;
	margin: 7px 10px 0px 0px;
}

/*------------------ ADWORDS -------------------*/
 #adwordsTop {
 	position: absolute;
	top: 0px;
	left: 512px;
	width: 468px;
	height: 60px;
 }
 
 #adwordsLeft {
 	float: left;
	height: 600px;
	width: 120px;
	margin: 20px 0px 10px 10px;
 }

/*------------------ SHOWDOWN -------------------*/
#showMenu, #showDown, #top, #bottom {
	width:815px;
}

#top {
	z-index: 2;
}

#bottom {
	z-index: 1;
}

#showMenu {
	height: 34px;
	text-align: center;
}

#showDown #top, #showDown #bottom {
	float: left;
	clear: both;
	position: relative;
}

#showDown #top .photo, #showDown #bottom .belowPhoto {
	float: left;
	text-align:center;
	position: relative;
	width: 406px;
}

#showDown #bottom .belowPhoto {
	width: 400px;
	margin-left: 3px;
}

#showDown #top #photo0 {
	margin-right: 3px;
}

#showDown #bottom #belowPhoto0 {
	margin-right: 6px;
}

.showDownPhoto {
	border: 3px solid #FFF;
}

.showDownPhoto:hover {
	border: 3px solid #00FF31;
}

#showDown #top .name {
	font-size: 160%;
	clear: both;
	margin-bottom: 4px;
	color: #636363;
	width: 400px;
	margin-left: 3px;
}

.photo a:hover {
	text-decoration: none;
}

#vs {
	position: absolute;
	left: 396px;
	top: 6px;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	color: #636363;
	margin-top: 2px;
	width: 21px;
	height: 21px;
}

#spinning_image {
	position: absolute;
	top: 8px;
	left: 396px;
	z-index: 15;
	padding: 3px 3px 0px 3px;
	background-color: #FFF;
}

.addComment {
	float: left;
	padding: 3px 0px 2px 0px;
	height: 29px;
	width: 400px;
	font-size: 105%;
	font-weight: bold;
	text-align: center;
	color: #268CA6;
}

.addComment a {
	color: #268CA6;
}

.shareLink img, .flatAs img {
	position: relative;
	top: 4px;
}

.shareLink {
	float: left;
	clear: both;
	width: 400px;
	height: 24px;
	margin: 7px 0px 4px 0px;
	background-color: #FFDFA0;
	color:#000;
	font-size: 10px;
	text-align: center;
}

.shareLink input {
	height: 16px;
	width: 180px;
	border: 1px solid #666;
	margin-right: 7px;
	font-size: 12px;
	padding: 1px 2px 0px 2px;
	color: #0066FF;
}

.flagAs {
	float: left;
	clear: both;
	width: 400px;
	font-size: 10px;
	color:#666;
}

.flagAs a {
	color: #666;
	text-decoration: none;
}

#showDown #viewHide {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 17px;
}

/*------------------ TOOLTIP ----------------*/
.tip {
	z-index: 50;
}

.tip .title { 
	font: italic 17px Georgia, serif; 
	padding: 5px; 
	display: block; 
	background: #0F6788; 
	color: #fff;
}
.tip .content { 
	font-size: 11px; 
	padding: 5px; 
	width: 170px; 
	background: #31B5CE; 
	color: #fff; 
}

/*------------------ ADD COMMENT AREA ----------------*/
#addCommentArea {
	top: 5px;
	left: 33px;
	width: 740px;
	height: 370px;
	background-color:#FFF;
	z-index: 4;
}

#addCommentArea #blank {
	position: absolute;
	width: 740px;
	height: 400px;
	background:#FFF;
	z-index: 5;
}

#asirra {
	position: absolute;
	width: 550px;
	height: 220px;
	left: 164px;
	top: 80px;
	background: none
}

#addCommentArea .previewImage {
	float: left;
	margin: 3px;
}

#cancel, .cancel {
	position: absolute;
	right: 7px;
	bottom: 5px;
	z-index: 9;
}

#cancel a, .cancel a {
	font-weight: bold;
}

#addCommentInput {
	float: left;
	width: 324px;
	height: 400px;
	background: #FFFFCD;
	padding: 5px;
}

.commentName {
	position: static;
	width: 175px;
	height: 33px;
	border: 1px solid #595959;
	padding: 8px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	font-size: 110%;
	color: #313131;
}

/*------------------ SHARE PHOTO -------------------*/
.sharePhoto {
	bottom: 0px;
	left: 15px;
	width: 355px;
	height: 245px;
	text-align: left;
	padding: 10px;
}

.sharePhoto h3 {
	margin-top: 0px;
}

.listInfo h3 {
	margin-top: 7px;
}

.sharePhoto .input {
	margin-bottom: 2px;
}

.sharePhoto label {
	float: left;
	width: 75px;
}

.sharePhotoRecipients {
	width: 95%;
	height: 75px;
	margin-bottom: 7px;
}

/*------------------ FORMS -------------------*/
.contentForm .input {
	clear: left;
	display: block;
	margin: 5px 0px 5px 0px;
	padding: 1px 3px;
}

.contentForm .shade {
	padding: 3px 0px 10px 0px;
	margin: 10px 0px 0px -2px;
	background-color: #f4f4f4;
}

.contentForm div label {
	float: left;
	width: 200px;
	background-color: #f4f4f4;
	font-size: 130%;
	padding: 1px 3px;
	margin: 0px 0px 0px 0px;
	text-align: right;
}

.error-message {
	position: relative;
	left: 207px;
	width: 200px;
	height: auto;
	float: left;
	clear: both;
}

.contentForm div.optional label, label.optional {
	font-weight: normal;
}

.contentForm div.required label, label.required {
	font-weight: bold;
}

.contentForm div label.labelCheckbox, .contentForm div label.labelRadio {
	float: none;
	display: block;
	margin: 0px 0px 5px 142px;
	text-align: left;
}

p.error {
	color: #DB8101;
	background-color: #DBA941;
	font-size: 14px;
	padding: 1em;
}

.contentForm div input, .contentForm div select, .contentForm div textarea {
	padding: 1px 3px;
	margin: 0px 0px 0px 0px;
}

.contentForm div input.inputFile {
	width: 211px;
}

.contentForm div select.selectOne, form div select.selectMultiple {
	width: 211px;
	padding: 1px 3px;
}

.contentForm div input.inputCheckbox, .contentForm div input.inputRadio, input.inputCheckbox, input.inputRadio {
	display: inline;
	height: 14px;
	width: 14px;
	background-color: transparent;
	border-width: 0px;
}

.contentForm div.submit {
	padding: 3px 0px 0px 210px;
	clear:both;
	display:block;
}

div.submit input {
	padding: 2px 12px;
	color: #FFF;
	background-color:#31B5D6;
	text-decoration: none;
	border: 1px solid #595959;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
	text-decoration: none;
	width: auto;
}

div.submit input:hover {
	padding: 2px 12px;
	color: #63BDD6;
	background-color:#ccc;
	text-decoration: none;
	border: 1px solid #595959;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
	text-decoration: none;
	width: auto;
}

.contentForm div.submit div input.inputSubmit, .contentForm div.submit div input.inputButton {
	float: right;
	margin: 0px 0px 0px 5px;
}

.contentForm div small {
	display: block;
	margin: 0px 0px 5px 142px;
	padding: 1px 3px;
	font-size: 88%;
}