html {
	font-family: helvetica, arial, sans-serif;
}

body {

}

header {
	width: 1200px;
	margin: auto;
	overflow: hidden;
}

#logo-container {
	width: 554px;
	float: left;
}

#logo-container img {
	width: 554px;
	height: 148px;
	/*max-width: 100%;*/
}

#social-prison {
	width: 350px;
	float: right;
	margin-top: 50px;

	list-style-type: none;
}

#social-prison li {
	float: left;
	margin-left: 10px;
}

#content-container {
	width: 1200px;
	margin: auto;
	clear: both;
	overflow: hidden;
}

footer {
	width: 1200px;
	background: #fff url('/assets/images/template/footer.jpg') center top no-repeat;
	margin: 20px auto 100px;
	height: 202px;
}

.footer-column {
	/*width: 100px;*/
	width: 15%;
	height: 100px;
	float: left;
	margin-top: 60px;
	margin-left: 85px;
	text-align: left;

	list-style-type: none;
}

.footer-column h2 {
	font-weight: bold;
}

.footer-column li a {
	color: #000;
}

#footer-last-column {
	float: right;
	margin-right: 50px;
}



/* ========== Home ==========*/

.home-block {
	width: 354px;
	height: 405px;
	float: left;
	background-repeat: no-repeat;
	margin-top: 35px;
	margin-left: 35px;
}

#home-block-1 {
	background-image: url('/assets/images/template/who-box4.png');
}

#home-block-2 {
	background-image: url('/assets/images/template/who-box.png');
}

#home-block-3 {
	background-image: url('/assets/images/template/who-box2.png');
}

.home-block p {
	font-size: 1.15em;
	color: #c20202;
	padding: 10px 30px;
	text-align: justify;
	font-weight: bold;
}

.home-block p:first-child {
	margin-top: 120px;
}

#home-block-1 p {
	line-height: 120%;
}

#home-block-2 p, #home-block-3 p {
	line-height: 160%;
}



/* ========== About ========== */

#our-story {
	width: 100%;
	height: 800px;
	background: url('/assets/images/template/story.gif') center top no-repeat;
}

#our-story-content {
	width: 530px;
	margin-left: 550px;
}

#our-story-content h1 {
	font-size: 2em;
	padding-top: 240px;
}

#our-story-content p {
	font-size: 1.15em;
	color: #096d9c;
	font-weight: bold;
	text-align: justify;
	padding-top: 15px;
	line-height: 150%;
}


/* ========== Artist Submissions ========== */

#submissions-info {
	width: 800px;
	height: 490px;
	margin: auto;
}

#submission-graphic {
	width: 750px;
	height: 450px;
	margin: auto;
}

#submission-text {

	width: 750px;
	margin: auto;
	font-size: 150%;
	color: #ac0000;	
}

#submission-text p{

	text-align: center;
	margin-top: 5px;	
}


/* ========== General FAQ ========== */

#faq-container {
	clear: both;
	overflow: hidden;	
}

.faq-block {
	width: 350px;
	height: 320px;
	text-align: left;
	margin: 23px;
	background-color: #bfd4f8;
	border: 2px dashed #000;
	float: left;
}

#faq-block-1 {
	background-image: url('/assets/images/template/gen-question1.png');
	background-position: left top;
	background-repeat: no-repeat;
}

#faq-block-2 {
	background-image: url('/assets/images/template/gen-question2.png');
	background-position: right top;
	background-repeat: no-repeat;
}

#faq-block-3 {
	background-image: url('/assets/images/template/gen-question3.png');
	background-position: right top;
	background-repeat: no-repeat;
}

#faq-block-4 {
	background-image: url('/assets/images/template/gen-question4.png');
	background-position: left top;
	background-repeat: no-repeat;
}

#faq-block-5 {
	background-image: url('/assets/images/template/gen-question5.png');
	background-position: right top;
	background-repeat: no-repeat;
}

.faq-block p {
	padding-top: 15px;
	margin-left: 15px;
	padding-top: 15px;
	width: 275px;
	color: #416197;
	font-weight: bold;
}

#faq-block-1 p {
	margin-left: 155px;
	padding-top: 110px;
	width: 200px;
}

#faq-block-2 p {
	padding-top: 120px;
	width: 150px;
}

#faq-block-3 p {
	padding-top: 130px;
	width: 200px;
}

#faq-block-4 p {
	margin-left: 155px;
	padding-top: 130px;
	width: 190px;
}

#faq-block-5 p {
	padding-top: 60px;
	width: 140px;
}

#faq-contact {
	width: 1200px;
	margin: 20px auto 0;
	clear: both;
	text-align: center;
	font-size: 1.5em;
}



/* ========== Artist FAQ ========== */

.artist-faq-block {
	width: 350px;
	height: 300px;
	text-align: left;
	margin: 23px;
	background-color: #c1f5fb;
	border: 2px dashed #000;
	float: left;
}

#artist-faq-block-1 {
	background-image: url('/assets/images/template/question1.gif');
	background-position: left top;
	background-repeat: no-repeat;
}

#artist-faq-block-2 {
	background-image: url('/assets/images/template/question2.gif');
	background-position: right top;
	background-repeat: no-repeat;
}

#artist-faq-block-3 {
	background-image: url('/assets/images/template/question3.gif');
	background-position: left top;
	background-repeat: no-repeat;
}

#artist-faq-block-4 {
	background-image: url('/assets/images/template/question4.gif');
	background-position: left top;
	background-repeat: no-repeat;
}

#artist-faq-block-5 {
	background-image: url('/assets/images/template/question5.gif');
	background-position: right top;
	background-repeat: no-repeat;
}

.artist-faq-block p {
	padding-top: 15px;
	margin-left: 15px;
	padding-top: 15px;
	width: 275px;
	color: #01798b;
	font-weight: bold;
}

#artist-faq-block-1 p, #artist-faq-block-3 p, #artist-faq-block-4 p {
	margin-left: 125px;
	padding-top: 125px;
	width: 200px;
}

#artist-faq-block-2 p, #artist-faq-block-5 p {
	padding-top: 120px;
	width: 200px;
}




