@import "papertemplate.css";

body {
   background-image: url(../images/bg-gray.png); background-position: 0px 0px; background-repeat: repeat repeat;
}

#content div.stripe {
   left:0;
   padding:10px;
   margin:0 -50px;
   width:680px;
   max-width:680px;
   position:static;
}

#contentContainer {
   box-shadow: 0 2px 8px #999999;
   -moz-box-shadow: 0 2px 8px #999999;
   -webkit-box-shadow: 0 2px 8px #999999;
}

h1 {
	margin-top:20px;
	font-size:50px;
	color:#000000;
}
h1 u { color:#000000; }
li { text-align:left; }

#content > h2:first-of-type, #tinymce > h2:first-of-type {
font-family: 'Lato', Arial, Verdana, 'Helvetica Neue', Helvetica, sans-serif;
font-size: 30px;
font-style:italic !important;
line-height: 45px;

/*
border-top:#444444 solid 1px;
border-bottom:#444444 solid 1px;
*/

padding:10px 20px 10px 20px;
margin:20px -50px 20px -50px;
}

#content > h2:first-of-type b, #tinymce > h2:first-of-type b, #content > h2:first-of-type strong, #tinymce > h2:first-of-type strong {
	font-size: 30px	!important;
	color:black !important;
}
#tinymce > h2:first-of-type { margin:auto; padding-left:0; padding-right:0; }

th b { font-family: 'Oswald', Arial, Verdana, 'Helvetica Neue', Helvetica, sans-serif; font-size:30px; color:black; }
th em { font-weight:normal; color:#000000; }

body, td {
   font-family: 'Lato',Arial,Verdana,'Helvetica Neue',Helvetica,sans-serif;
   color: #444444;
}

#tinymce { background:white; }
.mceContentBody { width:800px; }
th { text-transform:none !important; }

.mceContentBody blockquote { font-style:normal !important; }
h1, h2, h3, h4 {
	letter-spacing: -1; 
	font-weight: 400;
	text-align: center;
	font-family: 'Oswald', Arial, Verdana, 'Helvetica Neue', Helvetica, sans-serif;
	line-height:1.4em;

	margin:5px;
}
.papertemplate-submit {
	font-family: 'Lato',Arial,Verdana,'Helvetica Neue',Helvetica,sans-serif !important;
	font-size:23px !important;
	font-weight:700 !important;
	width:450px; cursor:pointer; cursor:hand; font-family:Tahoma, Verdana; font-size: 22px; font-weight:bold; letter-spacing: -1; height:40px;
}
.goodoption .papertemplate-submit, .bestoption .papertemplate-submit {
	width:250px !important;
}
