/* @override 
	http://www.shishangarchitecture.com/wp-content/themes/shishang/style.css
	http://eggplant.dev/mu/shishangarchitecture/wp-content/themes/shishang/style.css
*/

/*   
Theme Name: Shishang
Theme URI: http://www.shishangarchitecture.com
Description: A search engine optimized website framework for WordPress.
Author: Mark de Jong
Author URI: http://www.eggplantdigital.cn
Version: 1.0
Tags: architecture, eggplant, wordpress
*/


/* Import a basic layout */
@import url('styles/2c-r.css');

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');

#wrapper {
	width: 960px;
	margin: 0 auto;
}
body {
	background: url(images/shishang-background-01.jpg) no-repeat center top;
	background-attachment: fixed;
}

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

#header {
	padding-top: 0px;
	height: 110px;
	clear: both;
	position: relative;
}
#branding {
	float: left;
}


/* =Menu
-------------------------------------------------------------- */

#menu-wrap, #lang-nav {
	position: absolute;
	right: 0;
}
#menu-wrap {
	width: auto !important;
	height: 30px;
	bottom: 12px;
}
#menu-wrap, #menu-wrap ul, #menu-wrap ul li {
	background-color: #fff;
}
#menu-wrap ul a, #menu-wrap ul a:visited {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	border: none;
}
#menu-wrap li.selected_page,
#menu-wrap ul li:hover a, #menu-wrap ul a:hover, #menu-wrap ul a:focus, #menu-wrap ul a:active {
	background-color: #eee;
}

#lang-nav {
	margin: 0;
	bottom: 46px;
	padding: 5px 10px;
}
#lang-nav, #lang-nav li {
	list-style: none;
	line-height: 16px;
}
#lang-nav li {
	float: left;
	padding: 2px 4px;
}
#lang-nav li, #lang-nav li a {
	color: #fff;
	font-size: 12px !important;
	font-weight: bold;
}


/* =Content
-------------------------------------------------------------- */

#content {
	text-align: left;
}
.entry-content {
	padding-right: 260px;
}
.entry-meta {
	color: #ccc;
	margin-bottom: 5px;
}
h1, h2, h3, h4, h5, h6, p, a, li, td {
	color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	letter-spacing: 5px;
	text-transform: uppercase;
	font-weight: bold;
}
p, a, td, li {
	font-family: Arial, Helvetica, sans-serif;
}
h1, h1 a {
	font-size: 26px;
	padding-bottom: 5px;
}
h2, h2 a {
	font-size: 24px;
	font-weight: bold;
}
p {
	line-height: 140%;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	overflow: auto;	
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area {
	background-color: #fff;
	padding: 10px;
}
.widget-area ul {
	margin: 0;
	list-style: none;
}
.widget-area ul li {
	line-height: 22px;
}

#secondary.widget-area {
	background-color: transparent;
	padding: 0;
	width: 210px;
}
#secondary.widget-area li {
	background-color: #fff;
	padding: 8px 10px;
	margin: 5px 0;
	line-height: 18px;
}

.widget-area ul.itemlist li a {
	background: none;
	padding-left: 12px;
}
.widget-area ul.itemlist li.current-cat a {
	background: url(images/itemlist-bullit.gif) no-repeat left center;
}
.widget-area li, .widget-area li a {
	color: #444;
	text-decoration: none;
}
.widget-area li a:hover, .widget-area li a:focus {
	text-decoration: underline;
}


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

#footer {
	background: url(images/footer-white.gif) repeat-y left top;
	height: 16px;
	margin: 10px 0;
}
#footer #colophon {
	margin-left: 115px;
}
#footer p, #footer a {
	font-size: 10px;
	margin: 0;
}
#footer p {
	float: left;
	margin: 0;
}

#footer p.ed_footer {
	float: right;
}
.ed_footer, .ed_footer a {
	color: #ddd;
}


/* =Overall styles
-------------------------------------------------------------- */

div.clearall {
	clear: both;
}


/* =Gallery
-------------------------------------------------------------- */
.gallery {
	float: right;
	margin: 0 -260px 0 0 !important;
	width: 260px;
}

.gallery .gallery-item {
	float: left;
	margin-top: 0 !important;
	text-align: right !important;
	width: 50%;
}
.gallery img {
	border: 2px solid #cfcfcf !important;
}
.gallery .gallery-caption {
	margin-left: 0;
}


/* FancyBox styles overwrite */

#fancy_overlay {
	z-index: 9999 !important;
}
#fancy_outer {
	z-index: 99999 !important;
}