/*-------------------------------------------------------------------*/
/* LAYOUT STYLES */
/*-------------------------------------------------------------------*/

/*---------- HTML ----------*/
html {
	background: #100f0f;
}

.js #flash {
	display: none;
}

/*---------- Body ----------*/
body {
	margin: 0;
	padding: 0;
	color: #fff;
	background: #100f0f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}

/*---------- Base Fonts ----------*/
em {
	font-style: italic;
}

/*---------- Containers ----------*/
#container-outer {
	margin: 0;
	text-align: left;
	background: #000 url(/images/bkgrnd.jpg) no-repeat 50% 60px;
}

#container-inner {
	margin: 0 auto 0 auto;
	width: 1000px;
}


/*---------- Header ----------*/
#header {
	width: 1000px;
	padding-top: 55px;
}


/*---------- Menu ----------*/
#menu {
	width: 1000px;
	text-align: right;
	padding: 15px 0 5px 0;
	*padding: 15px 0 6px 0;
}

#menu a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	display: inline-block;
	margin: 0 0 0 25px
}

#menu a:hover {
	color: #e29456;
}

#menu a.active {
	color: #e29456;
	font-weight: bold;
}


/*---------- Content ----------*/
#content {
	width: 1000px;
	height: 650px;
	padding-bottom: 25px;
}


/*---------- Left Column ----------*/
#leftColumn {
	width: 250px;
	float: left;
	min-height: 525px;
}

#leftColumn a {
	background: #343332;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	padding: 0 10px;
	margin: 0 30px 4px 0;
	display: block;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#leftColumn a:hover {
	color: #100f0f;
	background: #e29456;
}

#leftColumn a.active {
	color: #fff;
	background: #343332 url(/images/menu-active.gif) no-repeat 98% 50%;
}

#leftColumn h2 {
	color: #000;
	font-size: 16px;
	line-height: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#leftColumn #tabs {
	padding-bottom: 56px;
	background: url(/images/menu-bottom.png) no-repeat left bottom;
}

#leftColumn #info {
	padding-bottom: 56px;
	background: url(/images/menu-bottom.png) no-repeat left bottom;
}

#leftColumn #infoInner {
	background: #343332;
	padding: 1px 10px 10px 10px;
	margin-right: 30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#leftColumn #info #infoInner a {
	display: inline;
	background: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
}

#leftColumn #info #infoInner a:hover {
	background: none;
	color: #e29456;
}

#leftColumn #info h2 {
	color: #fff;
}



/*---------- Right Column ----------*/
#rightColumn {
	width: 750px;
	float: right;
}

#rightColumn h1 {
	color: #616161;
	font-size: 20px;
	line-height: 40px;
	margin-top: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
}

#rightColumn p {
	margin: 4px 0 15px 0;
	text-align: justify;
}

#rightColumn a:hover {
	text-decoration: underline;
}

#rightColumn a {
	color: #e29456;
	text-decoration: none;
}

#rightColumn ul {
	margin: -5px 0 15px 0;
}

#rightColumn li {
	list-style: disc;
	list-style-type: disc;
	margin-left: 30px;
}

#rightColumn #content1,
#rightColumn #content2,
#rightColumn #content3 {
	padding: 25px 30px 30px 30px;
}

#rightColumn #flash #content1,
#rightColumn #flash #content2,
#rightColumn #flash #content3 {
	padding: 0;
}


/*---------- Services ----------*/



/*---------- About Lorri Mitchell ----------*/
#lorriMitchellPhoto {
	margin: -15px 0 0 30px;
	float: right;
}


/*---------- Links ----------*/
#stayConnected {
	width: 345px;
	float: left;
}

#friendLinks {
	width: 345px;
	float: right;
}

#stayConnected a,
#friendLinks a {
	color: #e29456;
	font-size: 12px;
	line-height: 24px;
	display: block;
	text-decoration: none;
}

#stayConnected a span.noHighlite,
#friendLinks a span.noHighlite {
	color: #616161;
}

#stayConnected a:hover,
#friendLinks a:hover {
	text-decoration: underline;
}


/*---------- Get In Touch ----------*/
#nameContainer {
	margin: 0 0 18px 0;
}

#emailPhoneContainer {
	margin: 0 0 18px 0;
}

#subjectContainer {
	margin: 0 0 18px 0;
}

#messageContainer {
	margin: 0 0 18px 0;
}

#submitContainer {
	width: 540px;
	text-align: right;
}

#nameContainer input,
#subjectContainer input,
#messageContainer input {
	width: 349px;
	height: 25px;
	background: #343332;
	border: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #999;
	padding: 4px 5px 1px 5px;
}

#emailPhoneContainer input#email {
	width: 190px;
	height: 25px;
	background: #343332;
	border: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #999;
	padding: 4px 5px 1px 5px;
	margin-right: 19px;
}

#emailPhoneContainer input#phone {
	width: 130px;
	height: 25px;
	background: #343332;
	border: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #999;
	padding: 4px 5px 1px 5px;
	margin-right: 19px;
}

#contactForm input.active {
	color: #fff !important;
	font-weight: normal;
}

#contactForm textarea {
	width: 530px;
	height: 166px;
	background: #343332;
	border: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #999;
	padding: 2px 5px 1px 5px;
}

#contactForm textarea.active {
	color: #fff !important;
	font-weight: normal;
}

#contactForm input.button {
	background: #e29456;
	border: none;
	padding: 3px 10px;
	font-size: 14px;
	color: #fff;
}

.divider {
	width: 300px;
	border-bottom: 1px solid #e9e9e9;
	margin: 5px auto 10px auto;
}



/*---------- Footer ----------*/
#footer {
	clear: both;
	background: #100f0f;
	color: #444;
	border-top: 1px solid #333;
	font-size: 10px;
}

#footerInner {
	width: 960px;
	padding-top: 15px;
	margin: 0 auto;
}

#footer a {
	color: #bbb;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
}

#contact {
	float: left;
}

#copyright {
	float: right;
}

#copyrightText {
	float: right;
	margin: 4px 0 0 0;
}

#powered-logo {
	float: right;
	margin: 0 0 0 5px;
}



/*-------------------------------------------------------------------*/
/* BOX MODEL */
/*-------------------------------------------------------------------*/
/* Forces browsers to correctly clear floats. For more information on this technique */
/* please see the article, "How To Clear Floats Without Structural Markup" */
/* located at http://www.positioniseverything.net/easyclearing.html */

#header:after,
#content:after,
#content1:after,
#content2:after,
#prices:after,
#footer:after,
#copyright:after,
.entry:after,
.navigation:after,
#clientLogin:after,
#clientLoginButtonContainer:after,
.galleryPrint:after,
.border:after {
	content:".";
	display:block;
	height:0em;
	clear:both;
	visibility:hidden;
}

#header,
#content,
#content1,
#content2,
#prices,
#footer,
#copyright,
.entry,
.navigation,
#clientLogin,
#clientLoginButtonContainer,
.galleryPrint,
.border {
	display:inline-block;
}

* html #header,
* html #content,
* html #content1,
* html #content2,
* html #prices,
* html #footer,
* html #copyright,
* html .entry,
* html .navigation,
* html #clientLogin,
* html #clientLoginButtonContainer,
* html .galleryPrint,
* html .border {
	height:1%;
}

#header,
#content,
#content1,
#content2,
#prices,
#footer,
#copyright,
.entry,
.navigation,
#clientLogin,
#clientLoginButtonContainer,
.galleryPrint,
.border {
	display:block;
}



/*-------------------------------------------------------------------*/
/* BOX MODEL OVERRIDE */
/*-------------------------------------------------------------------*/
#tabs {
	display: none;
}