/*
Theme Name: PixoreLander
Theme URI: http://webdkr.com/sites/pixorelander
Description: An Modern Application Landing Page.
Version: 1.0
Author: Kevin Rajaram
Author URI: http://webdkr.com/
Tags: Landing Page.
*/

/*CSS 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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: black;
}
a {
	text-decoration:none}
body {
	line-height: 1em;
}
ul{
	list-style-type:none;
}
ul, ol {
	list-style-position:inside;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}
img { -ms-interpolation-mode: bicubic; }

button{
	border:none;
	background: none;
	padding-bottom: 0;
	margin:0;
}
.left{
	float:left;
}
.right{
	float:right;
}
.imgleft{
	float:left;
	margin: 0 15px 5px 0;
}
.imgright{
	float:right;
	margin:0 0 5px 15px;
}
.imgcenter{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.left_whole{
	float:left;
	margin-right:18px;
	min-height:100px;
}
.left_whole img{
	margin:30px 0;
}
.center{
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

/* ClearFix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


/*END RESET*/


/***********General Layout settings************/
html,body{
	margin:0;
	padding:0;
	background: black;
}
body{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
	font-size:12px; 
	line-height:20px;
	min-width:960px;
	color:#6a6a6a;

}
#header_frame{
	width:100%;
	height:86px;
	margin:0 auto;
	z-index:1000;
	
}
#header{
	width:960px;
	margin:0 auto;
	position:relative;
	z-index: 10
}
#main_frame{
	width:100%;
	height:auto;
	margin:0 auto;
}
#main{
	width: 960px;
	margin: 0 auto;
	position: relative;
	background: black;
	overflow: hidden;
	
}
#subscribe_frame{
	width:100%;
	height:auto;
	margin:25px auto 0;
	background: black;	
}
#subscribe{
	width:960px;
	height:60px;
	line-height: 60px;
	margin: 0 auto;
	overflow: hidden;
}
#footer_frame{
	width:100%;
	height:auto;
	margin:0 auto;
}
#footer{
	width:960px;
	margin:0 auto;
	position:relative;
	z-index: 10;
}

/*Header */
.logo {
	margin-left:0px;
	float:left;
}
#header ul{
	float: right;
	margin-left: 40px;
	margin-top: 50px;
}
#header ul li{
	color: white;
	float:left;
	display: inline;
	width: 73px;
	height: 20px;
	margin-left:18px;
}
#header ul li a{
	display: block;
}
#header ul li img{
	opacity: 0.6;
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
	filter: alpha(opacity = 60);
	zoom: 1
}
#header ul li img:hover{
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	filter: alpha(opacity = 100);
	zoom: 1
}


/* Columns */

.podcasts {
	
}

.past {
	
	}


.one_third{
	width: 30%;
	margin-right: 5%;
	float:left;
	display:inline;
}
.two_third{
	width:65%;
	float:left;
	margin-right:5%;
	display:inline;
}
.one_half{
	width:48%;
	padding-right:4%;
	float:left;
	display:inline;
}
.one_fourth{
	width:22%;
	margin-right:4%;
	float:left;
	display:inline;
}
.three_fourth{
	width:74%;
	float:left;
	margin-right:4%;
	display:inline;
}
.last{
	margin-right: 0 !important;
}
.space_btm{
	margin-bottom: 25px;
}

/* Typograpghy */

h1, h2, h3, h4, h5, h6{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin:0;
	padding:0;
	font-weight: normal;
}
h1{
	font-size: 24px;
	color: white;
	line-height: 32px;
	font-weight: 700;
	margin-bottom: 6px;
}
h2{
	font-size: 22px;
	color: white;
	line-height: 28px;
	font-weight: 100;
	margin-bottom: 20px;
}
h3{
	font-size: 25px;
	color: white;
	line-height: 30px;
}
h4{
	font-size:16px;
	color: white;
	line-height: 22px;
	font-weight: 100;
	margin-bottom: 2px;
}

a{
	color: white;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

p{
	margin-bottom: 20px;
}
.tagline{
	margin-top: 32px;
	margin-bottom:5px;
}
.tagline p{
	color: #6a6a6a;
}

/* Featured Section */
.featured{
	margin-bottom: 15px;
}


/* Different kind of bullets for unordered lists */
ul.checklist li{
	background:url(images/icons/check_icon.jpg) no-repeat left center;
	padding-left:35px;
	*padding-left:35px;
	margin-bottom:12px;
	overflow: hidden;
	*margin-left:-15px;
	
}
ul.checkblack li{
	background:url(images/icons/checkblack_icon.jpg) no-repeat left center;
	padding-left:30px;
	*padding-left:30px;
	margin-bottom:10px;
	overflow: hidden;
	*margin-left:-15px;
	
}
ul.bullet_black li{
	background:url(images/icons/bullet_black.png) no-repeat left center;
	padding-left:25px;
	*padding-left:25px;
	margin-bottom:8px;
	*margin-left:-15px;
}
ul.bullet_blue li{
	background:url(images/icons/bullet_blue.png) no-repeat left center;
	padding-left:25px;
	*padding-left:25px;
	margin-bottom:8px;
	overflow: hidden;
	*margin-left:-15px;
}
ul.bullet_green li{
	background:url(images/icons/bullet_green.png) no-repeat left center;
	padding-left:25px;
	*padding-left:25px;
	margin-bottom:8px;
	*margin-left:-15px;
}
ul.bullet_orange li{
	background:url(images/icons/bullet_orange.png) no-repeat left center;
	padding-left:25px;
	*padding-left:25px;
	margin-bottom:8px;
	*margin-left:-15px;
}
ul.bullet_purple li{
	background:url(images/icons/bullet_purple.png) no-repeat left center;
	padding-left:25px;
	*padding-left:25px;
	margin-bottom:8px;
	*margin-left:-15px;
}
ul.bullet_red li{
	background:url(images/icons/bullet_red.png) no-repeat left center;
	padding-left:25px;
	*padding-left:25px;
	margin-bottom:8px;
	*margin-left:-15px;
}
ul.bullet_yellow li{
	background:url(images/icons/bullet_yellow.png) no-repeat left center;
	padding-left:25px;
	*padding-left:25px;
	margin-bottom:8px;
	*margin-left:-15px;
}
ul.bullet_go li{
	background:url(images/icons/bullet_go.png) no-repeat left center;
	padding-left:25px;
	*padding-left:25px;
	margin-bottom:8px;
	*margin-left:-15px;
}
ul.bullet_star li{
	background:url(images/icons/bullet_star.png) no-repeat left center;
	padding-left:25px;
	*padding-left:25px;
	margin-bottom:8px;
	overflow: hidden;
	*margin-left:-15px;
}
.feat_list{
	float: left;
	margin-right: 35px;
	display: inline;
}

/* Iphone style */
.iphone{
	width: 530px;
	float: left;
	margin-right:60px;
	margin-top:33px;
}
.phone{
	background: url(images/iphone_bg.jpg) no-repeat;
	height:116px;
	width:78px;
	display: block;
	padding:29px 7px 29px 8px;
	float: left;
	margin: 0 27px 0 20px;
}

/*mini-slider */

.mini-slider{
	width:960px;
	height:616px;
	overflow: hidden;
	padding-bottom: 0px;
	
	position: relative;
	z-index: 2;
	margin-top:27px;
}
.mini-slider li{
	float: left;
	display: inline;
	position: relative;
}
		.mini-slider li img{
			float: left;
			display: inline;
			position: relative;
			margin-bottom:0
		}
.nav{
	position: absolute;
	right:30px;
	bottom: 55px;
	z-index: 10;
	display: hidden;
	visibility: hidden;
}
.nav a{

	float:left;
	display: block;
	margin-left:2px;
	background: url(images/slider_off.png) no-repeat;
	height:14px;
	width:14px;
	text-indent: -9999px;
}
.nav a.activeSlide{
	background: url(images/slider_act.png) no-repeat;
	height:14px;
	width:14px;
}

.productInfo{
	min-height: 289px;
	width:900px;
	margin-left: 58px;
}
.productInfo .one_fourth{
	width:165px;
	margin-right:25px;
}
.productInfo .three_fourth{
	margin-top:26px;
}
.btn{
	float:left;
	margin-top:25px;
}
.btn a{
	margin-left:2px;
}
.btn a:first-child{
	margin-left:-7px;
}
/* Start of subscribe bar style */
#subscribe p{
	font-size: 18px;
	color: #fdfdfd;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin:0 0 0 60px;
	float: left;
	clear: both;
}
#subscribe form{
	float: right;
	margin-right:60px;
	margin-top:16px;
}
input{
	background: url(images/input_bg.jpg) no-repeat;
	display: block;
	height:28px;
	width: 230px;
	line-height: 28px;
	color: #8d8d8d;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 0 8px;
	border: none;
	outline: none;
	float: left;
	text-shadow:1px 1px 0 #2a2a2a;
}
button{
	background: url(images/button.jpg) no-repeat;
	display: block;
	height: 28px;
	width: 60px;
	line-height: 25px;
	text-align: center;
	border: none;
	outline: none;
	color: white;
	font-size: 11px;
	float: left;
	margin-left: -7px;
	cursor: pointer;
}

/* Start Footer styles */

#footer p{
	text-align: left;
	color: white;
	padding:15px 0 15px 20px;
	float: left;
}
#footer p a{
	color:#6c6c6c;
	text-decoration: underline;
}
#footer ul{
	float:right;
	margin:15px 20px 15px 0;
}
#footer ul li{
	float: left;
	display: inline;
	margin-left: 10px;
}

#footer ul li img{
	height:20px;
	width:20px;
}
