/*
-------------------------------------------

Stephanie Chandler website styles
updated: 05-20-2010
by Hsin Cavanaugh

-------------------------------------------
*/

#shadowcontainer {
	width: 1023px;
	margin: 0px auto;
	background-image:url(../IMAGE/shadow.png);
	}

#container {
	width: 975px;
	margin: 0px auto; 
}

/* For homepage */

#header {
	background-color: #7c694f;
	height: 340px;
	Padding: 0px;
}

/* other pages */

#header2 {
	background:#7c694f;
	height: 200px;
}

/* Menu */

#sitelogo { float: left; }
	
#sitelogo a {
	height: 40px;
	width: 325px;
	display: block;
	background:url(../IMAGE/sitelogo.png) no-repeat 10px 7px;
	padding: 20px 30px 0;
}

#menuWrapper {
	position: relative;
	width: 975px;
	height: 60px;
	background: #fff;
	z-index:auto;
}

#menuContent {
	width: 975px;
	background: #fff;
}
			
ul#siteNavigation {
	float:left;
	width: auto;
	padding: 0;
}

ul#siteNavigation li { 
	float: left; 
}
						
ul#siteNavigation li a {
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: normal;
	height: 40px;
	padding: 19px 7px 1px 7px;
	display: block;
	
}

.cufon-active ul#siteNavigation li a { font-size: 15px; }

ul#siteNavigation li:first-child a { background: 0 none; }

ul#siteNavigation li a:hover {
	color: #333333;
	font-weight:bold
}

#main {
	background-color: #f2f2f2;
	float: left;
	padding: 10px;
	width: 700px;
	background-image:url(../IMAGE/img_01.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#maindemo {
	background-color: #f2f2f2;
	float: left;
	padding: 10px;
	width: 700px;
	height: 445px;
	background-image:url(../IMAGE/img_01.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#icon{
	float:right;
	padding: 5px 10px 3px 10px;

}

#main2 {
	background-color: #f2f2f2;
	float: right;
	padding: 10px 10px 10px 10px;
	width: 600px;
}

#maingallery {
	background-color: #f2f2f2;
	float:left;
	padding: 20px;
	width: 935px;
}

#gallery {
	border: 1px solid #BBB;
	padding: 2px;	
	margin: 7px 15px 7px 0;
}

#gallery1 {
	border: 1px solid #BBB;
	padding: 2px;
	margin: 0 5px 0 5px;
}

#photoside {
	float: left;
	width: 355px;
	padding:0;
	background-color: #d2d2c1;
}

#contactside {
	float: left;
	width: 325px;
	padding:15px;
	background-color: #d2d2c1;
}

#sidebar {
	float: right;
	width: 255px;
	padding: 0px;
	background-color: #d2d2c1;
}

#sidebar2 {
	float: right;
	width: 255px;
	height: 465px;
	padding: 0px;
	background-color: #7c694f;
}

#indexbar {
	float: left;
	height: 530px;
	width: 295px;
	border-left: solid;
	border-left-width:1px;
	background-color: #7c694f;
}

#indexnewsupdate {
	width: 300px;
	height: 530px;
	float: left;
	padding: 0 19px 0 19px;
	background-color:#f2f2f2;
}

#indexnewsupdate h1{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height:1.5;
}

#indexnewsupdate h5{
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
	line-height:1.5;
}

#indexsep {
	width: 310px;
	height: 530px;
	float: left;
	padding: 0 15px 0 15px;
	background-color:#f2f2f2;
	background-image:url(../IMAGE/indexsidebk.png);
	background-repeat:no-repeat;
	border-left:solid;
	border-left-width:1px;
}

#indexsep h1{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height:1.5;
}

#footer {
	clear:both;
	background: #ffffff;
	padding: 20px;
	text-align: center;
}

body {
	background-color: #7c694f;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 2px;
	font-size:14px;
}

blockquote {
	font-style: italic;
	font-size:16px;
	padding: 0 5px 0 5px;
	line-height: 1.5;
	margin-top: 0;
	margin-bottom:.6em;
	text-align: left;
 }

h1 {
	font-size:30px;
	font-weight:bold;
}

h2 {
	font-size:18px;
	font-weight:bold;
}


h3 {
	font-size: 15px;
	font-weight:bold;
}

h31 {
	font-size: 15px;
	font-weight:bold;
	font-style:italic;
}

h4{
	font-size: 11px;
	padding: 0 20px 0 0;
	text-align: right;
}

h5 {
	font-size: 15px;
	line-height: 1.5;
}

h6 {
	font-size:24px;
	font-weight:bold;
	text-align:center;
	line-height: 1.5;
}


p {
	line-height: 1.6;
	margin: 0;
	padding: 10px; 
}

p1 {
	font-size: 15px;
	font-weight: bold;
}


table {
	border-collapse: separate;
	border: none;
}

td {
	border: none;
	padding: 4px;
	font-size:12px;
	}

/* links */

a:link, a:visited{
	text-decoration: none;
	color:#304848;
}

a:hover {
	text-decoration: none;
	color:#333333;
}

* {
	margin: 0;
	padding: 0;
	text-indent: 0;
	border:0 none;
	list-style:none;
	line-height:1;
	font-size:100%;
	border-collapse:collapse;
	border: none;
	background:transparent;
	vertical-align: baseline;
	font-weight: normal;
}

.clearfix { width: auto; } 
	.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear { clear: both; }

ul { padding: 0 0 16px 0; margin: 0; }

ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 15px;
}
input, textarea {
border:1px solid #666666;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 14px;
margin:0;
padding:4px;
background:#fff;
}
 
input:focus, input:hover,textarea:focus, textarea:hover{
border: 1px solid #000;
}
 
label {
margin:2px;
}
 
input {
width:300px;
}
 
.button {
margin:0 0 15px 0;
color:#000;
font-weight:bold;
width:310px;
}

a img {border:none}
