
/*
Theme Name: Boxeo Santana Default
Theme URI: http://infightmedia.com/
Description: The default WordPress theme for Edgar Santana's Website.
Version: 1.0
Author: infightmedia
Author URI: http://infightmedia.com/
Tags: Santana, Boxeo, El Chamaco
*/

/* @group Reset */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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;
	vertical-align: baseline;
}
body {
	line-height: 1.3; /* Modded from default 1 */
}


ol, ul {
	list-style: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

html,body
{
	margin: 0;
	padding: 0;
	color: #989898;
	font-size: small;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #000;
}


h1,h2,h3,h4,h5,h6
{
	color: #ddd;
	padding: 8px; }

hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

p { font-size: 110%; padding: 8px; }

a { text-decoration: none; color: #eee; }

#container
{
	width: 960px;
	margin: 0px auto 0px auto;
	background-color: transparent;
	font-size: 90%;
}

/* @group Santana Navigation */
#nav
{
	margin: 0px auto 0px auto;
	overflow: hidden;
	padding-top: 15px;
}

#nav h1
{
	font-size: 200%;
	font-weight: 300;
	float: left;
}

#nav ul
{
	padding-top: 8px;
	float: right;
}

#nav ul li
{
	margin-left: 0;
	margin-bottom: 0;
	padding: 2px 15px 5px;
	list-style: none;
	display: inline;
	font-size: 175%;
}

#nav ul li.here
{
	border-top: 1px solid #ffc;
	list-style: none;
	display: inline;
}

/* @end */
/* @group Santana Call Outs */
#callout
{
	margin: 0px auto 0px auto;
	padding-top: 75px;
	padding-bottom: 75px;
	background: url(http://boxeosantana.com/wp-content/themes/santana-theme/images/home-bg.jpg) no-repeat;
}

#callout h2
{
	font-size: 175%;
	font-weight: 300;
}

/* @end */
#content
{
	width: 580px;
	float: left;
}

#content h3
{
	font-size: 150%;
	font-weight: 300;
}

#content h4
{
	font-size: 150%;
	font-weight: 300;
}

#sidebar
{
	width: 380px;
	float: right;
}

#footer
{
	margin: 0px auto 0px auto;
	clear: both;
	margin-top: 1px;
	text-align: center;
}