/*
PRINT CCS for jdesign site. Hand coded in Coda
26 May 2009
*/

body {
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #000000;
}
	
/*************************************************/
/**  Divs and Classes for layout styling        **/
/*************************************************/	
	
#container {
	width: auto;
}

#header {
	margin: 0;
	padding: 0;
}

#footer {
	font-family: "Lucida Grande", Lucida, Arial, Helvetica, sans-serif;
	vertical-align:baseline;
	font-size: 0.7em;
}

#bodyContent {
	padding:0;
	margin:0;
}

.content1col {
	width:60px;
	margin:0 10px;
	float:left;
	display:inline;
}

.content2col {
	width:140px;
	margin:0 10px;
	float:left;
	display:inline;
}

.content2colRight {
	width:140px;
	margin:0 10px;
	float:right;
}

.content3col {
	width:220px;
	margin:0 10px;
	float:left;
}

.content3colRight {
	width:22%;
	margin:0 10px;
	float:right;
}

.content6col {
	width:55%;
	margin:0 10px;
	float:left;
}

.content7col {
	width:60%;
	margin:0 10px;
	float:left;
}

.content8col {
	width:65%;
	margin:0 10px;
	float:left;
}

.content9col {
	width:70%;
	margin:0 10px;
	float:left;
}

.content12col {
	width:100%;
	margin:18px 10px;
	height:auto;
}

/*************************************************/
/**  Floats and Clearing                        **/
/*************************************************/	

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.clear {
	clear:both;
}

/*************************************************/
/**  Formatting of standard classes             **/
/*************************************************/	

		
h1 {
	font-family: Georgia, Times, "Times New Roman", serif;
	vertical-align:baseline;
	color: #000000;
	font-weight: lighter;
	font-size: 2.4em;
	letter-spacing: -0.045em;
	margin: 0 0 0.4em 0;
	line-height:1.2em;
}
	
h2 {
	font-family: "Lucida Grande", Lucida, Arial, Helvetica, sans-serif;
	vertical-align:baseline;
	color: #962123;
	font-weight: lighter;
	font-size: 2em;
	letter-spacing: -0.03em;
	margin-bottom: 0.5em;
}
	
h3 {
	color: #595959;
	line-height: 1.3em;
	font-style:oblique;
	font-size:1.5em;
	text-align:left;
	margin: 0 0 10px 0;
}
	
p {
	font-family: "Lucida Grande", Lucida, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.94em;
	line-height: 1.6em;
	letter-spacing: -0.03em;
	margin:0 0 12px 0;
	padding:0;
}
	
img {
	border: 0;
	padding:0;
	margin:0;
	width:100:
}

.portfolioImage {
	border: 1px solid #ababab;
	width:100%;
	height:100%;
}
	
.bold {
	font-weight: bold;
}

.quote {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 0.856em;
	font-style: oblique;
	margin: 0em;
}
	
.footerDetails {
	line-height: 1.6em;
	color: #444444;
	text-align: right;
	margin:0;
}

.address2 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 0.856em;
	font-style: oblique;
}
	
a:link, a:visited {
	color: #662211;
	text-decoration: none;
}
	
a:hover, a:active {
	text-decoration: underline;
}

/*************************************************/
/**  Main Navigation                            **/
/*************************************************/
	
.navigation {
	color: #662211;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: oblique;
	font-size: 0.856em;
	letter-spacing: -0.03em;
	margin-top: 0px;
	height:24px;
	display:none;
}
	
.navigation ul {
	list-style: none;
	margin: 0;
	padding: 1.5em 0.3em 0.5em 0em;
}
	
.navigation li {
	display: block;
	float:left;
	margin:0 3px 0 0;
}
	
.navigation li.selected {
	color: #FFFFFF;
	background-color: #962123;
	border-bottom: 3px solid #662211;
}
	
.navigation a:link, .navigation a:visited {
	padding: 0.2em 0.8em 0.2em 0.8em !important;
	color: #333333;
	background-color: #FFFFFF;
	text-decoration: none;
	border: 0px solid #999999;
	border-bottom: 3px solid #828282;
	height:24px;
}
	
.navigation a:hover {
	color: #FFFFFF;
	background-color: #962123;
	border-bottom: 3px solid #662211;
}

.navigation a:active {
	color: #ffffab;
	background-color: #662211;
	border-bottom: 3px solid #222222;
}

/*************************************************/
/**  Portfolio Navigation                       **/
/*************************************************/

.portfolioNav{
	font-style: oblique;
	font-size: 0.856em;
	text-align: left;
	line-height: 1.8em;
	margin: 0 10px 0 20px;
	padding: 0;
}

.portfolioNav ul {
	display:none;
	text-align: left;
}

.portfolioNav li {
	list-style-type: none;
}

.portfolioNav a:link, .portfolioNav a:visited {
    text-decoration:none;
    display:block;
    color: #666666;
}

.portfolioNav a:hover {
	color: #333333;
	text-decoration: underline;	
}

.portfolioNav a:active {
	color: #962123;
}

/*************************************************/
/**  Portfolio Content Styling                  **/
/*************************************************/

.openQuote {
	background-image: url(../images/openquote25x45.png);
	background-repeat: no-repeat;
	background-position: top left;
	width:25px;
	height:45px;
	float:left;
	}
	
.clientsComment {
	float:left;
}	

.clientsComment p {
	margin: 0 0 0 25px;
	padding: 6px 25px 6px 0px !important;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.13em;
}

.clientsName {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: oblique;
	font-size: 1.13em;
	padding: 10px 0 0 25px !important;
}

.overview {
	background-color: #000000;
	margin:20px 0 6px 0;
	padding:5px 10px !important;
	display:block;
	color:#ffffff;
	font-size: 0.69em;
	-moz-border-radius: 3px;
}

.overview a:link, .overview a:visited {
	color:#ffffff;
	text-decoration: underline;
}

.overview a:hover, .overview a:active {
	color:#ffffff;
}

.links {
	font-size: 0.88em;
}	





/*************************************************/
/**  Footer Navigation                          **/
/*************************************************/

.footerNav{
	text-align: left;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
	display:none;
}

.footerNav ul {
	display:none;
	text-align: left;
}

.footerNav li {
	list-style-type: none;
}

.footerNav a:link, .footerNav a:visited {
    text-decoration:none;
    display:block;
    color: #666666;
}

.footerNav a:hover {
	color: #333333;
	text-decoration: underline;	
}

.footerNav a:active {
	color: #962123;
}

/*************************************************/
/**  Sitemap Navigation                         **/
/*************************************************/

.sitemapNav{
	font-size: 0.856em;
	text-align: left;
	line-height: 1.8em;
	margin: 0 10px 0 20px;
	padding: 0;
}

.sitemapNav ul {
	display:none;
	text-align: left;
}

.sitemapNav li {
	list-style-type: none;
}

.sitemapNav a:link, .sitemapNav a:visited {
    text-decoration:none;
    display:block;
    color: #666666;
}

.sitemapNav a:hover {
	color: #333333;
	text-decoration: underline;	
}

.sitemapNav a:active {
	color: #962123;
}



/*************************************************/
/**  Image Styling                              **/
/*************************************************/
	
#signature {
	width: 124px;
	height: 42px;
	top:40px;
	float:right;
}
	
.jlogo {
	margin: 10px 0 16px 0;
	float:right;
	border:0;
}

.jdesignlogo {
}

/* CSS Ends  */