/*
Theme Name: Denver Photo
Theme URI: http://www.denverphoto.com
Description: Denver Photo Theme
Author: Han Siu
Author URI: http://www.hansiu.com
Template:
Version: 1.0
.
General comments/License Statement if any.
.
*/

a:link, a:visited { color: #C5A98E; text-decoration: none }
a:active, a:hover { color: #C5A98E; text-decoration: underline }

.clearb {
	clear: both;
	height: 0;
	font-size: 1px;
}

.img {
	border: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background: #18130F;
	margin: 0;
	color: #878480;
	background-image: url('images/side-bg2.gif');
	background-repeat: no-repeat;
}

#top-border {
	background-image: url('images/top-border.gif');
	background-repeat: repeat-x;
	height: 15px;
}

#sidebar {
	width: 179px;
	margin-right: 50px;
	margin-top: 44px;
	float: left;
}

#outer-content {
	width: 791px;
	float: left;
}

#main-content {
	width: 791px;
}

#logo {
	width: 791px;
	text-align: right;
	padding-bottom: 20px;
}

/* NAVIGATION start */

#navigation {
	width: 170px;
	height: 400px;
}

.swfNoOutline {
	outline:none;
}

/* NAVIGATION end */


/* FOOTER start */

#footer {
	margin-top: 30px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 80%;
	line-height: 180%;
}

#footer a:link, #footer a:visited { color: #8F8576; text-decoration: none; padding: 2px 5px 2px 5px; }
#footer a:active, #footer a:hover { color: #FFFFFF; text-decoration: none; background: #27231f; }

#footer a:link#current, #footer a:visited#current, #footer a:hover#current {
	border-bottom: 3px solid #000;
}

#footer ul, #footer li {
	display: inline;
	margin: 0;
	padding: 0;
}

#footer li {
	padding: 3px;
	margin: 3px;
}

/* FOOTER end */

/* VIRTUAL TOURS start */

.vr-thumb {
	margin-right: 30px;
	margin-bottom: 30px;
}

/* VIRTUAL TOURS end */

/* HEADINGS start */

h1 {
    margin-top: 0;
    margin-bottom: 1.1em;
    font-size: 1.4em;
    color: #917C69;
}

h2 {
    font-size: 1.1em;
    color: #95928d;
}

.blurb {
    width: 80%;
    margin: 35px auto 0px auto;
}

.blurb h1 {
    margin-top: 0;
    font-size: 1.2em;
    color: #917C69;
}

/* HEADINGS end */

/* FORM start */

.input-box1 {
    background: #403c39;
    color: #cdcac5;
    border: 1px solid #605b56;
}

textarea { overflow: auto }


/* FORM end */

/* Begin Images */
img {
	border: 0;
}

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */