/*
    MixMobi, Master Stylesheet for print media
    Last Updated: 16 February 2010
*/


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Header
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#header {
	float: none;
	height: 90px;
	}
	body#home #header { height: 100px; }
	
#header h1 {
	display: block;
	float: none;
	line-height: 1.2em;
	margin: 0;
	height: auto;
	text-transform: none;
	}
	body#home #header h1 { margin: 0; height: auto; }
	
#header h1.logo {
	position: relative;
	float: none;
	margin: 0 0 10px 0;
	}
	body#home #header h1.logo { position: relative; left: 0; top: 0; }
	
#header h1.logo a {
	float: none;
	padding: 0;
	height: auto;
	}
#header ul {
	display: none;
	}
	
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Image replacement
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.repl-create {
	text-indent: 0;
	}
.repl-learnmore { 
	text-indent: 0;
	}
.repl-pricing { 
	text-indent: 0;
	}
.repl-signup { 
	text-indent: 0;
	}
.repl-features { 
	text-indent: 0;
	}
	
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Buttons
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a.btn-see-plans {
	text-indent: 0;
	}
a.btn-signup-black {
    text-indent: 0;
	font-size: 1.4em;
    }
a.btn-signup-orange {
	text-indent: 0;
	margin: 8px 0;
	width: auto;
	}

	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Content
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div#content {
	float: none;
	border: none;
	}
div.section {
	float: none;
	padding: 0;
	width: 650px;
	}
	body#home .section { padding: 0; }
	
div.section div {
	float: none;
	}
div.subsection {
	float: none;
	}
div.sidebar {
	float: none;
	}
	
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Forms
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
fieldset div {
	float: left !important;
	}
	
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Tables
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */	
table {
	float: none;
	margin-left: 1px;
	border-collapse: collapse;
	}
tr.heading th { 
	border-right: 1px solid #c2c2c2; 
	}
td.no, 
td.yes {
	text-indent: 0;
	}
th.feature, 
td.feature { 
	border: 1px solid #c2c2c2 !important;
	}
	table.features tr.bottom td.feature { border-bottom: 1px solid #c2c2c2; }
	
tr.description td { font-style: normal; }

th.feature span { 
	width: auto; 
	height: 40px; 
	margin: 0; 
	padding: 0; 
	background-color: transparent; 
	}
	table.features th.feature span { margin: 0; }

td.feature span { 
	width: auto; 
	margin: 0; 
	padding: 16px 10px; 
	background-color: transparent; 
	}
	tfoot td.feature span { margin: 0; padding: 0; }


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Page-Specific -- Homepage
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Home Page Videos */
#videos {
    display: none;
    }
#quote {
	border: none;
	}
#quote p {
	float: none;
	}
	
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Page-Specific -- Learn More
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#sign-up ul {
	float: none;
	}
#faq {
	clear: none;
	margin: 20px 0 0 0;
	}
	
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#footer {
	float: none;
	margin: 28px 0 0;
	padding: 2px 0 0 0;
	}