/* CSS Document */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #666666;
	font-size: 16px;
	letter-spacing:1px;
	background-color:rgba(0, 0, 0, 0.8);
	margin:0;
	width: auto;
	word-wrap:break-word;
}
body h1 {
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	line-height: 120%;
}
.main_wrapper {
	clear: both;
	height:auto;
	max-height: 100%;
	width: auto;
	margin: 0px auto;
	box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.33);
	-moz-box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.33);
	-webkit-box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.33);
	background-color:#FAFAFA;
}
.author_section {
	clear: both;
	min-height: 800px;
	width: 960px;
	margin: 0px auto;
	box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.33);
	-moz-box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.33);
	-webkit-box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.33);
	background-color:#FAFAFA;
}
.header {
	width: 100%;
	height: auto;
}
.footer {
	clear: both;
	min-height: 100px;
	width: auto;
	margin: 0px auto;
	box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.33);
	-moz-box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.33);
	-webkit-box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.33);
	background-color:#fff;
}
.social_buttons {
	padding: 25px;
	margin: 0 auto;
	width:226px;
}
.social_buttons a {
	display: inline-block;
	float: none;
	width: 32px;
	height: 32px;
	margin-right: 8px;
}
.social_buttons h2 {
	display: inline-block;
	float: none;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 32px;
	margin-right: 14px;
	vertical-align: top;
	color:#FFFFFF;
	font-size:10px;
	text-align:center;
}
.social_buttons .twitter {
	background: transparent url("../images/xtd_twitter_button.png") no-repeat left top;
	opacity:0.8;
}
.social_buttons .twitter:hover {
	opacity:1;
}
.social_buttons .twitter:active {
	opacity:1;
}
.form_container {
	padding-left:10px;
	padding-right:10px;
	align:center;
}
.table_wrapper {
	alignment-adjust:central;
	width:auto;
	padding-left:1px;
	padding-right:1px;
	padding-top:15px;
	padding-bottom:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	background-color:#347fa6;
	align: center;
}
.table_form {
	border-width:thin;
	max-width:600px;
}
.tr_blue {
	background-color:rgba(52, 127, 166, 0.6);
	color:#FFF;
}
form {
	align:center;
}
.image_set {
	border: 0;
	margin-top:0;
	margin-bottom:0;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	min-height:10px;
}
body img {
	height: auto;
	max-width:100%;
}

input[type=text], input[type=email], input[type=url], input[type=password], select, textarea {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
	 .main_wrapper {
	min-height: 320px;
	 }

 @media only screen and (max-width : 630px) {
.mobile-hide {
	visibility: hidden;
}
input[type=text], input[type=email], input[type=url], input[type=password], select, textarea {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
}
 @media only screen and (min-width : 630px) {
.mobile-show {
	visibility: hidden;
}
	 .main_wrapper {
	min-height: 600px;
	 }

}
 @media only screen and (min-width : 1024px) {
body {
	min-width: 960px;
	font-size: 0.9em;
}
img.image_set_img {
	width:auto;
	height:auto;
	display:inline;
}
.main_wrapper {
	clear: both;
	min-height: 800px;
	width: 960px;
	margin: 0px auto;
	box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.33);
	-moz-box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.33);
	-webkit-box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.33);
	background-color:#FAFAFA;
}
.footer {
	clear: both;
	min-height: 100px;
	width: 960px;
	margin: 0px auto;
	box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.33);
	-moz-box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.33);
	-webkit-box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.33);
	background-color:#000000;
}
table {
	width: auto;
	border-collapse: collapse;
}
@media only screen and (max-width : 680px) {
 .table_form {
 border-width:thin;
 max-width:300px;
}
 input[type=text], input[type=url], input[type=email], input[type=password], input[type=tel], textarea {
 -webkit-appearance: none;
-moz-appearance: none;
 display: block;
 margin: 0;
 padding:5px;
 width: 95%;
height: 40px;
 line-height: 10px;
font-size: 17px;
 border: 1px solid #bbb;
}
