/* @override 
	http://test-blog.nitro-snowboards.com/wp-content/themes/k2/styles/nitro/nitro.css
	css/core.css.php
	--
*/

/*
	CSS files kept in the 'styles' directory can be used to
	customize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select styles from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	: Knuway
	Author Site	: http://www.knuway.com
	Style Name	: Nitro
	Style URI	: http://www.knuway.com
	Version		: 2.0
	Comments	: Nitro Blog Style produced for Nitro Snowboards by Eric Knudtson ( http://www.knuway.com )
*/
body {
	background-color: #f3f3f3;
	background-color: #111111;
	background-image: url(bg_top.gif);
	background-repeat: repeat-x;
	color: #f3f3f3;
}

.columns-two #page, #page {
	/* The entire design is contained within the 'page' id */
	background: #111111;
	width: 805px;
	border: 0;
	padding: 0;
	margin-top: 10px;
}	
#header {
	background: #111111;
	width: auto;
	height: auto;
	width:550px;
	/* Contains the H1 and menu */
	display:none;
	}
	
#primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

#sidebar-1 {
	/* The first sidebar */
	}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
	}
a:link, a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: none;
}
#header h1.blog-title a {
	color: #333;
}
#header h1.blog-title {
	padding: 0;
	margin: 0;
	width: 550px;
}
#header p.description {
	color: #333;
	margin:0;
	display: none;
}
#header ul.menu {
	display: none;
}
#header ul.menu li.page_item a:link {
	color: #333;
}


/* @group TOP */

#top {
	width: 805px; 
	height: 149px; 
	margin: auto; 
	clear: both; 
	position: relative;
}
#top h1 span,
#top h2 span,
#top h3 span { display:none; }
#top h2.nitro {
	background:url(logos.png) no-repeat;
	height:119px;
	width:86px;
	margin:0 0 0 2px;
	}
#top h2.raiden{
	background:url(logos.png) no-repeat -86px 0;
	height:119px;
	width:86px;
	margin:0;
	}
#top h2.L117{
	background: url(logos.png) no-repeat -172px 0;
	height:119px;
	width:86px;
	margin:0;
	}
#top h3 {
	padding: 0;
}
#top h3.nitro {
	background:url(logos.png) no-repeat -261px 0;
	height:49px;
	width:161px;
	float:left;
	margin:23px 0 0 42px;
	padding-bottom: 0;
	}
#top h3.raiden {
	background:url(logos.png) no-repeat -261px -49px;
	height:49px;
	width:132px;
	float:left;
	margin:23px 0 0 34px;
	padding-bottom: 0;	
	}
#top h3.L117 {
	background:url(logos.png) no-repeat -261px -102px;
	height:49px;
	width:130px;
	float:left;
	margin:23px 0 0 34px;}
  
#top h2 { 
  /* background:url(logo_otros.gif) no-repeat; */
  float:left;
  width:168px;
  height:29px;
  margin:10px 0 0 27px; }

#top a { color: #ccc; }
#top ul#submenu { float: right; padding: 0; margin: 24px 0 0 0; list-style: none; font-size: 10px; font-weight: bold; text-transform:uppercase; }  
#top ul#submenu li { display: inline; padding: 0 10px; border-right:1px solid #5a5a5a;} 
#top ul#submenu li.last { border-right:none; padding-right: 18px; } 
#top ul#menu { clear:both; list-style:none; margin:0; padding:0; height:29px; position:relative; top:-1px; float:left;  width:805px;  overflow: hidden; }
#homepage #top ul#menu {
	width: 1000px;
}
#top ul#menu li.last {padding-right:4px; background:url(menu_r.png) no-repeat center right; }
#top ul#menu li { float:left; margin:0; text-shadow: #000 -1px -1px 1px;  }
.nitro_tab {
	background: #000;
}
#top ul#menu li a { float:left; display:block; margin:0; height:31px; width:101px; color:#e6e6e6; font-size:14px; font-weight:bold; text-align:center; text-transform:uppercase; line-height: 28px;}
#top ul#menu li ul { list-style:none; margin:0; padding:0 0 0 0; background:url(menu_ul_r.png) no-repeat center right; height:31px; /*display:none;*/ float:left;}
#top ul#menu a { 
	background:url(menu_li.gif);
}
#top ul#menu ul a { 
	background:url(menu_ul_li.gif);
	font-size:10px; 
	padding:0 10px;
	width:auto; 
	color:#cccccc;
	text-decoration: underline;
}

#top ul#menu li a:hover span, #top ul#menu li li a:hover, #top ul#menu a:hover { 
	background-position:center center ! Important; 
	color:#ffffff; 
	text-decoration:none;
}
/* main menu */
#top ul#menu li ul {
	display: none;
}
#top ul#menu li.activo ul {
	display: block;
}
#top ul#menu li.activo_anim ul {
	display: block;
	width: 1px;
	overflow: hidden;
}
#top ul#menu li.activo a, #top ul#menu li.activo a:hover { 
	background-position: right bottom ! Important; text-decoration:none;
}

/* SUB-MENU ITEMS */
#top ul#menu li.activo ul li a, #top ul#menu li.activo ul li a:hover { 
	background-position: center center ! Important; text-decoration:none;
}
#top ul#menu li.activo ul li a:hover {
	background-position: right bottom ! Important; text-decoration:none;
}
#top ul#menu li.activo ul li.activo a {
	background-position: right bottom ! Important; text-decoration:none;
	color: #fff;
}
#top ul#menu li ul li a { background-position:right bottom ! Important; text-decoration:none; }
#top ul#menu li ul li a:hover { background-position:left bottom ! Important; text-decoration:none; }
#top ul#menu li li a.activo, #top ul#menu li li a.activo:hover { 
	background-position:left bottom ! Important; text-decoration: none; 
}
#top ul#menu li li a.activo { padding-right:0; }
#top ul#menu li li a.activo span, #top ul#menu li li a.activo:hover span { 
	background:url(menu_ul_li.gif);
	background-position: right bottom ! Important;
	line-height:31px;
	padding-right:10px;
	display:block;
}

#top ul#menu li.nitro_tab a span {
	text-decoration: none;
}
#top ul#menu li.nitro_tab a {
	text-align: none;
}

/* @end */

#header h1.blog-title a {
	color: #ccc;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 22px;
	line-height: 26px;
}
.content {
	padding: 0;
}
#dynamic-content, #dynamic-content.onepageonly {
	padding: 0;
	margin: 0;
	width: auto;
}
#primary {
	padding: 0;
	width: auto;
	margin: 0;
}
#primary-wrapper {
	margin: 0;
	padding: 0;
}
#sidebar-1.secondary {
	margin: 0;
	padding: 0;
}
#search.widget.widget_search {
	margin: 0;
	text-align: left;
}
#searchform {
	padding: 0;
	text-align: left;
	margin: 0;
}
#searchform input {
	padding: 3px;
}
.secondary div {
	margin: 15px 0;
	padding: 0;
	position: relative;
	text-align: left;
}
.secondary h4 {
	font-weight: bold;
	font-family: Arial, Sans Serif;	
}
.entry-content {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	color: #999;
}
.hentry {
	margin: 0;
	position: relative;
}
.meta-start {
	padding: 2px 0;
	background: transparent;
}
.commentslink {
	padding: 2px 0;
	background: transparent;
	margin-right: 0px;
}
h3, h4, .single .k2-asides h3 { 
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans-Serif;
	letter-spacing: -1px;
}
h2, h2 a:link, h2 a:visited, h3, h3 a:link, h3 a:visited, h4, h4 a:link, h4 a:visited {
	color: #f3f3f3;
}
.entry-head {
	padding-top: 2px;
	padding-bottom: 10px;
	margin-top: 10px;
	border-top: 3px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#primary {
	position: relative;
	float: left;
	width: 585px;
	padding: 0;
}
a.more-link {
	font-weight: bold;
}
body.columns-two #sidebar-1.secondary {
	float: right;
	border-top: 3px solid #ccc;
	margin-top: 10px;
	padding-top: 5px;
}
#searchform div {
	margin: 0;
}
#searchform input#s {
	float: left;
}
.page-head {
	margin: 10px 0;
	border-top: 3px solid #ccc;
	padding-top: 3px;
}
.content h2 {
	text-align: left;
}
