* { 
    padding: 0; 
    margin: 0; 
} 

html {
	height: 100%;
	background: #14202d url('/images/background_gradient.png') top left repeat-x;
}

body {
	margin: 0;
	padding: 0;
	min-height: 100%;
	position: relative;
	
	color: white;
	font-family: "droid-sans-1","droid-sans-2", Helvetica, Arial, sans-serif;
	text-align: justify;
	font-size: 100%;
}

#top-wrapper {
	width: 100%;
	min-height: 681px;
	display: inline-block;
	padding: 0 0 3em 0;
}

#bottom-wrapper {
	width: 100%;
	min-height: 40px;
	max-height: 100px;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	
	background: url('/images/background_hive.png') top left repeat-x;
}

#bottom-content-wrapper {
	width: 950px;
	margin: 0 auto;
	padding: 1em 0;
}

#content-wrapper {
	width: 950px;
	margin: 0 auto;
}

.leftCol {
	width: 150px;
	
	display: table-cell;
	vertical-align: top;
	
	text-align: right;
}

.rightCol {
	display: table-cell;
	vertical-align: top;
	padding-left: 40px;
	width:  800px;
}

img {
	border: 0;
}

a {
	border: 0;
	color: #7cb630;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	padding: 0;
	margin: 0;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: none;
}

h1 {
	font-size: 4em;
	margin: 0 0 0.2em 0;
	text-shadow: 1px 1px 4px #000;
}

h2 {
	margin: 0 0 0.2em 0;
}

h3 {
	margin: 0 0 0.2em 0;
}

h4 {
	margin: 0 0 0.2em 0;
	padding: 0;
}

.light {
	font-weight: 200;
}

.semibold {
	font-weight: 600;
}

.serif {
	font-family: "liberation-serif-1","liberation-serif-2";
}

.screenshot-right {
	float: right;
	padding: 0 0 20px 40px;
}

.table-cell {
	display: table-cell;
}


/* Capsule */
/* ----------------------------------- */
.capsule-wrapper {
	background-color: rgba(0,0,0,0.1);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid rgba(20,20,20,0.3);
	
	padding: 10px;
	margin: 0 0 2em 0;
}

.capsule-content {
	opacity: 1.0;
	font-size: 1em;
	line-height: 1.3em;
	
	padding: 0;
	margin: 0;
}


/* Feature List */
/* ----------------------------------- */
ul.featureList {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.featureList li {
	margin-bottom: 30px;
}

ul.featureList li .icon {
	width: 30px;
	padding-right: 20px;
	
	display: table-cell;
	vertical-align: top;
}

ul.featureList li .text {
	display: table-cell;
	vertical-align: top;
}

ul.featureList li .text h4 {
	margin-bottom: 0.2em;
	padding-bottom: 0;
}

ul.featureList li .text p {
	margin: 0;
	padding: 0;
	color: #ccc;
}



/* HRs */
/* ----------------------------------- */
hr {
	width: 100%;
	height: 10px;
	background: url('/images/hr_bottom.png') top center no-repeat;
	border: 0;
	margin: 0;
	padding: 1em 0;
}

hr.top {
	background: url('/images/hr_top.png') top center no-repeat;
}

/* Navbar */
/* ----------------------------------- */

#navbar-wrapper {
	width: 950px;
	margin: 0 auto;
}

#navbar {
	display: table;
	vertical-align: middle;

	margin: 0 0 0 auto;
	padding: 0;
	background: url('/images/navbar_background.png') repeat-x;
	height: 35;
	
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#navbar ul {
	display: inline-table;
	margin: 0;
	padding: 0;
	height: 100%;
	vertical-align: middle;
	list-style: none;
}

#navbar li {
	display: table-cell;
	vertical-align: middle;
	padding: 0 15px;
	height: 35px;
	background: url('/images/navbar_divider.png') center right no-repeat;
	
	font-size: 0.8em;
	font-weight: bold;
}

#navbar li.last, #navbar li#navbarIcon {
	background: none;
}

#navbar li#navbarIcon {
	padding: 0 20px 0 0;
	display: inline-block;
	-moz-border-radius-bottomleft: 5px;
}

#navbar li a {
	color: #444;
}







ul.nobullet {
	list-style: none;
	margin-top: 2em;
}

ul.nobullet > li {
	margin-bottom: 2em;
}

ul.nobullet > li ol {
	margin-left: 3em;
}



/* Navbar */
/* ----------------------------------- */
#tumblr_controls {
	display: none;
}
