@charset "UTF-8";
/* reset browser inconsistencies - originally by eric meyer */

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
	
:focus {
	outline: 0;
}
	
ol, ul {
	list-style: none;
}
	
html {

	height:100%;
		

	

}

body {
	font: 62.5%/1em Arial, Helvetica, sans-serif;
	width: 100%;
	width: 800px;
	height: 100%;
	color: #111;
	/* firefox 2 mac bug flickering text */
	-moz-1opacity: 0.99;
	margin: 0 auto;
    
	
}



/* forms */



.required-text, legend {
	display: none;
}

.input-row {
	display: block;
	width: 100%;
	clear: both;
	float: left;
	margin-top: 10px;
}

.input-row:first-child {
	margin-top: none;
}

.input-row label {
	display: block;
	width: 25%;
	margin: 5px 0 10px 0;
	float: left;
	font-size: 1.1em;
	color: #333;

}

.input-row div {
    display: block;
    width: 70%;
    float: right;
}

#sold-matangi-before-row {
    font-weight: bold;
}

.input-row textarea,
.input-text {
	display: block;
	border: 1px solid #999;
	padding: 2px;
	float: right;
	height: 1.1em;
	margin-bottom: 5px;



}

.input-row textarea,
.input-text {
    width: 70%;
}





.input-row textarea {
	height: 100px;
	font-family: inherit;
	font-size: 1.1em;
}

.input-row .input-text {
	
	height: 20px;
}

.input-row p {
	display: block;
	clear: both;
	font-size: 1.1em;
	color: #666;
}

.input-row .input-text:focus, .input-row textarea:focus, .input-text .input-selected, textarea .input-selected {
	background: #e2c348;
}

.input-submit {
	float: right;
	border: 1px solid #999;
	margin: 20px 0;
	clear: both;

}




/* questions page */

#questions-header {
    display: block;
    width: 100%;
    height: 100px;
    background: #000 ;

}

#questions-header #block {
    display: block;
    width: 130px;
    height: 100%;
    float: left;
    background-color: #5d511b;
}

#questions-header #title {
    display: inline; /* ie6 */
    width: 600px;
    float: right;
    margin: 20px 40px 0 0;
    text-align: right;
    
}

#title h2 {
    display: block;
    color: #fff;
    font-size: 1em;
    line-height: normal;
    margin-bottom: 0.5em;
}

#instructions {
    display: block;
    width: 130px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/layout/questions-background.png) repeat-y;
    z-index: -20;
    text-indent: -9999px;   
}

#title p {
    display: block;
    color: #999;
    font-size: 0.5em;
    line-height: normal;
    margin-bottom: 0.6em;
   
}

#title p a,
#title p a:visited {

    color: #999;
}

#please-read {
    display: inline;
    width: 600px;
    float: right;
    margin: -10px 18px 30px 0;
    padding-bottom: 1.4em;
}

#please-read strong {
    font-weight: bold;
}

#questions-content {
    position: relative;
    float: right;
    background: url(../images/layout/background.png) no-repeat top right;

}

#questions-content form,
#questions-content .blurb {
    margin: 40px 30px 10px 180px;
}

#module-title {
    position: absolute;
    top: 30px;
    right: 670px;
    padding-right: 10px;
    text-align: right;
    color: #333;
    font-size: 1.4em;
    line-height: 1.4em;
    border-bottom: 2px solid #666;
}

#questions-content p {
    font-size: 1.2em;
    line-height: 1.2em;
}


#questions-form {
    display: block;
}

#questions-form h3 {
    color: #c3996b;
    font-size: 1.2em;
    line-height: 1.2em;
    margin-bottom: 1.2em;

}

#questions-form fieldset {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    
    margin-bottom: 20px;
    
}

.javascript #questions-form fieldset {
    display: none; /* hide them all */
}

.javascript #questions-form #question-0 {
    display: block; /* now show the first one! */
}

#questions-form ul {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 5px;
    height: auto !important;
    height: 5px; /* last 3 properties also for my good friend ie6 */

}

#questions-form ul li {
    display: block;
    width: 25%;
    height: auto;
    float: left;
    margin-bottom: 10px;
    font-size: 1.2em;
    
}

#questions-form ul li.stacked-question {
    width: 100%;
}
#questions-form ul li.stacked-question label {
    float: left;
    width: 560px;
}

.javascript #questions-form p.client-message.error {
    display: none;
}

#questions-form ul li label {
    display: block;
    width: 78%;
    width: 135px; /* ie7 won't render the percentage */
    margin-left: 5px;
    cursor: pointer;
    float: right;
    margin-top: 5px;
    line-height: 1.2em;
}

.javascript #questions-form ul li input {
    display: none;
}

.pretty-radio {
    display: inline;
    font-size: 1.7em;
    color: #999;
    padding-top: 5px;
    cursor: pointer;
    background: url(../images/layout/5-0.gif) no-repeat -200px -200px;
    float: left;
}


.selected {
    color: red;
}

.answer-results {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: -45px;
    background-image: url(../images/layout/correct-wrong.gif);
    background-position: -200px -200px;
    background-color: transparent;
    background-repeat: no-repeat;
    text-indent: -9999px;
}

.all-of-the-above {
    color: #5d511b;
}

.javascript #submit {
    display: none;
}

#loading-message {
    display: none;
    width: 40px;
    height: 40px;
    background: url(../images/layout/5-0.gif) no-repeat center center;
}


#questions-footer {
    display: block;
    float: right;
    color: #777;
    text-transform: lowercase;
    border-top: 3px solid #777;
    padding: 5px 3px 0 100px;
    margin-bottom: 10px;

}

#photo-link-0 {
    display: block;
    width: 249px;
    height: 89px;
    margin: 20px auto;
    background: url(../images/layout/gallery-button.png) no-repeat; 
    text-indent: -9999px;
}

/* classes */

.client-message {
	display: block;
	width: 100%;
	margin-bottom: 1.2em;
}

.client-message span {
	display: block;
	padding: 5px 5px 5px 30px;
}

.information {
	background: url(../images/layout/feedback-icons.png) no-repeat 3px -36px #F6F8FA;
	border-top: 2px solid #5C83B0;
	border-bottom: 2px solid #5C83B0;

}

.error {
	background: url(../images/layout/feedback-icons.png) no-repeat 3px -4px #F4C9C8;
	border-top: 2px solid #E7574C;
	border-bottom: 2px solid #E7574C;
}


/* login page */

.matangi-header {
    display: block;
    width: 600px;
    height: 333px;
    margin: 30px auto;
    background: url(../images/layout/intro.png);
    text-indent: -9999px;
}

#login-form {
    width: 400px;
    margin: 0 auto;
}

#login-form .input-text {
    width: 78%;
}

#login-form label {
    width: 18%;
}

.info-text {
    margin: 0.8em auto;
    text-align: center;
    font-size: 1.2em;
    
}

table {
    border-collapse: collapse;
    border: 1px solid #ccc;
    margin: 20px auto;
    font-size: 1.2em;
    line-height: 1.2em;   
}

table th {
    background: #e2c348;
    text-align: left;
    font-weight: bold;
}

table tr {
    border-bottom: 1px solid #ccc;
}

table td, th {
    padding: 5px;

}

table tr.highlight td {
    background: #eee;
}

.auth {
    color: #99CC66;
}

.non-auth {
    color: #ea585b;
}

.email-field {
    width: 200px;
}

/* server error message */

.error-message {
	display: block;
	width: 100%;
	height: auto;
	background:  #F4C9C8;
	border: 2px solid #E7574C;
	border-top: none;

	z-index: 32000;
}

.error-message p {
	background: url(../images/layout/feedback-icons.png) no-repeat 5px -3px;

}
.error-message p, .error-message ul {
	display: block;
	width: 85%;
	padding: 8px 0 6px 30px;
	color: #333;
	font-size: 1.2em;
}

error-message ul {
	margin: 0 0 1em 2em;
}

.error-message ul li {
	list-style: inside disc;
	margin-bottom: 0.5em;
	

}

/* title */

#title {
    display: block;
    text-align: center;
    color: #e2c348;
    font-size: 2.4em;
    font-family: 'Times New Roman', serif;
    margin: 0 0 1.7em 0;
    text-indent: 100px;
}

#body-text {
    font-size: 1.2em;
    line-height: 1.3em;
}

#body-text strong {
    font-weight: bold;
}

#body-text p {
    margin-bottom: 1em;
   
}


#body-text ol {
    list-style: inside decimal;
}

#body-text ul {
    list-style: inside disc;
}



