@charset "UTF-8";
/* =Colors
Background Blue:		#036;
Orange:					#f5341e;



*/

/* =General */
* {
	margin: 0;
	padding: 0;
	outline-style: none;
}

img {
	border: none;
}

body {
	background: #15225d url(img/background-body.jpg) no-repeat top center;
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	font-size:10px;
}


/* =Classes */
.clear {
	clear:both;
}
.floatLeft {
	float:left;
	margin-right: 10px;
}
.floatRight {
	float:right;
	margin-left: 10px;
}
.floatMarginText p, .floatMarginText h2{
	margin-left:90px;
}
.noBorder, .noBorder:hover {
	border:none;
}


/* =Typography */
h1 {
	position:absolute;
	top: 34px;
	left: 50%;
	margin-left: -250px;
	text-indent: -1000em;
	z-index: 10;
}
h1 a, h1 a:hover {
	display: block;
	height: 130px;
	width: 345px;
	border: none;
}
h2 {
	font-size:12px;
	color: #f5341e;
}
h3 {
	font-size:11px;
	color: #a92c26;
	text-transform:uppercase;
}


p {
	margin: 1em 0;
	font-size:12px;
	color: #fff;
}
blockquote {
	margin: 1em 20px;
	font-size:12px;
	color: #b0b0b8;
}
#content ul {
	margin: 1em 0;
	margin-left:15px;
	font-size:12px;
	color: #fff;
}


h2 + p, h3 + p {
	margin-top: 0;
}

a {
	color: #f5341e;
	font-weight:bold;
	text-decoration:none;
	border-bottom: 1px dotted;
	line-height: 1.7em;
}
a:hover {
	border-bottom: 1px solid;
}

/* =Layout */
#contentWrapper {
	position:absolute;
	top: 180px;
	left: 50%;
	width: 690px;
	margin-left: -210px;
}

#content {
	overflow:hidden;
	background: url(img/background-content.png) !important;
	background: url(img/background-content.gif);
}
#contentTop {
	height: 25px;
	background: url(img/background-contentTop.png) !important;
	background: url(img/background-contentTop.gif);
}
#contentBottom {
	height: 25px;
	background: url(img/background-contentBottom.png) !important;
	background: url(img/background-contentBottom.gif);
}

#primaryContent {
	margin: 0 20px;
	margin-left:160px;
}
#home #primaryContent {
	float:right;
	width: 450px;
	margin-left:0;
	margin-right:20px;
	display:inline;
}
#secondaryContent {
	width: 190px;
	margin-left:20px;
}
#home #secondaryContent {
	height: 208px;
}
#btn-store {
	position:absolute;
	z-index:9;
}



#artWes {
	position:absolute;
	top: 12px;
	left: 50%;
	margin-left: -450px;
	width: 383px;
	height: 589px;
	background: url(img/art-wes.png) no-repeat !important;
	background: url(img/art-wes.gif) no-repeat;
}




#nav {
	position: absolute;
	top: 138px;
	left: 50%;
	margin-left: 150px;
	list-style-type: none;
	height:42px;
}
#nav li {
	float: left;
	margin-right: 2px;
}
#nav a {
	display:block;
	height:43px;
	text-indent: -1000em;
	border:none;
}
#navHome {
	width:59px;
	background: url(img/nav-home.png) no-repeat !important;
	background: url(img/nav-home.gif) no-repeat;
}
#navHome:hover, #home #navHome {
	width:59px;
	background: url(img/nav-home-hover.png) no-repeat !important;
	background: url(img/nav-home-hover.gif) no-repeat;
}
#navStore {
	width:63px;
	background: url(img/nav-store.png) no-repeat !important;
	background: url(img/nav-store.gif) no-repeat;
}
#navStore:hover, #store #navStore {
	width:63px;
	background: url(img/nav-store-hover.png) no-repeat !important;
	background: url(img/nav-store-hover.gif) no-repeat;
}
#navAbout {
	width:102px;
	background: url(img/nav-about.png) no-repeat !important;
	background: url(img/nav-about.gif) no-repeat;
}
#navAbout:hover, #about #navAbout {
	width:102px;
	background: url(img/nav-about-hover.png) no-repeat !important;
	background: url(img/nav-about-hover.gif) no-repeat;
}
#navPhotos {
	width:75px;
	background: url(img/nav-photos.png) no-repeat !important;
	background: url(img/nav-photos.gif) no-repeat;
}
#navPhotos:hover, #photos #navPhotos {
	width:75px;
	background: url(img/nav-photos-hover.png) no-repeat !important;
	background: url(img/nav-photos-hover.gif) no-repeat;
}

#footer {
	margin: 10px 0;
	padding-bottom:20px;
}
#footer * {
	font-size: 10px;
}


#copyright {
	float:left;
	margin: 0;
	margin-left: 150px;
	display:inline;
}
#byline {
	float:right;
	margin: 0;
	margin-right: 20px;
	display:inline;
}
#footer a {
	color: #fff;
	font-weight: normal;
	
}


/* =Flickr */
#flickr_badge_wrapper a, #flickr_badge_wrapper a:hover {
	border: none;
	line-height: normal;
}
#flickr_badge_wrapper img {
	margin: 5px;
}

