@charset "utf-8";
/* CSS Document reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration:none;
	color:yellow;
}
a:hover{
	color:red;
}

/* end reset */
/* Start */
#wrap{
	margin:auto;
	/*height:1875px;have to remore latter */
	#background-image:url(img/bg.png);
	background-repeat:inherit;
	background-color:#000c26;
	padding-top:25px;
}
#headerwide{
	float:left;
	width:100%;
	#background-image:url(img/headertop.png);
	background-repeat:repeat-x;
	height:9px;
	text-indent:-9999px;
}
#header{
	width:980px;
	height:338px;
	margin:auto;
}
#headerocntent{
	background-image:url(img/header.png);
	background-repeat:no-repeat;
	width:980px;
	height:338px;
	float:left;
	overflow:hidden;
}
#headertext{/*Dream Talk Recorder*/
	float:left;
	margin-left:255px;
	margin-top:0px;
	padding-top: 15px;
}
#appstore{/*available on the app store*/
	float:left;
	margin-left:837px;
	margin-top:50px;
}
#applogo{
	float:left;
	margin-left:856px;
	margin-top:30px;
}
/* -------------------- Start Tab -------------------- */
#tabareawide{
	#background-image:url(img/tabbg.png);
	background-repeat:repeat-x;
	height:550px;
	width:100%;
	margin-top:10px;
	border-top: 2px solid #fff;
	border-bottom: 1px solid #fff;
}

#iphoneareawide{
	width:980px;
	margin:auto;
}
#tabareainner{
	width:980px;
	margin:auto;
}
#tabarea{
	height:550px;
	width:600px;
	position:absolute;
	margin-left:350px;
	margin-top:-50px;
}
#iphonearea{
	position:absolute;
	margin-top:-300px;
	width:225px;
	height:509px;
	float:left;
}
#slidebutton{
	float:left;
	background-image:url(img/iphone-shadow.png);
	background-repeat:no-repeat;
	width:225px;
	height:73px;
    display: none;
}
#slidebutton ul{
	float:left;
	margin-left: 65px;
	margin-top: 20px;
}
#slidebutton ul li{
	float:left;
	padding-right:10px;
}
/* ---- search ----*/
#search{
	height:42px;
	background-image:url(img/searchbg.png);
	background-repeat:repeat-x;
	margin-top:25px;
	border-top: 1px solid #fff;
	border-bottom:1px solid #fff;
}
#serchinner{
	width:980px;
	margin:auto;
}
#SearchHeader{
	font-size:22px;
	color:#fff;
	line-height:42px;
	text-indent:20px;
	float:left;
}
#selectcountry{
	float:right;
	margin-top:13px;
	margin-right:40px;
}

/* ---- Hilarious and Latest --*/
#HilariousLatest{
	width:1000px;
	margin:auto;
	padding-top:40px;
	overflow:hidden;
}
#Hilarious{
	color:#fff;
	width:480px;
	float:left;
	margin-left:10px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);/*Background Opacity For IE*/
	background: rgba(0, 0, 0, 0.5); /*Background Opacity*/
	border-left: solid 2px #fff;
	border-bottom: solid 2px #fff;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-moz-box-shadow: 0px -3px 4px #fff;
	-webkit-box-shadow: 0px -3px 4px #fff;
	box-shadow: 0px 0px 10px #fff;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	margin-bottom:30px;
	
}
.headline{
	font-size:20px;
	line-height:50px;
	text-indent:40px;
	float:left;
}
#Hilarious select{
	margin-top:18px;
	float:right;
	margin-right:20px;
}
.row{
	margin-left:9px;
}
.row img {
	padding-bottom:10px;
}
.nextButton{
	width:95px;
	height:32px;
	background-image:url(img/next.png);
	background-repeat:no-repeat;
	line-height:32px;
	font-size:10px;
	font-weight:bold;
	float:right;
	text-align:center;
	margin:15px 9px 10px 0px;
}
.nextButton a{
	display:block;
	width:95px;
	height:32px;
	color:#000;
}
.nextButton a:hover{
	display:block;
	width:95px;
	height:32px;
	color:#ff0000;
}
#Latest{
	color:#fff;
	width:480px;
	float:right;
	margin-right:10px;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);/*Background Opacity For IE*/
	background: rgba(0, 0, 0, 0.5); /*Background Opacity*/
	border-left: solid 2px #fff;
	border-bottom: solid 2px #fff;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	box-shadow: 0px 0px 10px #fff;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	margin-bottom:30px;
}
#footerbg{
	height:60px;
	background-color:#000c26;
	border-top:2px solid #fff;
}
#footer{
	color:#fff;
	width:980px;
	margin:auto;
}
#footerText{
	line-height:60px;
	float:right;
}
