/*   
Theme Name: RMHouse
Theme URI: http://198.171.72.82/
Description: A Child Theme of Thematic.
Author: Charlie Mason
Author URI: http://www.oxrocket.com/
Template: thematic
Version: 1.0

.

.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-l-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* Start with some default styles */
@import url('../thematic/library/styles/18px.css');


body, input, textarea {
    color:#333;    
    font: 14px Georgia,serif;
    line-height:18px;
}


h1,h2,h3,h4,h5,h6 { 
	font-weight:normal;
	clear:none;
	color:#666;
}

h3 {
	margin:0 0 0 0;
	padding:0;
	line-height:5px;
}

p {
    margin-bottom:10px;
}

sup {
	font-size:x-small;
}

a:active, a:visited, a:link {
	color:#C00;
}

.entry-content img {
    margin: 0 0 0 0;
}

.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}

.hentry {
    width:620px;
}

#branding {
    padding:0px 0 5px 0;
}

#access {
    border:none;
}

#header {
    height:100px;
	border-bottom:1px solid #ccc;
}

#blog-title {
	padding:30px 0 0 0;
    font-family:Georgia,serif;
    font-size:20px;
	line-height:26px;
}

#blog-title a {
    color:#808080;
    text-decoration:none;
}
#blog-title a:active,
#blog-title a:hover {
    color: #EE4123;
}

#blog-title p {
	padding:30px 0 0 0;
	margin:0;
}

#blog-description {
	display:inline;
}

.entry-content {
    padding:0 0 0 0;
}


.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
    font-family:Georgia,serif;
	padding:5px 0 14px 0;
}

.entry-content h1 {
	font-size:20px;
	color:#808080;
    font-weight:normal;
	line-height:26px;
}



/* MENU */

.menu {
	background-color:#666;
}

.sf-menu {
    border-right:1px solid #666;
	float:left;
}
.sf-menu a {
	border-left:1px solid #666;
	border-top:1px solid #555;
	border-bottom:1px solid #555;
	padding:9px 13px;
	text-decoration:none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
	color:#fff;
    border-bottom-color:#555;
	background:		#666;
}
.sf-menu .current_page_parent a {
	color:#000;
	background:#efefef;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
	background:		#666;
}
.sf-menu li {
	background:		#666;
}
.sf-menu li li {
	background:		#666;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:     #efefef;
	outline:		0;
	color:#000;
    border-bottom-color:#555;
}
.sf-menu ul {
    border-right:1px solid #666;
    border-bottom:1px solid #555;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#efefef;
	color:#000;
	border-bottom:none;
}
.sf-menu ul a:visited, .sf-menu ul a:active {
    color: #000;
	background:#efefef;
}
.sf-menu ul a:hover {
    color: #EE4123;
	background:#efefef;
}



#donateNow {
	float:right;
}

#donateNow a {
	display:inline-table;
	background: url("http://198.171.72.82/wp-content/themes/RMHouse/images/heartDonate_head.gif") no-repeat 0 0; 
}

#donateNow a:hover {
	background: url("http://198.171.72.82/wp-content/themes/RMHouse/images/heartDonate_head.gif") no-repeat 0 0;
	background-position:bottom;
}

#heartDonateHome {
	float:right;
	margin-left:15px;
}

#heartDonateHome a {
	display:inline-table;
	background: url("http://198.171.72.82/wp-content/themes/RMHouse/images/heartDonate_home.gif") no-repeat 0 0; 
}

#heartDonateHome a:hover {
	background: url("http://198.171.72.82/wp-content/themes/RMHouse/images/heartDonate_home.gif") no-repeat 0 0;
	background-position:bottom;
}


.box1 {
	background-color:#F5F5F5;
	border-color:#CCCCCC #666666 #666666 #CCCCCC;
	border-style:solid;
	border-width:thin 2px 2px thin;
	padding:20px;
	margin:20px 0 20px 0;
}

.box2 {
	background-color:#FFFFFF;
	border-color:#F2C6C6 #AA0000 #AA0000 #F2C6C6;
	border-style:solid;
	border-width:thin;
	padding:10px;
	margin:20px 0 20px 0;
}

label {
	font-weight:bold;
}


#main {
	padding-top:13px;
	*padding-top:50px; /* IE hack*/
} 

#newsitems {
	background-color:#F5F5F5;
	border-color:#CCCCCC #666666 #666666 #CCCCCC;
	border-style:solid;
	border-width:thin 2px 2px thin;
	padding:10px 20px 10px 20px;
	margin:10px 0 10px 0;
}
