/* @override http://10.0.1.12/_site/css/global.css */

body{
	background: url(/_site/img/bg.jpg) repeat-x;
	margin: 0 auto;
	width: 840px;
	background-color: #000;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", serif;
}

#header{

	margin: 0;

}

/* Navigation */


div#nav{
	display: inline;
}

div#nav ul{
	list-style-type: none;
	width: 400px;
	padding: 0;
}

div#nav ul li{
	display: inline !important;
	padding-right: 5px;
	float: left;
}

div#nav ul li a#weddings{
	background: url(/_site/img/weddings.png) no-repeat;
	font-size: 0px;	
	width: 73px;
	height: 11px;
	display: block;
	color: #3a1e12;
	text-align: right;
	text-decoration: none;
}

div#nav ul li a#portraits{
	background: url(/_site/img/portraits.png) no-repeat;
	font-size: 0px;
	width: 74px;
	height: 11px;
	display: block;
	color: #3a1e12;
	text-align: right;
	text-decoration: none;
}

div#nav ul li a#about{
	background: url(/_site/img/about.png) no-repeat;
	font-size: 0px;
	width: 50px;
	height: 11px;
	display: block;
	color: #3a1e12;
	text-align: right;
	text-decoration: none;
}

div#nav ul li a:hover{
	opacity: 0.5;
}

#wrapper{
	width: 840px;
	background: url(/_site/img/work_bg.png);
	margin: 0 auto;
	text-align: center;
	line-height: 190%;
}

#wrapper ul{
	list-style-type: none;
	padding: 20px 0;
	text-align: justify;
}

#wrapper ul li{
	list-style-type: none;
	display: inline;
	padding: 5px;
}

#wrapper ul li img{
	border: 4px solid #c5c5c5;
}

#wrapper ul li a:hover{
	color: #333;
	opacity: .7;
}

#alert{
	display: none;
}

.current{
	opacity: .5;
}

/* Footer */

#footer{
	margin: 0;
	padding: 25px 0;
	width: 840px;
	text-align: right;
}

#copyright{
	background: url(../img/copyright.png) no-repeat top right;
	height: 15px;
	width: 325px;
	float: right;
	margin: 0;
	font-size: 1px;
	color: #000;
	text-align: left;
}

#credit{
	background: url(../img/credit.png) no-repeat top right;
	float: right;
	height: 15px;
	width: 325px;
	margin: 0;
	text-decoration: none;
	font-size: 1px;
	color: #2f170d;
}

#credit:hover{
	opacity: 0.5;
}


/* Tip Style */

.tool-tip {
	color: #6b5336;
	width: 215px;
	z-index: 13000;
}
 
.tool-title {
	font: Georgia;
	font-size: 11px;
	margin: 0;
	color: #666;
	text-align: right;
	padding: 12px 8px 4px;
	background: url(/_site/img/contact_ovr.png) top left; 
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../img/contact_bottom.png);
	text-align: right;
/*	background: #333 bottom right; */
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}



/* Text Styles */

h1 a{
	background: url(/_site/img/chrisbreedlove.png) no-repeat;	height: 15px;
	width: 360px;
	float: left;
	font-size: 0px;
	text-decoration: none;
	color: #462619;
	display: block;
	text-align: right;
}

h1 a:hover{
	opacity: .5;
}

h2{
	padding-top: 4px;
}

h2 a{
	background: url(/_site/img/contact.png) no-repeat;
	width: 105px;
	height: 10px;
	float: right;
}

h2 a span{
	visibility: hidden;
	display: none;
}

h2 a:hover{
	opacity: .5;
}

h2 img{
	display: none;
}

/* Tools */

hr{
	display: none;
}

.cb{
	clear: both;
}


/* About Page */

body#about #wrapper{
	padding: 10px 0;
	margin-top: 15px;
}

body#about #wrapper p{
	color: #3b2b24;
	background: url(/_site/img/aboutcopy.png) no-repeat center;
	text-align: right;
	width: 795px;
	margin: 0 auto;
	font-size: 0px;
}

body#about h3{
	font-size: .01%;
	background: url(/_site/img/selfportrait.jpg) no-repeat;
	height: 400px;
	width: 795px;
	text-align: right;
	margin: 1em auto;
	color: #000;
}

body#about p{
	color: #552b1f;

}

/* Portrait Page */

body#portraits #footer p{
	color: #371c11;

}