/* ========================== */
/* = Stylesheet for 3yh.com = */
/* ========================== */

/* global */
body{
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	font-size:12px;
	background-image:url(/images/bg.png);
	background-repeat:repeat-x;
}

img{border: none;}

a{color: #000; text-decoration: underline;}
a:hover{color: #1C85BD;}

.invalid{
	color: #f00;
	display: none;
}

/* not being used */
#header{
	background-color: #BADFF3;
	padding: 10px;
	font-size: 25px;
	color: #0066FF;
	font-weight: bold;
	border-bottom: 1px #0066FF solid;
}

/* bring the logo out from the sides */
#logo{padding: 10px 10px 20px 10px;}

/* general box style */
.boxes{
	border: 1px #115173 solid;
	background-color: #fff;
	color: #6E6E6E;
	width: 300px;
	float: left;
	padding: 10px;
}

/* centered content box */
#maincontainer{
	margin-left: auto;
	margin-right: auto;
	margin-left:auto;
	margin-right:auto;
}

/* text in the inputs */
.texta{
	background-color: #fff;
	border: 1px solid #CCC;
	font-size: 12px;
	padding: 3px;
	color: #999;
	width: 100px;
}

/* submit buttons */
.button{padding: 4px;}

/* boxes on the front page */
.frontboxes{
	width: 300px;
	float: left;
	padding: 10px;
}

/* text that's, well, blue */
.bluetext{
	color: #1C85BD;
	font-weight: bold;
	font-size: 19px;
}

/* label for fields */
label{
	float: left;
	width: 40px;
	padding: 0 1em;
	text-align: right;
	margin-top: 3px;
}

/* picture upload input */
#picture{width: 224px;}


/* ============= */
/* = User Page = */
/* ============= */

/* log in, log out */
#meta{margin-top: 5px;}

a.FB_Link{color: #1C85BD !important; text-decoration: none !important;}
a.FB_Link:hover{text-decoration: underline !important;}

/* add this, on your user page */

/* keep both box elements below add this */
#addThisContainer{
	width: 632px;
	text-align: center;
	margin-top: -20px;
	margin-bottom: 10px;
}

#addThis{
	width: 120px;
	margin-left: auto;
	margin-right: auto;
}


/* move up the link to your profile */
#profileLink{
	position: relative;
	bottom: 7px;
}

td#share1{width: 300px;}

td#share2{
	padding-top: 8px;
	width: 300px;
}







/* post a comment */
#whatHaveYouHeard{
	width: 400px;
	margin-bottom: 20px;
}

/* the textarea */
#biginput{
	width: 390px;
	height:60px;
	resize: none;
}

/* characters left */
#biginputCount{
	position: relative;
	top: 3px;
}

/* can't post notice */
span#noPost{font-size: 15px;}

#noPost a{color: #000; text-decoration: underline;}
#noPost a:hover{color: #1C85BD;}


/* post column */
#posts{
	width: 420px;
	float: right;
}

/* holds posts added with ajax */
#additionalPosts{
	width: 420px;
	float: left;
	clear: both;
}

/* holds all posts */
#posts table{
	width: 410px;
	float: left;
	clear: both;
}

.postContainer{
	float: left;
	clear: both;
	width: 410px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 10px;
}

/* don't show the number of votes */
.verify{display: none;}

/* the comment */
.postContent{
	font-size: 15px;

	/* for wrapping long posts */
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

/* the author */
.postAuthor{
	font-size: 12px;
	text-transform: capitalize;
	margin-top: 5px;
}

/* link to author's page */
.postAuthor a{color: #000; text-decoration: underline;}
.postAuthor a:hover{color: #1C85BD;}

/* when it was posted */
.timeAgo{
	float: left;
	margin-top: 5px;
	position: relative;
	top: 5px;
	font-size: 13px;
	font-style: italic;
	color: #888;
	margin-bottom: 8px;
}

/* make private link container */
.makePrivate{
	float: left;
	margin: 11px 0 0 5px;
}

/* styles for a comment that's private */
.private{
	background: #eee;
	color: #aaa;
	padding-bottom: 0px;
	margin-bottom: 20px;
}

/* holds the thumbs */
.vote{
	float: left;
	margin: 5px 0 0 10px;
	width: 150px;
	position: relative;
	top: 7px;
}

/* "/" in between the thumbs */
.voteSlash{
	float: left;
	display: block;
	font-size: 10px;
	padding: 0 5px 0 5px;
}

/* thumbs up and down */
a.thumb{
	text-indent: -9999px;
	float: left;
	display: block;
	overflow: hidden;
	float: left;
	width: 9px;
	height: 9px;
	outline: none;
}

a.up{background: url('/images/thumbsSprite.png') 0 -1px no-repeat;}
a.up:hover{background: url('/images/thumbsSprite.png') 0 -11px no-repeat;}

a.down{
	position: relative;
	top: 3px;
	background: url('/images/thumbsSprite.png') -10px 0 no-repeat;
}

a.down:hover{background: url('/images/thumbsSprite.png') -10px -10px no-repeat;}


/* ========================= */
/* = Profile Settings Page = */
/* ========================= */

/* the profile container */
#profile{margin-bottom: 20px;}

/* the notice saying 'profile updated' */
#profileFlash{
	width: 100px;
	background: green;
	border: 1px solid #055E09;
	color: #fff;
	padding: 10px;
	margin-bottom: 10px;
	display: none;
}

.setting{
	width: 360px;
	margin: 20px;
	float: left;
	clear: both;
	text-align: left;
}

.settingTitle{
	font-weight: bold;
	padding-bottom: 4px;
	margin-bottom: 8px;
	border-bottom: 1px solid #ebebeb;
}

.setting .texta{width: 150px;}