/* <style type="text/css">
/* --------------------------------------------------------------
   Page Layout
-------------------------------------------------------------- */
/* This fixes the firefox disappearing vertical scroll bar and
   sets up the sticky footer */
html, body, #wrapper { margin:0; /* height:100%; */ }
/* body > #wrapper { height:auto; min-height:100%; } */
.container { width:960px; margin:0 auto; padding:0 10px; }


/* Column Spacing
-------------------------------------------------------------- */
/*
    1- 30  2- 70  3-110  4-150  5-190  6-230  7-270  8-310
    9-350 10-390 11-430 12-470 13-510 14-550 15-590 16-630
   17-670 18-710 19-750 20-790 21-830 22-870 23-910 24-950
*/

/*#logo { position: absolute; top: 10px; left: 50px; }*/

.content-1 {
	width:590px;
	margin-right:10px;
	padding:0 20px 0 20px;
	float:left;
	display:inline; /* ie6 */
}
.bar-1 {
	width:310px;
	padding-right:10px;
	float:right;
	display:inline; /* ie6 */
}
h1 input, h2 input, h3 input, h4 input, h5 input, h6 input {
	display:block;
	width:570px;
	margin:0 -3px 0 -3px;
}


/* --------------------------------------------------------------
   Colors, Borders & Textures
-------------------------------------------------------------- */
/*
  #475B92 - Blue              #9F8C45 - Gold
  #0D1836 - Dark Blue         #463C1B - Dark Gold
  #7586B5 - Light Blue        #C5BC9B - Light Gold

  #9F5F45 - Red               #F2F2F2 - 5% Gray
  #46271B - Dark Red          #E6E6E6 - 10% Gray
  #C5A79B - Light Red
*/

body { background-color: #EEEEF3; }

/* Head
-------------------------------------------------------------- */
#hd .container {
	height:120px;
	background:transparent url(/images/hd-bg.png) no-repeat right bottom;
}
#hd .content-1 { padding:12px 0 0 0; }
#masthead {
	margin:0 0 0 18px;
	font-size:2em;
	color:white;
	font-weight:bold;
	text-decoration:none;
}
#masthead img {vertical-align:bottom;}
#masthead:hover {color:#C5A79B;}


/* Main Navigation
-------------------------------------------------------------- */
#nv { 
	font-size: 92.31%;
	position:relative;
	margin-top:5px;
}
#nv ul {
	height:28px;
	line-height:28px;
	margin:0;
	padding:1px 10px 1px 18px;
	float:left;
	list-style-type:none;
	background: #FFF url(/images/nv-bg.png) repeat-x right top;
}
#nv ul li {
	margin:0;
	padding:0;
	float:left;
	overflow:hidden;
	border-left:2px solid #FBCB93;
}
#nv ul li a, #nv ul li a:link, #nv ul li a:visited {
	margin:0;
	padding:0 20px 0 20px;
	overflow:hidden;
	display:block;
	text-align:center;
	color:#552F02;
	font-weight:bolder;
	text-decoration:none;
}
#nv ul li a:hover {background-color:#FBCB93;}
#nv ul li a.current,
#nv ul li a.current:link, #nv ul li a.current:visited,
#nv ul li a.current:hover, #nv ul li a.current:active {
	color:white;
	background-image:none;
	background-color:#552F02;
}


/* Body Images
-------------------------------------------------------------- */
.content-1 p img {
	margin:0 20px 1.5em 0;
	float:left;
	clear:left;
}
.content-1 p strong img {
	margin:0 0 1.5em 20px;
	float:right;
	clear:right;
}


/* Offers
-------------------------------------------------------------- */
.offer {
	position:relative;
	background-color:white;
}
.offer-link {display:block;}
.offer-link img{
	float:none;
	vertical-align:bottom;
}
.offer .button-edit {
	position:absolute;
	top:-10px;
	right:-10px;
}

.content-1 .offer {margin-bottom:1.5em;}
.bar-1 .offer {
	margin:10px 0 10px 0;
	padding:4px;
	border:1px solid orange;
}

.clearfix {position:relative;}
.clearfix .button-edit {
	position:absolute;
	top:-10px;
	right:-10px;
}

/* Misc
-------------------------------------------------------------- */
.controls {  font-size:0.846em; /*0.923em;*/ float: left; margin-left: 11px; font-weight: bold; }
.controls span { padding:1px 9px 1px 9px; text-transform:capitalize; }
.subhead { color:#552F02; margin-top:-1.5em; }
.open, .Open {background-color:#90EE90;}
.draft, .Draft {background-color:#CCC;}
.closed, .Closed {background-color:#ECCABD;}
.codeblock code { border:1px solid #7586B5; }

.shrink, .grow { border:1px solid #CCC; background-color:#EEE; }


/* Body
-------------------------------------------------------------- */
#bd .container { background:url(/images/bd-bg.png) center repeat-y; }
body.livelook #bd {padding:0;}

#body {
	border-bottom:3px dashed #FAE8D2;
}
#author {
	width:590px;
	padding:0;
	margin:0;
	border-collapse:separate;
	border:none;
	border-bottom:3px dashed #FAE8D2;
}
#author tr {
	margin:0;
	padding:0;
}
#author td {
	margin:0;
	padding:0;
	border:none;
	vertical-align:top;
}
#author img {
	margin:1.5em 20px 1.5em 0;
}


/* --------------------------------------------------------------
   Forms
-------------------------------------------------------------- */
/* Fieldsets */
/*
fieldset { margin: 0; padding: 0; display: block; clear: left; }
legend { padding: 0 .4em; font-weight: bold; font-size: 1.2em; }
form table { margin: 0 30px 1em 30px; }
form table th, form table td { vertical-align: top; padding: 0 0 4px 0; }
form table th { width: 140px; text-align: right; }
form table textarea { width: 400px; }
*/

#bd .content-1 form table {
	width:560px;
	margin-left:-5px;
}
#bd .content-1 form table td {padding:5px;}
form dl dt {
	margin:0;
	padding:0 5px;
	font-size:0.846em;
	font-weight:normal;
	color:#808080;
	background-color:#EEE;
	border-color:#CCC;
	border-style:solid;
	border-width:1px 1px 0 1px;
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
}
form dl dd {
	margin:0;
	padding:0 5px;
	border:1px solid #CCC;
	-moz-border-radius:0 0 4px 4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
}

form dl dd input, form dl dd textarea, .dd input.text, .dd textarea {
	padding:5px 5px;
	margin-left:-5px;
	width:100%;
	border:none;
	background-color:transparent;
}
form .checkbox input { width:auto; margin:5px; }
form dl dt .chars {float:right;}
form button { padding: 0.25em 1em; }

#contact_form table {border:none;}
#contact_form table td {border:none;}

/* Categories
-------------------------------------------------------------- */
#categories {
	margin:-1.5em 0 0 0;
	list-style:none;
}
#categories li {
	margin:0;
	padding:0 0 0 80px;
}
#categories li .img {
	margin:0 0 0 -80px;
	float:left;
}

/* Foot
-------------------------------------------------------------- */
.bar-nv, .bar-nv ul {
	margin:0;
	padding:0;
	list-style:none;
}
.bar-nv li {
	margin:0;
	padding:0;
}

/* Foot
-------------------------------------------------------------- */
#ft {
	width:100%;
	overflow:hidden;
	z-index:10;
	clear:both;
	color:black;
}
#ft .container {
	height:90px;
	padding-top:10px;
	position:relative;
	background:transparent url(/images/ft-bg.png) no-repeat left top;
}

#credits {
	height:48px;
	width:150px;
	position:absolute;
	top:22px;
	right:20px;
	z-index:1000;
}


/* --------------------------------------------------------------
   Clearfix
-------------------------------------------------------------- */

.container:after, .content-1:after, .bar-1:after,
.clearfix:after {
	visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;
}
.container, .content-1, .bar-1,
.clearfix {
	display: inline-block;
}
* html .container, * html .content-1, * html .bar-1,
* html .clearfix {
	height: 1%;
}
.container, .content-1, .bar-1,
.clearfix {
	display: block;
}


/* Special Stuff
-------------------------------------------------------------- */
/*
	Axialis Settings from WHITE
	Blue:  H+044  S+000  B-050 (-44)
	Red:   H-164  S+012  B-035 (-38)
	Gold:  H-134  S-058  B
	Black: H+000  S-100  B-075

   Icon: 1 2  3  4  5  6   7   8   9   10  11  12  13  14  15  16
    Pos: 0 24 48 72 96 120 144 168 192 216 240 264 288 312 336 360
*/
#ui-datepicker-div { display: none; /* position: absolute; top: 0; left: 0; */ }

.nav-rel {
	height:48px;
	list-style: none;
}

.icon-left, .icon-up, .icon-right,
.icon-left a, .icon-up a, .icon-right a,
.icon-left img, .icon-up img, .icon-right img {
	margin: 0;
	padding: 0;
	width: 48px;
	height: 48px;
	display: block;
	background-image:url(/images/icons-48.png);
}

.icon-left { background-position: -48px 0px; }
.icon-left img, .icon-left a { background-position: 0px 0px; }

.icon-up { background-position: -144px 0px; }
.icon-up img, .icon-up a {	background-position: -96px 0px; }

.icon-right { background-position: -240px -0px; }
.icon-right img, .icon-right a {	background-position: -192px 0px; }

.icon-left a:hover, .icon-up a:hover, .icon-right a:hover {
	background-color: transparent; background-image: none;
}


/*
   Icon: 1 2  3  4  5  6   7   8   9   10  11  12  13  14  15  16
    Pos: 0 24 48 72 96 120 144 168 192 216 240 264 288 312 336 360
*/
.button-edit {
	width:24px;
	height:24px;
	margin:0;
	padding:0;
	display:block;
}
.button-edit img {vertical-align:bottom;}

.icon-blog, .icon-photo, .icon-star, .icon-pen {
	background-image: url("/images/icons-24.png");
	background-repeat: no-repeat;
	vertical-align:bottom;
}

.icon-blog { background-position: 0px 0px; }
a .icon-blog { background-position: -24px 0px; }
a:hover .icon-blog { background-position: -48px 0px; }

.icon-photo { background-position: -72px 0px; }
a .icon-photo { background-position: -96px 0px; }
a:hover .icon-photo { background-position: -120px 0px; }

.icon-star { background-position: -144px 0px; }
a .icon-star { background-position: -168px 0px; }
a:hover .icon-star { background-position: -192px 0px; }

.icon-pen { background-position: -216px 0px; }
a .icon-pen { background-position: -240px 0px; }
a:hover .icon-pen { background-position: -264px 0px; }

/* --------------------------------------------------------------
   Print Adjustments
-------------------------------------------------------------- */
@media print{
	html, body, #wrapper, .container,
	#masthead,
	#hd, #hd .container, #hd .content-1,
	#bd, #bd .container, #bd .content-1,
	#ft, #ft .container, #ft .content-1 {
		margin:0;
		padding:0;
		width:auto;
		height:auto;
		float:none;
	}
	body > #wrapper { height:auto; min-height:0pt; }
	#nv, #contact_form, .bar-1, .nav-rel,
	#bd .content-1 div.foot, .offer, .noprint {display:none;}

	#bd {	
		margin-top:0.5em;
		border-top:3px dashed #3E2508;
	}
	#bd .content-1 ul.gallery {display:none;}
	#ft { 
		height:auto;
		width:auto;
		color:black;
		border-top:3px dashed #3E2508;
	}
}

/* </style> */
