
* {
	margin: 0;
	padding: 0;
}

#gallery-listing-main,
#gallery-listing-close,
body {
	background: #191919 url(http://marchodgesphotography.com/images/bg.png);
	color: #CACACA;
	font-size: 15px;
	line-height: 130%;
	font-family: verduna, arial;
}

a {
	color: #CACACA;
	text-decoration: none;
	border-bottom: solid 1px #EF7500;
}

a:hover {
	color: #EF7500;
	text-decoration: none;
	border-bottom: solid 1px #CACACA;
}

.content {
	text-align: center;
	min-width: 900px;
}

.wrap {
	text-align: left;
	width: 900px;
	margin: 0 auto;
}

/***************************************************/
/* clearfix */
/***************************************************/

#main-content,
#footer {
	clear:both;
}

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

.wrap,
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .wrap,
* html .clearfix {height: 1%;}

.wrap,
.clearfix {display: block;}
/* End hide from IE-mac */

/***************************************************/
/* header */
/***************************************************/

#header h1 {
	margin: 20px 0;
	float: left;
}

#header h1 a {
	background: transparent url(http://marchodgesphotography.com/images/title.png) no-repeat top left;
	display: block;
	width: 255px;
	height: 77px;
	text-indent: -9999px;
	border:none;
}

#header h1 a:hover {
	background-position: top right;
}

#header ul {
	float: right;
	margin: 20px 20px 0 0;
}

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

#header ul li a {
	background: transparent url(http://marchodgesphotography.com/images/nav.png) no-repeat 0% 0%;
	display: block;
	width: 150px;
	height: 28px;
	text-indent: -9999px;
	border:none;
}

#header ul li.nav-about a {
	background-position: 0% 0%;
}

#header ul li.nav-portfolio a {
	background-position: 0% 50%;
}

#header ul li.nav-gallery a {
	background-position: 0% 100%;
}

#header ul li.nav-about a:hover {
	background-position: 100% 0%;
}

#header ul li.nav-portfolio a:hover {
	background-position: 100% 50%;
}

#header ul li.nav-gallery a:hover {
	background-position: 100% 100%;
}

#header a,
#header a:hover {
	border:none;
}

/***************************************************/
/* main-content */
/***************************************************/

#header .wrap {
	padding-bottom: 10px;
}

#footer .wrap {
	padding-top: 10px;
}

#main-content .content {
	border-top: solid 2px #EF7500;
	border-bottom: solid 2px #EF7500;
	padding: 20px 0 20px 0;
}

#private #main-content .wrap,
#photo #main-content .wrap,
#index #main-content .wrap {
	margin: 0;
	width: 100%;
	text-align: center;
}


/***************************************************/
/* photo */
/***************************************************/

#photo #main-content img {
	border: solid 4px #111;
}

/***************************************************/
/* thumb */
/***************************************************/

.thumb {
 	float: left;
 	display: block;
 	margin: 12px;
}

* html .thumb {
 	margin: 10px;
}

.thumb a img {
	border: 0px;
}

.thumb a {
 	display: block;
 	width: 100px;
 	height: 100px;
	border: solid 2px #1F1F1F;
}

.thumb a:hover {
	border: 0px;
	border: solid 2px #EF7500;
}

/***************************************************/
/* about */
/***************************************************/

#about #main-content img {
	border: solid 4px #111;
	margin: 0 60px 0 0;
}

#about #main-content p {
	padding: 0 0 10px 0;
}

#about #main-content #about-contact {
	width: 300px;
	margin: 0 0 0 150px;
	display: block;
	float: right;
}

/***************************************************/
/* footer */
/***************************************************/

#footer .wrap {
	text-align: center;
}

/***************************************************/
/* contact */
/***************************************************/

form.contact-form {
	margin: 0px 30px 30px 30px;
}

form.contact-form input, 
form.contact-form textarea {
	width: 100%;
	padding: 3px;
	border: 1px solid #EF7500;;
}

form.contact-form textarea {
	height: 100px;
}

form.contact-form p {
	padding: 0 0 10px 0;
	font-weight: bold;
}

form.contact-form p.contact_subject {
	display: none;
}

form.contact-form input.button {
	margin: 0 80px 0 80px;
	width: 100px;
}

p.contact-good,
p.contact-error {
	margin: 20px;
	padding: 10px;
	border: 2px solid #EF7500;;
}

p.contact-good {
	border: 2px solid #EF7500;;
}

/***************************************************/
/* gallery-listing */
/***************************************************/

#gallery-listing p {
	padding: 3px 0;
	/*border-top: 1px solid #694018;*/
}
