/*

THEME NAME: UnderCon

THEME URI: http://netizensmedia.com/2009/04/20/introducing-undercon-better-sweeter-customizable-wordpress-domain-parking-theme/

DESCRIPTION: Where under construction page never looked better.

VERSION: 0.4

AUTHOR: Lim Cheng Soon

AUTHOR URI: http://netizensmedia.com/

TAGS: white, one-column, fixed-width, theme-options

*/



/* -------------------------------------------------------------- 

  

   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: #000;
	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:#000 url(images/germ_bg.gif) left top no-repeat;
	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:700px;
	margin:0 auto;
}
#logo {
	margin-top:80px;
	width:250px;
	float:left;
	padding-right:10px;
}
#main {
	position:absolute;
	top:230px;
	left:430px;
}
h1 {
	font-size:50px;
	font-weight:bolder;
	letter-spacing: -0.05em;
	line-height:1em;
}
#main p.desc1 {
	padding:10px 0;
	font-size:14px;
	font-family: Helvetica, Georgia, Times;
	line-height:1.2em;
	color:#000;
}
form {
	padding:0 5px 10px;
	border-bottom: 1px dotted #2A2A2A;
}
form p, form input {
	display:inline;
}
form .email {
	border:1px solid #CCC;
	padding:5px;
	color:#777;
}
form .button {
	border:1px solid #777;
	padding:5px;
	background:#000;
	color:#DDD;
	text-transform:uppercase;
}
form .button:hover {
	background:#444;
	color:#FFF;
}
.form-label {
	border-left:1px solid #FE8F45;
	padding:36px 10px;
}
#submit {
	vertical-align:middle;
}
#page-info {
	padding:10px 5px;
	clear:both;
	font-size:11px;
	color:#EEE;
	text-align:left;
}
#page-info a {
	color:#CCC;
}
#page-info a:hover {
	color:#FFF;
}
#footer {
	position:absolute;
	bottom:10px;
	right:10px;
	width:200px;
	color:#ccc;
	font-size:11px;
}
#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;
}
div#logo {
	display:none;
}
span.rss-img {
	position:relative;
	top:4px;
	left:3px;
}

