/*
THEME NAME: Timelaph
THEME URI: http://upthemes.com/themes/timelaph/
DESCRIPTION: Park your domain in style with WordPress and Google FeedBurner.
VERSION: 1.0
AUTHOR:  James McDonald (designer) and Chris Wallace (developer) for <a href="http://upthemes.com">UpThemes</a> and <a href="http://designmoo.com">Designmoo</a>
AUTHOR URI: http://upthemes.com
*/

/* -------------------------------------------------------------- 
  
   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: #ffffff; 
  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; }

html,
body{
	height: 100%;
	margin: 0;
	padding: 0;
}

body{
	background: #ffffff;
	color: #656565;
	margin: 0;
	padding: 0;
	height: 100%;
	font: 80%/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a,
a:link,
a:visited{
	color: #eee;
	color: rgba(255,255,255,0.8);
	text-decoration: none;
}

a:hover,
a:active{
	color: white;
	color: rgba(255,255,255,1);
}

#wrapper{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

#container{
	margin: 120px auto 0;
	min-height: 110px;
	padding: 10px;
	width: 500px;
	text-align: center;
}

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

form,
#container p{
	position: relative;
	margin-bottom: 1em;
	color: rgb(140,140,140);
	color: rgba(255,255,255,0.5);
}

#container p{
	font-size: 0.85em;
    text-shadow: 0 -1px 0 rgb(0,0,0);
    -moz-text-shadow: 0 -1px 0 rgb(0,0,0);
    -webkit-text-shadow: 0 -1px 0 rgb(0,0,0);
}

label,
input[type="text"],
button{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label,
input[type="text"]{
    color: #8d8d8d;
    text-shadow: 0 1px 0 rgba(0,0,0,0.4);
    -moz-text-shadow: 0 1px 0 rgba(0,0,0,0.4);
    -webkit-text-shadow: 0 1px 0 rgba(0,0,0,0.4);
    font-size: 11px;
    padding: 2px 8px;
    width: 214px;
    height: 24px;
    cursor: text;
    line-height: 1em;
}

label{
	line-height: 20px;
	margin-top: 2px;
}

input[type="text"]{
    border: none;
    vertical-align: middle;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, 
								from(rgba(255,255,255,0.20)), 
								to(rgba(255,255,255,0.14)), 
								color-stop(0.5,rgba(255,255,255,0.13)), 
								color-stop(0.5, rgba(255,255,255,0.12)));
    background: -moz-linear-gradient(top, rgba(255,255,255,0.18) 0%, 
    									  rgba(255,255,255,0.11) 50%, 
    									  rgba(255,255,255,0.11) 51%, 
    									  rgba(255,255,255,0.10) 100%);
    box-shadow: 0 -1px 0 rgba(255,255,255,0.3);
    -webkit-box-shadow: 0 -1px 0 rgba(255,255,255,0.3);
    -moz-box-shadow: 0 -1px 0 rgba(255,255,255,0.3);
    text-shadow: 0 1px 0 rgba(0,0,0,0.4);
    -moz-text-shadow: 0 1px 0 rgba(0,0,0,0.4);
    -webkit-text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}

input[type="text"]:active,
input[type="text"]:focus{
	background: -webkit-gradient(linear, left top, left bottom, 
								from(rgba(255,255,255,0.22)), 
								to(rgba(255,255,255,0.16)), 
								color-stop(0.5,rgba(255,255,255,0.15)), 
								color-stop(0.5, rgba(255,255,255,0.14)));
	background: -moz-linear-gradient(top, rgba(255,255,255,0.22) 0%, 
										  rgba(255,255,255,0.16) 50%, 
										  rgba(255,255,255,0.15) 51%, 
										  rgba(255,255,255,0.14) 100%);
}

button{
    color: #fff;
    font-size: 0.94em;
    padding: 1px 8px 5px 8px;
    cursor: text;
	height: 28px;
    vertical-align: middle;
    cursor: pointer;
    line-height: 1em;
    outline: 0;
	font-weight: bold;
    border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom,
								from(#ff8d00), 
								to(#ff6400), 
								color-stop(0.5,#ff6800), 
								color-stop(0.5,#ff5d00));
    background: -moz-linear-gradient(top, #ff8d00 0%, 
    									  #ff6800 50%, 
    									  #ff5d00 51%, 
    									  #ff6400 100%);
    box-shadow: 0 -1px 0 #ffae00;
    -webkit-box-shadow: 0 -1px 0 #ffae00;
    -moz-box-shadow: 0 -1px 0 #ffae00;
    text-shadow: 0 1px 0 rgba(0,0,0,0.4);
    -moz-text-shadow: 0 1px 0 rgba(0,0,0,0.4);
    -webkit-text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}

button:active{
    padding: 2px 8px 4px 8px;
    outline: 0;
	background: -webkit-gradient(linear, left top, left bottom,
								from(#ff8d00), 
								to(#ff6400), 
								color-stop(0.5,#ff6800), 
								color-stop(0.5,#ff5d00));
    background: -moz-linear-gradient(top, #ff8d00 0%, 
    									  #ff6800 50%, 
    									  #ff5d00 51%, 
    									  #ff6400 100%);
}




#business { font-family: 'PT Sans', arial, serif; font-size: 15pt; color: #000000; font-weight: normal; margin-top: 15px; margin-bottom: 30px; text-align: center; line-height: 30px; width:500px }




