/*
Theme Name: Design Concepts
Theme URI: http://duweldesignconcepts.com
Description: The WordPress theme for the Duwel Design Concepts website.
Author: Michael N. Kistler
*/

* {
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:active {
	color: #669999;
	text-decoration: underline;
}

a:hover {
	color: #999999;
	text-decoration: none;
}

html {
	background-color: #FFFFFF;
}

body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

em {
	font-style: italic;
	font-weight: bold;
}

form, fieldset {
	border: none 0px;
}
	
	form label span, form .button {
		display: block;
		margin-top: 0.7em;
	}
	
	form label.inline span {
		display: inline;
	}
	
	form label span.invalid {
		color: #CC0000;
	}

ol, p, ul {
	line-height: 1.6em;
	margin-bottom: 0.8em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Times New Roman, Serif;
	font-style: italic;
	line-height: 1.2em;
	padding-bottom: 0.6em;
	padding-top: 0.6em;
}

h1 {
	background: url(images/break.gif) repeat-x scroll left top;
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

img {
	border: solid 1px #000000;
}

ol, ul {
	margin-left: 2em;
}

#header {
	border-bottom: solid 15px #506972;
	border-right: solid 24px #506972;
	border-top: solid 15px #506972;
	height: 340px;
	width: 707px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	position: relative;
}
	
	#logo, #address {
		padding-right: 8px;
		position: absolute;
		width: 272px;
	}
	
	#logo {
		background: url(images/duwel-design-logo.gif);
		height: 214px;
		padding-bottom: 0;
		padding-top: 0;
		left: 0;
		top: 0;
		text-indent: -9999em;
	}
	
	#address {
		font-family: Times New Roman, Times, Serif;
		font-style:	italic;
		font-weight: bold;
		left: 0;
		top: 214px;
		text-align: right;
	}
		
		#phone {
			font-size: 18px;
		}
	
	#picsTop, #name, #picsBottom {
		/*margin-left: 290px;*/
		position: absolute;
		left: 290px;
		width: 450px;
	}
	
	#picsTop {
		background-image: url(images/interior-design-6.jpg);
		height: 144px;
		top: 0;
	}
	
	#name {
		background-image: url(images/judith-duwel.gif);
		height: 52px;
		padding-bottom: 0;
		padding-top: 0;
		top: 144px;
		text-indent: -9999em;
	}
	
	#picsBottom {
		background-image: url(images/interior-design-7.jpg);
		height: 144px;
		top: 196px;
	}

#main {
	margin-left: auto;
	margin-right: auto;
	width: 731px;
}
	
	#left {
		float: left;
		width: 272px;
	}
		
		#nav {
			color: #666666;
			font-family: Times New Roman, Times, Serif;
			font-size: 16px;
			font-style: italic;
			font-weight: bold;
			list-style-type: none;
			text-align: right;
		}
			
			#nav li {
				margin-bottom: 0.8em;
			}
		
		#promoCrib {
			background-image: url(images/interior-design-nursery.jpg);
			height: 363px;
			width: 272px;
		}
		
		#promoFloorplan {
			background-image: url(images/services.jpg);
			height: 500px;
			width: 272px;
		}
		
	#right {
		margin-left: 290px;
		padding-bottom: 0.8em;
	}
		
		#pageTitle {
			background-image: none;
		}
		
		.testimonialSig {
			background: url(images/break.gif) repeat-x left bottom;
			padding-bottom: 30px;
			padding-left: 30px;
		}
	
#footer {
	clear: both;
	font-size: 9px;
	text-align: center;
}
	
	#footerNav {
		font-size: 12px;
		font-weight: bold;
	}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0.4em 0 0 1.4em;
	display: inline;
	}

img.alignleft {
	margin: 0.4em 1.4em 0 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

