
/*
	version: 1.0
	author: Liz Andrade
	email: liz@cmdshiftdesign.com
	website: http://cmdshiftdesign.com

	created by cmdshiftdesign.com 2009
*/


/* =GENERAL */
h2, h3, h4 {
	text-transform: uppercase;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

body {
	background: #000 url(../images/bg.gif) repeat-x 0 0;
	color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	height: 100%;
}

#wrapper {
	background: url(../images/header_swirl.jpg) no-repeat 0 20px;
	margin: 0 auto;
	padding: 40px 8px 0px 8px;
	width: 942px;
}

/* =HYPERLINKS */
a {
	color: #FFF;
	outline-style: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

/* =HEADER */
#header {
	background: none;
	height: 176px;
	margin-bottom: 23px;
	position: relative;
}

#header h1 a {
	color: #FFF;
	display: block;
	font-size: 32px;
	font-weight: normal;
	height: 60px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 305px;
}

#header h1 a span {
	background: url(../images/logo.jpg) no-repeat 0 0;
	cursor: pointer;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/* =NAVIGATION */
#nav {
	background: url(../images/nav_footer_bg.jpg) no-repeat 0 0;
	bottom: 0;
	font-size: 12px;
	padding: 3px 1px;
	position: absolute;
	text-transform: uppercase;
	letter-spacing: 1.99px;
	width: 100%;
}

#nav li {
	background: url(../images/nav_delimiter.jpg) no-repeat 100% 0;
	float: left;
}

#nav a {
	float: left;
	line-height: 30px;
	padding: 0 18px 0 18px;
	text-decoration: none;
}

#nav .current_page_item, #nav a:hover, #nav .sfHover {
	background: #333 url(../images/nav_delimiter.jpg) no-repeat 100% 0;
}

#nav > li:first-child a {
	padding-left: 22px;
}

#nav > li:last-child, #nav > li:last-child > a:hover {
	background-image: none;
}

#nav li {
	position: relative;
}

#nav ul {
	border: 1px solid #444;
	border-top: none;
	display: none;
	font-size: 11px;
	left: -2px;
	position: absolute;
	top: 33px;
}

#nav ul li {
	background: url(../images/sub_nav_bg.png) repeat 0 0;
	clear: both;
	overflow: hidden;
	min-width: 220px;
	min-width: auto !important;
	width: 220px;
}

#nav li:last-child ul li {
	min-width: 175px;
	min-width: auto !important;
	width: 175px;
}

#nav ul a {
	line-height: 23px;
	padding: 0 0 0 8px;
	width: 100%;
}

#nav ul a:hover {
	background: url(../images/subnav_hover.png) repeat 0 0;
}

#nav ul .current_page_item, #nav ul a:hover {
	background: url(../images/subnav_hover.png) repeat 0 0;
}

/* =MAIN */

/* =SIDEBAR */
#sidebar {
	float: left;
	margin-right: 10px;
	width: 222px;
}

#sidebar h2 {
	color: #EEE;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 28px;
	text-transform: uppercase;
}

#sidebar li {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: uppercase;
}

#sidebar li.current_page_item a {
	color: #D77702;
}

/* =CONTENT */
.home #content {
	float: none;
	margin: 0;
	width: 100%;
}

#content {
	float: right;
	margin-left: 10px;
	width: 700px;
}

#content {
	min-height: 450px;
	height: auto !important;
	height: 450px;
}

#content .post h2 {
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 30px;
	text-transform: uppercase;
}

#content .post a {
	color: #FF9C00;
}

#content h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 11px;
	text-transform: uppercase;
	color: #d77702;
}

#content h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 11px;
	text-transform: uppercase;
	color: #fff;
}

#content {
	color: #AAA;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 21px;
	margin-bottom: 13px;
}

#content p {
	line-height: 21px;
	margin-bottom: 13px;
}

#content ul {
	list-style-type: disc;
	padding-left: 15px;
}
#content.single_page ul {
	list-style-type: none;
	border-bottom: 1px solid #444;
	padding-bottom: 15px;
	margin-bottom: 20px;
	float: left;
	clear: both;
	width: 100%;
}
#content.single_page ul img {
	margin-right: 10px;
}
#content ol {
	list-style-type: decimal;
	padding-left: 20px;
}

#content a.download_link {
	background: url(../images/pdf_icon.jpg) no-repeat 0 2px;
	color: #D77702;
	display: block;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
	height: 21px;
	line-height: 21px;
	padding-left: 50px;
	text-transform: uppercase;
}

#content.page img, #content.single_page img {
	border: 3px solid #555;
}

#content img.alignleft, #content img.ngg-left {
	float: left;
	margin: 0 18px 18px 0;
}

#content img.alignright, #content img.ngg-right {
	float: right;
	margin: 0 0 18px 18px;
}

/* =NEXTGEN GALLERY */
#slideshow {
	background: url(../images/slideshow_holder.gif) no-repeat 0 0;
	height: 414px;
	padding: 3px;
	width: 934px;
}

.ngg-imagebrowser-nav h3 {
	float: left;
}

.ngg-imagebrowser-nav .next {
	float: right;
	text-align: right;
}

.ngg-imagebrowser-desc {
	clear: both;
}

.pic {
	background: url(../images/image_holder.gif) no-repeat 0 0;
	height: 420px;
	margin-bottom: 16px;
	padding: 3px;
	width: 694px;
}
.next .ngg-browser-next {
	background: url(../images/next_arrow_icon.jpg) no-repeat 100% 0;
	color: #D77702;
	display: block;
	height: 14px;
	line-height: 14px;
	font-size: 12px;
	padding-right: 32px;
	text-decoration: none;
	text-transform: uppercase;
}

#content #image_list {
	display: none;
	position: relative;
}


.christian-grevstad-collection #content #image_list { 
	display: block;
}

#content a.image_list_link { 
	bottom: -31px;
	color: #FF9C00;
	line-height: 16px;
	position: absolute;
	right: 123px;
	text-decoration: none;
	text-transform: uppercase;
}

#content a.image_list_link span {
	color: #FFF;
	font-size: 9px;
	padding-left: 13px;
}

#content a.image_list_link span em {
	position: absolute;
	top: 0;
	right: 0;
}

#content #image_list ul { 
	background: url(../images/sub_nav_bg.png) repeat 0 0;
	border: 1px solid #333;
	bottom: 0;
	display: none;
	position: absolute;
	list-style: none;
	padding-left: 0;
	right: 123px;
}

#content #image_list li {
	width: 220px;
}

#content #image_list li a {
	color: #FFF;
	display: block;
	line-height: 23px;
	padding: 0 18px;
	text-decoration: none;
	text-transform: uppercase;
	width: 184px;
}

#content #image_list li a:hover { 
	background: url(../images/subnav_hover.png) repeat 0 0;
}

#content li div { display: none; }



a:hover.ngg-browser-next {
	background-position: 100% -14px;
	text-decoration: none;
}

a.ngg-browser-next span {
	color: #EEE;
}

/* =FOOTER */
#footer {
	background: url(../images/nav_footer_bg.jpg) no-repeat 0 0;
	font-size: 10px;
	height: 36px;
	line-height: 36px;
	margin-top: 44px;
	text-align: right;
	text-transform: uppercase;
}

/* =MISC */
.clearer {
	clear: both;
	display: block;
}
