@charset "UTF-8";
/* CSS Document */


/*** HTML Reset - via 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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	cursor: default;
	}
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;
	}



/*** Standard Tags
-------------------------------------------------------------------------------*/
body {
	font: 87.5%/143% "Trebuchet MS", Arial, Helvetica, sans-serif;
	xfont: 87.5%/143% Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333;
	background: #C7CCC2 none;
	}

a {
	color: #3F6518;
	text-decoration: none;
	cursor: pointer;
	border-bottom: 1px dotted #999;
	}

a:hover {
	color: #000;
	background: #BBD99E none;
	border-bottom: 1px solid #FFF;
	}

h3 {
	font: 1.43em Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	}

p {
	margin-bottom: 1.43em;
	}

acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
	}



/*** Header Elements
-------------------------------------------------------------------------------*/
#header {
	height: 95px;
	padding: 25px 15px 0 15px;
	text-transform: lowercase;
	background: transparent url(../img/bg_header.png) top left repeat-x;
	}

#header h1 {
	display: inline;
	}

#header h1 a {
	float: left;
	display: block;
	height: 70px;
	width: 312px;
	background: transparent url(../img/title_dandanowski.png) 0 1px no-repeat;
	border-right: 1px solid #383838;
	}

#header h1 span {
	display: none;
	}

/*** Main Navigation ***/
#main-nav {
	list-style: none;
	}

#main-nav li {
	display: inline;
	}

#main-nav a {
	float: left;
	display: block;
	padding: 10px 50px 23px 30px;
	color: #FFF;
	font-size: 1.286em;
	line-height: 100%;
	text-decoration: none;
	border-right: 1px solid #383838;
	}

#main-nav a .desc {
	display: block;
	color: #666;
	font-size: 0.611em;
	font-weight: normal;
	cursor: pointer;
	}

#main-nav a:hover { color: #9F3; background: transparent none; }
#main-nav a:hover .desc { color: #CCC; }

#header a, #header a:hover { border-bottom:none; }



/*** Content Elements
-------------------------------------------------------------------------------*/
#content {
	padding: 35px 15px 0 15px;
	background: transparent url(../img/bg_content.png) top left repeat-x;
	}

.preview {
	padding-top: 20px;
	border-top: 1px solid #999;
	}

.section {
	clear: both;
	padding-bottom: 40px;
	}

.section .first { margin-left: 0; }
.section .last { margin-right:0; }

.section li {
	float: left;
	margin: 0 15px 15px 15px;
	}

/*** Preview Section Titles ***/
.section-title {
	float: left;
	height: 40px;
	padding-bottom: 20px;
	}

.section-title h2 {
	float: left;
	height: 40px;
	padding-right: 30px;
	background: transparent none top left no-repeat;
	}

#photos .section-title h2 {
	width: 100px;
	background-image: url(../img/st_photos.png);
	}

#blog .section-title h2 {
	width: 64px;
	background-image: url(../img/st_blog.png);
	}

#portfolio .section-title h2 {
	width: 127px;
	background-image: url(../img/st_portfolio.png);
	}

#other .section-title h2 {
	width: 81px;
	background-image: url(../img/st_other.png);
	}

#elsewhere .section-title h2 {
	width: 145px;
	background-image: url(../img/st_elsewhere.png);
	}

#login .section-title h2 {
	width: 71px;
	background-image: url(../img/st_login.png);
	}

#admin .section-title h2 {
	width: 275px;
	background-image: url(../img/st_admin.png);
	}

#contact .section-title h2 {
	width: 275px;
	background-image: url(../img/st_contact.png);
	}

.section-title h2 a:hover {
	background: transparent none;
	border: none;
	}

.section-title h2 span {
	display: none;
	}

/*** Scrollable Items ***/
div.scrollable {   
    /* required settings */ 
	clear: both;
    position:relative; 
    overflow:hidden;          
    width: 660px;     
    height:90px;     
	}
 
div.scrollable div.items {     
    /* this cannot be too large */
	width: 20000px;
    position: absolute;
	margin-left: -15px;
	}
 
div.scrollable div.items div { 
    float:left; 
	margin: 0 15px 15px 15px;
	}

div.scrollable div.items div.first { margin-left: 0; }
div.scrollable div.items div.last { margin-right:0; }
 
div.items div.active { 
    border:1px inset #ccc;         
    background-color:#fff; 
	}


/*** Scroll Buttons ***/
.btn {
	float: left;
	display: block;
	height: 30px;
	width: 30px;
	margin: 0 0 0 10px;
	padding: 0;
	background: transparent none top center no-repeat;
	border: none;
	}

.btn.up {
	background-image: url(../img/btn_left.png);
	}

.btn.down {
	background-image: url(../img/btn_right.png);
	}

.btn.up:hover,
.btn.down:hover { 
	background-position: center center;
	background-color: transparent;
	border: none;
	}

.btn.up.disabled,
.btn.up.disabled:hover,
.btn.down.disabled,
.btn.down.disabled:hover {
	background-position: bottom center;
	background-color: transparent;
	border: none;
	}

/*
.scroll {
	xpadding-left: 30px;
	}

.scroll button {
	height: 32px;
	width: 36px;
	background: transparent none;
	border: none;
	cursor: pointer;
	}
*/



/*** Footer Elements
-------------------------------------------------------------------------------*/
#footer {
	clear: both;
	margin: 20px 0 0 0;
	padding: 30px 15px 10px 15px;
	color: #999;
	text-transform: lowercase;
	background: transparent url(../img/bg_footer.png) top left repeat-x;
	}

#footer a {
	color: #FFF;
	border-bottom: 1px dotted #3F6518;
	}

#footer a:hover {
	color: #9F3;
	background: transparent none;
	border-bottom-style: solid;
	}

#validate {
	float: right;
	}



/*** Miscellaneous Elements
-------------------------------------------------------------------------------*/
.fixed-width {
	width:930px;
	margin: auto;
	text-align: left;
	}

.vc {
	clear: both;
	font-size: 0.0001em;
	}

.hide {
	display: none;
	}

.c {
	text-align: center;
	}