/**
	dark dark blue 08090b
**/

/** 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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/** ELEMENTS **/

html
{
	background-color:#404040;
	
	background-image:url("/assets/images/rough_draft/anim_bg_back.png");
	background-repeat:repeat-x;
}

body
{
	/**
	13px/1.5 ,,,,
	**/
	font-family:'Lucida Grande','Helvetica Neue',Arial,'Liberation Sans',Helvetica,FreeSans,sans-serif;
	font-size:11px;
	background-color:transparent;
	text-align:center;
	
	background-image:url("/assets/images/rough_draft/anim_bg_front.png");
	background-repeat:repeat-x;
	
}

h1
{
	
}

h2
{
	font-size:22px;	
}
h2 a
{
	text-decoration:none;	
}
h2 a:hover
{
	text-decoration:underline;	
}
h3
{
	font-size:22px;
	color:#dddddd;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:10px;	
}
h5
{
	font-size:17px;
}

a
{
	color:#ffff00;	
}

#container
{
	text-align:left;
	width:860px;
	margin:0 auto;	
}

#navigation
{
	position:relative;
	height:57px;
	width:860px;
	background-color:transparent;
	background-image:url("/assets/images/rough_draft/navbar_bg.png");
	background-repeat:no-repeat;
}

#navigation ul
{
	position:relative;
	margin-left:20px;
}
#navigation ul li {
	float: left;
	list-style: none;
	height:57px;
	position:relative;
}


#navigation ul li.backLava
{
	background-color:transparent;
	background-image:url("/assets/images/rough_draft/back.png");
	background-repeat:no-repeat;
	background-position:top right;
	position:absolute;
	margin-top:16.5px;
}

#navigation ul li.backLava div.leftLava
{
	background-color:transparent;
	background-image:url("/assets/images/rough_draft/back_left.png");
	background-repeat:no-repeat;
	background-position:top left;
	height:100%;
}
/*
#navigation ul li.back {
	background-color:transparent;
	background-image:url("/assets/images/rough_draft/back.png");
	background-repeat:no-repeat;
	background-position:top right;
    height: 24px;
   	z-index: 8;
    position: absolute;
    margin-top:16px;
}
#navigation ul li.back .left {
	background-color:transparent;
	background-image:url("/assets/images/rough_draft/back_left.png");
	background-repeat:no-repeat;
	background-position:top left;
    height: 24px;
    width:5px;
}
*/

#navigation ul li a {
    text-decoration: none;
    font: bold 14px arial;
    color: #fff;
    outline: none;
    text-align: center;
    height: 57px; 
    z-index: 10;
    position:relative;
    height:45px;
    margin-top:6px;
    padding-left:10px;
    padding-right:10px;
    display:block;
    float:left;
    line-height:45px;
}
#navigation ul li a:hover
{
	
}
#navigation ul li.current a
{
	
}

#cu3er-container 
{
	width:860px;
	height:330px;
	background-image:url("/assets/images/rough_draft/transparent_cu3er_bg.png");
	background-repeat:no-repeat;
	outline:0;
	z-index:0;
}
#cu3er-inside
{
	background-color:transparent;
	z-index:9999;
	margin:15px;
	height:300px;
	width:830px;	
}

#content
{
	
}

.clear
{
	clear:both;	
}

.column
{
	width:270px;
	display:inline;
	float:left;
	
}
.column.left
{
	margin-right:10px;
	margin-left:10px;
	width:250px;
}
.column.middle
{
	margin-left:10px;
	margin-right:10px;
	width:250px;
}
.column.right
{
	margin-left:10px;
	margin-right:10px;
	width:250px;
}

.t_box
{
	width:860px;
	margin-top:20px;
	margin-bottom:20px;
	color:#ffffff;
}

.t_box .t_box_top
{
	background-image:url("/assets/images/rough_draft/tback_top.png");
	height:15px;
	background-repeat:no-repeat;
	padding:0;
	margin:0;
	line-height:0;
	font-size:1px;
}
.t_box .t_box_content
{
	background-image:url("/assets/images/rough_draft/tback_middle.png");
	background-repeat:repeat-y;
	
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
	
}
.t_box .t_box_bottom
{
	background-image:url("/assets/images/rough_draft/tback_bottom.png");
	height:15px;
	background-repeat:no-repeat;
}
.t_box .inside
{
	background-color:#101319;
	padding:10px;
	color:#dddddd;
	line-height:1.5;
	font-size:12px;
}



.dark_box
{
	width:850px;
	margin-left:5px;
	margin-right:5px;
	margin-top:20px;
	margin-bottom:20px;
	color:#dddddd;
}

.dark_box .dark_box_top
{
	background-image:url("/assets/images/rough_draft/dark_box_top.png");
	height:5px;
	background-repeat:no-repeat;
	padding:0;
	margin:0;
	line-height:0;
	font-size:1px;
}

.dark_box .dark_box_content
{
	background-image:url("/assets/images/rough_draft/dark_box_content.png");
	background-repeat:repeat-y;
	
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	
}

.dark_box .dark_box_bottom
{
	background-image:url("/assets/images/rough_draft/dark_box_bottom.png");
	height:5px;
	background-repeat:no-repeat;
}

.dark_box p
{
	margin-top:10px;
	margin-bottom:10px;
	line-height:1.5;
}

.dark_box h5
{
	
	margin-top:0px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #1E2229;
}
#footer
{
	height:45px;
	width:850px;
	margin-right:5px;
	margin-left:5px;
	margin-bottom:20px;
	background-image:url("/assets/images/rough_draft/footer_bg.png");
	background-repeat:no-repeat;
	line-height:45px;
	padding-left:20px;
	font-size:11px;
	color:#888888;
}
#footer a
{
	color:#cccc00;	
}

.dashedLineHor {
	border-bottom:1px dashed #1E2229;
	margin-bottom:25px;
	margin-top:25px;
}

.tags
{
	background:url("/assets/images/rough_draft/tag.png") no-repeat scroll 0 0 transparent;
	font-size:11px;
	height:20px;
	margin-bottom:20px;
	margin-top:30px;
	padding-left:30px;
}
.tags a
{
	color:#cccc00;
}

.entryHead
{
	font-size:11px;
	margin-bottom:12px;
	margin-top:10px;
}

.blog_entry
{
	font-size:14px;
}
#navigation ul li.current a
{
	color:#006699;
}
