/*
Description: Todd Nakashima Photography, Global Styles (toddnakashima.com)
Author: Derek Reager
Author URI: http://neuleo.com/
*/

@import url("reset-min.css");

/* Common
------------------------------ */
html, body {
	height: 100%;
	background-color: #dbd5b4;
	}
body {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #666;
	background: #dbd5b4 url("../../images/tiny_logo.gif") center top repeat;
	}
a {
	text-decoration: none;
	outline: none;
	}
a img {
	border: 0;
	}
strong {
	font-weight: bold;
	}
em {
	font-style: italic;
	}
abbr {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	cursor: help;
	}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix { /* for IE/Mac */
	display: inline-block;
	}

/* Page Layout/Structure 
------------------------------ */
#container, #footer {
	margin: 0 auto;
	width: 780px;
	}
#header, #wrapin, #wrap, #fwrap {
	margin: 0 auto;
	width: 770px;
	}
#header {
	height: 80px;
	}
#content {
	width: 270px;
	float: left;
	}
#sidebar {
	width: 500px;
	float: right;
	}

/* Main Div Styling
------------------------------ */
/* Container Div ----- */
#container {
	background: transparent url("../../images/container_bg.png") center top repeat-y; 
	}

/* Header Div ----- */
#header {
	text-align: left;
	background: #333 url("../../images/header_bg.gif") center bottom repeat-x;
	}
#logo {
	width: 270px;
	height: 80px;
	float: left;
	}
#logo a {
	width: 270px;
	height: 80px;
	display: block;
	text-indent: -9999px;
	background: transparent url("../../images/logo.png") left top no-repeat;
	}
#topnav {
	width: 500px;
	height: 80px;
	float: right;
	text-align: right;
	}
#topnav ul {
	padding: 34px 0 0 199px;
	}
#topnav li {
	padding-right: 13px;
	height: 11px;
	float: left;
	text-align: left;
	}
#topnav a {
	height: 11px;
	display: block;
	text-indent: -9999px;
	background-image: url("../../images/topnav_sprite.gif");
	}
#topnav li#t1 a {
	width: 54px;
	background-position: 0 0;
	}
#topnav li#t2 a {
	width: 50px;
	background-position: -54px 0;
	}
#topnav li#t3 a {
	width: 35px;
	background-position: -104px 0;
	}
#topnav li#t4 a {
	width: 43px;
	background-position: -139px 0;
	}
#topnav li#t5 a {
	width: 52px;
	background-position: -182px 0;
	}

/* Wrap & Wrapin Divs ----- */
#wrap {
	padding-bottom: 50px;
	text-align: left;
	background: #fff url("../../images/wrap_bg.gif") right bottom no-repeat;
	}
#wrapin {
	padding-top: 50px;
	background: transparent url("../../images/wrapin_bg.gif") left top no-repeat;
	}

/* Content & Sidebar Divs ----- */
#content {
	}
#content .padbox {
	margin-right: -1px;
	padding: 0 50px 0;
	border-right: 1px solid #ccc;
	}
#sidebar .padbox {
	padding: 0 50px 0;
	border-left: 1px solid #ccc;
	}
#content h2, #sidebar h2 {
	padding: 12px 0;
	font-size: .9em;
	font-weight: bold;
	}
#content h2:first-child, #sidebar h2:first-child {
	margin-top: -3px;
	padding-top: 0;
	}
#content p, #sidebar p, #content ul, #sidebar ul {
	padding-top: 12px;
	font-size: .9em;
	line-height: 1.4em;
	}
#content h2 + p, #sidebar h2 + p, #content ul:first-child, #sidebar ul:first-child {
	padding-top: 0;
	}
#content li, #sidebar li {
	padding-top: 12px;
	}
#sidebar div#cols {
	width: 100%;
	}
#sidebar ul#lt, #sidebar ul#rt {
	width: 185px;
	}
#sidebar ul#lt {
	float: left;
	}
#sidebar ul#rt {
	padding-top: 0;
	float: right;
	}
#content li:first-child, #sidebar li:first-child {
	padding-top: 0;
	}
#content a, #content a:visited, #sidebar a, #sidebar a:visited {
	color: #999;
	}
#content a:hover, #content a:active, #sidebar a:hover, #sidebar a:active {
	color: #666;
	}

/* Footer Div ----- */
#footer {
	padding-bottom: 28px;
	font-size: .9em;
	background: transparent url("../../images/footer_bg.png") center bottom no-repeat;
	}
#fwrap {
	padding-top: 22px;
	background: transparent url("../../images/fwrap_bg.gif") center top repeat-x;
	}
#footer li {
	padding-left: 10px;
	display: inline;
	font-weight: bold;
	}
#footer li:first-child {
	padding-left: 0;
	}
#footer p {
	padding-top: 5px;
	}
#footer a, #footer a:visited {
	color: #666;
	}
#footer a:hover, #footer a:active {
	color: #999;
	}
