html{
	height:  100%;
	min-height: 100%;
	min-width: 1024px;
}

body {
	background-color: #fff;
	margin: 0;
	color: #333;
	width: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height: 100%;
}

*{
	padding:  0;
	margin: 0;
}

/* @group Typography */

a {
	color: #804000;
}

img {
	border: 0;
}

p {
	margin-bottom: 0.5em;
	font: 0.9em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	line-height: 1.35em;
}

h1{
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1.3em;
	margin-bottom: 1em;
}

h2{
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	margin-bottom: 0.5em;
}


h3{
	font: 1em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
	font-style: normal;
	margin-bottom: .3em;
}

.smaller_text p{
	font-size: 85%;
} 

hr {
	height: 1px;
	border: 0;
	color: #ccc;
	background-color: #ccc;
	width: 100%;
	margin: 10px 0;
}

/* @end */

/* @group Layout */

#container{
	position: relative;
	width:100%;
	margin:0;
	padding: 0;
	text-align: left;
	min-width: 600px;
	min-height: 100%;
}

#header{
	width:  100%;
	height: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#header .logo{
	float: left;
	position: absolute;
	right: 84%;
	margin-left: 2.5%;
}

#navigation{	
	float: left;
	position: absolute;
	border: 0;
	left: 19%;
}

#content{
	width: 78.5%;
	text-align: left;
	float: left;
	min-height: 300px;
	margin-left: 19%;
	margin-bottom: 1em;
}

#sidebar{
	padding-top: 0.5em;
	margin-top: -0.5em;
	background-position: 0em -0.5em;
	padding-left: 2.5%;
	background-repeat: no-repeat;
	background-image: url(/media/img/yellow-gradient.png);
	width: 15%;
	float: left;
	margin-left: 0%;
	font-size: 0.8em;
	color: #666666;
	position: absolute;
}

#sidebar p{
	margin-right: 0.7em;
	line-height: 1.75em;
}

#footer{
	width: 95%;
	margin-left: 2.5%;
	float: left;
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	font: .8em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #797979;
	border-top-style: solid;
	border-top-width: 1px;
}

.short_body #footer{
	position: absolute;
	bottom: 0;
}

/* @end */

/* @group App pages */

.left_column{
	position: absolute;
	float: left;
	margin-left: 250px;
	margin-right: 26.5%;
}

.right_column{
	float: right;
	width: 29%;
}

.phone_image{
	float: left;
	margin-right: 1em;
	margin-left: -18px;
}

.app_description{
	padding-top: 75px;
}

.app_badge{
	/*position: absolute;
	right: 0;
	bottom: 0;*/
}

.price{
	position: relative;
	font-size: 130%;
	font-weight: bold;
	top: -20px;
}

.blog_post{
	display: block;
	margin-bottom: 2em;
}

.blog_post .date{
	display: block;
	margin-bottom: 0.6em;
	font-size: 0.7em;
	color: #666666;
}

.blog_post .tags{
	font-size: 0.8em;
}

.blog_post h1{
	padding-bottom: 0px;
	margin-bottom: 0.5em;
}

.blog_post p{
	line-height: 1.4em;
}

.blog_post_footer{
	position: relative;
}

.other_posts{
	font-size: 0.8em;
	padding-bottom: 1em;
	position: relative;
}

.other_posts .previous{
	top: 0px;
	position: absolute;
	width: 48%;
}

.other_posts .next{
	top: 0px;
	text-align: right;
	right: 0px;
	width: 48%;
	position: absolute;
}

.other_posts .current{
	top: 0px;
	text-align: center;
	right: 33%;
	width: 33%;
	position: absolute;
}

.link_list{
	line-height: 1.4em;
	list-style-type: none;
}

.post_count{
	font-size: 0.7em;
	color: #666666;
}

.four-column-container{
	width: 121.3%;
	left: -21%;
	background-color: #cccccc;
	position: relative;
}

.four-column-container .column1{
	width: 24%;
	left: 0px;
	position: absolute;
	background-color: #ffcc00;
}

.four-column-container .column2{
	width: 24%;
	left: 25.7%;
	position: absolute;
	background-color: #33cc00;
}

.four-column-container .column3{
	width: 24%;
	left: 51%;
	position: absolute;
	background-color: #ffcc66;
}

.four-column-container .column4{
	width: 24%;
	left: 76%;
	position: absolute;
	background-color: #ff1100;
}

.three-column-container
{
	width: 121.3%;
	left: -21%;
	position: relative;
	margin-bottom: 2em;
}

.three-column-container .column1{
	width: 33%;
	left: 0px;
	top: 0;
	position: absolute;
}

.three-column-container .column2{
	width: 32.5%;
	left: 34.2%;
	top: 0;
	position: absolute;
}

.three-column-container .column3{
	width: 32.5%;
	left: 67.7%;
	top: 0;
	position: absolute;
}


.medley_description
{
	width: 100%;
	margin-bottom: 2em;
	overflow: auto;
}

.medley_description .left{
	float: left;
	width: 68%;
}

.medley_description .right{
	float: left;
	width: 29%;
	padding-left: 3%;
	padding-top: 2.85em;
}

/* @end */
