/* Reset.css */

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%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}

/* IDs */
body{
	background-color:#0A0702;
	font:14px Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:150%;
	background:url(images/bg.jpg) no-repeat #0A0702 center top;
}
h1{
	border-bottom:1px dotted #69654f;
	margin-bottom:5px;
}

a{
	color:#9b3413;
	text-decoration:none;
}

a:hover{
	color:#fff;
}

h2{
	padding:15px 0px 0px 0px;
	font-size:16px;
	color:#9B3413;
}

h3{
	padding:15px 0px 0px 0px;
	font-size:14px;
}

p{
	padding:8px 0px 0px 0px;
}

#container{
	width:948px;
	margin:0px auto;
}

#tip_top{
	height:28px;
}

#login_support{
	float:right;
	padding:7px 8px 0px 0px;
	color:#a76854;
	font:12px Arial;
}

#logo{
	height:89px;
}

#nav { 
	height:37px;
}

#nav ul li{
	float:left;
}

#nav ul li a {
	padding:10px 40px 0px 40px;
	display:block;
	height:28px;
	font:14px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	color:#938e82;
	border-right:1px solid #6B5651;
}

#nav ul li a:hover{
	color:#1c1c26;
}

#update{
	background:url(images/location_update.png) no-repeat;
	width:314px;
	height:270px;
	margin-top:40px;
	padding-left:165px;
	float:left;
}

#map{
	float:left;
	margin-top:40px;
	margin-left:30px;
}

#update ul li{
	padding-top:3px;
	padding-bottom:4px;
}


#col_1, #col_2, #col_3, #col_4{
	width:210px;
	float:left;
}

#col_1, #col_2, #col_3{
	margin-right:32px;
}

#col_2, #col_1{
	width:320px;
}

#flikr img, #sponsor img{
	float:left;
	padding:9px;
}

#col_left{
	float:left;
	width:948px;
	padding-top:20px;
}

#col_right{
	width:200px;
	float:left;
}


#footer{
	text-align:right;
	font-size:10px;
	padding-right:10px;
}

#tweet li{
	padding-bottom:5px;
}

.flikr_right{
}

.blog_entry{
	padding-top:5px;
	padding-bottom:10px;
}

.tweet{
	padding-top:5px;
}

.more{
	text-align:right;
}

.nickname{
	float:right;
}

.bio_image{
	margin:12px 16px 8px 0px;
	border:3px solid #fff;
	float:left;
}

td{
	vertical-align:top;
}
