@charset "utf-8";
/*
***********************************************************************
CSS Document

DEVELOPER:
Design and code: Michelle McIntyre
Developer site: http://www.michellemcintyre.com/
Date: 06/2010

PALETTE:
light-fawn nav: #e4d1c3;
dark-fawn subNav: #957967;
charcoal text: #181818;
light-grey links: #575757;
dark-red h1: #6d1716;
sepia: #190b03;
***********************************************************************
*/


/*
***********************************************************************
  GENERIC STYLES
***********************************************************************
*/

body {
	background: fixed #e3d0c2 url(../images/bg.jpg) center top repeat;
	font-size:12px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	color: #181818;
	line-height: 16px;
}

h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;	
	text-transform:uppercase;
	color: #575757;
	font-size: 20px;
	font-weight:lighter;
	letter-spacing: 1px;
	float:right;
	margin: 0 50px 12px 0;
}

h1 a {
	text-decoration: none;
	color: #575757;
}

h1 a:hover {
	text-decoration:underline;
	color: #6d1716;
}

h2 { 
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;	
	text-transform:uppercase;
	color: #660b0b;
	font-size: 18px;
	font-weight:lighter;
	letter-spacing: 1px;
	padding-bottom:15px;
}

h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform:uppercase;
	color: #181818;
	font-size: 15px;
	font-weight:lighter;
	letter-spacing: 1px;
	padding:10px 0;
}

h4 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #181818;
	font-size: 13px;
	font-weight:lighter;
	letter-spacing: 1px;
	padding:8px 0;
}


.subhead {
	color: #6d1716;
	font-weight:500;
	text-transform:uppercase;
}

blockquote .subhead {
	color: #6d1716;
	font-weight:500;
	text-transform:none;
}


p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:13px;
	line-height: 17px;
	color: #181818;
	padding: 5px 0;
}

p.leadingPara {
	text-transform:uppercase;
}

a {
	text-decoration: underline;
	color: #575757;
}

a:hover {
	text-decoration: underline;
	color: #6d1716;
}

strong {
	color: #6d1716;
	font-weight:500;
}

blockquote {
	color:#181818;
	font-size:15px;
	font-style:italic;
	font-weight:normal;
	line-height:18px;
	quotes: "\201C" "\201D";
	margin:50px 0;
}

blockquote:before {
	content: open-quote;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:300%;
	color: #6d1716;
}

blockquote:after {
	content: close-quote;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:300%;
	color: #6d1716;
	float:right;
	margin-right:0;
	margin-top:20px;
}

.smallText {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;	
	text-transform:uppercase;
	color: #181818;	
	font-size:11px;
}

#search input {
	border:1px solid #575757;
	background-color:#181818;
	color:#ddd;
	font-size:12px;
	margin: 0 0 0 10px;
	padding:0;
	
	/* CSS3 spicing */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	text-shadow:1px 1px 1px #000;	
}

#search input:focus 		{ color:#fff; background-color:#575757; }
#search input:active 	{ background-color:#888; }


/*
***********************************************************************
  LAYOUT STYLES
***********************************************************************
*/
#containerWrapper {
	width: 941px;
	margin: auto;
	text-align: left;
}

/* main navigation bar */
#navigation ul {
	margin: 34px 0 0 56px;
	padding: 0;
	overflow:hidden;
	list-style-type: none;
}

#navigation ul li {
	margin-top:0;
}

#navigation ul li a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;	
	text-transform:uppercase;
	color: #e4d1c3;
	font-size: 21px;
	letter-spacing: 0.13em;
	display:block;
	float: left;
	margin: 0 80px 0 0;
	text-decoration:none;
}

#navigation ul li a:hover {
	color: #6d1716;	
}

/* style current page using contextual selectors */
ul.home li#home a, ul.portfolio li#portfolio a, ul.services li#services a, ul.cv li#cv a, ul.contact li#contact a  {
	color: #181818;
	background: url(../images/currentPage.png) no-repeat left bottom;
	height:30px;
}

/* main content area */
#container {
	background: rgb(227,208,194); /* fallback for older browsers */
	background: rgba(227,208,194,0.7);
	padding: 110px 0 0 0;
	top:15px;
	margin-top: -12px;

	/* CSS3 styling for latest browsers */
	-moz-box-shadow: -10px -5px 90px rgba(24,24,24,0.5);
	-webkit-box-shadow: -10px -5px 90px rgba(24,24,24,0.5);
    box-shadow: -10px -5px 90px rgba(24,24,24,0.5);
}

#content {
	padding: 30px 50px 30px 50px;
	overflow:hidden;
	clear:both;
	border-top: 1px #181818 dotted;
}

#contentHome {
	padding: 30px 50px 60px 50px;
	overflow:hidden;
	clear:both;
	border:none;
}

#primaryContent {
	width: 594px;
	float:left;
}

#primaryContentHome {
	width: 530px;
	float:left;
}

#primaryContent ul, #primaryContentHome ul {
	list-style:circle;
	margin:9px 9px 9px 20px;
}

#primaryContent ul li {
	margin: 0 0 7px 0;
}

#secondaryContent {
	width:200px;
	float:right;
	text-align:right;
}

/* currently not used */
#secondaryContentHome {
	width:240px;
	float:right;
	margin: 0;
	text-align:right;
	text-transform:uppercase;
}

#secondaryContent ul {
	margin: 0;
}

#secondaryContentHome ul#homeSC {
	margin: 177px 0 37px 0;
}


#secondaryContent ul#portfolioDetail {
	float:left;
	text-align:left;
	margin: 0 0 0 -14px;
}

#secondaryContent ul li {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	color: #181818;
	font-size: 13px;	
	margin: 0 0 7px 0;
}

#secondaryContentHome ul#homeSC li {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;	
	text-transform:uppercase;
	color: #181818;
	font-size: 13px;	
	margin: 0 0 7px 0;
}

#secondaryContent ul li img {
	vertical-align:bottom;
}

#secondaryContentHome ul#homeSC li a {
	margin-left:20px;
}

#secondaryContent ul li a:hover {
	color: #6d1716;
}

/* footer */
#footer {	
	background: rgb(24,24,24); /* fallback for older browsers */
	background: rgba(24,24,24,0.9);
	padding: 15px 20px 10px 50px;
}

#footer ul li, #footer p {
	color: #e4d1c3;
	font-size:12px;
	text-transform:uppercase;
}

#footer a {
	text-decoration: underline;
	color: #e4d1c3;
}

#footer a:hover {
	text-decoration: underline;
	color: #6d1716;
}

#footer li.art a {
	color: #957967;
	margin-left:15px;
}

#footer li.art a:hover {
	color: #6d1716;
}

#footer #footerInfo {
	margin-top:0;
	width: 430px;
	float:left;
}

#footer #footerSiteMap {
	margin-top:0;
	margin-left:40px;
	width: 100px;
	float:left;
}

#footer #footerOther {
	margin-top:0;
	margin-left:40px;
	width: 220px;
	float:left;
}

#footer #copyright {
	clear:both;
	margin-top:0;
}

/* portfolio styling*/
#portfolioLink {
	clear:both;
	margin:0;
}


#portfolioLink img {
	cursor:pointer;
	margin:0 13px 30px 0;
	background-color:#181818;
	border:1px solid #6d1716;
	padding:0;
}

#portfolioLink img:hover {
	border:1px solid #181818;
}



#portfolioLink img.last {
	margin:0 0 30px 0;
	float:right;
}

/* jQuery tooltip styling*/
.tooltip {
	display:none;
	background:transparent url(../images/black_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:18px 25px 25px 18px; /*25*/
	color:#e4d1c3;	
}

/* override the arrow image of the tooltip - used for dynamic positioning of tooltip */
.tooltip.bottom {
	background:url(../images/black_arrow_bottom.png);
	padding-top:40px;
	height:55px;
}

.tooltip.bottom {
	background:url(../images/black_arrow_bottom.png);
}
