@charset "utf-8";
/*-----------------------------------------------------------------------------
Iowa Cottages on East/Dowden Hinn Realty
version:   1.0
author:    dsanculi : dom@sanculi.com
-----------------------------------------------------------------------------*/
/* =Column Widths / Documents Specs
----------------------------------------------- 
Wrapper: 980px
Left Column: 320px
Right Column: 660px
-----------------------------------------------*/

/* =General
---------------------------------------------- */
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none;}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }
html {
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
}
body {
	text-align: left;
	background: #535C65;
}
.clearme {display: block; clear: both; height: 0; margin: 0; padding: 0;}
/* Code to clear floats inside containers - add to the outside container */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* End of float clearing trick */

/* Element Specific */
	/* added dl, dt, dd */
h1, h2, h3, h4, h5, p, li, span, label, th, td, input, select, dl, dt, dd {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
span {
	font-size: 11px;
}
/* added custom for dl, dt, dd  */
dt	{
	font-weight:bold;
}
dl, dt, dd {
	font-size: 11px;
	line-height: 1.6em;
}
p {
	font-size: 11px;
	line-height: 1.6em;
	padding-left:20px;
	padding-right:10px;
}
h1 {
	width: 348px;
	height: 108px;
	position: absolute;
	top: 0; left: 0;
}
h2 {
	font-size: 16px;
	margin: 10px;
	color: #333;
	text-transform:uppercase;
}
div#colone h2 {
	color:#690;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #103f75;
	margin: 10px;
}
h4 {
	display: inline;
	font-size: 12px;
	color: #103f75;
}
h5 {
	display: inline;
	font-size: 10px;
	color: #103f75;
}
h6 {
	display: inline;
	font-size: 8px;
	color: #103f75;
}


/* =Containers
---------------------------------------------- */
	
div#wrapper {
	position: relative;
	width: 961px;
	margin: 0 auto;
	text-align: left;
}
div#header {
	background: url(../images/bkgd_header.jpg) top left no-repeat;
	position: relative;
	margin: 0 auto;
	width: 961px;
	height: 380px;
}

div#colone {
	float: left;
	width: 275px;
	height:984px;
	margin-left: 67px;
	background: #D6DBDF;
}
div#colone-top	{
	background: url(../images/bkgd_colone_top.png) top left no-repeat;
	float: left;
	width: 275px;
	}
div#coltwo {
	float: left;
	margin-left:3px;
	width: 545px;
	height:984px;
	background: #D6DBDF;
}
div#coltwo-top	{
	background: url(../images/bkgd_coltwo_top.png) top left no-repeat;
	float: left;
	width: 545px;
	}

/* =Header / Footer Contents
---------------------------------------------- */
div#footer {
	/*position: relative;*/
	width: 826px;
	height: 30px;
	margin-left:67px;
	padding-top: 20px;
	clear:both;
	text-align:center;
}
div#footer * {
	font-size: 10px;
	color: #6b6d70;
}
div#footer span {
	display: block;
}

#header ul {
	display:inline;
	position: absolute;
	bottom: 0; left: 67px;
	width: 826px;
	height: 45px;
	text-align:center;
}
#header ul li {
	display: inline;
	padding-right:60px;
}
#header a {
	text-decoration:none;
	}
#footer ul {
	width: 826px;
	height: 50px;
}
#footer ul li {
	display: inline;
	padding-left:40px;
	padding-right:40px;
	border-right: 1px solid #e6e6e6;
}
#footer .last {
	border:none;
}
#footer a {
	text-decoration:none;
	}

/* =Main Nav Menu
---------------------------------------------- */

#header ul li a { color: #e6e6e6; }
#header ul li a:hover { color: #808040; }
#header ul li a#active { color: #808040; }

#footer ul li a { color: #e6e6e6; }
#footer ul li a:hover { color: #808040; }
#footer ul li a#active { color: #808040; }



/* = colone elements
---------------------------------------------- */
div#colone ul {
	padding: 38px 0;	
}
div#colone ul li {
	font: 11px Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	margin-bottom: 10px;
}
div#colone ul li a {
	color: #103f75;
	text-decoration: none;
	line-height: 1em;
}
div#colone ul li a:hover {
	color: #00681e;
}
div#colone ul li#nowon a {
	color: #00681e;
	text-decoration: underline;
}
div#rates {
	margin-left:10px;
	width:100px;
}

/* =coltwo elements
---------------------------------------------- */
div#coltwo p {
	margin-bottom: 20px;
}
div#coltwo ul, div#coltwo ol {
	margin: 20px 15px;
}
div#coltwo ul {
	list-style-type: disc;
}
div#coltwo ol {
	list-style-type: upper-roman;
	margin-left: 28px;
}
div#coltwo ol li ol {
	margin: 0 18px;
	list-style-type: lower-alpha;
}
div#coltwo ol li ol li {
	line-height: 1.4em;
}
div#coltwo li {
	font-size: 11px;
	line-height: 1.6em;
}
/* used for generic tables, if you have problems plugging in the template remove these table styles */
table {
	width: 98%;
	margin: 20px 0;
	font-size: 11px;
	border: 1px solid #6b6d70;
}
table th, table td {
	padding: 4px;
}
table th {
	background-color: #808040;
	color: #eee;
	font-weight: bold;
}
table tr.even td {
	background-color: #eee;
}
table tr.odd td {
	background-color: #fff;
}
/* end of intentional table styles */
table.form_holder th {
	text-align: center;
	background-color: #808040;
}
table.form_holder label {
	color: #666;
}
input, select {
	border: 1px solid #666;
	width: 180px;
	font: 11px Arial, Helvetica, sans-serif;
}
input {padding: 1px 0;}
input.submit_button {
	width: auto;
	padding: 0 3px;
}
input.radio {
	width: auto;
	border: none;
}
p a {
	color: #103f75;
	text-decoration: underline;
}
p a:hover {
	color: #00681e;
}
strong {
	font-weight: bold;
}
address span {
	display: block;
}
address span.tn {
	font-weight: bold;
}



/* gallery styles */

/* Layout Rules
----------------------------------------------- */
#wrap {
	width: 1000px;
	padding-top: 20px;
	margin: 0 20px;
}

.albumDesc	{
	margin-top: -15px;
	color: #666666;

}
.albumBookDesc {
	font-size: small;
	color: #666666;
	margin-top: -13px;
}
.descTitle {
	font-size: small;
	color: #999999;
}

.albumName {
	font-size: large;
}


/* Form Elements
----------------------------------------------- */
label, select { 
	font-size: 90%;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
}
select {
	color: #B1B1BC;
	background-color:  #131313;
	border: 1px solid #b1b1bc;
}

/* Gallery and Playback Controls
----------------------------------------------- */
#gallerySelect {
	width: 248px;
	margin-top: -8px;
}
#controls {
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 100px;
}
#galleries {	margin:0 auto 20px auto; }
#galleries label { padding-bottom: 2px; }

#transport {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align:center;
}
#transport li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#transport a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	width: 64px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport a:link {
	background: #666 url('../images/bg_grad_gray1.gif') repeat-x;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:visited {
	background: #666 url('../images/bg_grad_gray1.gif') repeat-x;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:hover {
	background: #666 url('../images/bg_grad_gray2.gif') repeat-x;
	color: #000;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

#previews {
	border-top: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	padding: 10px 10px 20px 10px;
	margin-bottom: 5px;
	width: 480px;
	float: left;
	margin-right: 10px;
	background-color: #eee;
}
#thumbnails {
	clear: both;
	margin: 10px auto;
}
#thumbnails div {
	position: relative;
	width: 24px;
	height: 24px;
	float: left;
	margin: 8px;
	padding: 0;
	float: left;
	display:inline;
}
#thumbnails img {
	width: 24px;
	height: 24px;
	position: absolute;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
}
#picture {
	padding: 0px;
	width: 500px;
	float: left;
	clear:both;
}
#mainImageOutline {
	margin: 0 auto;
	padding: 0;
	background-color: #eee;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
	padding: 1em; 
	overflow: hidden; 
}
#mainImage {
	width: 100%;
	height: 100%;
}

#picture img {	border: 1px solid #999; }
.selectedThumbnail {  border: solid 2px #fc0 !important; }
.inFocus {  border: solid 1px #fc0 !important; }.header {
	margin-top: 0px;
}
