/* CSS Document */


html {

	background: rgb(160,216,239); /* Old browsers */
	background: rgba(255, 255, 255, 1);
	background: -moz-linear-gradient(top,  rgba(160,216,239,1) 0%, rgba(221,241,249,1) 65%, rgba(254,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(160,216,239,1)), color-stop(65%,rgba(221,241,249,1)), color-stop(100%,rgba(254,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(160,216,239,1) 0%,rgba(221,241,249,1) 65%,rgba(254,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(160,216,239,1) 0%,rgba(221,241,249,1) 65%,rgba(254,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(160,216,239,1) 0%,rgba(221,241,249,1) 65%,rgba(254,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(160,216,239,1) 0%,rgba(221,241,249,1) 65%,rgba(254,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0d8ef', endColorstr='#feffff',GradientType=0 ); /* IE6-9 */
}

body, html
	{
	/* min-height: 100%; */
	color: #545454;
	/* background-color: #b3b496; */
	font-family: Helvetica, Arial, Verdana, sans-serif;
	line-height: 20px;
	min-height: 100%;
	}

body
	{
	/* border: 1px solid #938a76; */
	}
	
#container
	{
	min-height: 100%;
	padding: 30px 0;
	/* background-color: #b3b496; */
	/* border: 15px solid #fff; */
	font-family: Helvetica, Arial, Verdana, sans-serif;
	}

a
	{
	color: #658d90;
	text-decoration: none;
	}
	
a:hover
	{
	color: #545454;
	}

input
	{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin: 0 0 10px 0;
	}
	
textarea
	{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 10pt;
	padding: 4px;
	width: 585px;
	height: 100px;
	}

hr
	{
	margin: 10px 15px 0 15px;
	border: 1px solid #fff;
	}

#header
	{
	/* height: 208px;  162px; */
	width: 100%;
	}

#nav
	{
	float: left;
	width: 145px;
	height: 103px;
	text-indent: -9999px;
	}
	
#search
	{
	position: relative;
	width: 943px;
	height: 44px;
	margin: 15px 0;
	background-image: url(../images/searchbar.png);
	}
	
#search form
	{
	position: absolute;
	display: block;
	top: 9px;
	left: 180px;
	}
	
#search form *
	{
	float: left;
	margin-top: 4px;
	}
	
#search input[type=text]
	{
	border: 1px solid #545454;
	width: 250px;
	height: 14px;
	margin: 4px 5px 0 0;
	padding: 2px 2px 0;
	color: #444;
	}

	
#search input[type=submit]
	{
	color: #fff;
	background: #545454;
	border: none;
	padding: 2px 4px;
	font-weight: bold;
	cursor: pointer;
	}
	
#search input[type=submit]:hover
	{
	background: #658d90;
	}	
	
#search input[type=checkbox]
	{
	margin: 5px 2px 0 18px;
	}
	
#search label
	{
	display: block;
	width: 162px;
	height: 10px;
	background-image: url(../images/thingsnobodyhasdone.png);
	text-indent: -9999px;
	margin: 6px 0 0 2px;
	}
	
#search #searchsomebodylabel
	{
	width: 176px;
	height: 10px;
	background-image: url(../images/thingssomebodyhasdone.png);
	}

#footer
	{
	position: absolute;
	bottom: 0;
	z-index: 1;
	width: 975px;
	height: 17px;
	margin: 0 0 15px 15px;
	padding: 7px 15px;
	color: #666;
	background-image: url(../images/footerbar.png);
	background-repeat: no-repeat;
	font-size: 10px;
	}
	
#footer span
	{
	position: absolute;
	bottom: 4px;
	z-index: 2;
	}
	
#dontgetthewrongidea
	{
	float: right;
	background-image: url(../images/dgtwi.gif);
	margin: -7px 100px 0 0;
	width: 54px;
	height: 31px;
	}

#dontgetthewrongidea a
	{
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	}

#nobodylink
	{
	background-image: url(../images/nobodynav.png);
	width: 145px;
	height: 44px;
	margin-bottom: 15px;
	}

#nobodylink:hover
	{
	background-position: 0 -44px;
	}
	
#nobodylink a
	{
	display: block;
	width: 100%;
	height: 100%;
	}

	
#somebodylink
	{
	background-image: url(../images/somebodynav.png);
	width: 145px;
	height: 44px;
	}

#somebodylink:hover
	{
	background-position: 0 -44px;
	}
	
#somebodylink a
	{
	display: block;
	width: 100%;
	height: 100%;
	}
	
#somebodylink a:hover
	{
	
	}
	
#logo
	{
	height: 103px;
	width: 785px;
	margin-left: 160px;
	background-image: url(../images/logo.png);
	text-indent: -9999px;
	}
	
#logo:hover
	{
	background-position: 0 -103px;
	}

#logo a
	{
	display: block;
	width: 100%;
	height: 100%;
	}

#message
	{
	display: none;
	width: 915px;
	height: 15px;
	margin: 0 0 15px 15px;
	padding: 15px;
	background-image: url(../images/yellowfill.gif);
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	}

.home .main, .addyourown .main, .addyourownform .main, .somebody .main, .nobody .main, .question .main
	{
	height: 107px;
	padding: 0 0 10px 0;
	}

.comment .main
	{
	padding: 0 0 10px 0;
	}
	
#explanation
	{
	height: 160px;
	width: 625px;
	margin: 0 0 0 15px;
	float:left;
	background-image: url(../images/explanation.png);
	text-indent: -9999px;
	}

#addyourown
	{
	position: relative;
	float:left;
	width: 290px;
	height: 152px;
	margin: 0 0 15px 15px;
	padding: 8px 0 0 15px;
	background-image: url(../images/bluebox.png);
	color: #fff;
	font-size: 12px;
	}
	
#savingbig
	{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 305px;
	height: 160px;
	background-image: url(../images/savingbig.png);
	display: none;
	}	
	
#addyourownslim
	{
	position: relative;
	width: 935px;
	height: 27px;
	margin: 0 0 15px 0;
	padding: 4px 0 0 10px;
	background-image: url(../images/bluebar.png);	
	}
	
#addyourownslim input
	{
	position: relative;
	float: left;
	width: 140px;
	margin: 1px 4px 0 0;
	padding: 2px 0 0 0;
	}
	
#addyourownslim #newanybodywho
	{
	width: 450px;
	}
	
#savingslim
	{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 945px;
	height: 31px;
	background-image: url(../images/savingslim.png);
	display: none;
	}
	
#mynameis
	{
	display: block;
	float: left;
	background-image: url(../images/mynameis.png);
	width: 59px;
	height: 10px;
	text-indent: -9999px;
	margin: 6px 5px 0 0;
	}
	
#ivenevermetanybodywho
	{
	display: block;
	float: left;
	background-image: url(../images/ivenevermetanybodywho.png);
	width: 204px;
	height: 10px;
	text-indent: -9999px;
	margin: 6px 5px 4px -3px;
	}
	
#maxchars
	{
	margin: -3 0 0 0;
	}
	
#addquestion
	{
	position: relative;
	}	

.addyourownform input
	{
	width: 202px;
	margin: 0 3px 4px;
	color: #444;
	}
	
.addyourownform textarea
	{
	width: 265px;
	height: 60px;
	color: #444;
	}	

#addquestion .buttons
	{
	position: absolute;
	top: 126px;
	right: 0px;
	}

#addyourownslim #addquestion .buttons
	{
	top: 3px;
	right: 9px;
	}

p
	{
	margin-right: 15px;
	padding: 0 15px;
	font-size: 14px;
	color: #545454;
	}

.small
	{
	position: relative;
	margin-right: 15px;
	padding: 0 0 0 15px;
	font-size: 11px;
	color: #555;
	}
	
	
h3
	{
	margin: 0;
	padding: 0;
	font-weight: normal;
	margin-right: 15px;
	padding: 0 15px;
	font-size: 14pt;
	color: #658d90;
	}
	
	
h3 a
	{
	color: inherit;
	}
	
h3 a:hover
	{
	color: #545454;
	}

.nobody, .somebody, .comment
	{
	margin: 0;
	}
	
.eight .somebody
	{
	margin: 0 0 15px 0;
	}
	
.nobody .top, .comment .top
	{
	width: 305px;
	height: 12px;
	background-image: url(../images/whiteshorttop.png);
	background-repeat: no-repeat;	
	}

.nobody .main, .comment .main
	{
	background-color: #fff;
	/*
background-image: url(../images/whiteshorttop.png);
	background-repeat: no-repeat;
*/
	}

.nobody .bottom, .comment .bottom
	{
	background-image: url(../images/graybottom.png);
	background-repeat: no-repeat;
	}

.somebody .top
	{
	width: 305px;
	height: 12px;
	background-image: url(../images/whiteshorttop.png);
	}

.somebody .main
	{
	background-color: #fff;
	/*
min-height: 114px;
	background-image: url(../images/whiteshorttop.png);
	background-repeat: no-repeat;
*/
	}

.somebody .bottom
	{
	background-image: url(../images/bluebottom.png);
	background-repeat: no-repeat;
	}
	
.eight .somebody .top
	{
	width: 625px;
	height: 12px;
	background-image: url(../images/whitelongtop.png);	
	}
	
.eight .somebody .main
	{
	height: auto;
	}
	
.eight .somebody .bottom
	{
	background-image: url(../images/bluelongbottom.png);
	height: 65px;
	}

.bluebox, .responses
	{
	position: relative;
	background-image: url(../images/bluebox.png);
	background-repeat: no-repeat;
	margin-bottom: 15px;
	}
	
.bluebox .bottom, .responses .bottom
	{
	height: 11px;
	}
	
/*
.graybar, .bluebar
	{
	position: relative;
	width: 305px;
	height: 31px;
	background: url(../images/graybar.png) no-repeat;
	z-index: 500;
	cursor: pointer;
	}	
	
.bluebar
	{
	background: url(../images/bluebar.png) no-repeat;
	}
*/

.more
	{
	display: -moz-inline-box;
	display: inline-block;
	width: 10px;
	height: 14px;
	margin: 0 0 0 5px;
	background: url(../images/redarrow.png) 0 4px no-repeat;
	font-size: 11px;
	text-indent: -9999px;
	}
	
.more:hover
	{
	color: #545454;
	}

.readmorenobody, .readmoresomebody
	{
	}
	
.readmorenobody a, .readmoresomebody a, .readnextnobody a, .readprevnobody a, .readnextsomebody a, .readprevsomebody a, .readnextsearch input[type=image], .readprevsearch input[type=image]
	{
	position: relative;
	display: block;
	/* float: right; */
	width: 305px;
	height: 31px;
	background: url(../images/readmoregray.png);
	text-indent: -9999px;
	z-index: 500;
	}
	
.readmoresomebody a
	{
	background: url(../images/readmoreblue.png);
	}
	
.readnextnobody a
	{
	background: url(../images/nextbutton.png);
	}
	
.readprevnobody a
	{
	background: url(../images/prevbutton.png);
	}
	
.readnextsomebody a
	{
	background: url(../images/nextbuttonblue.png);
	}
	
.readprevsomebody a
	{
	background: url(../images/prevbuttonblue.png);
	}
	
.readmorenobody a:hover, .readmoresomebody a:hover, .readnextnobody a:hover, .readprevnobody a:hover, .readnextsomebody a:hover, .readprevsomebody a:hover, .readnextsearch input[type=image]:hover, .readprevsearch input[type=image]:hover
	{
	background-position: 0 -31px;
	}
	
.readnextsearch input[type=image]
	{
	background: url(../images/nextbutton.png);
	}
	
.readprevsearch input[type=image]
	{
	background: url(../images/prevbutton.png);
	}
	
.responses .main
	{
	height: 158px;
	padding: 1px 0;
	}
	
.responses p
	{
	margin: 12px 15px -7px 0px;
	}

.stats
	{
	display: block;
	float: left;
	margin: 6px 5px 0 0;
	font-size: 26pt;
	font-weight: bold;
	text-align: right;
	color: #fff;
	/* vertical-align: top; */
	}
	
.yellowbox img
	{
	margin: 0 0 0 8px;
	}
	
.yellowbox hr
	{
	margin: 1px 15px -4px 15px;
	border: none;
	border-bottom: 2px solid #fff;
	}

.metoo
	{
	width: 50px;
	float: right;
	margin: 2px 0 0 0;
	padding: 4px 3px 2px 3px;
	color: #557F7E;
	background-color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	}

.metoo:hover
	{
	color: #545454;	
	}	

.metooselected
	{
	width: 50px;
	float: right;
	margin: 2px 0 0 0;
	padding: 4px 3px 2px 3px;
	color: #fff;
	background-color: #545454;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	}
/*

.horizontalbar
	{
	float: left;
	width: 11px;
	height: 8px;
	margin: 76px -15px 0 2px;
	background-color: #fff;
	}


.horizontalbarcontainer
	{
	float: left;
	}
	
.horizontalbarcontainer .horizontalbar
	{
	float: none;
	margin: 76px -15px 166px 2px;
	}

	
.verticalbar
	{
	width: 8px;
	height: 11px;
	margin: -13px 0 2px 150px;
	background-color: #fff;
	}
*/

.addyourown, .addcomment
	{
	height: 160px;
	margin: 0 0 15px 0;
	background-image: none;
	cursor: pointer;
	text-indent: -9999px;
	}
	
.addcomment
	{
	background-image: url(../images/addcomment.png);
	}
	
.addcomment:hover
	{
	background-position: 0 -160px;
	}
	
.addcomment.addcommentslim
	{
	position: relative;
	height: 31px;
	margin: 0 0 15px 0;
	cursor: pointer;
	text-indent: -9999px;
	background-image: url(../images/addcommentslim.png);
	z-index: 100;
	}
	
.addcomment.addcommentslim:hover
	{
	background-position: 0 -31px;
	}
/*

.firstcomment
	{
	background-image: url(../images/addfirstcomment.png);
	}
	
.firstcomment:hover
	{
	background-image: url(../images/addfirstcommentover.png);	
	}
*/

.addyourownform .main
	{
	background-image: url(../images/yellowlongtop.gif);
	background-repeat: no-repeat;
	}
	
.comment hr
	{
	height: 1px;
	border: 1px solid #545454;
	margin: 5px 15px;
	}
	
/*
.responseitem .small, .responseitem .medium, .responseitem h3
	{
	margin-left: 145px;
	}
*/

.nobodyheader, .somebodyheader, .commentsheader
	{
	margin: 15px 0;
	text-align: center;
	border-bottom: 5px solid #fff;
	float: left;
	overflow: hidden;
	margin-left: 15px;
	}
	
.col .nobodyheader, .col .somebodyheader, .col .commentsheader
	{
	margin-left: 0;
	}

.nobodyheader h2
	{
	background: url(../images/nobodyheader.png) top center no-repeat;
	height: 42px;
	text-indent: -9999px;
	}

.somebodyheader h2
	{
	background: url(../images/somebodyheader.png) top center no-repeat;
	height: 42px;
	text-indent: -9999px;
	}

.image
	{
	float: left;
	margin: 15px;
	width: 130px;
	height: 100px;
	background-image: url(../images/placeholder.png);
	text-indent: -9999px;
	}

.image a
	{
	display: block;
	width: 100%;
	height: 100%;
	}

.bottom
	{
	position: relative;
	height: 80px;
	margin: 0 0 -34px 0;
	}
	
.bottom a
	{
	display: block;
	color: #fff;
	}
	
.bottom a:hover
	{
	color: #333;
	}
	
.nobody .bottom a:hover
	{
	color: #658d90;
	}
	
.bottom .message
	{
	margin: 0 0 0 10px;
	padding: 5px;
	width: 100px;
	font-size: 8px;
	line-height: 10px;
	font-weight: bold;
	color: #fff;
	}
	
.button
	{
	display: block;
	float: left;
	margin: 0 10px 0 0;
	padding: 0 10px;
	height: 17px;
	background-color: #fff;
	color: #545454;
	text-indent: 0;
	text-align: center;
	cursor: pointer;
	}

.button:hover
	{
	background-color: #545454;
	color: #fff;
	}

.buttons
	{
	position: absolute;
	top: 7px;
	right: 10px;
	float: right;
	color: #938a76;
	font-size: 10px;
	font-weight: bold;
	line-height: 19px;
	cursor: pointer;
	}
	
.buttons *
	{
	color: #545454;
	float: right;
	}
	
.buttons img
	{
	float: left;
	}

.topbutton, .topbuttonreplacement
	{
	position: absolute;
	top: 0;
	right: 19px;
	display: block;
	height: 17px;
	width: 111px;
	background-image: url(../images/dropdownmain.png);
	text-indent: 5px;
	float: right;
	}	
	
.topbutton:hover
	{
	color: #fff;
	background-position: 0 -17px;
	}
	
.topbuttonreplacement
	{
	background: url(../images/dropdownmain.png) 0 -17px;
	color: #fff;
	cursor: default;
	}
	
.dropdownbutton, input[type=image]
	{
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: 17px;
	width: 17px;
	margin-left: 112px;
	background: transparent url(../images/dropdownbutton.png) no-repeat;
	text-indent: -9999px;
	border: none !important;
	}
	
.dropdownbutton:hover
	{
	background-position: 0 -17px;
	}
	
.buttons ul
	{
	position: absolute;
	top: 17px;
	right: 18px;
	display: none;
	width: 111px;
	margin-top: -1px;
/* 	margin-left: -1px; */
	border: 1px solid #545454;
	border-top: none;
	z-index: 600;
	}
	
.somebody .buttons ul
	{
	border: 1px solid #557f7e;
	border-top: none;
	}
	
.buttons li
	{
	list-style: none;
	padding: 0;
	height: 17px;
	width: 111px;
	background-color: #fff;
	text-indent: 5px;
	}
	
.buttons li:hover
	{
	color: #fff;
	background-color: #98a8a7;
	}
	
.buttons .last
	{
	background-position: bottom;
	background-repeat: no-repeat;
	}

#mask
	{
	display: none;
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-image: url(../images/mask.png);
	}

.alert
	{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2000;
	}
	
.alert .four, #working
	{
	margin: 0px 0 0 -152px;
	}	

.alert .eight
	{
	margin: -100px 0 0 -313px;
	}

.alert .main
	{
	height: auto;
	background-color: #fff;
	padding: 5px 0 15px 0;
	}

.alert .four .top
	{
	height: 12px;
	background: url(../images/whiteshorttop.png);
	}	
	
.alert .four .bottom
	{
	margin: 0;
	background: url(../images/bluebottom.png);
	height: 31px;
	}
	
.alert .eight .top
	{
	height: 12px;
	background: url(../images/whitelongtop.png);
	}
	
.alert .eight .bottom
	{
	margin: 0;
	background: url(../images/bluelongbottom.png);
	height: 31px;
	}

.alert .bottom .message
	{
	margin-top: 0;
	}
	
.alert h3
	{
	margin: -4px 0 10px 0;
	}

#working
	{
	position: absolute;
	height: 160px;
	width: 305px;
	text-indent: -9999px;
	background-image: url(../images/working.png);
	}

#inappropriatekeycontroller
	{
	position: absolute;
	top: 0;
	left: -9999px;
	}










.hidden
	{
	display: none;
	}

.right {
	float: right;
	padding: 0;
	}
	
.left {
	float: left;
	padding: 0;
	}

.clear
	{
	clear: both;
	height: 0px;
	width: 0px;
	text-indent: -9999px;
	}

