/*
Theme Name: Mortgage Note Seller
Theme URI: http://wordpress.org/
Description: Custom WordPress theme for MortgageNoteSeller.com. Designed and developed by Kevin McGrath of ten3 Designs.
Version: 1.0
Author: Kevin McGrath
Author URI: http://www.ten3designs.com
*/


html, body, #primary {height: 100%;}

body > #primary {height: auto; min-height: 100%;}

* {
	margin:0;
	padding:0;
}
body {
	margin:0 auto;
	background-image: url('images/background.jpg');
	background-repeat: repeat-y;
	background-color: #c6d8e9;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;

}

h1, h2, h3, h4 {
	font-family:tahoma;
	color:#c93e3e;
	font-weight:normal;
}
h1 {font-size:2em;}
h2 {font-size:1.4em;}
h3 {font-size:1.1em;
	color:#000;
	font-weight:bold;
}
#stripe h1, #stripe h2, #stripe h3 {
	color:#750f03;
}
/*LINKS*/
a {color:#750f03;text-decoration:none;}
#stripe .navigation a {color:#006;}
#stripe .navigation a:hover {color:#F00;}
content a {}

/*STRUCTURE*/
#primary {
	margin:20px 10px 0px;
	width:890px;
	background-repeat:no-repeat;
	background-image: url('images/money.png');
	background-position: 1px 190px;
	padding:0 45px 60px;
}
#stripe {
	width:320px;
	margin:0px;
}
#stripe .content {margin:0 20px;}
#stripe .navigation {
	text-align:left;
	color:#750f03;
	font-weight:bold;
}
.navigation {margin:20px 0;list-style:none;}
.navigation li {margin:3px 20px;}
#content {
	width:540px;
	margin:40px 0 0;
	float:right;
	text-align:left;
}
.subtopics {margin:20px 0;}
.child_content {
	width:40%;
	float:right;
	text-align:justify;
	font-variant:small-caps;
	color:#750f03;
}
.child_header {text-align:center;
}

/*ENTRY*/
.entry {
	min-height:300px;
	display:block;
	text-align:justify;
}
.entry p {padding:10px 0;}

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;
	}
