﻿/* DEFAULT CSS for Dalwood village web site */

/* default css for all pages */


body {
  font-family: Verdana, Helvetica, Arial, sans-serif; 
  background-color: #FCE7A2;
  line-height: 120%;
  padding: 0;
  margin: 0; 
}

h1 {
  font-size: x-large;
  color: white;
  padding-top: 2em;
  padding-bottom: .2em;
  padding-left: .4em;
  margin: 0;
  background: #278027  url("../../backgrounds/may6.jpg") repeat-y right;
  }

h2 {
  color: green;
  font-size: 130%;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}

h3 {
  color: green;
  font-size: 110%;
  margin: 0;
  font-weight: bold;  
  padding-top: 10px;
}

h4 {
  color: green;
  font-size: 100%;
  font-weight: bold;
  margin: 0;
  padding-top: 5px;
}
li {
  font-size: small;
  list-style-type: none;
}

p {
  padding:0.5em 1em 1em 0;
  padding-right: 1em;
  font-size: small;
  color: green;
  text-align: justify;
}


/*  END OF MAIN CSS */

/* MAIN LAYOUT CSS */

#tagline p {
	font-style: italic;
	font-family: Georgia, Times, serif;
	background-color: #bed8f3;
	border-top: 3px solid #7da5d8;
	border-bottom: 3px solid #7da5d8;
	padding-top: .2em;
	padding-bottom: .2em;
	padding-left: .8em;
	margin: 0;
	background: #bed8c3 url('../../backgrounds/td.jpg') repeat-y right bottom;
}


em {
    text-transform: uppercase;
}

.italic {
  font-variant: normal;
  font-style: italic;
  text-transform: none;}
  
.bold {
	font-weight: bold;
}


.fun {
  color: #339999;
  font-family: Georgia, Times, serif;
  letter-spacing: 0.05em;
}

blockquote.fun {
  font-style: oblique;
}

ul {
  margin: 15px 15px 15px 123px;
}

/*
remove temporary red borders used in development
#header, #sitebranding, #tagline, #navigation, #bodycontent, #column_a, #column_b, #column_c {
  border: 1px solid red;
  padding: 2px;
  margin-bottom: 2px;
}
*/

*/

#header {
  position: absolute;
  width: 100%;
  border-top: 3px solid #7da5d8; 
}

#bodycontent {
  position: absolute;
}

#navigation {
  position: absolute;
}

#navigation {
  top: 6.7em;
}

#bodycontent {
  top: 6.8em;
}

/*Define usable content space to right of navigation area*/
#bodycontent {
  left: 215px;
/*  right: 10%;*/
  margin-right: 3%;
/*  min-width: 80%;*/
}

#bodycontent_left {
  margin-right: 40%;
}

/*
#footer {
  min-width: 100%;
  margin: 0 0 0 0;
  position: absolute;
  bottom: 0;
  padding: 0;
  border-top: 3px solid #7da5d8;
}
*/
#search {
  position: absolute;
  top: 77px;
  right: 10px;
  font-size: x-small;
  font-weight: bold;
}

.centre_box {
	margin: 0 60px 0 20px;
	padding: 10px;
	border: thin gray none;
	text-align: center;
}


.centre_box p  {
  padding: 0;
  color: green;
  text-align: center;
  }

.list_p  {
  padding: 0;
  color: green;
  text-align: center;
  }

.list_num  {
  padding: 0;
  color: green;
  text-align:left
  }
  
.credit_right {
  text-align: center;
  font-size: 70%;
  color: gray;
  }

.feature {
  float: right;
  margin: 10px;
	}

.galleryphoto p {
  font-size: 65%;
  font-weight: bold;
  margin-top: 0;
  width: 430px;
  line-height: 1.4em;
}

.galleryphoto {
  padding-bottom: 20px;
  border-bottom: 1px solid navy;
  margin-bottom: 10px;
}

.photocredit {
  font-weight: normal;
  font-size: 70%;
  color: gray;
}

table.events {
   width: 600px;
  margin-left: 50px;
  border-collapse: collapse;
	margin-right: 0px;
	text-align: center;
}


table.events th {
  font-size: small;
  text-align: left;
  color: green;
  padding-top: 4px;
  padding-bottom: 0;
  padding-left: 2px;
  padding-right: 2px;
  border: 1px solid gray;
  /*background: #BFFFE3;*/

}

table.events td {
  vertical-align:top;
	padding: 4px;
    border: 1px solid gray;
	font-size: small;
	width: 150px;
	color: green;
  /*background: #BFFFE3;*/
}

table.events caption {
  padding-bottom: 2px;
  margin-left: 20px;
  color: #000066;
  font-size: small;
  text-align: left;
  font-weight: bold;
}
 table.events img {
	width: 100px;
	height: 125px;
	}

table.post {
   width: 500px;
  border-collapse: collapse;
}

table.post td {
 padding: 4px 0px 4px 4px; 
  border: 1px solid red;
}

table.post th {
  padding: 4px 0px 4px 4px;
  border: 1px solid gray;
}

table.post th {
  font-size: small;
  text-align: left;
  color: green;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  background: #BFFFE3; 
}

table.post td {
  font-size: small;
  color: green;
  background: #BFFFE3; 
}

table.post caption {
  color: #000066;
  padding-bottom: 2px;
  font-size: small;
  text-align: left;
  font-weight: bold;
}
	
table.services {
   width: 600px;
  margin-left: 20px;
  border-collapse: collapse;
	margin-right: 0px;
	text-align: justify;
}

table.services th {
  font-size: small;
  text-align: left;
  color: green;
  padding-top: 4px;
  padding-bottom: 0;
  padding-left: 2px;
  padding-right: 2px;
  border: 1px solid gray;
  /*background: #BFFFE3;*/

}

table.services td {
  vertical-align:top;
	padding: 4px;
border: 1px solid gray;
	font-size: small;
	color: green;
  /*background: #BFFFE3;*/
}

table.post {
   width: 600px;
  border-collapse: collapse;
}

table.post td {
  padding: 4px 0px 4px 4px;
  border: 1px solid gray;
}

table.post th {
  padding: 4px 0px 4px 4px;
  border: 1px solid gray;
}

table.post th {
  font-size: small;
  text-align: left;
  color: green;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  /*padding-right: 2px;*/
  background: #BFFFE3; 
}

table.post td {
  font-size: small;
  color: green;
  background: #BFFFE3; 
}

table.post caption {
  color: #000066;
  padding-bottom: 2px;
  font-size: small;
  text-align: left;
  font-weight: bold;
}

table.columndates {
font-size:small;
color: green;
margin:0 2px 0 2px;
padding:2px 2px 0 2px;
/* border:1px gray solid; */
	width: 600px;
}

table.columndates td {
/*border: 1px gray solid;*/
padding: 1px;
	width:150px
}

#bullet_list li {
	color: green;
	list-style-type: disc;
}


#numbered_list li {
color: green;
list-style-type: decimal;
}

#album_list {
	list-style: none;
}

#album_list li {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

#album_list img {
	display: block;
	border: 1px solid green;
	width: 250px;
	height: 188px;
}


#menu_list {
    border:1px green solid;
	padding: 1px 4px;
	color: green;
	text-align: center;
	width: 400px;
}

/* END OF MAIN CSS */
/* FOOTER CSS
html, body, #content {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body, html>body #content {
	height: auto;
}

#content {
	position: absolute;
	top: 0;
	left: 0;
}
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	border-top: 1px dotted #aaaaaa;
}

#footer p {
	margin: 0.5em 0 1em 2em;
	padding: 0;
}
 END OF FOOTER CSS */
 
/* NAVIGATION CSS */

#navigation {
  width: 190px;
  min-height: 484px;
  /*background-color: #66CC66 #AEE8BE #BFFFbf; */
}

#navigation ul {
  padding: 10px 4px 4px 10px;
  margin: 0;
  line-height: 175%;
}

.horizontal_navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 4px;
  line-height: 150%;
 }

.horizontal_navigation li {
  display: inline;
  }

.horizontal_navigation a {
  padding-right: 5px;
  }

a {
	font-size: small;
	font-weight: bold;
}

a:link {
  background-position: 0px 0px;
	color: green;
	background-repeat: repeat;
	background-attachment: scroll;
}

a:visited {
  color: /*gray;*/ #668066;

}

a:hover {
  text-decoration: none;
  color: white;
  background-color: green;
}

a:active {
  color: aqua;
background-color: lime;}

#embeddedcalendar {
	width:750px;
	height:450px;
	border-width:0;
	}


/* END OF NAVIGATION CSS */

/* FORMS CSS */

table#contact {
    color:green;
	width: 350px;
	border: thin #008000 solid;
	border-collapse: collapse;
	font: normal 12px Verdana, Helvetica, Arial, sans-serif;
}
/*
label {
  color: green;
  padding: 6px;
  }
*/
table#contact tr {
  padding: 0px;
  }


table#contact td {
  color: green;
  padding: 6px;
	}
 
table#contact td {
	border-bottom: 1px solid green;
	width: 50px;
}

table#contact form {
  margin: 0;
  padding: 0;
}

table#contact legend { 
  font: normal normal bold 12px Sans-Serif;
  color: green;
  margin: 0; 
  padding: 5px; 
  border-style:solid; 
  border-width:1px; 
  border-color: green; 
  } 

table#contact select {
width: 175px;
	color: green
}



table#contact input {
color:green;
	width: 350px;
}

table#contact #submit input {
/*	width: 52px;*/
	}
 
table#contact #submit {
	text-align: right;
	color: green;
} 

table#contact #message {
color: #008000
}

/* END OF FORMS CSS */

/* THICKBOX CSS */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

body {
min-height: 100%;
height: auto !important;
height: 100%
}

html {
min-height: 100%;
height: auto !important;
height: 100%
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	margin-bottom:1px;
}

/* END OF THICKBOX CSS */

