﻿/**********************************************
Customizable elements on the unsigned home page
************************************************/

/* styles for the header of the unsigned home page */
.topBarSectionHeader
{
	color: #ff4a00;
	font-weight: bold;
	font-size: 1.5em;
	
	clear: both;
	padding: 0px;
	margin: 0px;
}
.topBarSectionText
{
	font-weight: bold;
	font-size: 0.85em;
	float: left;
	clear: both;
	padding: 0px;
	margin: 0px;
	width: 160px;
	color: #096491;
}

#topBarMessage /* the ask/answer/explore section on the unsigned home page */
{
	border: 1px solid #acb6c9;
	background-color: #fff4d4;
	float: left;
	padding: 0px;
}
/* end styles for the header of the unsigned home page */



/* Elements for the Logo on the unsigned home page */
.YeddaLogo
{
	margin: 0px;
	padding: 30px 0px 0px 0px;
	width: 132px;
	height: 46px;
	float: left;
}

#yeddaLogoDiv
{
	float: right;
	width: 180px;
	height: 125px;
	padding: 0px;
	margin: 0px;
	position: relative;
}
#yeddaLogoDiv a:hover
{
	background-color: Transparent;
}
#yeddaLogoSeparator
{
	position: absolute;
	bottom: 0px;
	left: 5px;
	width: 170px;
}
#yeddaSloganDiv
{
	float: left;
	color: #ff4a00;
	font-weight: bold;
	font-size: 0.85em;
}
/* End logo elements */

/***********************************************************************
Customizable elements general - affects all pages (except unsigned home)
************************************************************************/
.CustomYeddaLogoContainer a, .CustomYeddaLogoContainer a:link, .CustomYeddaLogoContainer a:active, .CustomYeddaLogoContainer a:visited, .CustomYeddaLogoContainer a:hover
{
	color: #0033ff;
	background-color: Transparent;
}
.HeaderCustomizedSeparator
{
	padding: 0px 5px 0px 10px;
	margin: 18px 0px 0px 10px;
	float: left;
}
.HeaderCustomYeddaLogo
{
	width: 50px;
	height: 17px;
	float: right;
	margin: 13px 0px 0px 0px;
	cursor: hand;
	cursor: pointer;
}
.HeaderCustomYeddaLogoText
{
	font-size: 0.8em;
	float: left;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.HeaderQAndA
{
	font-weight: bold;
	padding: 17px 0px 0px 0px;
	float: left;
	color: #096491;
}
.HeaderYeddaLogoLink
{
	float: right;
	width: 125px;
	padding: 0px 0px 0px 10px;
}

#FooterLinks /* the footer on all the pages except the unsigned home page  */
{
    font-size: 1em;
    width: 100%;
    background-color: #FF4a00;
    color: #ffffff;
    padding: 3px 3px 3px 0px;
    float: left;
    clear: both;
}
#FooterLinksFacebook /* the footer on all the pages except the unsigned home page  */
{
    font-size: 1em;
    width: 100%;
    background-color: #FF4a00;
    color: #ffffff;
    padding: 3px 3px 3px 0px;
    float: left;
    clear: both;
}

/*******************************************
    Customizable elements on signedhome page
********************************************/
.FeaturedQuestionMainDiv
{
	float: left; 
	clear: left; 
	padding: 2px 0px 2px 0px; 
	margin: 3px 0px 0px 0px; 
	border: 1px solid #e5ecf4;
	width: 100%;
}
.MainPageAreaLeft
{
	float: left;
	clear: left;
	padding: 0px 25px 0px 0px;
	margin: 0px;
	width: 457px;
}
.MainPageAreaRight
{
	float: left;
	clear: right;
	padding: 0px;
	margin: 0px;
	width: 457px;
}
.MainPageAskBG
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

.MainPageSectionHeader
{
	font-size: 1.5em;
	color: #FF4a00;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	display: inline;
	float: left;
	clear: both;
	width: 99%;
}
.QuestionTextfield
{
	width: 427px;
	height: 125px;
	margin: 5px 0px 5px 5px;
}

#MainPageAnswerDiv
{
	float: left;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 250px;
	border: 1px solid #ACB6C9;
	font-weight: bold;
	background-color: #fbd3a0;
	position: relative;
	overflow: hidden;
}
#MainPageAskContent
{
	position: absolute;
	top: 3px;
	left: 3px;
}
#MainPageAskDiv
{
	float: left;
	clear: right;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 250px;
	border: 1px solid #ACB6C9;
	font-weight: bold;
	background-color: #11a2d9;
	position: relative;
	overflow: hidden;
}
#SubHeaderExplore
{
	width: 926px;
	float: left;
	margin: 20px 0px 5px 0px;
	padding: 6px 0px 6px 15px;
}


/* User Controls */
.QuestionBlogTwoLinerDetails
{
	float: left;
	clear: right;
	width: 91%;
	padding: 0px 0px 0px 5px;
	overflow: hidden;
	white-space: nowrap;
}
