/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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-family: 'Lato', sans-serif;
	color: #ebffe5;
	text-decoration: none;
	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;
	background:repeat;
	background-color:#250808;
	font-family: 'Lato', sans-serif;
}
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;
}

H1 {
	color: #FFFFFF;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 30px;
	text-transform:capitalize;
}

hr{ 
	height: 0px;
	border: 0;
	border-top: 1px solid #000; 
	border-bottom: 1px solid #0F1515; 
	margin: 20px 0;
	}

H3 {
	color: #FFFFFF;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 28px;
	text-transform:uppercase;
	margin-bottom: 13px;
}

p a {
	text-decoration:underline;
}


p {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #ebffe5;
	font-size:12px;
	line-height: 16px;
	letter-spacing: .15em;
	margin-bottom: 13px;
}

em {
	font-size: 80%;
	font-family: 'Lato', sans-serif;
}

blockquote {
  font-size: 14px;
  color: #fff;
  font-family: "Courier New", Courier, monospace;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 25px;
  padding-left: 15px;
} 

blockquote em {
	font-size: 80%
	}


.sideBar {
	width: 216px;
	float:left;
	display:block;
	overflow: hidden;
}

.container{
	margin: 0 auto 0 auto;
	padding: 50px 0 50px 0;
	display:block;
	width: 924px;
	overflow: auto;
}

.button {
	background-image:url(images/bkg_btn.png);
	background-repeat:no-repeat;
	background-position:bottom;
	font-size: 12px;
	text-shadow:#000;
	text-align:center;
	vertical-align:middle;
	display:block;
	height: 20px;
	width: 98px;
	padding-top: 8px;
	float:right;
}

.button:hover {
	background-position:top;
	transition: background-position 1s;	
}

/*HEADER
------------------------------------------------------------------------------------------------------------------------
*/

#header {
	display:block;
	min-width: 924px;
	height:378px;
	position: relative;
	background-image:url(images/bkg_splash.gif);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#070606;
	}



#banner {
	background-image:url(images/bkg_float_banner.png);
	background-repeat: no-repeat;
	text-indent: -9000px;
	width: 924px;
	height: 97px;
	z-index: 9000;
	position: absolute;
	top: 325px;
}

#header .container{
	padding-top:20px;
	position: relative;
	overflow: visible;
}

#header ul {
	float: right;
}

#header li {
	float: left;
	text-indent: -9000px;
	display: block;
	margin-left: 2px;	
}


.Twitter {
	display: block;
	width: 24px;
	height: 24px;
	background-image: url(images/social_sprt.png);
	background-position: top left;
}

.Facebook {
	display: block;
	width: 24px;
	height: 24px;
	background-image: url(images/social_sprt.png);
	background-position: top center;
}

.Google {
	display: block;
	width: 24px;
	height: 24px;
	background-image: url(images/social_sprt.png);
	background-position: top right;
}

.Twitter:hover {
	background-position: bottom left;
}

.Facebook:hover {
	background-position: bottom center;
}

.Google:hover {
	background-position: bottom right;
}






/*CONTENT
------------------------------------------------------------------------------------------------------------------------*/




#content {
	background-image:url(images/bkg_mainContent.png);
	background-repeat:repeat-x;
	display:block;
	overflow: visible;
	min-width: 924px;
	position: relative;
		}

#main_content {
	width: 686px;
	height: 386px;
	margin: 0 10px 0 0;
	border: solid 1px #343434;
	float:left;
	position: relative;
	clear: left;
	display: block;
	overflow: hidden;
	z-index: 500;
}

#second_content {
	width: 686px;
	min-height: 600px;
	margin: 0 20px 0 0;
	float:left;
	position: relative;
	clear: both;
	overflow: auto;

}

#videoSash {
	background-image:url(images/video_sash.png);
	background-repeat: no-repeat;
	width: 115px;
	height: 124px;
	display: block;
	z-index: 800;
	text-indent: -9000px;
	position: absolute;
	left: 574px;
	top: -3px;
}

#content .container .sideBar {
	overflow: visible;
	margin: 35px 0 0 0;
	position:relative;
}

#priceBox {
	color: #EFFFCE;
	font-size: 85%;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	vertical-align: middle;
	text-align: center;
	background-color: #1E1E1E;
	display: block;
	float: left;
	height: 17px;
	width: 50px;
	padding-top: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: -1px -1px 0px 0px #333333;
	-moz-box-shadow: -1px -1px 0px 0px #333333;
	box-shadow: -1px -1px 0px 0px #333333;
	outline: 1px #474747;
	text-shadow: 1px 1px 3px black;
	filter: dropshadow(color=#000000, offx=1, offy=1);
}

.greyText {
	color:#525252;
}

#IntroOpAjax {
	background-image:url(images/IntroOpAjax_Title.png);
	width: 288px;
	height: 84px;
	position:absolute;
	text-indent: -9000px;
	left: 648px;
	top: 410px;
	z-index: 300;
}

#content .container {
	padding: 17px 0 30px 0;
}

#SecondsideBar {
	width: 216px;
	float:left;
	overflow: auto;
}

#SecondsideBar img {
	display: block;
	margin: 20px auto 0 auto;
}

.sideBar #OpAjaxFull {
	display: block;
	background-image:url(images/Operation_Ajax_Full_icon.png);
	background-repeat:no-repeat;
	width: 133px;
	height: 134px;
	z-index: 4;
	position: absolute;
	left: 15px;
	top: 82px;
	text-indent: -9999px;
}

#likeBox {
	height: 75px;
	width: 100px;
	position: absolute;
	left: -58px;
	top: 680px;
	z-index: 300;
}

.sideBar #nowOnIphone {
	display: block;
	background-image: url(images/iconglow_103_111.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 78px;
	height: 103px;
	z-index: 3;
	top: 85px;
	right: -1px;
	padding: 59px 0 0 9px;
}

.sideBar #nowOnIphone h3 {
	text-transform: none;
	line-height: 20px;
	text-shadow: 2px 2px 1px black;
}

.sideBar #nowOnIphone h3 .bigger {
	font-size: 20px;	
}

.sideBar #AppStore {
	display: block;
	 background-image: url(images/Op_Ajax_Available_On_App_Store.png);
	width: 146px;
	height: 49px;
	text-indent: -9999px;
	clear: both;
	margin: 230px auto 0 auto;
	z-index: 3;
}

.sideBar #KindleFire {
	display: block;
	background-image: url(images/Op_Ajax_Available_On_Kindle_Fire.png);
	width: 148px;
	height: 49px;
	text-indent: -9999px;
	clear: both;
	margin: 10px auto 0 auto;
	z-index: 3;
}

.threeCol_r {
	width: 218px;
	margin: 0 138px 0 0;
	float: left;	
}

.threeCol {
	width: 212px;
	margin: 0 0 0 0;
	float: left;
	clear: right;	
}

.galleryPhoto {
	float: left;
	margin: 0 12px 12px 0;
	border-left-width: 1px;
	border-top-width: 1px;
	border-left-style: solid;
	border-top-style: solid;
	border-left-color: #000;
	border-top-color: #333;
}

.galleryPhoto_r {
	float: left;
	border-left-width: 1px;
	border-top-width: 1px;
	border-left-style: solid;
	border-top-style: solid;
	border-left-color: #000;
	border-top-color: #333;
	margin: 0 0 12px 0;
	
}


 
/*FOOTER
------------------------------------------------------------------------------------------------------------------------*/

#footer {
	background-image:url(images/bkg_footer.png);
	background-repeat:repeat-x;
	display:block;
	min-width: 924px;
}

#footer .container .sideBar {
	margin-right: 138px;
}

#footContent {
	display: block;
	float: left;
	width: 687px;
	height: 100px;
	margin: 0 20px 0 0;
}

#footer div.container {
	overflow: hidden;
}

#footer .container #footContent h3 {
	margin-bottom: 25px;
}

#copyrightText {
	color: #4d4d4d;
	width: 924px;
	margin: 0 auto 0 auto;
	text-align:center;
	display:block;
	font-size: 50%;
	padding-bottom: 30px;
}

#footer #copyrightText strong {
	color: #4d4d4d;
}

/*JQUERY TWEETS
-----------------------------------------------------------------------------------------------------------------------*/

.tweet,
.query {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #ebffe5;
	font-size:12px;
	line-height: 15px;
	margin-bottom: 13px;
}

	.tweet_list {
		list-style: none;
		margin: 0;
		padding: 0;
		overflow: hidden;
	}
	
		.tweet_list .awesome,
		.tweet_list .epic {
			text-transform: uppercase;
		}
		
		.tweet_list li {
			overflow-y: auto;
			overflow-x: hidden;
			list-style-type: none;
		}
		
			.tweet_list li a {
				color: #ffffff;
			}
		
		.tweet_list .tweet_even {
			background-color: #91E5E7;
		}
		
		.tweet_list .tweet_avatar {
			padding-right: .5em; float: left;
		}
		
			.tweet_list .tweet_avatar img {
				vertical-align: middle;
			}
