/*
Theme Name: Get Content
Theme URI: http://getcontentgetcustomers.com
Description: Custom theme for getcontentgetcustomers.com
Version: 1.0
Author: Chris Carson
Author URI: http://modernmediapartners.com
*/

.clear {
	clear: both
}

body {
	background-image: url(images/page_bg.png);
	background-repeat: repeat-x;
	margin: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 

76%;
/* Resets 1em to 12px  ?? */
}

a img {
	border: none
}

#wrap {
	width: 800px;
	background-color: white;
	text-align: left;
	margin: 0px auto;
	background-image: url(images/interior_bg.png);
	background-repeat: repeat-y;
}

#header {
	position: relative;
	height: 250px;
}

#header-logo {
	position: absolute;
	left: 10px;
	top: 10px;
}

#official {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 250px;
	height: 217px;
	background: #fff url(images/official-book-website.png) no-repeat center center;
}

#official h3 {
	text-align: center;
	color: #f15c22;
	font-size: 18px;
	position: absolute;
	top: 10px;
	width: 250px;
	margin: 0px;
}

#official h3 a {
	color: inherit;
	text-decoration: none;
}

#titlelogo {
	text-align: center; 
	margin: 0px; 
    position: absolute;
	top: 2px;
	width: 530px;
}

#titlelogo h1 {
	margin-bottom: 0;
	margin-top: 0px;
}

#header h2#description {
	margin: 0px;
	color: #b21f27;
	text-align: center;
	font: bold 16px Times, serif;
	padding-right: 20px;
	padding-left: 20px;
}

ul#topNav {
	position: absolute;
	height: 33px;
	width: 800px;
	bottom: 0px;
	background-color: #b21f27;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 33px;
}

ul#topNav li.nrsconfigurablelink {
	float: left;
	margin: 0px 5px;
	padding: 0px 5px;
	font-size: 16px;
}

ul#topNav li.nrsconfigurablelink a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

ul#topNav li.nrsconfigurablelink-selected {
	background-color: #000;
}

ul#topNav li.first {
	margin-left: 10px;
}

ul#topNav li.nrs-search-widget {
	float: right;
	width: 250px;
	text-align: center;
	background-color: #b21f27;
}

ul#topNav li.nrs-search-widget form,

ul#topNav li.nrs-search-widget div,

ul#topNav li.nrs-search-widget h3 {
	display: inline;
	font-size: 1em;
}

ul#topNav li.nrs-search-widget h3 {
	display: none;
}

#content {
	width: 550px;
	float: left;
}

#content .padding {
	padding: 10px;
}

#rightColumn {
	width: 230px;
	float: left;
	padding: 10px;
}

#footer {
	clear: both;
	background-color: #db4a4e;
	font-size: .9em;
	padding: 2px 10px;
	text-align: center;
}

#footer p {
	margin: 0px;
}

#home-page-modules {
	color: #000;
}

.home-page-module {
	margin-bottom: 10px;
}

.home-page-module-content {
	color: #000;
}

.home-page-module h3 {
	margin: 0px;
}

.home-page-module h3 a,

.home-page-module h4 a {
	text-decoration: none;
	color: inherit;
}

#home-page-modules .left {
	float: left;
	width: 260px;
	clear: left;
}

#home-page-modules .right {
	float: right;
	width: 260px;
	clear: right;
}

.home-page-module-excerpt h4 {
	margin: 0px;
}

.home-page-module-excerpt {
	margin: 5px 0px;
}

.home-page-module-excerpt-entry p {
	margin: 3px 0px;
}

#home-page-modules .sticky {
	background-color: #ffff66;
}

#home-page-modules .sticky h3,

#home-page-modules .sticky .home-page-module-content {
	padding: 2px 5px;
}

#content h2 {
	margin-top: 0px;
}

#rightColumn ul.sidebar {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#rightColumn ul li.widget {
	margin-bottom: 10px;
}

#rightColumn ul li h3.widgettitle {
	margin: 0px;
	font-size: 1em;
}

#rightColumn ul li h3.widgettitle a {
	color: inherit;
	text-decoration: none;
}

#rightColumn ul li h3.widgettitle a:hover {
	text-decoration: underline;
}

#rightColumn ul li.widget_rss h3.widgettitle img {
	float: right;
}

#rightColumn ul li ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#rightColumn ul li ul li {
	margin: 10px;
}

textarea#comment {
	width: 500px;
}
