/*  
Theme Name: NG Default
Theme URI: http://wordpress.org/
Description: The default NG theme based.
Version: 1
Author: Juan Cullen
Author URI: http://juancullen.com/


*/


* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

html, body {
	background-color: #131313;
	text-align: center;
}

body {
	
}


h1 {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 18px;
	left: 20px;
	float: left;
}

h2, h2 a {
	color: #D63232;
	font-size: 22px;
	line-height:  22px;
	font-weight: normal;
	margin-bottom: 16px;
}

h3, h3 a {
	color: #D63232;
	font-size: 16px;
	line-height:  18px;
	font-weight: bold;
	margin-bottom: 16px;
}

h4, h4 a {
	color: #000;
	font-size: 14px;
	line-height:  14px;
	font-weight: bold;
	margin-bottom: 9px;
}

h5, h5 a {
	color: #D63232;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 9px;
}

h6, h6 a {
	color: #D63232;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0px;
}


h3 a:hover, h4 a:hover, h6 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: none;
	color: #000;
}

p, li, a, td, th, dd, address, blockquote, label {
	font-size: 11px;
	color: #000;
	line-height: 130%;
	font-style: normal;
}

p, ul, dl, ol, address, blockqoute {
	margin-bottom: 18px;
}

img {
	border: 0px;
	display: block;
}

table {
	border-collapse: collapse;
}

th, td {
	vertical-align: top;
}

input, textarea, option, select {
	font-size: 11px;
}

option {
	padding-right: 5px;
}

a {
	text-decoration: underline;
	color: #4381E7;
}

a:hover {
	text-decoration: none;
	color: #4381E7;
}

ul, ol {
	margin-left: 8px;
	padding-left: 8px;
}




/* custom styles ================== */




.wrapper {
	width: 626px;
	margin: 0 auto;
	text-align: left;
}

.torso {
	position: relative;
	width: 626px;
	background-color: #FFFFFF;
}


.head {
	position: relative;
	width: 626px;
	height: 90px;
}

.collage {
	width: 626px;
	margin-bottom: 30px;
	
}

.group {
	padding: 0 20px;
}

.stomach {
	width: 386px;
	margin-right: 20px;
	float: left;
}

.menu {
	width: 180px;
	float: left;
	background-image: url(images/menu_bg.gif);
	background-repeat: no-repeat;
	height: 254px;
}

.menu_padding {
	padding-left: 20px;
}

.menu ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

.menu ul li {
	line-height: 180%;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
}

.menu ul li ul {
	list-style: none;
	margin: 0;
	padding-left: 20px;
}



.menu ul li a {
	text-decoration: none;
	color: #000000;
}

.menu ul li a:hover {
	text-decoration: underline;
}

.clearing { 
	clear: both;
}

.small {
	font-size: 10px;
	color: #999999;
	margin-bottom: 3px;
}

.comment_area {
	width: 350px;
	height: 70px;
}

.box {
	background-color: #eeeeee;
	padding: 10px;
	margin-bottom: 20px;
}

p.date_added {
	color: #999999;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.ttable tr td {
padding-bottom: 5px;
}

.ttable {
margin-bottom: 15px;
}