@charset "utf-8";
:focus {
outline: 0;
} 

#menu {
position:fixed;
top: 0px;
left:0px;
}
BODY{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding:0px;
	background-color: #FCFAF8;
}
#tips_float{
	float: right;
	position:relative;
	width: 200px;
	background-color:#e1d4c0;
	padding:3px;

}
#instruction{
	font-size: 16px;
	width:500px;
	font-weight: bold;
	margin-left:50px;
}

#ask_preview{
	float:right;
	margin-right:20px;
 	position: relative;
	top: 30px;	
}

#ask_frame_all{
	width: 700px;
	height: 600px;
	background-image: url(images/frame_ask.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#subheader {
	font-weight: bold;
	font-size: 16px;
	text-transform: lowercase;	
}

#logo{
	position: relative;
}

#sliver{
/*	background-image:url(images/sliver.jpg);
	background-repeat:repeat-x;
	height: 36px;
	display: inline;*/
}

div#floatdiv{  
     position:absolute;  
     width:120px;
	 height:auto;
     padding:0px;
	 background:#FFFFFF;  
	 z-index:100;
	
}
div#floatdiv_account{
	position:absolute;
	width:250px;
	height:150px;
	padding:10px;
	border: 1px solid #000000;
	background-color: #C1A780;
	z-index:100;
}
a:link {
	text-decoration: none;
	color: #917346;
}
a:visited {
	text-decoration: none;
	color: #917346;
}
a:hover {
	text-decoration: none;
}
a:active {
    text-decoration: none;
}

#pictureholder{
    top: 0px;
}
#answer_title{
   left: 100px;
   
}

div#frame {
	background-image:url(images/frame.gif);
	font-size: 14px;
	height: 478px;
	width: 573px;
	background-repeat: no-repeat;
	background-position: center top;  
}
.standardfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.pictureframe {
	border: 1px solid #E1D4c0;
	padding: 4px;
	background-color: #FFFFFF;
}

#pictureholder {
	vertical-align: top;
}

.picturewords {
	text-align: left;
}

#qanda{
	position: relative;
	display:inline;
    top: 5px;

}
/*div#logo {
	font-size: 12px;
	position: relative;
	right: 200px;
	height:50px;
	width:500px;
	color: #000000;
}*/

#search_button{
	position: relative;
	display:inline;
    top: 5px;
}

#submit_button{
	position: relative;
	display:inline;
}

#pw_submit{
	position: relative;
	display:inline;
	top: 4px;
}

/*THIS IS FOR DISPLAYING Q and A*/
div#poster {
	display:inline;
}

#icon{

}

div#kudos {
	font-weight: bold;
	font-size: 10px;
	position: relative;
	color: #917346; /*eld4c0*/
	float: right;
	z-index:5;
	bottom: 15px;
	right: 35px;

}

div#question {

}

div#answer {
	width: 360px;
	position: relative;
	height:auto;
	overflow:hidden;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
}


/*THIS IS FOR THE ASK SECTION*/
div#ask_category {
	background-color: #FFFFFF; /* #e1d4c0;*/
	height: 60px;
	width: 490px;
}
div#ask_upload {
	background-color:  #FFFFFF; /*#d4c4ab;*/
	height: 70px;
	width: 490px;
}
div#ask_name {
	background-color:  #FFFFFF; /*#c9b79b;*/
	height: 60px;
	width: 490px;
}
div#ask_email {
	background-color:  #FFFFFF; /*#bca787;*/
	height: 60px;
	width: 490px;
}
div#ask_question {
	background-color:  #FFFFFF; /*#ad956f;*/
	height: 90px;
	width: 490px;
}
div#ask_button {
	height: 23px;
	width: 300px;
}
div#ask_spacer {
	background-color: #FFFFFF; /*#917844;*/
	height:70px;
	width: 490px;
}


/*footer*/
#footer {
    padding-bottom: 0px;
}