/*
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: #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 {

	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 {
	margin-left: 20px;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 0px;
	text-align:left;
	width:700px;
	
}
#logo {
	margin-top:30px;
	width: 50px;
	float:left;
	padding-right:10px;
}
#main {
	width: 600px;
	float:left;
}
h1 {
	font-size:50px;
	font-weight:bolder;
	letter-spacing: -0.05em;	
	line-height:1em;
}

#main p.desc1{ text-transform: lowercase; padding:10px 0; font-size:22px; font-family: Georgia, Times; 	line-height:1.2em; 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;
}


#twitter-title {
	line-height: 1.2em;
	font-family: Georgia, sans-serif;
	padding:10px 0;
	clear:both;
	font-size: 18px;
	color: black;
	text-align:left;
}

#twitter {
	line-height: 1.2em;
	font-family: Georgia, sans-serif;
	padding:10px 0;
	clear:both;
	font-size: 18px;
	color:#666;
	text-align:left;
}

#twitter li {
	line-height: 1.2em;
	font-family: georgia, sans-serif;
	list-style-position: outside;
	list-style-type: none;
	padding:7px 0;
	clear:both;
	font-size: 18px;
	color:#666;
	text-align:left;
}

#twitter a {
	color:#666;
	font-style:italic;
}
#twitter a:hover {
	color: red;
}


#footer { 
	color: #CCC; 
	text-shadow: 0px 0px #666666; 
	position:absolute;
	bottom:10px;
	right:10px;
	width: 320px;
	font-size: 12px;
}
#footer a{ color: #CCC; }
#footer a:hover{ color: red; }



/* =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;
}

ul {
	list-style: none;
	}
	
ul li:before {
	content: " ↪ \0020 \0020";
	}

/* unvisited link */
a:link {
    color: #3e4143;
}

/* visited link */
a:visited {
    color: #3e4143;
}

/* mouse over link */
a:hover {
    color: #3e4143;
}

/* selected link */
a:active {
    color: #3e4143;
}







