/*
Theme Name: WP Shang
Theme URI: http://jacksonlaycock.com/
Description: Shang Theme
Version: 1.0
Author: Jackson Laycock
Author URI: http://jacksonlaycock.com/
Tags: shang
*/


/*
 * Common
 *====================================*/


/*
 * Colours
 *====================================
 *
 * Grey: #525252
 * 
 *
 */



body {
	color:#FFFFFF;
	font-family:helvetica,arial,sans-serif;
	font-size:9pt;
	line-height:1.8em;
	margin-top:0;
	padding:0;
	background:#000000 url(/wp-content/themes/wpshang/images/bg.jpg) no-repeat 50% 0;
}

a {
	outline:none;
}

a:link {
	color:#DDDDDD;
	padding:3px 0 2px;
	text-decoration:none;
}

a:visited {
	color:#DDDDDD;
	padding:3px 0 2px;
}

a:hover {
	color:white;
	text-decoration:underline;
}

hr.clear {
	clear:both;
	height:0;
	background:none;
}

/* this could conflic with other stuff, so putting it in temporarily /chad */
p {
	line-height: 1.5em;
}

/*
 * Layout
 *====================================*/

/*
 * Header
 *====================================*/

#header {
	height:172px;
}

#shang_header {
	margin:0;
}

#shang_header a {
	display:block;
	background: transparent url(/wp-content/themes/wpshang/images/shang-logo.png) no-repeat 0 0;
	height:130px;
	width:200px;
	text-indent:-9999px;
	margin-left:auto;
	margin-right:auto;
	text-decoration:none;
	border:none;
}

#mainnavigation {
	background:#000;
	overflow:hidden;
	height:37px;
}

#nav {
	height:30px;
	padding:10px 0 0 35px;
}

#nav li {
	height:25px;
	overflow:hidden;
	display:block;
}

#nav a {
	text-decoration:none;
	border:none;
}

#subMenusContainer {
	margin-top:2px;
}

#subMenusContainer .page_item {
	background:#000;
	border: 1px solid #525252;
	border-top:none;
	width:170px;
}

#subMenusContainer .page_item a {
	border:none;
	padding:1em 0 0 0;
	width:170px;
	line-height:2em;
	text-indent:1em;
	text-transform:uppercase;
	background:none;
}

#subMenusContainer .page_item a:hover {
	background: #000 url(/wp-content/themes/wpshang/images/sub_menu_bg.png) repeat-x 0 0;
}

#nav .page_item {
	border: none;
	width:auto;
}

#nav .page_item a {
	background: transparent url(/wp-content/themes/wpshang/images/menu_bg.png) no-repeat 0 0;
	text-indent:-9999px;
	display:block;
	width:240px;
	height:25px;
	padding:0;
}

#nav .page-item-4.current_page_item a,
#nav .page-item-4.current_page_ancestor a,
#nav .page-item-4 a:hover {
	background-position: 0 -25px;
}

#nav .page-item-6 a {
	background-position: -246px 0;
	width:115px;
}

#nav .page-item-6.current_page_item a,
#nav .page-item-6.current_page_ancestor a,
#nav .page-item-6 a:hover {
	background-position: -246px -25px;
}

#nav .page-item-12 a {
	background-position: -364px 0;
}

#nav .page-item-12.current_page_item a,
#nav .page-item-12.current_page_ancestor a,
#nav .page-item-12 a:hover {
	background-position: -364px -25px;
}

#promo {
	height:0;
	margin:0;
	padding:0;
}

#promo a {
	position:absolute;
	border:none;
	background:none;
	margin:-40px 0 0 -140px;
	line-height:45px;
	text-decoration:none;
}

#promo a:hover {
	color:#f27744;
}

#promo img {
	vertical-align:middle;
}

/*
 * Body
 *====================================*/

#main {
	clear:both;
	background:#000 url(/wp-content/themes/wpshang/images/body_bg.png) repeat-y 150px 0;
	border:1px solid #525252;
}

#subnav {
}

#subnav ul {
	margin:3em 0 0 3.5em;
	list-style:none;
	text-transform:uppercase;
	font-size:8pt;
}

#subnav li {
	margin-bottom:0.5em;
}

#subnav a {
	text-decoration:none;
	line-height:1.2em !important;
	display:block;
}

#subnav .current_page_item a {
	color:#f27744
}

#content {
	background-position: 100% 0;
	background-repeat: repeat;
	min-height:400px;
}

#content_cotnainer {
	background: transparent url(/wp-content/themes/wpshang/images/photo_overlay.png) 0 0;
	padding: 30px 30px 0 30px;
	font-size:10pt;
	line-height:12pt;
	min-height:400px;
}

#content > h2 {
	margin: 30px 0 0 30px;
}

#content a:link, #content a:visited {
	color:#f27744;
	text-decoration:none;
}


#content a:hover {
	color:#f27744;
	text-decoration:underline;
}

#content h4 a:link, #content h4 a:visited {
	color:#fff;
	text-decoration:none;
}

#content h4 a:hover {
	color:#fff;
	text-decoration:underline;
}


#content h2,
#content h3 {
	text-transform:uppercase;
	font-size:10pt;
	font-weight:bold;
	color:#fff;
}

.ngg-album-desc a:hover {
	color:green;
	
}

.more-link {
	display:block;
}

/* 404 page */

#not_found {
	background: #000 url(/wp-content/themes/wpshang/images/404.jpg) no-repeat 0 0;
	height:430px;
}

#not_found * {
	display:none;
}

/* Image Gallery */

.ngg-album-compact,
.ngg-gallery-thumbnail-box {
	width:210px;
	float:left;
	background:#222;
	margin: 0 10px 10px 0;
}

.ngg-album-compact:hover,
.ngg-gallery-thumbnail-box:hover {
	background:#666;
}

.ngg-album-compact img,
.ngg-gallery-thumbnail img {
	display:block;
	margin:5px;
	width:200px;
	height:200px;
}

.ngg-album-compact p {
	display:none;
}

a.ngg-album-desc {
	text-decoration:none;
	text-transform:uppercase;
	padding-left:10px;
	color:#fff;
}

/*
 * Footer
 *====================================*/

#footer {
	padding-top:10px;
	clear:both;
}

#footer span.alignright {
	line-height:30px;
}

#footer a {
	background:#2d2d2d;
	padding:2px;
	text-decoration:none;
}

a#jl_credit {
	color:#2d2d2d;
	background:none;
	text-decoration:none;
}

#jl_credit:hover {
	color:#fff;
	text-decoration:none;
}

#searchform div {
	margin-top:5px;
	padding: 1px 2px;
	background: #525252;
	text-transform:uppercase;
}

#searchform label {
	text-transform:uppercase;
	font-size:8pt;
}

#searchform #s {
	color:#fff;
	background: #525252;
	border:none;
}

#searchsubmit {
	text-transform:uppercase;
	font-size:7pt;
	font-weight:bold;
	background: #525252 url(/wp-content/themes/wpshang/images/search_btn.png) 0 0;
	border:none;
	color:#fff;
	width:65px;
	height:20px;
	text-align:left;
	padding:0 4px;
	margin:2px 1px 0 0;
}

/*
 * Forms
 *====================================*/


/*
 * Misc
 *====================================*/

/* Begin Images for Gallery*/
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

/* End Images */



