@charset "utf-8";

/*
Author: D. Jean Hester
Date: 4-10-2010
Description: CSS for "I Wish I'd Asked" Art Project
*/

/*RULES FOR ALL PAGES */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	text-align: left;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 16px;
	color: #000000;
	background-color: #dfe2ff;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #mainContainer selector */
}

.white {
	background-color: #FFF !important; 
	color:#000;
}


h1 {
	font-size:24px;
	padding: 0px 0 3px 0;
	font-style:italic;
	font-weight:bold;
}

h2 {
	font-size:18px;
	padding: 0px 0 3px 0;
	font-style:italic;
	font-weight:bold;
}

h3 {
	font-size:14px;
	padding: 0px 0 3px 0;
	font-style:italic;
	font-weight:bold;
}

a:link {
	color: #323640;
}

a:visited {
	color: #5b6470;
}

a:hover {
	color: #8c94a1;
}

a:active{
	color: #8c94a1;
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	/*margin-right: 8px;*/
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	/*margin-right: 8px;*/
}

.clear {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;	
}

#social {
	margin: 20px auto 0 auto;
	width:180px;
	
}

/*RULES FOR PAGE WRAPPER*/
#wrapper {
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*width:900px;*/
	width:990px;
	background-color:#dfe2ff;
	padding: 0 0 0 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #mainContainer selector */
}

/*RULES FOR MAIN CONTAINER*/
#mainContainer {
	/*width: 900px;  */
	width:900px;
	background-color: #dfe2ff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
	min-height:100%;	
	/*border: 1px solid #009;*/

	padding:20px 0px 0px 0px;
}






/*RULES FOR NAVIGATION CONTAINER*/
#navContainer {
	position:relative;
	float:left;
	/*width: 200px;*/
	width:180px;
	top:0px; 
	right:auto;
	background: #dfe2ff;

	text-align: left; /* this overrides the text-align: center on the body element. */
	height:580px;
	min-height:100%;
}



#navContainer ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
}

#navContainer ul a {
	display:block;
	width:180px;
	height:24px;
	line-height:24px;
	color:#fff;
	background-color:#8c94a1;
	text-decoration:none;
	text-indent:5px;
}

#navContainer ul a:hover {
	color:#FFF;
	background-color:#323640;
	font-style:italic;
}

#navContainer ul .selected {
	color:#FFF;
	background-color:#5b6470;
	font-style:italic;
}



/*RULES FOR MAIN CONTENT AREA*/


#mainContent {
	float:right;
	/*padding: 1px 1px;*/
	/*border: 1px solid #C90;*/
	width:710px;
	background-color:#dfe2ff;
}

.basic {
	margin-top:50px; /*use this on all page except the display page to get better margin from header*/
}


/*SPECIAL RULES FOR MAINCONTENT AREA ON HOMEPAGE ONLY*/
/*box for the hp text and bigLink boxes*/
#boxBox {
	position:relative;
	width:620px;
	/*border: 1px solid #000;*/
	margin-right: auto; 
	margin-left: auto;
	padding-right:30px;
	padding-left:30px;
}

#bigBoxLeft {
	float: left;
	width:210px;
	border: 1px solid #000;
	text-align:center;
	height:220px;
	margin-right: 110px; /*10px works 1024 but looks crap on higher res*/
	margin-left: 0px;/*40px works 1024 but looks crap on higher res*/
	margin-bottom: 20px;
	/*padding-top: 10px;*/
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#bigBoxRight {
	float: left;
	width:210px;
	border: 1px solid #000;
	text-align:center;
	height:220px;
	margin-right: 0px; /*40px works 1024 but looks crap on higher res*/
	margin-left: 0px; /*10px works 1024 but looks crap on higher res*/
	margin-bottom: 20px;
	/*padding-top: 10px;*/
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.bigLink {
	color:#FFF;
	background-color:#5b6470;
}

.bigLink a {
	color: #fff;
	text-decoration: none;
}

.hoverBigLink {
	color: #323640;
	background-color: #8c94a1;
}
.hoverBigLink a {
	color: #fff;
	text-decoration: none;
}


.home{ /*text formatting just for all pages except display*/
	font-size:18px;
	line-height:20px;
	margin-top:10px;
}

.hpimage {
	margin-right: 10px;
	margin-left: 10px;
}


#mainContent .title { /*for the headers in the boxes on homepage*/
	margin-right: 10px;
	margin-left: 10px;
	line-height:21px;
	font-size:24px;
	font-style:italic;
	font-weight:bold;
	font-variant:small-caps;
}


/*SPECIAL RULES FOR MAINCONTENT AREA ON QUESTIONS DISPLAY PAGE ONLY */
#mainContent .display {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 48px; /*was 16, was also 24 both worked*/
	color: #000;
	/*background-color: #FFF;*/
	width: 700px;  /*this needs to match width set in the bxSlider options in js*/
	line-height: 52px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}

#mainContent #question_area {
	/*background-color: #FFF;*/
	/*margin-top: 40px;*/ /*if questions are 260 char length */
	padding-top: 100px; /*if questions are 200ish char length */
	margin-left:auto;
	margin-right:auto;
	width:700px;
	/*border: thin solid #000;*/
}

#mainContent #question {
	background-color: #FFF;
	width:700px;
}
/*RULES FOR QUESTIONS SUBMIT PAGE */
#message {
	color:#F00;
	/*border: 1px solid #F00;*/	
	/*width: 700px;*/
	font-size:18px;
	line-height: 22px;
	font-weight:bold;
	padding: 5px 0px 5px 0px;
	/*margin-right: 20px;
	margin-left: 20px;*/
}

.error {
	color:#F00;
}

.confirm {
	color:#323640;
}

.submit_question {
	/*margin-right: 20px;
	margin-left: 20px;*/
	font-size:18px;
	line-height:20px;
	padding: 3px 0px 3px 0px;
	background-color:#dfe2ff;
	/*border: 1px solid #F00;*/
}

input {
	color:#FFF;
	background-color:#5b6470;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 3px 10px 3px 10px;
	/*margin: 15px 20px 25px 20px;*/
	border: 1px solid #323640;
	font-size:16px;
}

input:hover {
	color:#323640;
	background-color:#bdc7d6;
}

select, option {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	
}

/*RULES FOR HEADER*/
#header {
		/*border: 1px solid #000000;*/
		
}
#header img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*RULES FOR FOOTER*/

#footer {
	/*top:auto;
	right:auto;
	bottom:0px;*/
	
	width:100%;
	/*border: 1px solid #966;*/
	background-color:#dfe2ff;
	position: absolute;
	bottom: 0px;
	left:0px;
	padding-left:3px;
}


.footer {
	font-size:10px;

}

