

/* ivan */
body{ background: #0f0f0f}


/* modules */
.channel {margin:0 0 10px 0;}
.item {padding:10px; margin:0 0 10px 0;}

/* mod_main */
#mod_main {
	background: url(http://assets.roambi.com/img/home/home-splash-ipad-2.jpg) no-repeat bottom center;
	width:960px;
	height:600px;
	padding:0 0 0 30px;
	margin-top:40px;
	position:relative;
}

#mod_main h1 {
	background: url(../img/home_page/hdr_homePage.gif) no-repeat;
	width:932px;
	height:32px;
	overflow: hidden;
	text-indent: -9999em;
	}
	
#mod_main #also-new {  
	position: absolute;
	top: 560px;
	left: 60px;
	font-size: 1.8em;
	font-weight: bold;
}

#btn_tour {
position:absolute; 
z-index:5; 
top:65px; right:30px;}

.btn{
width:300px;
height:66px;
overflow:hidden; 
text-indent:-9999em;
display:block; 
margin:0;
border: 0;
outline:0;
}
 
.btn.iPad{ background: url(../img/home_page/btn_tour.png) no-repeat 0 0;}
.btn.iPhone{ background: url(../img/home_page/btn_tour.png) no-repeat 0 -66px;}


/* mod_news_teaser */
#mod_news_teaser {
position:relative;
font-size:1.2em;
background: url(../img/home_page/hdr_left_black.gif) no-repeat top left;
margin:20px 0 ;
}

#mod_news_teaser .top_wrapper {
	height:39px;
	background: url(../img/home_page/hdr_corner_black.gif) no-repeat top right;
}

#mod_news_teaser .items {
	height: 175px;
	background-color: #1F1F1F;
	border: solid 1px #424242;
	border-top: none;
	-webkit-box-shadow: 0px 4px 4px #0B0B0B; -moz-box-shadow: 0px 4px 4px #0B0B0B;
	-moz-border-radius-bottomleft: 12px; -moz-border-radius-bottomright: 12px; -webkit-border-bottom-left-radius: 12px; -webkit-border-bottom-right-radius: 12px;
}

#mod_news_teaser .item {
	float:left;
	width:295px;
	border-left:1px solid #424242;
	margin-top:10px;
	padding:5px 10px 15px 15px;
	overflow:hidden;
}
#mod_news_teaser .item:first-child {border-left:none;}


#mod_news_teaser h3{
color:#969696;
font-size:1.3em;
float:left;
margin:8px 0 0 20px;
}

#btn_more {
	float:right;
	margin:14px 20px 0 0;
	display:block;
	background: url(../img/home_page/btn_pointer.gif) no-repeat top right;
	padding-right:15px;
}

#mod_news_teaser p{
color:#969696;
margin:10px 0 5px 0;
}

#soc_links {
position:absolute; 
z-index:5; 
top:7px; right:140px;
}

.icon {
width:24px;
height:24px;
overflow:hidden; 
text-indent:-9999em;
display:block; 
float:left;
margin:2px 4px 0 0;
padding:0;
border: 0;
outline:0;
}
 
 
.icon.facebook{ background: url(../img/soc_icons.gif) no-repeat -148px 0px;}
.icon.twitter{ background: url(../img/soc_icons.gif) no-repeat -172px -1px;}

.icon.facebook:hover{ background: url(../img/soc_icons.gif) no-repeat 0 0px;}
.icon.twitter:hover{ background: url(../img/soc_icons.gif) no-repeat -24px -1px;}


/* footer */
#footer {margin-top:60px;}

/* clearfix */
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;display:block;}

