/*
THEME NAME: UnderWraps
THEME URI: 
DESCRIPTION: Under construction never looked better!
VERSION: 1.0
AUTHOR: Polaraul
AUTHOR URI: http://www.polaraul.com/
TAGS: white, one-column, fixed-width
*/

/* -------------------------------------------------------------- 
  
   Reset default browser CSS.
   
   Based on work by Eric Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1.5;
	background: #fff;
	margin: 0;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,th,td {
	text-align: left;
	font-weight: normal;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before,blockquote:after,q:before,q:after {
	content: "";
}

blockquote,q {
	quotes: "" "";
}

a img {
	border: none;
}

/* -------------------------------------------------------------- 
  
   Structure   
   
-------------------------------------------------------------- */
body {
	background: #FFF;
	color: #000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	text-align: center;
	font-family: Helvetica, Arial, sans serif;
}

a {
	text-decoration: none;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

#wrapper {
	text-align: left;
	width: 900px;
	margin: 2% auto 0 auto;
}

#logo {
	margin-top: 0px;
	width: 450px;
	float: left;
	padding-right: 10px;
}

#main {
	width: 380px;
	float: left;
}


h1 {
	font-size: 50px;
	font-weight: bolder;
	letter-spacing: -0.05em;
	line-height: 1em;
}

#main p.desc1 {
	margin-top: 15px;
	padding: 5px 0;
	font-size: 18px;
	font-family: Georgia, Times;
	line-height: 1.2em;
	color: #666;
}

#main p.desc1 {
	padding: 2px 0;
	font-size: 14px;
	font-family: Georgia, Times;
	line-height: 1.1em;
	color: #666;
}

form {
	padding: 15px 0;
	border: 1px solid #f1f1f1;
	border-style: solid none;
}

form p,form input {
	display: inline;
}

form .email {
	border: 1px solid #ccc;
	padding: 5px;
}

form .button {
	border: 1px solid #f1f1f1;
	padding: 5px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
}

form .button:hover {
	background: red;
}

.form-label {
	border-left: 1px solid #FE8F45;
	padding: 36px 10px;
}

#submit {
	vertical-align: middle;
}

#page-info {
	padding: 10px 0;
	clear: both;
	font-size: 12px;
	color: #666;
	text-align: left;
}

#page-info a {
	color: #666;
	font-style: italic;
}

#page-info a:hover {
	color: #000;
}

#footer {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 400px;
	color: #ccc;
	font-size: 22px;
}

#footer a {
	color: #ccc;
}

#footer a:hover {
	color: #999;
}

/* =Images
-------------------------------------------------------------- */

/*  Only added for the sake of compliance with Themes Directory   */
.entry-content img {
	margin: 0 0 18px 0;
	max-width: 100%;
}

img.alignleft,img.align-left {
	float: left;
	margin-right: 20px;
}

img.alignright,img.align-right {
	display: block;
	float: right;
	margin-left: 20px;
}

img.center,img.centered {
	margin: 0 auto;
	display: block;
	float: none;
	clear: both;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height: 12px;
}