/* @override 
	http://dev.dejumble.com/static/css/home.css
	http://www.dejumble.com/static/css/home.css
*/

/* Example CSS File that gets deployed to http://host/root/static/css/test.css */

/* @group Shared Classes */

.date {
	font-size: 11px;
	color: #888;
	font-style: italic;
	font-weight: normal;
	margin-top: 0;
}

.content {
	font-size: 15px;
	color: #2e2e2e;
}

/* @end */

/* @group Page Header and Wrapper */

/* Main page containier size */

div#outside-wrap {
	margin:0 auto;
	float: none;
	width: 800px;
	position: relative;
	height: 100%;
}

div#page-wrap {
	width: 800px; 
	position: absolute;
	top: 0;
	bottom: 0;
}

div#header {
	width: 818px;
	height: 48px;
	margin-bottom: 10px;
	background: url(/static/img/header_bar.png) no-repeat 0 -8px;
	margin-left: -9px;
}

/* Empty overlay link for home when clicking on logo */
div#header .home_link {
	width: 160px;
	height: 30px;
	float: left;
	margin-left: 10px;
}

div#header-menu {
	float: right;
}

/* Header Button CSS */
div#header .link {
	font: 13px/32px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #eaf0f9;
	text-shadow: #939393 0 -1px 0;
	border-left: 1px solid #979ba1;
	height: 31px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	text-decoration: none;
}

div#header .link.end {
		margin: 0 9px 0 0;
}

div#header .link:hover, 
div#header .link.active {
	color: #fff;
	background-color: #9eafc4;
	cursor: pointer;
	text-shadow: #6e6e6e 0 -1px 0;
}	

/* Far right button, doesnt work in ie */
div#header .link.end:hover,
div#header .link.end.active {
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

/* Footer */

div#footer {
	padding-bottom: 8px;
}

span.site_power {
	font-size: 1px;
}

/* @end */

/* @group Page Content */

div#body h1 {
	color: #424951;
	font: bold 24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 4px;
}

div#body h3 {
	color: #424951;
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 11px 0 1px;
}

div#body a {
	color: #314d8a;
	text-decoration: none;
	font: bold 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

div#body a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Home */

/* @group Promo Splash */

div#body #splash_area {
	width: 800px;
	height: 490px;
	background-image: url(/static/img/front_splash_bg.png);
	margin-top: 40px;
	float: left;
}

#splash_area img#screenshot {
	margin-top: 15px;
	margin-left: 63px;
	float: left;
}

#splash_area div#splash_right_content {
	margin-left: 460px;
	margin-right: 41px;
	margin-top: 72px;
}

div#splash_right_content h3#intro {
	color: #a4a9af;
	font: normal normal 18px Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
	margin: 0;
}

div#splash_right_content h1#title {
	font-size: 42px;
	margin-top: -2px;
	color: #fff;
	text-shadow: #000 0 0 11px;
	margin-left: -1px;
}

div#splash_right_content span#detail {
	font: 18px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #4b4b4b;
}

div#_opts {
	margin-top: 33px;
	margin-left: -6px;
}

div#_opts > div {
	padding-left: 50px;
	padding-right: 19px;
	height: 100px;

	float: left;
	margin-bottom: 1px;
	width: 223px;
}

div#_opts h1 {
	color: #f9f9f9;
	margin-bottom: 3px;
	font: 18px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	margin-top: 15px;
	
	margin-left: -37px;
	padding-left: 37px;
	height: 28px;
	line-height: 31px;
	margin-bottom: 0;
}

div#_opts > div:hover {
	cursor: pointer;
}

div#_opts span {
	font: bold 12px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #f7f7f7;
}

div#_opts #top_opt {
	background: url(/static/img/s_hover_groups.png) no-repeat -298px 0;
}

div#_opts #top_opt h1 {
	background: url(/static/img/download_icon.png) no-repeat 3px 2px;
	margin-top: 12px;
}

div#_opts #top_opt:hover {
	background: url(/static/img/s_hover_groups.png) no-repeat 0 0;
}

div#_opts #bottom_opt {
	background: url(/static/img/s_hover_groups.png) no-repeat -298px -103px;
}

div#_opts #bottom_opt:hover {
	background: url(/static/img/s_hover_groups.png) no-repeat 0 -103px;
}

div#_opts #bottom_opt h1 {
	background: url(/static/img/buy_icon.png) no-repeat 3px 4px;
	padding-top: 2px;
}

/* @end */

/* @group Highlights */

div#body div#product_highlights {
	float: left;
	margin-top: 20px;
	margin-left: 16px;
	width: 846px;
}

div#body div#product_highlights .highlight {
	width: 375px;
	margin-right: 37px;
	margin-bottom: 18px;
	float: left;
}

div#body div#product_highlights .highlight h1 {
	font-size: 14px;
	margin-bottom: 9px;
}

div#body div#product_highlights .highlight span {
	font-size: 14px;
	color: #535353;
	float: left;
	padding-left: 46px;
	margin-left: -2px;
}

div#product_highlights .highlight#one_click_access span {
	background: url(/static/img/highlight_menu_icon.png) no-repeat -1px -1px;
}

div#product_highlights .highlight#smart_groups span {
	background: url(/static/img/highlight_smart_group.png) no-repeat -2px -2px;
}

/* @end */

/* @group Sub Footer Information Area */

div#pre_footer {
	width: 800px;
	
	padding-top: 15px;
	padding-bottom: 20px;
	
	float: left;
	margin-top: 55px;
	background: url(/static/img/bar.png) no-repeat;
	position: relative;
	margin-left: -4px;
	padding-left: 37px;
	margin-bottom: 0;
}

/* Bottom divider line */
div#body div#pre_footer div#pre_footer_bottom {
	width: 800px;
	background: url(/static/img/bar_flip.png) no-repeat -17px;
	height: 9px;
	position: absolute;
	bottom: 0;
	margin-left: -19px;
}

div#body div#pre_footer .group {
	float: left;
}

div#body div#pre_footer .group h1 {
	font-size: 13px;
}

div#body div#pre_footer .group ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#body div#pre_footer .group ul li {
	margin-bottom: 4px;
}

div#body div#pre_footer .group .content {
	padding-right: 26px;
}

div#body div#pre_footer .group .content h3 {
	font-size: 11px;
	color: #888;
	font-style: italic;
	font-weight: normal;
	margin-top: 0;
}

div#body div#pre_footer .group .content span {
	font-size: 12px;
	color: #5d5d5d;
}

div#body div#pre_footer .group#latest_blog {
	width: 270px;
}

/* Temp */
div#body div#pre_footer .group#latest_blog #comming_soon {
	color: #a1a1a1;
	font-style: italic;
}

div#body div#pre_footer .group#latest_release_notes {
	width: 338px;
}

/* @end */

/* @group Footer */

div#body div#footer {
	float: left;
	width: 800px;
	text-align: center;
	margin-top: 8px;
}

div#body div#footer span, 
div#body div#footer a {
	font-size: 12px;
	color: #314d8a;
	font-style: italic;
}

/* @end */



/* @end */

/* @group Buy */

div#buy_page {
}

div#buy_page span {
	font-size: 15px;
	color: #4b4b4b;
}

div#buy_page #buy_paypal_link {
	margin-top: 20px;
}

/* @end */

/* @group Updates */

.fc_updates .date {
	display: block;
	margin-bottom: 10px;
}

/* @end */

/* @group Final */

div#body div#footer span.site_power, 
div#body div#footer span.site_power a {
		font: normal normal 11px sans-serif, Arial, Helvetica, "Helvetica Neue", Geneva;
	color: #8c8c8c;
}

div#body div#footer span.site_power a {
	font-weight: bold;
}

/* @end */

/* @group 2Header */

div#dejumble-page-header {
	width: 800px;
	height: 33px;
	margin-top: -22px;
}

div#dejumble-page-header h1 {
	font-size: 19px;
	float: left;
	padding: 0;
	margin: 0 0 0 8px;
}

div#dejumble-page-header h1 > img {
	width: 25px;
	margin-bottom: -7px;
}

div#dejumble-page-header .right-links {
	float: right;
	margin-right: -3px;
	margin-top: 2px;
}

div#dejumble-page-header .right-links a {
	font-size: 12px;
	color: #707070;
	margin-left: 16px;
}

div#dejumble-page-header .right-links #buy-img {
	width: 112px;
	margin-top: -10px;
	position: relative;
	bottom: -6px;
}

/* @end */

