/*

Graphite Theme by Dave Martin & Automattic v1.0

*/




/* =========================================
    Reset
   ========================================= */
   
html { height: 100%; }
body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, button, textarea, p, blockquote, th, td { margin: 0; padding: 0; }
body { background: #3A3A3B url( '/css/survey-style/graphite/bg_body.jpg' ); font-size:14px; color: #B5B5B5; line-height:1.5em; width: 100%; text-align: center; }
a { color: #719FB7; text-decoration: underline; }
a:hover { text-decoration: none; text-shadow: none !important; }
br { margin-bottom: 8px; }
h1 { color: #2A2A2A; font-size: 29px; font-weight: 500; margin-bottom: 22px; }
h2 { color: #888; font-size: 16px; font-weight: 500; margin-bottom: 24px; }
h3 { color: #111; font-size: 18px; font-weight: normal; margin-bottom: 20px; line-height: 26px; }
input[type='submit'] { padding: 1px 3px; }
input[type='text'], input[type='email'],input[type='url'], textarea { color: #222; padding: 2px; font-size: 13px; margin-right: 4px; }
img { border: none; }
label { font-size: 14px; }
li { list-style-type: none; margin-bottom: 9px; }
select { color: #333; padding: 2px; }
strong { color: #C3C3C3; }
td { vertical-align: top; }
textarea { width: 84% !important; }

/* =========================================
    Theme styles
   ========================================= */

.rank-label{
	background: url(/images/ico-move-white.png) no-repeat 14px 12px;
	padding: 10px 10px 10px 38px;
	border: 1px #828282 dotted;
	border-radius: 52px;
	-moz-border-radius: 52px;
	-webkit-border-radius: 52px;
	display: block;
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
}

.rank-label:hover{
	cursor: move;
	background-color: #333;
	background-color: rgba(0,0,0,0.2);
}

.rank-label:active{
	box-shadow: 0px 0px 10px #2b81c1;

}


.PDF_noteMain {
	border: 3px double #F4CE66;
	font-size: 12px;
	color: #333;
	padding: 4px 4px 4px 48px;
	background: #FDFFD9 url(/images/survey/note.gif) no-repeat 20px center;
	margin-bottom: 20px;
}

.PDF_QT800{
	overflow: hidden;
}

.PDF_QT800 div{
	float: left;
}

.PDF_QT800 div input{
	width: 170px;
	margin-right: 10px;
}

.PDF_QT800 div input.title{
	width: 50px;
}

.PDF_QT1400 input[type='email'], .PDF_QT1500 input[type='url']{
	width: 520px;
}



/* -- Address ------------------------------- */

.PDF_QT900 div { float: left; }
.PDF_QT900 input { margin: 0 13px 13px 0; }
.PDF_QT900 .a, .PDF_QT900 .b { width: 305px; }
.PDF_QT900 .cf { position: relative; background: none; height: 0; clear: both; }

/* -- Core ------------------------------- */

#pd-question-0 { -moz-border-radius-topleft:8px; -moz-border-radius-topright:8px; border-top-left-radius:8px; border-top-right-radius:8px; -webkit-border-top-left-radius:8px; -webkit-border-top-right-radius:8px; -khtml-border-radius-topleft: 8px; -khtml-border-radius-topright: 8px; }
#pd-question-0 .cf { -moz-border-radius-topleft:8px; border-top-left-radius:8px; -webkit-border-top-left-radius:8px; -khtml-border-radius-topleft: 8px; }
.cf { position: absolute; top: 0; left: 0; background: #4D4D4E url( '/css/survey-style/graphite/bg_shade.jpg' ) no-repeat; width: 30px; height: 27px; clear: both; }
.medium { width:50% !important; }
.large { width: 84% !important; }
.PDF_mand { color: #F18DB2; margin-left: 4px; }
.PDF_pageInner { background: #4D4D4E url( '/css/survey-style/graphite/bg_form.jpg' ); text-align: left; border-left: 1px solid #646464; border-bottom: 2px solid #313133; border-right: 2px solid #313133; -moz-border-radius:8px; border-radius:8px; -webkit-border-radius:8px; }
.PDF_pageOuter { margin: 0px auto; width: 680px; border: 1px solid #363636; position: relative; -moz-border-radius:8px; border-radius:8px; -webkit-border-radius:8px; }
.PDF_progress { position: absolute; font-style: italic; right: 0; color: #585858; font-size: 16px; }
.PDF_progress:first-child { top: -30px; }
.PDF_progress:last-child { bottom: -70px; padding-bottom: 43px; }
.PDF_question, .PDF_questionErr { background: url( '/css/survey-style/graphite/bg_shade.jpg' ) repeat-x; position: relative; padding: 23px 33px 33px 33px; border-bottom: 1px solid #363636; border-top: 1px solid #646466; }
.PDF_questionDivide { clear: both; }
.qNote { margin-bottom: 13px; }
.qNumber { position: absolute; left: -25px; top: 10px; padding: 13px 14px 14px 11px; font-size: 15px; font-style: italic; color: #FAFAE5;  background: #4D4D4E url( '/css/survey-style/graphite/bg_form.jpg' ); -moz-border-radius:75px; border-radius:75px; -webkit-border-radius:75px; -webkit-box-shadow: inset 1px 1px 1px #626262; -moz-box-shadow: inset 1px 1px 1px #626262; box-shadow: inset 1px 1px 1px #626262; }
.qText { font-size: 18px; text-shadow: 1px 1px 1px #414141; margin-bottom: 16px; color: #FFF; }

/* -- Date/time ------------------------------- */

.PDF_QT1000 div { display: inline-block; }
.PDF_QT1000 input { width: 40px; margin-right: 23px; border: 1px solid #DDD; }
.PDF_QT1000 input:focus { border: 1px solid #719FB7; }
.PDF_QT1000 .cf { position: relative; background: none; height: 0; }

/* -- Error ------------------------------- */

.PDF_err { padding: 13px 33px; color: #792143; text-shadow: 1px 1px 1px #FBAAC9; font-size: 16px; border-bottom: 1px solid #363636; border-top: 1px solid #FBACCA; background: #F989B2; background-image:-webkit-gradient(linear,0% 0,0% 100%,from(#FA91B8),to(#F876A6));background-image:-moz-linear-gradient(0% 100% 90deg,#F876A6,#FA91B8); }
.PDF_errMain { padding: 13px 33px; color: #792143; text-shadow: 1px 1px 1px #FBAAC9; font-size: 16px; border-bottom: 1px solid #363636; border-top: 1px solid #FBACCA; background: #F989B2; background-image:-webkit-gradient(linear,0% 0,0% 100%,from(#FA91B8),to(#F876A6));background-image:-moz-linear-gradient(0% 100% 90deg,#F876A6,#FA91B8); -moz-border-radius-topleft:6px; -moz-border-radius-topright:6px; border-top-left-radius:6px; border-top-right-radius:6px; -webkit-border-top-left-radius:6px; -webkit-border-top-right-radius:6px; -khtml-border-radius-topleft: 6px; -khtml-border-radius-topright: 6px; }
.PDF_errMain:after { content: ''; position: absolute; height: 48px; border-bottom: 1px solid #646466; left: 0; top: 0; }

/* -- Header ------------------------------- */

.PDF_QT1900 h2 { margin-top: 46px; color: #FAFAE5; font-size: 36px; text-shadow: 1px 1px 1px #414143; letter-spacing: 0.02em; line-height: 1.1 }
.PDF_QT1900 p { font-size: 16px; }

/* -- Matrix ------------------------------- */

.PDF_QT1200 table { border-spacing: 0; border: 0; padding: 0; }
.PDF_QT1200 td { text-align: center; padding: 6px 13px 6px 4px; }
.PDF_QT1200 td input { margin-top: 3px; }
.PDF_QT1200 tr:hover td { background: #FFF; background: rgba(255, 255, 255, 0.10); }
.PDF_QT1200 td.title { text-align: right; margin-right: 43px; }
.PDF_QT1200 th { padding-right: 13px; }

/* -- Radios ------------------------------- */

.other { display: block; width: 84% !important; margin: 9px 0 23px; }
.PDF_QT400 label { font-size: 14px; margin-bottom: 13px; }
.PDF_QT400 li input { margin-right: 4px; }

.button{
	text-align: right;
}

.button a.previous-page{
	color: #999;
	text-decoration: none;
}

.button input{
	margin-left: 5px;
}
