/* 
Theme Name: BitBrain
Theme URL: http://www.bitbrain.es
Description: A custom theme developed by Idibay Consulting.
Author: Idibay Consulting
Author URI: http://www.idibayconsulting.com
Version: 1.0
*/

/***** RESET CSS STYLES *****/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	font-size:98%;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	vertical-align:baseline;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight: normal;
	font-style:inherit;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
blockquote:before,blockquote:after,q:before,q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
	}

/**** DEFAULT LINKS ****/
a, a:link, a:visited, a:active {
}
a:hover {
}

/**** DEFAULT IMAGES AS LINKS ****/
a img, a:link img, a:visited img, a:link:active img, a:visited:active img, a:hover img{
	text-decoration: none;
	border: 0;
}

/**** CONTAINER ****/

body{
	text-align:center; /*Hack for centering #container in IE6 */
	background:#b7d5f1 url(images/bg.gif) repeat-x;
}
#container{
	width:960px;
	margin: 0 auto;
	text-align: left;
	background:url(images/containerBg.png) bottom repeat-y;
	padding-bottom:20px;
}

#left{
	padding-left:10px;
	padding-right:30px;
	*position: absolute;
	background:url(images/LeftBg.png) left bottom repeat-y;

}

/**** HEADER ****/
#header{
	width:740px;
}
#header h1.title{
	padding-top:30px;
	padding-left:5px;
	width:182px;
}
	#header h1.title a, #header h1.title a:link, #header h1.title a:visited{
	}
	#header h1.title a:hover{
	}
#lang{
	width:90px;
	height:27px;
	color:#FFF;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	float:right;
	cursor:pointer;
	display:inline-block;
	margin-right:20px;
} 
#lang a {
	display: block;
	background: url(images/lang.png) no-repeat;
	float:left;
	width:37px;
	height:27px;
	text-align:center;
	text-decoration: none;
	color: #fff;
	margin-right: 3px;
}
#lang a {
	display: block;
	background: url(images/lang.png) no-repeat scroll 100% 0%;
	float:left;
	width:37px;
	height:27px;
	text-align:center;
	text-decoration: none;
	color: #fff;
	margin-right: 3px;
}
#lang a.selected {
	background:url(images/lang.png) no-repeat scroll 100% 100%;
}
#lang a:hover {
	background:url(images/lang.png) no-repeat scroll 100% 100%;
	/*width:37px;*/
	height:27px;
	text-align:center;
	left:39px;
}
#contact{
	width: 250px;
	height: 19px;
	float: right;
	text-align: right;
	padding-right: 10px;
	color: #777;
	text-transform: uppercase;
	font-size: 8pt;
	padding-top: 6px;
}
#contact a{
	text-decoration: none;
	color: #777;
	font-weight: bold;
}
#contact a:hover{
	color:#e46028;
}
#RSS{
	width:375px;
	display:inline;
	float:right;
	margin-top:-40px;
	margin-right:15px;
}

#RSS p{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333;
	padding-top:5px;
}

/**** NAVIGATION MENU ****/
#nav span.left {
	background-image:url(images/menuLeft.gif);
	background-repeat:no-repeat;
	width:18px;
	height:63px;
	margin-top:0px;
	*margin-top:0px;
	float:left;
}
#nav span.right {
	background-image:url(images/menuRight.gif);
	background-repeat:no-repeat;
	width:18px;
	height:63px;
	margin-top:0px;
	*margin-top:0px;
	margin-right:-14px;
	float:right;
}
#nav{
	background: url(images/menuBg.gif) repeat-x 0 0;
	height:50px;
	width:96.8%;
	margin-left:-5px;
	margin-top:8px;
}
#nav ul{
	color:#FFF;
	font-size:9.5pt;
	text-transform:capitalize;
	text-align:left;
	display:block;
	margin:0px;
	padding:0px;
}
#nav ul li{
	background: url(images/separador.gif) no-repeat top right;
	list-style-type:none;
	float:left;
	margin-top:21px;
	margin-bottom:20px;
	padding-top:0px;
	padding-right:6px;
	padding-left:5px;	
}
#nav ul li.page-item-20{
	background-image: none;
	padding-right: 0px;
}
	#nav ul li a, #nav ul li a:link, #nav ul li a:active, #nav ul li a:visited{
		text-decoration:none;
		color:#FFF;
		font-weight:bold;
	}
	#nav ul li a:hover, #nav ul li:hover, #nav ul:hover{
		/*background:url(images/menuSelected.gif) repeat-x 0 0;*/
		color:#e46028;
	}

ul#nav ul li {
	float: none;
	position: relative;
	border-bottom: 1px solid #7EAED7; /* fixes gap problem in IE */
	border-left: 1px solid #FFF;
	z-index:1000;
}

ul#nav li ul {
	margin: 0;
	padding: 0;
	display:none;
	list-style: none;
	position: absolute;
	background: #9CC;
}
ul#nav ul ul{
	margin-left: .2em;
	position: absolute;
	top: 0; /* if using borders, -1px to align top borders */
	left: 100%;
}

ul#nav * a:hover, ul#nav li a:active{
background:#7EAED7 !important;
color: #FFFFFF;
}

ul#nav li a:link,
ul#nav li a:visited,
ul#nav li a:hover,
ul#nav  li a:active{
	display: block;
	padding: .2em .3em;
	text-decoration: none;
	background: #5587B3;
	 color: #FFFFFF;
}


ul#nav ul li a:link,
ul#nav ul li a:visited,
ul#nav ul li a:hover,
ul#nav ul li a:active {
	width: 8em;
}

/**** CONTENT ****/
#content{
	width:720px;
	padding-bottom:20px;
}

#content .post_date, .post-date{
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	background: url(images/date_button_template.gif) no-repeat;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	width:60px;
	height:68px;
	color:#FFF;
	text-align:center;
	padding:0px;
	text-transform:uppercase;
}
.post-date .day{
	font-size:24px;
	padding-top:5px;
}

/**** CONTENT -> ENTRY ****/
#content .embedL{
	width: 390px;
	float:left;
	padding:0 15px 0 0px;
	margin:0 0 20px 0;
	border-right: 1px solid #ccc;
}
#content .embedR{
	width:40%;
	float:right;
	padding:0 0 0 10px;
	margin:0 0 20px 0;
}

#wrapperProducts{
	margin-top: 10px;
	color: #777;
}
#wrapperProducts h6{
	margin-top: 18px;
	color: #777;
	font-size: 12pt;
	font-weight:bold;
}
#products{
	width:109px;
	float:left;
	margin-top:20px;
	margin-right:5px;
	margin-bottom:10px;
	background:url(images/bg_products.jpg) bottom center no-repeat;
	padding: 0px 8px 10px 8px;
	/*height:340px;*/
}

#products a.read{
	text-decoration:none;
	color:#999999;
	font-size:10px;
	font-weight:bold;
	float:right;
	text-align:right;
	padding-left:10px;
	background:url(images/links.gif) left no-repeat;
	margin-top:10px;
}
#products a:hover{
	text-decoration:none;
	color:#f37723;
	
}
#products p{
	color: #777777;
	font-size: 8pt;
	margin-top: 8px;
	font-weight: normal;
}
#products h3{
	color: #555555;
	font-size: 8.5pt;
	font-weight: bold;
	text-align: center;
	margin: 5px 0px;
}
#products h3 a{
	color: #555555;
	font-size: 8.5pt;
	font-weight: bold;
	text-decoration: none;
}
#products h3 a:hover{
	color: #f37723;
}
#products img{
	display: block;
	margin: 0 auto;
}
#content h2{
	font-size:12pt;
	color:#777;
	font-weight:bold;
	text-transform:uppercase;
	margin:15px 0px 10px 0px;
}
#content .entry_home{
	font-size: 10pt;
	color: #777777;
}
#content .entry_home p{
	margin: 8px 0px;
	color:#777777;
}
#content .entry_home ul{
	margin-left: 25px;
	list-style-image:url(images/links.gif);
}
#content .entry_home ul li{
	margin-bottom: 5px;
}
#content .entry{
	float:left;
	display:inline;
	padding: 0px 20px 25px 18px;
}
#content .entry h2{
	color:#f37723;
	font-size:12pt;
	font-weight:bold;
	text-transform:uppercase;
	margin: 0px 0px 10px 0px;
}
#content .wrap{
	width:100%;
	height:100%;
	float:left;
	display: inline;}
#content .entry h4{
}
#content .entry h5{
}
#content .entry h6{
}
#content .entry p{
	margin: 10px 0px;
	color: #222;
}
#content .entry ul{
	margin-left: 30px;
	list-style-image:url(images/links.gif);
}
#content .entry ul li{
	margin-bottom: 5px;
}
	#content .entry a, #content .entry a:active, #content .entry a:link{
	}
	#content .entry a:visited{
	}
	#content .entry a:hover{
	}  
#content .entry img{
}

/**** SEARCH FORM ****/
#searchform{
	background:url(images/searchBg.jpg) no-repeat;
	width:227px;
	display: inline;
	height:29px;
	float:left;
	margin-top:0px;
	margin-right:5px;
}
#searchform label{
	display:none;
}

#s.searchbox{
	*margin:3px 0px 0px 5px;
	margin:4px 0px 0px 5px;
	width:142px;
	height:14px;
	font-size:10px;
}
#searchform input.searchbox{
}
#searchform input.searchbutton{
	background: transparent url(images/search.png) no-repeat scroll 100% 0%;
	width:62px;
	height:16px;
	color:#FFF;
	font-size:8.4px;
	*font-size:9px;
	text-transform:uppercase;
	*padding:0px 2px;
	padding:0px;
	border:none;
	*margin-top:5px;	
}

#searchform input.searchbutton:hover{
	cursor:pointer;
	background: transparent url(images/search.png) no-repeat scroll 100% 100%;
}
	
/**** LOGO ****/

#logo{
	background:url(images/logo.jpg) no-repeat;
	width:182px;
	height:49px;
	border:0;
	cursor:pointer;
}

/**** SIDEBAR ****/

.sidebar_search{
	float:right;

}
#sidebar{
	width:190px;
	float: right;
	margin-right:0px;
	padding: 20px 15px 0px 5px;
	/*background:transparent url(images/sidebarBg.png) repeat-y;*/
}
#sidebar .latest_news, #sidebar .sidebar_offers{
	font-size: 8pt;
	color: #444;
	margin-top: 40px;
}
#sidebar h3{
	font-weight: bold;
	font-size: 12pt;
	margin: 8px 0px 15px 0px;
	color:#999;
}

#sidebar .latest_news h4, #sidebar .sidebar_offers h4{
	font-size: 9pt;
	margin: 8px 0px;
	color: #666;
	clear: both;
}
#sidebar .latest_news h4 a, #sidebar .sidebar_offers h4 a{
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
#sidebar .latest_news h4 a:hover, #sidebar .sidebar_offers h4 a:hover{
	color: #f37723;
}
#sidebar .latest_news img.thumbnail, #sidebar .sidebar_offers img.thumbnail{
	border: 1px solid #ccc;
	padding: 2px;
	background-color: #fff;
	margin: 3px 0px;
}
#sidebar .latest_news .news_excerpt, #sidebar .sidebar_offers .offer{
	border-bottom: 1px solid #ccc;
	padding-bottom: 4px;
	margin-bottom: 10px;
}
#sidebar .latest_news .news_excerpt a.news_more_link, 
	#sidebar .sidebar_offers .offers_excerpt a.news_more_link{
	font-weight: bold;
	text-decoration: none;
	color: #999;
	text-align:right;
	float:right;
	background: transparent url(images/arrow.gif) center left no-repeat;
	padding-left: 9px;
	margin-bottom:8px;
}
#sidebar .latest_news .news_excerpt a.news_more_link:hover, 
	#sidebar .sidebar_offers .offers_excerpt a.news_more_link:hover{
	color: #f37723;
}
#sidebar .latest_news .news_excerpt p, #sidebar .sidebar_offers .offers_excerpt p{
	margin-bottom: 10px;
}


#sidebar .sidebar_offers img{
	display: block;
	margin: 0 auto;
}
/**** COMMENTS ****/

#comments{
}
#comments h3{
	color:#333;
}
#comments ol#comments_list{
}
	#comments ol#comments_list li{
	}
	#comments ol#comments_list li .comment_metadata{
	}
	#comments ol#comments_list li .comment_entry{
	}

#comments ul.trackbacks{
}
	#comments ul.trackbacks li{
	}

/* Respond section with the new comment form */
#respond{
}
#respond h3{
	color:#333;
}
#respond p{
}
#respond form{
}
	#respond form input.name{
	}
	#respond form input.mail{
	}
	#respond form input.url{
	}
	#respond form input.button{
		background:url(images/comment.png) no-repeat scroll 100% 0%;
		color:#FFF;
		font-size:9px;
		padding:inherit;
		border:none;
		width:150px;
		height:20px;
		text-transform:uppercase;
		margin-top:5px;
		margin-bottom:5px;
		
	}
	#respond form input.button:hover{
		background:url(images/comment.png) no-repeat scroll 100% 100%;
		cursor:pointer;
	}
	#respond form textarea{
	}




/**** ARCHIVE LIST FOR ARCHIVES AND SEARCH TEMPLATE PAGE ****/
#content ul.archive_list{
}
	#content ul.archive_list li{
	}

/**** PAGEBAR ****/
#content .pagebar{
}
	#content .pagebar a, #content .pagebar a:link, #content .pagebar a:visited{
	}
	#content .pagebar a:hover{
	} 
	
/**** CLEAR AND ALIGNMENT WP HACKS ****/
img.alignright{
	display: block;
	float:right;
	margin: 5px 0px 5px 12px;
	}
img.alignleft{
	display: block;
	float: left;
	margin: 5px 12px 5px 0px;
	}
img.aligncenter{
	display: block;
	text-align: center;
	margin: 5px auto;
	}
.clear{
	clear:both;
	}
.vvqbox{ /*Viper's Video Quicktags Generated Box for embedded videos*/
	padding: 10px;
}

/**** FOOTER ****/

#footer{
	width:723px;
	background:#ffffff url(images/footerBg.gif) repeat-x;
	margin-right:-30px;
	margin-left:-7px;
	float:left;
	font-size:12px;
	padding:10px 0px 10px 10px;
	text-align: center;
}

#footer a {
	text-decoration:none;
	cursor:pointer;
	color:#000000;
}

#footer a:hover {
	text-decoration:none;
	cursor:pointer;
	color:#eb6b26;
}
#footer .footer_list_element{
	margin-right: 6px;
}
#footer .long{
	width: 105px;
	float: left;
}
#footer .short{
	width: 84px;
	float: left;
}
#footer .footer_list_element h5 a{
	color: #444;
	font-weight: bold;
}
#footer .footer_list_element ul{
	margin: 5px 0px 0px 15px;
	color: #999;
}
#footer .footer_list_element ul li{
	font-size: 8pt;
}
#footer .designed_by{
	text-align: center;
	font-size: 8.5pt;
	color: #777;
	margin-top: 35px;
}
#footer .designed_by a{
	color: #777;
}
#footer .designed_by a:hover{
	color: #000;
}
/**** ACCORDION ****/

#accordion {
    width: 260px;
}
#accordion div {
    float: left;
    width:25%;
    height: 290px;
    overflow: hidden;
	color:#000000;
}
#accordion div span .title {
	padding-left:10px;
	padding-top:5px;
	color: #999;
	font-size:13px;
	font-weight:bold;
}

#accordion:hover div {
    width: 20px; 
}
#accordion:hover div:hover {
    width: 200px;
    overflow: hidden; 
}
#part1{
	background:	#c0dcf7;
}
#part2{
	background:	#749dc4;
}
#part3{
	background:	#f88134;
}
#part4{
	background:	#ca570c;
}

#prize{
	width:100%;
	background:url(images/prizeBg.gif) bottom repeat-x;
}
.superkid{
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	color: #777;
	font-size: 10pt;
	padding-right: 5px;
}

.awards{
	margin-top: 10px;
	color: #777;
	font-size: 10pt;
	padding-left:5px;
	padding-bottom: 5px;
	padding-right: 5px;
}

#wrapperAwards{
	width:297px;
	margin-top: 10px;
	padding: 5px 8px 15px 10px;
	background:url(images/awardsBg.png) bottom no-repeat;
	color: #777;
	font-size: 10pt;
	margin-left:-15px;

}

.superkid h3, .awards h3{
	margin-bottom: 5px;
	color:#333;
}
.superkid h3 a, .awards h3 a{
	color: #555;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
}
.superkid h3 a:hover, .awards h3 a:hover{
	color:#f37723;
}
.superkid img.superkid{
	margin-bottom: 10px;
}
.awards img.awards{
	float:right;
	margin-left: 10px;
	border: none;
}
a.read{
	text-decoration:none;
	color:#999;
	font-size:10px;
	font-weight:bold;
	float:right;
	text-align:right;
	padding-left:10px;
	background:url(images/arrow.gif) left no-repeat;
	margin-top:5px;
	padding-right:10px;
}
a:hover{
	text-decoration:none;
	color:#f37723;
	
}

