/* @override http://insertstyle.com/styles.css */

body { 
	background-image: url(images/background1.gif);
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;

}

/* Layout */

#frame {
	background-color: white;
	width: 800px;
	min-height: 300px;
	margin: 0px auto;
}

#header {
	height: 150px;
	background: url(images/headingnew.jpg) no-repeat 0 30px;
}

#header ul {
	color: #777;
	position: relative;
	left: 170px;
	top: 87px;
	font-size: 70%;
}


#header li {
	float: left;
	list-style-type: disc;
	/*list-style-image: url(images/greencircle.jpg);*/
	list-style-position: inside;
	margin-right: 10px;
}

#header li:first-child {
	list-style-type: none;
}

#left_box {
	width: 420px;
	float: left;
	margin: 20px;
	margin-top: 30px;
	font-size: 70%;
}

#divider {
	display: none;
	float: left;
	background-color: #777;
	width: 1px;
	min-height: 344px;
	margin: 10px 0px;
	height: 100%;

}

#right_box {
	float: left;
	padding: 0px 20px;
	font-size: 70%;
	color: #777;
	width: 260px;
	padding-top:30px;
}

#right_box p {
	margin-bottom: 10px;
}

#info_box {
	background-color: #F5F5DC;
	width: 240px;
	padding: 10px;
}

#info_box li {
		list-style-type: disc;
	/*list-style-image: url(images/greencircle.jpg);*/
	list-style-position: inside;
	margin-right: 10px;
}

#info_box ul ul li {
	
	list-style-type: circle;
	margin-left: 20px;
}

#info_box dd, #info_box dt {
	display: inline;
}

#info_box dt {
	color: #9ACD32;
	padding-right: 3px;
	font-style: italic;
	font-size: 80%;
}

#footer {
	color: #777;
	text-align: right;
	font-size: 50%;
	padding: 10px;
}

/* Text Styles */

.highlight { color: #9ACD32; }

#left_box h1 { color: #9ACD32; font-size: 140%; margin-bottom: 20px;}
h2.word { color: #9ACD32; font-style: italic; font-size: 110%; font-weight: normal; margin-bottom: 5px;}


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

a:visited {
	color: #9ACD32;
	font-style: italic;
}


#styling_gallery #header { background: url(images/stylingheading.jpg) no-repeat 0 30px;}
#wedding_gallery #header { background: url(images/weddingheading.jpg) no-repeat 0 30px;}
#parties_gallery #header { background: url(images/partiesheading.jpg) no-repeat 0 30px;}
#home_gallery #header { background: url(images/homeheading.jpg) no-repeat 0 30px;}


#styling_gallery #left_box,
#wedding_gallery #left_box,
#parties_gallery #left_box,
#home_gallery #left_box
 {
	text-align: center;
}

/* Gallery */

.caption{font-style:italic;color:#887;}
.gallery li{margin: 0 2px;background:#000;}
.gallery li div{left:240px}
.gallery li div .caption{font:italic 0.7em/1.4 georgia,serif;}
#main_image img{margin-bottom:10px;}
.nav{padding-top:15px;clear:both;font:80% 'helvetica neue',sans-serif;letter-spacing:3px;text-transform:uppercase;}

.gallery ul { width: 100%;}
