/* @override http://www.recycleusave.com/wp-content/themes/shape/style.css */

/*   
Theme Name: Risheng
Theme URI: [client website url]
Description: Recycle & Save
Author: Mark de Jong
Author URI: http://www.eggplantdigital.cn
Version: 1.0
Tags: Risheng, eggplant, custom theme
*/


/* 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');

.clearall {
	clear: both;
	visibility: hidden;
	margin: 0;
	padding: 0;
}


/* =Structural elements
-------------------------------------------------------------- */

#post-quicklinks {
	border: 1px solid #c8c8c8;
	padding: 5px;
	margin: 0 0 10px;
	list-style: none;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
#offer-enddate {
	background-color: #eee;
	padding: 3px 6px;
	clear: both;
	margin: 10px 0 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}



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

#branding {
	position: relative;
	background: url(images/menu-bg.jpg) repeat-x left top;
	padding-left: 82px;
	height: 35px;
}
#blog-title {
	float: left;
	width: 82px;
	height: 82px;
	position: absolute;
	top: -24px; /* (height:2)+(35:2) */
	left: 0;
}
#blog-description {
	float: left;
	padding: 3px 5px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}


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

#menu-wrap {
	background-color: transparent;
	height: 35px;
	width: 600px;
	position: absolute;
	right: 0;
	top: 0;
}
#menu-wrap ul {
	background-color: transparent;
	float: right;
}
#menu-wrap ul li {
	height: 35px;
}
#menu-wrap ul a, #menu-wrap ul a:visited {
	padding-left: 10px;
	padding-right: 10px;
	border-right: none;
	color: #fff;
	line-height: 35px;
}
#menu-wrap ul li:hover a, #menu-wrap ul a:focus, #menu-wrap ul a:active {
	background-color: #E60014;
	color: #fff;
}
#menu-wrap ul a, #menu-wrap ul a:visited,
#menu-wrap a.trigger, #menu-wrap a.trigger:visited {
	background-image: url(images/menu-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#menu-wrap ul a:hover, #menu-wrap ul a:focus,
#menu-wrap a.trigger:hover, #menu-wrap a.trigger:focus {
	background-image: url(images/menu-bg.jpg);
	background-repeat: repeat-x;
	background-position: left -35px;
	color: #fff;
}
#menu-wrap li.selected_page {
	background-color: #E60014;
}
#menu-wrap li.selected_page a, #menu-wrap li.selected_page a.trigger {
	background-image: url(images/menu-bg.jpg);
	background-repeat: repeat-x;
	background-position: left -35px;
}

#menu-wrap ul ul {
	top: 35px;
	/* visibility: visible; */
	width: 175px;
	z-index: 9999;
}
* html #menu-wrap ul ul {
	top: 35px;
}
#menu-wrap ul ul li {
	height: auto;
}

#menu-wrap ul ul a, #menu-wrap ul ul a:visited, #menu-wrap li.selected_page ul a, #menu-wrap li.selected_page ul a:visited {
	background-image: none;
	background-color: #E60014;
	color: #fff;
	width: 175px;
	white-space: normal;
}
#menu-wrap ul ul a:hover, #menu-wrap ul ul a:focus, #menu-wrap li.selected_page ul a:hover, #menu-wrap li.selected_page ul a:focus,
#menu-wrap li.selected_subpage {
	background-color: #FF6E78;
	color: #fff;
}
#menu-wrap li.selected_subpage {
	font-weight: normal;
}



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

.post {
	margin: 0 0 3em 0;	
}
.entry-content, .entry-summary {
	margin: 0;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 5px;
}
h1.entry-title {
	font-size: 22px;
	margin-bottom: 10px;
}
#post-content h2 {
	font-size: 16px;
	padding-top: 5px;
}
#post-content h2, #post-content h3, #post-content p {
	padding-left: 5px;
}
#post-content table {
	margin-left: 5px;
	margin-bottom: 15px;
	clear: left;
}

p a, li a {
	text-decoration: none;
	font-weight: bold;
	color: rgb(235,0,20);
}
p a:visited, li a:visited {
	color: rgb(200,0,20);
}
p a:hover, p a:focus, li a:hover, li a:focus {
	text-decoration: underline;
	color: rgb(200,0,20);
}

a img { border: none; }

.widget-area h3, .home.page h2 .company-name {
	color: rgb(245,0,26);
}


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

.navigation {
	margin: 0 0 1.5em 0;
	overflow: auto;	
}


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

#footer {
	padding-top: 15px;
}
#colophon {
	font-size: 10px;
	text-align: center;
	padding: 4px 0;
}
#footer p {
	margin-bottom: 5px;
}

#footer-links {
	height: 30px;
	text-align: center;
	border-top: 2px solid rgb(230,0,26);
	margin: 0 10px;
}
#footer-links ul {
	margin: 0 auto;
	list-style: none;
	width: 760px;
}
#footer-links li {
	float: left;
	line-height: 30px;
}
#footer-links li a {
	color: rgb(230,0,26);
	font-size: 12px;
	margin: 0 10px;
	font-weight: bold;
}
#footer-links li a:hover {
	border-bottom: none;
}



/* =Searchbar
-------------------------------------------------------------- */

#searchbar {
	width: 310px;
	float: right;
	clear: both;
	padding: 10px 0;
}

#lang-nav {
	list-style: none;
	margin: 0 10px;
}
#lang-nav li {
	float: left;
	padding: 0 3px;
}

#searchform #s {
	position: relative;
	top: -1px;
	margin-left: 10px;
}
#searchform #searchsubmit {
	background: url(images/search-button.jpg) no-repeat left top;
	border: 0;
	width: 24px; height: 22px;
	text-indent: -9999px;
	position: relative;
	left: -3px;
}


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

.rounded {
	/* position: relative; */
	height: 10px;
	width: 240px;
}
.rounded.top {
	background: url(images/sidebar-topright.jpg) no-repeat right top;
}
.rounded.bottom {
	background: url(images/sidebar-bottomright.jpg) no-repeat right bottom;
}

.widget-area .xoxo {
	padding: 0 10px;
	border-left: 1px solid rgb(200,200,200);
	border-right: 1px solid rgb(200,200,200);
	margin-bottom: 0;
}
.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: disc;
	margin-left: 1.1em;
}
.widget-area ul ul ul {
	margin-left: 2.5em;
}
.widget-container {
	padding: 0 0 1.5em 0;
	margin: 0;
}

.widget-area h3 {
	font-size: 16px;
}

.widget-area #edm-form ul {
	list-style: none;
	margin: 0;
}
.widget-area #edm-form li {
	padding: 2px 0;
}
.widget-area #edm-form #edm-submit {
	background-color: #CA0016;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
	border-width: 0;
	font-size: 13px;
	padding: 3px 6px;
	cursor: pointer;
}


/* =Frontpage
-------------------------------------------------------------- */

.home.page h2 {
	font-size: 26px;
}


/* =Highlights
-------------------------------------------------------------- */

#highlights {
	width: 100%;
	clear: both;
	padding: 10px 3px;
}
.highlight-content {
	padding: 5px;
}
#highlights .single {
	width: 180px;
	height: 220px;
	float: left;
	padding: 5px;
	background: url(images/highlight-background.jpg) no-repeat left top;
}
#highlights h3, #highlights p {
	padding: 1px 3px;
}
#highlights h3, #highlights h3 a, #highlights h3 a:visited {
	font-size: 16px;
	color: #000;
	text-decoration: none;
}
#highlights h3 a:hover, #highlights h3 a:focus {
	text-decoration: underline;
}
#highlights img {
	margin-bottom: 2px;
}
