/*
 * Shudogg Custom CSS
 * Design By: Shudogg Marketing
*/

body {
	/*background-image: url('images/background.png');*/
	/*background-repeat: repeat-x;*/
	background-color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
}
 
img {
	border: none;
}

h1 {
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #b90303;
	text-align: center;
}

h2 {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: #b90303;
}

h3, h4, h5, h6 {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #b90303;
	text-align: left;
}

a {
	color: #009;
	text-decoration: none;
}

a:visited {
	color: #009;
	text-decoration: none;
}

a:hover {
	color: #009;
	text-decoration: underline;
}

a:active {
	color: #009;
	text-decoration: none;
}

.wrap {
	/*background-image: url('images/mainbg.png'); */
	/*background-repeat: repeat-y;*/
	width: 800px;
	border: 2px solid;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0;
	margin-top: 15px;
	margin-bottom: 15px;
}

.header {
	background-image: url('images/logo.png');
	width: 800px;
	height: 0px;
	border: none;
}

.main {
	width: 800px;
}

.content {
	text-align: justify;
	padding: 15px;
}

.footer {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 15px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.shufix {
	clear: both; //fixes breaks in some pages
}

.optinform {
	width: 400px;
	margin: 0 auto;
	border: 2px dashed;
	padding: 20px;
}

.optin-header {
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #b90303;
}

.optin-label {
	float: left;
	width: 50px;
	line-height: 20px;
	margin-left: 50px;
	margin-bottom: 2px;
	padding-top: 2px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
}

.optin-textbox {
	float: right;
	width: 200px;
	height:18px;
	line-height: 20px;
	margin-right: 50px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.optin-line {
	width: 395px;
	height: 20px;
}

#video {
	margin: 0 auto;
	text-align: center;
}

#video embed {
	margin: 0 auto;
	text-align: center;
}

#video object {
	margin: 0 auto;
	text-align: center;
}