body{
	background-image: url(http://clairepettibone.com/bridal/images/bg-cpbridal.jpg);
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-family: times new roman;
	font-size: 11pt;
	color:#323232;
}

/* fonts, links, misc styles */

a{
	color:#999;
	text-decoration:none;
}

a:hover{
	color:#000;
}
.left {float:left}
.right {float:right}
.left-menu {
	float:left;
	width:230px;
	margin-right:45px;
	
	
}
.left-menu .links {
	display:block;
	padding-bottom:5px;
	border-bottom: 1px dotted #c0c0c0;
	letter-spacing:1px;
	margin:3px;
	text-align:right;
	color:#999;
	font-size:14px;
	text-transform:uppercase;
	font-family: "times new roman";
}
.left-menu .selected, .left-menu .selected a, .left-menu .selected a:visited, .left-menu .selected a:hover {
	color:#000;
}
.left-menu .links a, .left-menu .links a:visited{
	text-decoration:none;
	padding-left:25px;
}

.left-menu .links a:hover{
	color:#000;
}
h2 {
	font: 180% "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-transform: uppercase;
	text-align:left;
	color: #736575;
	margin:0;
	}
h3  {
	text-transform: uppercase; 
	font:14pt "Palatino Linotype", "Book Antiqua", Palatino, serif; 
	color: #736575;
	}
.title {
	display:block;
	padding-bottom:2px;
	margin-bottom:7px;
	border-bottom: 1px dotted #c0c0c0;
	letter-spacing:1px;
	}
.small {
	font-family: arial;
	font-size: 10px;
	margin-top:0px;
	padding:3px;
	text-transform: uppercase;
	color: #323232;
}

.small ul {
	width:100%;
	text-align:center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.small ul li{
	display: inline;
	padding: 0px 5px 0px 5px;
}

.small ul li a{
	color: #736575;
	text-decoration: none;
}

* html .small ul li a{ 
	display: inline-block;
}

.small ul li a:hover, .small a:hover{
	text-decoration:underline;
}


/* thumbnails */

.thumb-collection {
	text-align:center;
	width: 100%;

}

.thumb-collection ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align:center;
}

.thumb-collection ul li{
	display: inline;
	float: left;
	text-align:center;
	margin: 25px;
}

* html .thumb-collection ul li a img{ 
	display: inline-block;
}
.thumb-collection ul li a img {
	display: block;
	padding:5px;
	margin-bottom:2px;
	width:250px;
	height:auto;
	border:1px solid #ddd2c1;
}
.thumb-collection ul li a:hover img {
	border:1px solid #b8afa2;
}

.thumb {
	text-align:center;
	width: 100%;

}

.thumb ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align:center;
}

.thumb ul li{
	display: inline;
	float: left;
	text-align:center;
	margin: 20px;
}

* html .thumb ul li a img{ 
	display: inline-block;
}
.thumb ul li a img {
	display: block;
	padding:2px;
	width:auto;
	height:auto;
	border:1px solid #ddd2c1;
}
.thumb ul li a:hover img {
	border:1px solid #ddd2c1;
}

.thumb2 {
	text-align:center;
	width: 100%;

}

.thumb2 ul {
	margin: 0;
	padding: 0;
	width:100%;
	list-style-type: none;
}

.thumb2 ul li{
	position: relative;
	display: inline;
	float: left;
	margin: 0px 32px 40px 0px;
	
}

* html .thumb2 ul li a img{ 
	display: inline-block;
}
.thumb2 ul li a img {
	display: block;
	padding:0px;

	margin: 2px;
	border:0px solid #ddd2c1;
}
.thumb2 ul li a:hover img {
	border:0px solid #b8afa2;
}

.thumb-gallery {
	text-align:center;
	width: 100%;

}

.thumb-gallery ul {
	margin: 0;
	padding: 0;
	width:100%;
	list-style-type: none;
}

.thumb-gallery ul li{
	display: inline;
	float: left;
	margin: 20px 15px 20px 15px;
	
}

* html .thumb-gallery ul li a img{ 
	display: inline-block;
}
.thumb-gallery ul li a img {
	display: block;
	padding:0px;
	width: 200px;
	height: auto;
	border:0;
}
.thumb-gallery ul li a:hover img {
	border:0;
}


/* content shadows */

.shw-top {
	background-image: url(http://clairepettibone.com/bridal/images/shadow-top.png);
	background-repeat: repeat-x;
	width:100%;
	height:9px;
}

.shw-bottom {
	background-image: url(http://clairepettibone.com/bridal/images/shadow-bottom.png);
	background-repeat: repeat-x;
	width:100%;
	height:9px;
	
}

.shw-left {
	background-image: url(http://clairepettibone.com/bridal/images/shadow-left.png);
	background-repeat: repeat-y;
	width:9px;
	height:100%;	
}

.shw-right {
	background-image: url(http://clairepettibone.com/bridal/images/shadow-right.png);
	background-repeat: repeat-y;
	width:9px;
	height:100%;
}

/* wrappers */

#container {
	width:1000px;
	padding: 0;
	margin-left: -500px;
	left:50%;
	position:absolute;
	text-align:center;
}
.logo {margin-top: 70px;margin-bottom:10px}

#content {
	width:100%;
	color:#323232;
	text-align:left;
}

.content-wrapper {
	margin:20px;
	text-align:left;
}


.content-leftnav {
	padding: 10px;
	margin:0 10px 0 0;
	background-color:#efefef;
	width:200px;
	float:left;
}

.content-leftnav ul {
	padding: 10px;
	margin:0 10px 0 0;
	list-style-type: none;
}
.content-leftnav ul li{
	padding: 2px;
	display:block;
}


#footer {
	text-align:center;
	color: #000;
	width:100%;
	padding: 0 5px 5px 5px;
	position:relative;
	margin-top:-10px;
	margin-bottom:20px;
}
