@CHARSET "UTF-8";

/**
 * Testimonials page layout
 *
 * @author: Tomasz Paciorek (design) info@tomaszpaciorek.com
 * @author:  Dariusz Paciorek (xhtml, css) darekpaciorek@gmail.com
 * @version: ver. 1
 */

/** Import global CSS */
@import "../global/header.css";
@import "../global/footer.css";

/** Title */
#title {
	padding: 30px 0 37px 0;
	background: url(../../gfx/testimonials/hline.gif) no-repeat 0 100%;
}

#title h2 {
	height: 23px;
	background: url(../../gfx/testimonials/title.gif) no-repeat 0 0;
}

#title span {
	display: none;
}

/** Testimonials */
#testimonials {
	margin: 33px 0 0;
}

.row {
	margin: 25px 0 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ad0d01;
}

.row p {
	margin: 0;
	line-height: 16px;
}

.row p.author {
	margin: 20px 0 0;
	font-style: italic;
	color: #ff9c00;
}

/** Pagination */
#pagination {
	margin: 23px 0 0;
	text-align: right;
}

#pagination a:link, #pagination a:visited {
	text-decoration: none;
	color: #ad0d01;
	font-weight: 700;
}

#pagination a:hover {
	text-decoration: underline;
}

/** Form */
#formBox {
	margin: 25px 0 0 320px;
	width: 300px;
}

#testimonials h3 {
	margin: 45px 0 0;
	font-size: 1.3em;
	font-weight: 400;
	color: #ad0d01;
}

#formBox .field2 {
	display: none;
	margin: 18px 0 0;
}

#formBox .field {
	margin: 18px 0 0;
}

#formBox .field input {
	display: block;
	margin: 7px 0 0;
	padding: 4px 0;
	border: none;
	background: #ffeaea;
	color: #000;
	width: 100%;
}

#formBox .field textarea {
	display: block;
	margin: 7px 0 0;
	padding: 4px 0;
	border: none;
	background: #ffeaea;
	overflow:auto;
	color: #000;
	width: 100%;
	height: 200px;
}

#formBox label {
	color: #d9d9d9;
	font-weight: 400;
}

#formBox label span {
	color: #cb0005;
}

#formBox .submitButton {
	margin:23px 0 0 78px;
}
