/*
Theme Name: NeuroSky - Company 2
Theme URI: http://neurosky.com/
Description: 2009.
Version: 1.0
Author: NeuroSky
Author URI: http://blog.neurosky.com/

Begin Typography & Colors 
*/ 

/*
 * GENERIC STYLES
 */
body {
  background:#00405d;
  font-family:"Lucida Grande", Lucida, Tahoma, Verdana, sans-serif;
  font-size:12px;
  line-height:1.9em;
  margin:   0;
  padding:  0;
  color:#000000;
}

a {
  color: #00a2e0;
  text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

h1, h2, h3, h4, h5 {
	color: #000;
}

h2 {
	font-size:15px;
}

h3 a{
color:#00a2e0;
}

div.background.glow {
  background: url(images/glow-overlay.png) repeat-y 60% 0;
  padding: 0;
  margin: 0;
}

div.background.pattern {
  background: url(images/visualizer-shape-overlay.png) no-repeat 50% 200px;
  padding: 0;
  margin: 0;
}

/*
div.background.gradient {
  background:url(images/page-bg.jpg);
}
*/

/*
 * HEADER
*/

#logo img {
  margin: 20px 0 25px 0;
}
 
#horizontal {
  height: 190px;
  width: 100%;
  float:right;
  float:left;
  background: url(images/horizontal/background.png) repeat-x ;
  
} 

#banner {
text-align:center;
    display:block;
	  height: 190px;
} 
 
/*
 * NAVIGATION
 */

#navigation {
  position: absolute;
  top: 0;
  margin: 0 0 0 520px;
  width: 400px;
}

#navigation ul {
  margin: 0;
  padding: 0;
}

#navigation ul li {
  display: inline;
}

#navigation ul li a {
  text-indent: -9999px;
  height: 55px;
  float:  left;
  margin-top: -1px;
  background-repeat: no-repeat;
  overflow: hidden;
  background-image: url(images/navbar/nav-main.png);
}

#navigation ul li a:hover {
  margin-top: 0;
}

#navigation ul li.home a {
  background-position: 0px 0px;
  width: 69px;
}

#navigation ul li.store a {
  background-position: -69px 0px;
  width: 60px;
}
  
#navigation ul li.support a {
  background-position: -129px 0px;
  width: 77px;
}

#navigation ul li.develop a {
  background-position: -206px 0px;
  width: 104px;
}

#navigation ul li.company a {
  background-position: -284px 0px;
  width: 110px;
}



/*
 * INTERNATIONAL FLAGS
 */
 .international {
  float: right;
  margin-top: -40px;
  margin-right: 14px;
}

.international ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.international ul li {
  display: inline;
  overflow: hidden;

}


.flag a {
  float: left;
  text-indent: -9999px;
  height: 21px;
  width: 27px;
  background-repeat: no-repeat;
  background-image: url(images/flags.png);
  margin-left: 10px;
  opacity: 0.35;
  overflow: hidden;

}

.flag a:hover {
  opacity: 1.0;
}

.flag.usa a {
  background-position: -81px 0px;
}

.flag.china a {
  background-position: -54px 0px;
}

.flag.japan a {
  background-position: -27px 0px;
}
.flag.korea a {
  background-position: -108px 0px;
}


/*
 * CONTAINERS
*/  


.page-wrapper.main {
  width:  100%;
  background: url(images/page-bg.png) repeat-x;
}

.content-wrapper {
  width:    830px;
  margin:   0 auto 0 auto;
}


#container {

}

/*
 * SPLASH / SLIDESHOW
 */
#main-splash {
  margin:  0;
  width:  830px;
  height: 380px;
}

#main-splash div.splash-slide {
  width: 1100px;
  height: 380px;
  margin: 0 -135px 0 -135px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: top center;
}

#main-splash div.tagline {
  position: absolute;
  font-size:  3em;
  color:  #fff;
  text-shadow: #333 2px 2px 5px;
  font-weight: bold;
}

/*
 *  WordPress Entry Containers
 */ 

#sidebar {
   float: left;	
   width: 180px;
  font-family:"Lucida Grande", Lucida, Tahoma, Verdana, sans-serif;
  font-size:16px;
  line-height:1.9em;
  margin-left: -50px;
  padding:  0;
  color:#000000;
}

#sidebar h2 {
font-size:16px;
color:#000000;
}

#sidebar ul {
}

#sidebar li {

}

#sidebar li a {
/*background:url(images/arrow.gif) no-repeat 0;*/
color:#0090d8;
padding:  0px 0px 0px 0px;
margin-left:-30px;
font-size:16px;
padding-left:0px;
text-decoration:none;
}


  
#sidebar a:visited {  
    text-decoration:none;  
    font-weight:bold;  
	       } 


#sidebar a:hover, #sidebar a:active,  
li.current_page_parent a,  
li.current_page_parent a:visited,  
#sidebar li.current_page_item a,  
#sidebar li.current_page_item a:visited  
        {  
		color:#333;
 /*   background:#FFF;  */
    }  
  

.twitter3 li p {
color: #000000;
font-size:12px;
letter-spacing:.5px;
line-height:22px;
margin-bottom:0px;
}

.twitter3 li {
color:#999999;
font-size:10px;
margin-bottom:31px;
}


.twitter3 h2 a {
color:#000;
font-size:15px;
font-weight:bold;
display:block;
margin-bottom:0px;
text-decoration:none;
}

.twitter3 h2 a:hover {
text-decoration:underline;
}




#content {
width:  800px;
/*  background: #00405c url('../images/content-background.png') repeat-x;
background-color:#f8f8f8;
display:inline-block;
padding:40px 90px;*/
margin-left: auto;
margin-right: auto;
}

#content h2 {
color:#000;
font-size:14px;
margin-bottom:0px;
}

#content .dated {
	width: 80px;
	background-color:#000000;
	float: left;	
	padding-top:0px;
	padding-bottom:0px;

/*	width:100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;*/
}

#content .column {
	float: right;
	width: 600px;
	background: #FFF;


/*
	width:100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;*/
}






#content .entry {
	width: 500px;	
	float: left;
	margin-left:50px;
	margin-top:31px;
	background: #FFF;
/*
	width:100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;*/
}

#line {
	border-top:solid 1px #0090d8;

/*	width:100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;*/
}


.entry p {
color:#000000;
font-size:12px;
letter-spacing:.5px;
line-height:22px;
margin-bottom:0px;
}

.entry .postmetadata {
color:#999999;
font-size:10px;
margin-bottom:31px;
}


.entry h2 a {
color:#000;
font-size:15px;
font-weight:bold;
display:block;
margin-bottom:0px;
text-decoration:none;
}

.entry h2 a:hover {
text-decoration:underline;
}

/*.entry h2 small {
color:#666;
font-size:12px;
font-weight:normal;
}*/

.date {
color:#0090d8;
line-height:20px;
font-size:12px;
margin-left:20px;
text-align:left;
font-weight:bold;
}

.entry h4, .entry h4 a {
color:#333;
font-size:14px;
line-height:22px;
margin-bottom:0px;
text-decoration:none;
}
#content .entry h3 {
color:#333;
font-size:14px;
line-height:22px;
margin-bottom:0px;
}
#content .entry p a, .entry li a {
color:#0090d8;
font-weight:bold;
text-decoration:none;
}

#content .entry p img {
/*	clear:both;*/
}

#content .entry ul {
margin-bottom:20px;
}

#content .entry li {
background:url(images/dash.gif) no-repeat 0 12px;
font-size:12px;
line-height:24px;
padding-left:8px;
}

#content .entry p a:hover, .entry li a:hover {
color:#666;
}
#content .entry .alignleft {
	clear:both;
	display:block;
	float:left;
	margin-bottom:20px;
	margin-right:20px;
}

.alignright {
	clear:both;
	display:block;
	float:right;
	margin-bottom:20px;
	margin-left:20px;
	margin-top:20px;
}

#content .entry p.wp-caption-text {
	font-size:12px;
	padding:15px 0 0 0;
	margin:0;
	text-align:center;
}

#content .entry .aligncenter {
border:1px solid #e1e1e1;
display:block;
margin:0px auto;
}

#home-news {
padding:20px 10px 0 10px;
}

#home-news h2 a {
color:#474747;
font-size:14px;
font-weight:bold;
text-decoration:none;
}



#home-bottom {
	padding-left:10px;
padding-top:20px;
}



/*
 * slide selector for slideshow
 */
div#slide-selector {
  position: absolute; 
  margin: 315px 0 0 700px;
  z-index: 1;
}

div#slide-selector ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

div#slide-selector ul li {
  margin: 0;
  float: left;
  width:  30px;
  height: 20px;
  text-align: center;
  color: #333;
  cursor: pointer;
}

div#slide-selector ul li:hover {
  background: #bbb;
  cursor: pointer;
}

div#slide-selector ul li.selected {
  color: #ccc;
  background: #333;
}

div#slide-selector ul li.selected:hover {
  cursor: default;
}

/*
 * FEATURE SECTION
 */

div#features {
  margin-top: 10px;
}

div#features div.featurebox {
  float: left;
  width: 215px;
  margin:   0 23px 15px 0;
}

div#features div.featurebox h2, div#features div.buybox h2 {
  margin: 0 -30px 15px 0;
  padding: 0;
  text-shadow: #111 1px 2px 4px;
  letter-spacing: -1px;
}

div#features a {
  color: #00a2e0;
}

div.featurebox-content {
  line-height: 1.3em;
  font-size: 0.9em;
  margin-bottom:  15px;
  padding-left: 52px;
  background-repeat: no-repeat;
  background-position: 4px 0px;
}

div.featurebox-content.visualizer {
  background-image: url('../images/mainpage/feature-visualizer.png');
  background-position: 0px 0px;
}

div.featurebox-content.neuroboy {
  background-image: url('../images/mainpage/feature-neuroboy.png');
}

div.featurebox-content.dlc {
  background-image: url('../images/mainpage/feature-dlc.png');
}

div.featurebox-content.brainwaves {
  background-image: url('../images/mainpage/feature-brainwaves.png');
}

div.featurebox-content.bluetooth {
  background-image: url('../images/mainpage/feature-bluetooth.png');
}

div.featurebox-content.sdk {
  background-image: url('../images/mainpage/feature-sdk.png');
}

div.featurebox-content h3 {
  color: #00a2e0;
  margin: 0 0 2px 0;
  padding: 0;
  font-size: 1.2em;
  text-shadow: #092e45 0px 0px 6px;
}

div.featurebox-content img {
  float: left;
  margin-right: 6px;
  display: none;
}

div#features div.buybox {
  float: left;
  width: 70px;
  margin: 0;
}

#content div.footer-separator {
  padding-bottom: 20px;
}

/*
 * FOOTER
 */


#footer {
  clear: both;
  width:  100%;
  background: url(images/footer-background.png) repeat-x #000000;
  height: 300px;
}

  
#footer-follow, #legal {
  width:    830px;
  margin:   0 auto;
}

#footer-follow {
  padding:  45px 0;
}

#legal {
  padding: 20px 0;
}

#footer-follow h1 {
  margin:  0;
  padding: 0;
  text-indent: -9999px;
  float: left;

  width: 143px;
  height: 26px;
  background: url(images/footer/follow-us.png) no-repeat;
}

#footer-follow ul {
  padding: 0;
  margin 0;
  display: inline;
  list-style: none;
}

#footer-follow ul li a span {
  color: #FFF;
}

#footer-follow ul li a h2 {
  color: #00a2e0;
  text-decoration: none;
  padding: 0;
  margin: 0;
  font-size: 0.9em;
  font-weight: normal;
}

#footer-follow ul li a {
  padding: 5px 0 5px 38px;
  margin: -5px 0 0 55px;
  float: right;
  font-size: 0.9em;
  line-height: 1.4em;
  background-position: center left;
  background-repeat: no-repeat;
  opacity: 0.50;
}

#footer-follow ul li a.youtube {
  background-image: url(images/footer/Youtube_32x32.png);
}

#footer-follow ul li a.facebook {
  background-image: url(images/footer/FaceBook_32x32.png);
}

#footer-follow ul li a.twitter {
  background-image: url(images/footer/Twitter_32x32.png);
}

#footer-follow ul li a:hover {
  opacity: 1.0;
  text-decoration: none !important;
}

#legal {
  font-size: 0.9em;
}

#legal span.copyright {
  opacity: 0.50;
  color:#999999;
}

#legal ul {
  padding: 0;
  margin: 0;
  float: right;
  list-style: none;
}

#legal ul li {
  float: left;
}

#legal ul li a {
  padding: 6px 15px 6px 0;
  height: 0px;
  margin: 0 0 0 40px;
  opacity: 0.50;
  background: url(images/footer/footer-arrow.png) no-repeat center right;
  vertical-align: middle;
}

#legal ul li a:hover {
  text-decoration: none;
  opacity: 1.0;
}

#legal div.footer-separator {
  background: url(images/footer/wave-separator.png) no-repeat center center;
  width: 140px;
  float: right;
  opacity: 0.23;
  margin-right: -18px;
}

/*
 * HELPERS
 */

div.clear-both {
  clear: both;
  height: 0;
}

#error {
  text-align: center;
  padding: 50px 0;
}

#timer {
  font-weight: bold;
}






img {
border:none;
}

ul {
list-style:none;
}
.hidden {
display:none;
}


#header-content {
margin:0 auto;
width:881px;
}

#search {
float:left;

}

input#s {
border-bottom:1px solid #ddf7ff;
border-left:none;
border-right:none;
border-top:1px solid #9cc8d4;
color:#666;
float:left;
font-size:11px;
padding:3px;
width:158px;
}
input#searchsubmit {
float:left;
}


#center {
margin:0 auto;
padding:20px 0;
width:901px;
}




#breadcrumb {
font-size:11px;
font-weight:bold;
background-color:#efefef;
border:1px solid #dfdfdf;
height:20px;
padding:8px 60px;
width:761px;
}
#breadcrumb a {
color:#0c64b9;
text-decoration:none;
}
#breadcrumb a:hover {
text-decoration:underline;
}

#hmenu {
/*background:url(images/menu-bg.jpg) repeat-x;*/
height:50px;
width:100%;
margin:0 0;

}

#hmenu a {
	color:#FFFFFF;
	display:inline-block;
 	font-family:"Lucida Grande", Lucida, Tahoma, Verdana, sans-serif;
	font-size:18px;
	font-weight:strong;
	height:35px;
	text-decoration:none;
	text-transform:capitalize;
	padding:0px 25px 35px 0px;	
  text-shadow: #111 1px 2px 4px;	
}

#hmenu li a {
	color:#FFFFFF;
	display:inline-block;
 	font-family:"Lucida Grande", Lucida, Tahoma, Verdana, sans-serif;
	font-size:18px;
	font-weight:strong;
	height:35px;
	text-decoration:none;
	text-transform:capitalize;
	padding:0px 25px 35px 0px;	
  text-shadow: #111 1px 2px 4px;	
}

#hmenu a:hover {
	color:#00a2e0;
	text-decoration: underline;

}

#hmenu li a:hover {
	color:#00a2e0;
	text-decoration: underline;

}

#hmenu li.current {
	background:url(images/menu-over.jpg) no-repeat;
}

#hmenu ul {
	background-color:#0c64b9;
	border:solid 1px #6694c1;
	display:none;
	left:0;
	padding:10px 15px 5px 15px;
	position:absolute;
	top:54px;
}

#menu {
	height:50px;
	width:900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/menu-bg.png);
	background-repeat: no-repeat;
	background-position: center center;

}

ul.menu {
margin:0 auto;
width:881px;
}
ul.menu li {
	float:left;
	padding:0 15px;
	position:relative;
}
ul.menu li a {
	color:#757F8E;
	display:block;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, san-serif;
	font-size:13px;
	font-weight:normal;
	height:40px;
	padding-top:13px;
	text-decoration:none;
	text-transform:capitalize;
	letter-spacing: -1px;
}
ul.menu li.over {
	background:url(images/menu-hover.jpg) no-repeat;
}
ul.menu li li:hover {
	background:none;
}
ul.menu li.current {
	background:url(images/menu-over.jpg) no-repeat;
}
ul.menu ul {
	background-color:#6d6d6d;
	border:solid 1px #6694c1;
	display:none;
	left:0;
	padding:10px 15px 5px 15px;
	position:absolute;
	top:54px;
}
ul.menu ul li {
	float:none;
	height:20px;
	margin-bottom:10px;
	padding:0;
	width:175px;
}
ul.menu ul li a {
	background:none;
	color:#fff;
	display:inline;
	font-size:11px;
	height:12px;
	letter-spacing:-1px;
	padding:0;
	text-indent:0;
	text-decoration:none;
}
ul.menu ul li a:hover {
	text-decoration:underline;
}
#restofcontent { display:none; }
.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%;
}

.ImgCaptMain{
	/* only need a width if it's not inheriting one
 	width:; */
	position:relative;
}

.ImgCaptDescBox{
	position:absolute;
	bottom:0;
	left:0;
	/* since it's positioned absolutely it will need a width, but not height,
       that would fill the entire box covering the image */
	width:100%;
}

.ImgCaptDescBg{
	background:#333333;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.ImgCaptDesc{
	padding:5px;
	color:#fff;
	font-weight:normal;
	font-size:.785em;
	text-align:left;
}


