/*
Theme Name: Bit Perfection Time
Theme URI: http://bitperfection.com/
Description: Bit Perfection's theme.
Version: 1.0
Author: Jason Broyles
Author URI: http://bitperfection.com/
Tags: business

	Bit Perfection Copyright 2010

*/



/* Begin Typography & Colors */
html, body {    
   height: 100%; 
}

body {
    font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	margin: 0;
	border: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, Sans-Serif;
	background: #FFF url('images/bg.jpg');
	color: #676768;
	}
	
p {
    font-size: 1.2em;
    line-height: 120%;
}
	
h1 {
    font-size: 2.6em;
    color: #4e7291;
    font-family: "museo-slab-1","museo-slab-2",serif;
    text-shadow:0px 1px 0px #FFFFFF;
}

h2 {
    font-size: 1.8em;
    color: #4e7291;
    font-family: "museo-slab-1","museo-slab-2",serif;
    text-shadow:0px 1px 0px #FFFFFF;
}

a {
    color: #676768;
}
	
.clear_both {
    clear: both;
}

#page {
    min-height: 100%;
    margin-bottom: -256px;
    position: relative;
    width: 768px;
    margin-left: auto;
    margin-right: auto;
}

#logo {
    float: left;
    margin-top: 7px;
    font-size: 2.4em;
    color: #7897b1;
    font-family: "museo-1","museo-2","Helvetica","Ariel",sans-serif;
    text-shadow:0px 1px 0px #FFFFFF;
}
	
#menu {
    float: right;
    padding: 1px;
    padding-top: 0;
    margin: 10px 0 10px 10px;
    background-color: #fff;
    border: 1px solid #a2a1a7;
    font-size: 1.4em;
    font-family: "museo-slab-1","museo-slab-2",serif;
    text-shadow:0px 1px 0px #FFFFFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #676768;
}

#menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    background-color: #000;
    
}

#menu ul li {
    padding: 5px 0;
    float: left;
    border-right: 1px solid #a2a1a7;
    border-left: 1px solid #fff;
}

#menu ul li.first {
    border-left: 0;
}

#menu ul li.last {
    border-right: 0;
}

#menu a {
    padding: 5px 10px;
    text-decoration: none;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.07, rgb(204,209,215)),
        color-stop(0.81, rgb(245,245,247))
    );
    background: -moz-linear-gradient(
        center bottom,
        rgb(204,209,215) 7%,
        rgb(245,245,247) 81%
    );
    color: #676768;
}

#menu a:active {
    padding: 5px 10px;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(1, rgb(204,209,215)),
        color-stop(0.07, rgb(245,245,247))
    );
    
    background: -moz-linear-gradient(
        center bottom,
        rgb(204,209,215) 100%,
        rgb(245,245,247) 7%
    );
}

#menu ul li.first a {
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
}

#menu ul li.last a {
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
}

#menu a:visited {
    color: #676768;
}

/* Footer */
#footer_container {
    height: 256px;
    position: relative;
    background: #999 url('images/footerBG.jpg') repeat-x scroll top left;
}

.clearfooter {
   height: 256px;
   clear: both;
}

#footer {
    width: 740px;
    margin: 0 auto;
    padding: 10px;
}

#twitter {
    float: left;
    width: 350px;
}

#twitter ul {
    list-style-type: none;
    font-size: 1.2em;
    padding: 0;
}

#twitter ul li {
    margin: 10px 0;
    line-height: 120%;
}

#newsletter_container {
    float: right;
    width: 350px;
    background: #FFF url('images/newsletter.jpg') no-repeat scroll top left;
}

#newsletter {
    padding: 0 20px;
}

#mc_signup_form {
    padding: 0;
    margin: 0;
}

.mc_var_label {
    display: none;
}

input, textarea { 
	padding: 9px;
	border: 1px solid #a2a1a7;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width: 200px;
	background: #FFFFFF url('bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	}

textarea { 
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
	}

input:hover, textarea:hover,
input:focus, textarea:focus { 
	border-color: #C9C9C9; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	}

.form label { 
	margin-left: 10px; 
	color: #999999; 
	}

input.button {

	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;    
    width: 100px;
	padding: 5px 10px;
    text-decoration: none;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.07, rgb(204,209,215)),
        color-stop(0.81, rgb(245,245,247))
    );
    background: -moz-linear-gradient(
        center bottom,
        rgb(204,209,215) 7%,
        rgb(245,245,247) 81%
    );
    color: #676768;
    
    font-size: 1.4em;
    font-family: "museo-slab-1","museo-slab-2",serif;
    text-shadow:0px 1px 0px #FFFFFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    
    box-shadow:1px 1px 0px #a2a1a7, -1px -1px 0px #a2a1a7;
    -moz-box-shadow: #a2a1a7 -1px -1px 0, #a2a1a7 1px 1px 0;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}


/* Landing */
#showcase_landing {
    width: 400px;
    margin: 0 auto;
}

#coming_soon {
    width: 400px;
    margin: 40px auto 20px auto;
    text-align: center;
}