/*.........CSS Style..............*/

* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(../images/background.gif);
	font: normal small Georgia, "Times New Roman", Times, serif;
	color: #662C14;
	text-align: left;
}

h1, h2,  {
	margin-bottom: 1em;
	font-weight: normal;
}

h1 {
	font-size: 12px;
}

h2 {
	font-size: 1.7em;
}



p, blockquote, ul, ol{
	margin-bottom: 1.5em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
	font-style: italic;
}

ul {
	list-style-type: square;
}

a {
	color: #662C14;
}

a:hover {
	text-decoration: none;
}

.floral_or {
	display: none;
}





/* Wrapper */

#wrapper {

	padding: 0px 0px 3px 0px;
	
}

/* Header */

#header {
	width: 700px;
	height: 218px;
	margin: 0 auto;
	background: url(../images/header.jpg) no-repeat;
}



/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	background: #e3e4d9;
}
/* .........................navigation.................... */


#navigation{
width: 700px;
height: 48px;
margin: 0 auto;
background-color: #471008;
}

 .listnav ul{
	margin-left:27px;
	padding-left:12px;
    padding-top:0px;
	padding-bottom: 0px;
}


.listnav li{
display: inline;
}

.listnav a { 
	
	color: #bc9c82;
	font: bold 1em Tahoma,sans-serif;
	
	line-height: 13px;
	text-align: center;
	text-decoration: none;
}


.listnav a:link{
color: #bf9f85;
text-decoration: none;
margin:3px;
}

.listnav a:hover{
color:#7d593c;
text-decoration: none;
}






/* ........Content of the right side call Blog and Post ..............*/

#blog {
	float: right;
	width: 424px;
	padding: 40px 20px 0px 16px;
}

/* Post */

.post {
	margin-bottom: 20px;
	padding-bottom: 10px;
	background: url(../images/floral.gif) no-repeat center bottom;
}

.post .title {
	margin-bottom: 1px;
	padding-left: 15px;
	border-bottom:2px dotted  #D3B6AF;
	text-transform: uppercase;
	font-weight: bold;
}


.post .entry {
	padding: 4px 15px 10px 15px;
	line-height: 1.8em;
}


/* ...................Left side of page........................ */

#sidebar {
	float: left;
	width: 204px;
	padding: 50px 16px 0px 20px;
	
}

#sidebar ul {
	margin: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding-left: 5px;
	line-height: 1.4em;
}

#sidebar li li {
	margin: 0;
	padding-left: 12px;
	
}

#sidebar h2 {
	margin-bottom: 15px;
	padding-left: 5px;
	border-bottom: 1px solid #D3B6AF;
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}





/*................images home page........................... */

.img {
	padding: 0 12px 8px 0;
	float:left;
	}
	
	
	.imgContact{
	padding: 0 8px 3px 12px;
	float:right;
	}
	
	.imgAbout{
	padding: 9px 8px 5px 12px;
	float:right;
	}
	
	.img4 {
	padding: 0 12px 1px 0;
	float:left;
	}
	
	
/*..................FORMS...................*/



.cssform p{
width: 200px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 2px; 

height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: 2px; 
width: 150px; 
}


.cssform input[type="text"]{ 
width: 150px;
}


.cssform textarea{
width: 260px;
height: 150px;
}

/*................gallery images........................*/

.gallerycontainer{
position: relative;
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid black;
}

.thumbnail span{ /*enlarged image*/
position: absolute;
background-color: #561904;
padding: 2px;
border: 1px #000000;
visibility: hidden;
color: #ffffff;
text-decoration: none;
}

.thumbnail span img{ 
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ 
visibility: visible;
top: 0px;
left: 198px; 
z-index: 50;
}




/*...................TAble of schedules...............................*/

table{
margin-top:18px;
margin-left:0px;
margin-right:0px;
border:thin solid black;
caption-side:bottom;
border-collapsing:collapse;
}

td, th{

padding:7px;
font-size:12px;
text-align:center;
}

th{
background-color:
#471008;
}
 
 td{color:#662C14;border:thin dotted gray;}
 th{color:#E4BFA0}

caption{
font-style:italic;
padding-top:8px;
}


/*...................footer...............................*/


#footer {
	width: 700px;
	margin: 0 auto;
	padding-top: 43px;
	background-color: #471008
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	font-size: x-small;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}


