/* @override 
	http://2k9sports/wp-content/themes/neo/style.css
*/

/*
Theme Name: neo
Description: a wp theme.

Version: 0.1
Author: Juan Barrientos

	This theme was designed and built by Juan Barrientos,
	based on the default theme

*/

/* @group 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: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-size: 62.5%;
}

/* @end */

/* @group Basic typography & misc styles */

body {

	font-family: "Lucida Grande", "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	line-height: 18px;
	font-size: 12px;
}

h1 {
	font-family: 'Trebuchet MS', "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 12px;
	padding-bottom: 6px;
	clear: both;
	letter-spacing: -1px;
}

h2 {
	font-family: 'Trebuchet MS', "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 12px;
	padding-bottom: 6px;
	clear: both;
}

h2.pagetitle {
	text-align: center;
}

h3 {
	font-size: 12px;
	line-height: 18px;
}

p {
	margin-bottom: 18px;
}

ol,
ul {
	line-height: 18px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clearer {
	height: 1px;
	clear: both;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	display: inline-block;
}



/* @end */

/* @group Colors */

html {
	background-color: #183152;
}

/* #1d202c background color */

#main {
	background: #fafaff url(images/sidebar-bg.png) repeat-y right top;
}

h2 {
	color: #375D81;
}

body {
	background-color: #375D81;
}

#main-nav {
	background-color: #ABC8E2;
}

.commentlist li.alt {
	background-color: #f4f4f4;
}

/* #fafaff front color */

#header h1 a,
#header h2 {
	color: #fafaff;
}

body,
#main-nav a {
	color: #182838;
}

/* orange front color */
a,
#main-nav li.current_page_item a{
	color: #FA9A0F;
}


/* @end */

/* @group Layout */

html {
}

body {
	width: 977px;
	position: relative;
	margin: 18px auto;
	-webkit-box-shadow: rgba(0,0,0,0.5) 0 1px 4px;
	-moz-box-shadow: rgba(0,0,0,0.5) 0 1px 4px;
	box-shadow: rgba(0,0,0,0.5) 0 1px 4px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}

#header {
	padding: 18px 18px 0;
	border-bottom: 1px solid #333;
}

#header h2.description {
	font-size: 10px;
	margin-bottom: 11px;
}

#header h1 {
	font-size: 36px;
	line-height: 54px;
	margin-bottom: 0;
	padding-bottom: 0;
}

#main-nav {
	line-height: 35px;
	margin: 0 -18px;
	padding: 0 18px;
	border-bottom: 1px solid #333;
}

#main-nav li {
	display: inline;
	padding: 0 9px;
	border-right: 1px solid #f0f0f0;
}

#main-nav li:first-child {
	padding-left: 0px;
}

#main-nav li:last-child {
	border-right: none;
}

.navigation {
	line-height: 18px;
	margin-bottom: 18px;
}

#footer {
	height: 18px;
	margin-top: -3px;
	padding: 18px;
	clear: both;
}

/* @end */

/* @group Grids */

[class|="column"] {
	float: left;
}

/*.grid2:after 
.grid2a:after,
.grid2b:after,
.grid2c:after,
.navigation:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0px;
	background-color: red;
}*/

.grid2 
.grid2a,
.grid2b,
.grid2c,
.navigation {
	float: left;
}

.column-1-2 {
	margin-right: 19px;
}

.grid2 .column-1-2 {
	width: 479px;
}

.grid2 .column-2-2 {
	width: 479px;
}

.grid2a .column-1-2 {
	width: 313px;
}

.grid2a .column-2-2 {
	width: 645px;
}

.grid2b .column-1-2 {
	width: 645px;
}

.grid2b .column-2-2 {
	width: 313px;
}

.grid2b .column-1-2 .grid2a .column-1-2 {
	width: 147px;
}

.grid2b .column-1-2  .grid2a .column-2-2 {
	width: 479px;
}

/* @end */

/* @group wp defaults */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   padding-top: 4px;
   margin: 10px;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* @end */

/* @group Main */

.grid2b #content.column-1-2 {
	width: 627px;
	padding: 18px 0 18px 18px;
}

.grid2b #sidebar.column-2-2 {
	width: 277px;
	padding: 18px;
}

/* My Comment */



/* @end */

/* @group Sidebar */

#searchform {
	height: 54px;
}

#sidebar h2 {
	margin-top: 18px;
}


/* @end */

/* @group Comments */

textarea#comment {
	width: 609px;
}

.commentlist {
	
}

.commentlist li {
	margin: 18px 0;
	padding: 18px;
}

.commentlist li.alt {

}

.commentlist li .avatar {
	float: left;
	margin: 0 18px 18px 0;
}

/* @end */

/* @group Index */

#blog_introduction {
	padding: 18px;
	background-color: #f0f0f0;
	margin-bottom: 18px;
}

#blog_introduction_content p:last-child {
	margin-bottom: 0;
}



/* @end */
