﻿body {
	background: #888 url(../../App_Themes/Aptify/_img/bg.png);
}

#page {
	width: 950px;
	position: relative;
	padding: 0px;
	border: 1px solid #777;
	border-bottom:1px solid #ddd;
	margin: 25px auto 0px auto;
	background: #fff;
}

#page-inner {
	width: 950px;
	background: transparent;
}


/* @group navigation */
#navigation ul {
	list-style: none;
	display: inline;
	float: right;
	height: 25px;	
	position: relative;
}
#navigation ul li {
	list-style: none;
	display: block;
	width: auto;
	float: left;
	border: none;
	position: relative;
}
/* @end */

/* @group header */
#home #header {
	background: #fff url(../../App_Themes/Aptify/_img/header-bg.png) repeat-x;
	position: relative;
}
#home #header-inner {
	background: transparent url(../../App_Themes/Aptify/_img/header-inner-bg.png) right top no-repeat;
	height: 300px;
}

#header {
	background: #d2d4d5 url(../../App_Themes/Aptify/_img/header-internal-bg.png) repeat-x;
	position: relative;
}
#header-inner {
	/* background: transparent url(../../App_Themes/Aptify/_img/header-inner-internal-bg.png) right top no-repeat; */
	height: 115px;
}
#header a.header-logo {
	position: relative;
	left: 32px;
	top: 15px;
}
/* @end */

/* @group content */

/* begin #content styles */

#content {
	width: 630px;
	float: left;
	padding: 0px 10px 10px 40px;
	margin-top:-35px;
}
#home #content 
{
    width:620px;
    padding-left:30px;
    padding-right:30px;
}

#VideoPage #content 
{
    width:900px;
}

#content div.content-block 
{
    float:left;
    padding-right:20px;
    padding-bottom:30px;
    width:290px;
}

#home p.graph-icon 
{
    padding-left:65px;
    background:transparent url(./_img/home-chart-icon.png) no-repeat 0px 5px;
}

#home p.technology-icon 
{
    padding-left:65px;
    background:transparent url(./_img/technology-icon.png) no-repeat 0px 5px;
}

#home .home-splash div.first 
{
    border-bottom:solid 1px #ccc;
    margin-bottom:20px;
    }

#home div.home-screenshot, div.screenshot 
{
    float:left;
    margin-right:20px;
    margin-bottom: 20px;
    border:solid 1px #ccc;
    clear:left;

    }
    
#home div.home-screenshot 
{
    border:none;
}    
    
#content ul.sf_newsList 
{
    padding:0;
    margin:0;
    list-style-type:none;
    }

#content ul.sf_postListing li 
{
    border-bottom: solid 1px #ccc;
    }

#content p.sf_postBookmark 
{
    margin-top:20px;
}

/* end #content styles */
/* @end */

/* @group sidebar */
#sidebar {
	width: 239px;
	float: left;
	padding: 10px 20px 10px 10px;
	position: relative;
	margin-top:-40px;
	border-left:solid 1px #ccc;
}

#sidebar h2.what-theyre-saying 
{

}

#sidebar fieldset.sf_newsletterSubscriptionForm 
{
    margin-top:0;
    }
#sidebar fieldset.sf_newsletterSubscriptionForm label 
{
    float:left;
    font-weight:bold;
    margin-right:5px;
    }    
 #sidebar fieldset.sf_newsletterSubscriptionForm input.sf_subscribeBtn 
 {
     padding:5px;
     float:left;
     margin:5px 0;
     background:#ca0002;
     color:#fff;
     font-weight:bold;
     }
 #sidebar fieldset.sf_newsletterSubscriptionForm input.sf_subscribeTxt 
 {
     padding:2px;
     width:170px;
 }
/* @end */

#home-news 
{
    width:590px;
    padding:0px 30px;
    }

#upcoming-event 
{
    width:230px;
    float:right;
    padding:10px 10px 0 10px;
    }


/* @group footer */
#footer {
	width: 950px;
	margin: 0px auto 0px auto;
	position: relative;
	padding: 0px 0px 40px 0px;
	border:solid 1px #777;
	border-top:none;
}
#footer ul {
	list-style: none;
	display: inline;
	float: left;
}
#footer ul li {
	list-style: none;
	display: inline;
}
#footer ul li a {
	display: block;
	float: left;
	text-decoration: none;
	padding: 0px 8px 0px 0px;
	margin: 0px 7px 0px 0px;
	color: #fff;
}
#footer ul li.last a {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-right: none;	
}
#footer ul li a:active {
	color: #CA0002;
}
#footer ul li a:hover {
	text-decoration: underline;
	color: #CA0002;
}

#footer p {
	float: right;
	width: 370px;
	text-align: right;
}
/* @end */



/* @group clearfix */
/* begin clearfix styles */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}
.hide {display:none;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end clearfix styles */

.test-div {
	height: 10px;
	background: fuchsia;
}

/* @end */
