/* @override 
	http://new.rhc.org.sg/wp-content/themes/rhc/style.css
	http://www.rhc.org.sg/wp-content/themes/rhc/style.css
*/

/*
Theme Name:		Redemption Hill Church
Theme URI:		http://www.rhc.org.sg/
Description:	Theme for Redemption Hill Church website, based on WordPress' TwentyTen theme.
Author:			Redemption Hill Church
Template:		twentyten
Version:		0.1
*/

/* Import stylesheet from TwentyTen theme as a base. */
@import url("../twentyten/style.css");

/* Make any other modifications below. */



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

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	margin: 0 -270px 0 0;
}
#content {
	margin: 0 310px 0 20px;
}
#primary,
#secondary {
	width: 250px;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	width: 525px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content, .full-width #content {
	width: 815px;
}



/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}



/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	width: 855px;
}
#wrapper {
	margin-top: 0;
	padding: 0;
}
#site-info {
	font-size: 11px;
}



/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles  */
body {
	background: url("images/icon_pattern.jpg") repeat;
}
a:link {
	color: #0066cc;
}
a:visited {
	color: #0066cc;
}
a:active,
a:hover {
	color: #a80048;
}



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

#header {
	padding: 0;
}
#site-title {
	margin: 27px;
	width: 315px;
}
#blog-title {
	width: 315px;
	height: 81px;
	margin: 28px 10px 10px 0;
	float: left;
}
#feature-branding {
	width: 196px;
	height: 79px;
	margin: 31px 0px 0px 0px;
	float: right;
}

/* This is the header area */
#branding {
	height: 135px;
	background-color: #333;
}
#branding img {
	border: none;
	clear: none;
}



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

#access {
	background: #fff;
	width: 855px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}
#access .menu-header,
div.menu {
	font-size: 12px;
	text-transform: uppercase;
	margin-left: 12px;
	width: 843px;
}
#access .menu-header li,
div.menu li {
	border-right: 1px solid #ccc;
}

/*#access li#menu-item-11{
	border-left: 1px solid #ccc;
}*/

#access li#menu-item-1518 a,
#access li#menu-item-1558 a{
	font-weight: bold;
	color: #333;
}

#access li#menu-item-1518 a:hover,
#access li#menu-item-1558 a:hover{
	font-weight: bold;
	color: #fff;
}
#access a {
	color:#555;
	padding:0 15px;
	line-height:30px;
}
#access ul ul {
	top:30px;
	text-transform: none;
}
#access ul ul a {
	color:#FFF;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #992b1e;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #555;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #555;
}



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

#main {
	padding: 14px 0 0 0;
}
#content,
#content input,
#content textarea {
	font-size: 13px;
	line-height: 18px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 16px;
}
#content .entry-title {
	/*color: #992b1e;*/
	color: #992C1F;
}
.entry-title a:link,
.entry-title a:visited {
	/*color: #992b1e;*/
	color: #004A9B;
}
.entry-title a:active,
.entry-title a:hover {
	color: #0063df;
	text-decoration: underline;
}
.entry-content{
	clear: both;
	padding: 12px 0 0;
}
.entry-meta {
	font-size: 11px;
}
.entry-utility {
	font-size: 11px;
	line-height: 17px;
}
.post.hentry{
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: none repeat scroll 0 0 #EEEEEE;
	margin: 0 0 20px;
	padding: 10px 20px 28px;
	width: 98%;
}


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

.widget-area ul ul {
	list-style: none;
	margin-left: 0;
}
.widget-title {
	margin: 0 0 8px 0;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 3px 0;
}
#main .widget-area ul ul {
	margin-left: 0;
}

/* @group Events */

.events {
	clear: both;
	padding: 5px 10px 0;
	background-color: #eeebe6;
}


#content .events h3 {
	color: #992c1f;
	text-transform: uppercase;
	margin: 5px 0 10px 0;
}

.events ul {
	margin: 0;
	padding-bottom: 8px;
}

.events li {
	list-style: none;
	height: 55px;
	color: #454545;
}

.when {
	background-color: #ffffff;
	width: 45px;
	text-align: center;
	padding: 5px 0;
	float: left;
	margin-right: 10px;
}

.when .month {
	display: block;
	color: #999999;
	font-size: 11px;
	text-transform: uppercase;
}

.when .day {
	font-size: 20px;
	font-weight: bold;
}

.events .time {
	clear: both;
	display: block;
	color: #999999;
}

.events p {
	float: left;
}

/* @end */

.followus {
	clear: both;
	display: block;
	margin: 10px 0 20px;
}

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

#footer {
	background-color: #333333;
}
#colophon {
	border-top: none;
}
#site-links {
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
}
#site-links a {
	color: #888;
}
#site-info {
	font-weight: normal;
	text-align: center;
	width: 100%;
}
#site-info a {
	color: #fff;
}
#site-info a img {
	vertical-align:bottom;
}


/* Sermon Pages */


.page-id-3259 #content,
.page-id-3259 #main,
.page-id-2211 #content,
.page-id-2211 #main,
.page-id-2025 #content,
.page-id-2025 #main,
.page-id-1941 #content,
.page-id-1941 #main,
.page-id-1892 #content,
.page-id-1892 #main,
.page-id-1865 #content,
.page-id-1865 #main,
.page-id-1854 #content,
.page-id-1854 #main,
.page-id-1756 #content,
.page-id-1756 #main,
.page-id-1751 #content,
.page-id-1751 #main,
.page-id-1745 #content,
.page-id-1745 #main,
.page-id-1740 #content,
.page-id-1740 #main,
.page-id-1732 #content,
.page-id-1732 #main,
.page-id-1724 #content,
.page-id-1724 #main,
.page-id-1716 #content,
.page-id-1716 #main,
.page-id-1705 #content,
.page-id-1705 #main,
.page-id-1694 #content,
.page-id-1694 #main,
.page-id-1685 #content,
.page-id-1685 #main,
.page-id-1666 #content,
.page-id-1666 #main,
.page-id-1660 #content,
.page-id-1660 #main{ margin: 0; padding: 0; }

.page-id-3259 .entry-content,
.page-id-2211 .entry-content { padding: 20px; }
.page-id-2025 .entry-content,
.page-id-1941 .entry-content,
.page-id-1892 .entry-content,
.page-id-1865 .entry-content,
.page-id-1854 .entry-content,
.page-id-1756 .entry-content,
.page-id-1751 .entry-content,
.page-id-1745 .entry-content,
.page-id-1740 .entry-content,
.page-id-1732 .entry-content,
.page-id-1724 .entry-content,
.page-id-1716 .entry-content,
.page-id-1705 .entry-content,
.page-id-1694 .entry-content,
.page-id-1685 .entry-content,
.page-id-1666 .entry-content,
.page-id-1660 .entry-content { padding: 40px; }

/* Alignment Fixes for .entry-content */
.page-id-1660 .entry-content { padding-top: 100px; }
.page-id-1666 .entry-content { padding-top: 200px; }
.page-id-1666 .entry-content td { vertical-align: top; }
.page-id-1685 .entry-content { padding-top: 100px; }
.page-id-1694 .entry-content { padding-top: 200px; }
.page-id-1705 .entry-content { padding-top: 135px; }
.page-id-1716 .entry-content { padding-top: 150px; }
.page-id-1724 .entry-content { padding-top: 120px; }
.page-id-1732 .entry-content { padding-top: 130px; }
.page-id-1740 .entry-content { padding-top: 150px; } 
.page-id-1745 .entry-content { padding-top: 120px; }
.page-id-1751 .entry-content { padding-top: 110px; }
.page-id-1756 .entry-content { padding-top: 145px; }
.page-id-1854 .entry-content { padding-top: 160px; }
.page-id-1865 .entry-content { padding-top: 300px; }
.page-id-1892 .entry-content { padding-top: 900px; }
.page-id-1941 .entry-content { padding-top: 200px; }
.page-id-2025 .entry-content { padding-top: 250px; }
.page-id-2211 .entry-content { padding-top: 150px; }
.page-id-3259 .entry-content { padding-top: 200px; }

.page-id-3259 #content .entry-title,
.page-id-2211 #content .entry-title,
.page-id-2025 #content .entry-title,
.page-id-1941 #content .entry-title,
.page-id-1892 #content .entry-title,
.page-id-1865 #content .entry-title,
.page-id-1854 #content .entry-title,
.page-id-1756 #content .entry-title,
.page-id-1751 #content .entry-title,
.page-id-1745 #content .entry-title,
.page-id-1740 #content .entry-title,
.page-id-1732 #content .entry-title,
.page-id-1724 #content .entry-title,
.page-id-1716 #content .entry-title,
.page-id-1705 #content .entry-title,
.page-id-1694 #content .entry-title,
.page-id-1685 #content .entry-title,
.page-id-1666 #content .entry-title,
.page-id-1660 #content .entry-title{ text-indent: -9999px; }

.page-id-3259 #container { background: url(images/857x2800_revive.jpg) repeat-x; }
.page-id-2211 #container { background: url(images/857x2800_moving_v2.jpg) repeat-x; }
.page-id-1660 #container { background: url(images/bgd857x2800_2john.jpg) repeat-x; }
.page-id-1666 #container { background: url(images/bgd857x2800_askanything.jpg) repeat-x; }
.page-id-1685 #container { background: url(images/bgd857x2800_acts.jpg) repeat-x; }
.page-id-1694 #container { background: url(images/bgd857x2800_thechurch.jpg) repeat-x; }
.page-id-1705 #container { background: url(images/bgd857x2800_disciple.jpg) repeat-x; }
.page-id-1716 #container { background: url(images/bgd857x2800_genesis.jpg) repeat-x; }
.page-id-1724 #container { background: url(images/bgd857x2800_hebrews11.jpg) repeat-x}
.page-id-1732 #container { background: url(images/bgd857x2800_jonah.jpg) repeat-x}
.page-id-1740 #container { background: url(images/bgd857x2800_hab.jpg) repeat-x}
.page-id-1745 #container { background: url(images/bgd857x2800_matthew.jpg) repeat-x}
.page-id-1751 #container { background: url(images/bgd857x2800_phil.jpg) repeat-x}
.page-id-1756 #container { background: url(images/bgd857x2800_family.jpg) repeat-x}
.page-id-1854 #container { background: url(images/bgd857x2800_worshipWP.jpg) repeat-x}
.page-id-1865 #container { background: url(images/bgd857x2800_fasting.jpg) repeat-x}
.page-id-1892 #container { background: url(images/bgd857x2800_gf.jpg) repeat-x}
.page-id-1941 #container { background: url(images/857x2800_guestsWP.jpg) repeat-x}
.page-id-2025 #container { background: url(images/857x2800_acts_series.jpg) repeat-x}
