/*
Theme Name: FDW #1
Theme URI: 
Description: a websute style appropriate for professional writers appealing to the B2B market
Version: 1.0
Author: cehwieel
Author URI: http://www.cehwiedel.com
*/

/*

Color Palette:

color		hex			RGB				HSV

caramel		#BC9541		188, 149, 65	41, 65, 74			visited links, blockquote border, menu background
dk caramel	#402c00		64, 44, 0		41, 100, 25			visited menu links

brown		#A86F64		168, 111, 100	10, 40, 66

orange		#DE6E45		222, 110, 69	16, 69, 87

green		#668466		102, 132, 102	120, 23, 52			links

*/

body {
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
	background-image:url(media/LeftMarginDecoration02.gif);
	background-position:left top;
	background-repeat:repeat;
	width:100.1%;

}


a {
	color: #668466;
	text-decoration: none;

}

a img {
	border: none;
}

a:visited {
	color: #BC9541;
	text-decoration: none;
}

a:hover {
	color: #60807d;
	text-decoration: underline;
}

acronym, abbr {
	border-bottom: 1pt dashed #333;
}

acronym, abbr, span.caps {
	cursor: help;
	font-size: 90%;
	letter-spacing: .07em;
}

blockquote {
	border-left: 5pt solid #BC9541;
	margin-left: 1.5em;
	padding-left: .5em;
}

cite {
	font-size: 90%;
	font-style: normal;
}

h1 {
    font-family: Georgia, "Times New Roman", "Arno Pro", serif;
	font-size: 5em;
	line-height: 1em;
}

h2 {
    font-family: Georgia, "Times New Roman", "Arno Pro", serif;
	font-size: 4em;
	font-weight: normal;
	line-height:1em;
}

h3 {
    font-family: Georgia, "Times New Roman", "Arno Pro", serif;
	font-size: 3em;
	line-height:1em;
}

h4 {
    font-family: Georgia, "Times New Roman", "Arno Pro", serif;
	font-size: 2em;
	line-height:1em;
}

h5 {
    font-family: Georgia, "Times New Roman", "Arno Pro", serif;
	font-size 1em;
	font-weight:bold;
	line-height:1em;
}

ul {
	margin-left:1.5em;
	list-style-image:url(media/bullet.gif);
}

ol {
	margin-left:1.5em;
}

/*
IDs
*/

#LeftMarginDecoration {
	width:825px;
	/*
	background-image:url(media/LeftMarginDecoration01.gif);
	background-position:left top;
	background-repeat:repeat-y;
	*/
}

#RightMarginDecoration {
	width:985px;
	/*
	background-image:url(media/LeftMarginDecoration01.gif);
	background-position:right top;
	background-repeat:repeat-y;
	*/
}

#moveBodyDown {
	width:825px;
	margin:10px 0 0 0;
}

#moveBodyUp {
	width:825px;
	margin:0 0 10px 0;
}

#moveBodyRight {
	width: 825px;
	margin: 0 0 0 80px;
}

#bodyAndfooter {
	background-color:#FFFFFF;
}

#bodyCopy {
	width:800px;
	margin: auto 1em auto 1em;
}

#banner {
	height:200px;
	width:800px;
}

#menu {
	height:2em;
	background-color:#BC9541;
	font-size:.9em;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:uppercase;
	vertical-align:middle;
}

#menu ul {
	margin: 0 0 0 0;
	padding: 0 2em 0 1em;
	display:inline;
}

#menu li {
	display:inline;
	text-align:center;
}

#menu a {
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
}


#menu a img {
	border: none;
}

#menu a:visited {
	color: #402c00;
	text-decoration: none;
}

#menu a:hover {
	color: #FFFFFF;
	text-transform:lowercase;
}

#footer {
	font-size:.75em;
	line-height:normal;
	border-style:solid;
	border-width:3px 0px 0px 0px;
	border-color:#BC9441;
	margin: auto 1.33em auto 1.33em;
	height:120px;
	width:800px;
	text-align:center;
	vertical-align:middle;
	clear:both;
}

/*
Classes
*/

.photo {
	float:right;
	border-style:solid;
	border-width: 0px 0px 1px 1px;
	border-color:#BC9441;
	width: 510px;
	margin-left:1em;
}

.cutline {
	font-size:90%;
	width:100%;
	text-align::justify;
	padding-left:10px;
}

.thumbnail {
	float:left;
	width:160px;
}

.portfolio-item {
	clear:both;
	margin: 0 5em 0 5em;
	height: 160px;
}

