/*////////////////////////////////////////////////////////////////////
	
	Welcome Home Sam: Screen Styles
	http://www.WelcomeHomeSam.com/
	Author: Ken Soliva
	Updated: 2008-06-25

////////////////////////////////////////////////////////////////////*/

* {
	margin: 0;
	padding: 0;
	}

body {
	font: 62.5%/1.4 Georgia, "Times New Roman", Times, sans-serif;
	color: #636461;
	background-color: #DDDCD4;
	}

/*////////////////////////////////////////////////////////////////////
	Base Typography
////////////////////////////////////////////////////////////////////*/

a:link, a:visited {
	color: #636461;
	text-decoration: underline;
	}

a:hover, a:active {
	color: #41403B;
	text-decoration: underline;
	}

h1 {
	font: bold 1.8em/1.2 "Century Gothic", Helvetica, sans-serif;
	color: #30001A;
	}

h1 a:link, h1 a:visited {
	color: #30001A;
	text-decoration: none;
	}

h1 a:hover, h1 a:active {
	color: #30001A;
	text-decoration: underline;
	}

h2 {
	font: bold 1.8em/1.2 "Century Gothic", Helvetica, sans-serif;
	color: #30001A;
	margin-bottom: .25em;
	}

h2 a:link, h2 a:visited {
	color: #30001A;
	text-decoration: none;
	}

h2 a:hover, h2 a:active {
	color: #30001A;
	text-decoration: underline;
	}

h3 {
	font: bold 1.3em/1 "Century Gothic", Helvetica, sans-serif;
	color: #41403B;
	margin-bottom: .5em;
	}

h3 a:link, h3 a:visited {
	color: #41403B;
	text-decoration: none;
	}

h3 a:hover, h3 a:active {
	color: #41403B;
	text-decoration: underline;
	}

h4 {
	margin-bottom: .5em;
	color: #636461;
	}

h4 a:link, h4 a:visited {
	color: #636461;
	text-decoration: none;
	}

h4 a:hover, h4 a:active {
	color: #41403B;
	text-decoration: underline;
	}

ol {
	list-style: decimal-leading-zero;
	}

ul {
	list-style-image: url(http://www.welcomehomesam.com/images/site/background/bullet.png);}

strong {
	color: #000;
	}

/*////////////////////////////////////////////////////////////////////
	Layout
////////////////////////////////////////////////////////////////////*/

#header_wrapper {
	background-color: #F2F0E6;
	border-top: 15px solid #6F184E;
	border-bottom: 2px solid #D2D2CA;
	}

#header {
	width: 950px;
	margin: 0 auto;
	padding: 40px 0 30px 20px;
	font-size: 1.3em;
	}
	
#header h1 {
	float: left;
	display: inline;
	}

#nav {
	float: right;
	display: inline;
	margin-top: 2em;
	list-style: none;
	font: bold 1.2em/1.4 "Century Gothic", Helvetica, sans-serif;
	}

#nav li {
	display: inline;
	margin-left: 10px;
	}

#nav li a {
	padding: .5em .5em .75em .5em;
	text-decoration: none;
	color: #939490;
	}

#nav li a:hover {
	color: #41403B;
	}
	
#nav li a.current {
	padding: .5em .5em .75em .5em;
	text-decoration: none;
	color: #41403B;
	background:  url(http://www.welcomehomesam.com/images/site/background/current_nav.png) no-repeat center bottom;
	}

#container {
	width: 950px;
	margin: 0 auto;
	padding: 30px 0 30px 20px;
	}

#content {
	font-size: 1.4em;
	}
	
#content p, #content ol, #content ul, #content dl {
	margin-bottom: 1em;
	}
	
#content .pagination {
	list-style: none;
	font-size: .9em;
	font-style: italic;
	}
	
#content .intro {
	font-size: 1.2em;
	}

#content .pagination li {
	display: inline;
	}

#content .pagination li a {
	text-decoration: none;
	}
	
#content .pagination li a:hover {
	text-decoration: underline;
	}
	
#content .pagination li.older {
	float: left;
	}
	
#content .pagination li.newer {
	float: right;
	}
	
#sidebar .section {
	margin-bottom: 10px;
	padding: 20px 15px 10px 15px;
	background-color: #F2F0E6;
	border-bottom: 2px solid #C7C8C0;
	}
	
#sidebar .section h3 {
	margin-bottom: .75em;
	padding-bottom: .25em;
	border-bottom: 1px solid #DDDCD4;
	}
	
#sidebar .section ul {
	padding-left: 1em;
	list-style-image:  url(http://www.welcomehomesam.com/images/site/background/bullet.png);}

#footer {
	font-size: 1.1em;
	}
	
#footer a:link, #footer a:visited {
	text-decoration: none;
	}

#footer a:hover, #footer a:active {
	text-decoration: underline;
	}

/*////////////////////////////////////////////////////////////////////
	Default Template
////////////////////////////////////////////////////////////////////*/

#default #ticker {
	border-bottom: 1px solid #C7C8C0;
	margin-bottom: 20px;
	padding-bottom: 20px;
	}
	
#default #ticker h3 {
	font: bold .8em/1.2 "Century Gothic", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
	
#default #ticker h4 {
	font: bold 1.3em/1.2 "Century Gothic", Helvetica, Arial, sans-serif;
	}
	
#default #main {
	float: left;
	display: inline;
	width: 460px;
	margin-top: 10px;
	}

#default #sidebar {
	float: right;
	display: inline;
	width: 470px;
	}
	
#default #media img {
	margin-bottom: 10px;
	padding: 10px;
	background-color: #fff;
	border-bottom: 2px solid #BDBEB7;
	}
	
#default #media .caption {
	padding: 20px 15px 10px 15px;
	color: #D8D8D8;
	background: #777875  url(http://www.welcomehomesam.com/images/site/background/gradient_dark.png) repeat-x;
	}
	
#default #media .caption h3 {
	font: bold .8em/1.2 "Century Gothic", Helvetica, Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
	
#default .sponsors {
	border-top: 1px solid #C7C8C0;
	margin: 30px 0 20px 0;
	padding-top: 20px;
	}
	
#default .sponsors h4 {
	font: bold 1.1em/1.2 "Century Gothic", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
	
#default .sponsors img {
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
	background-color: #fff;
	}
	
#default .sponsors img.fourth {
	margin-right: 0;
	}

/*////////////////////////////////////////////////////////////////////
	Home Overview Template
////////////////////////////////////////////////////////////////////*/

#home_overview #marquee {
	margin-bottom: 2em;
	padding: 30px 20px 20px 20px;
	color: #D8D8D8;
	background: #777875  url(http://www.welcomehomesam.com/images/site/background/gradient_dark.png) repeat-x;
	}
	
#home_overview #marquee img {
	padding: 10px;
	background-color: #fff;
	border-bottom: 2px solid #BDBEB7;
	}
	
#home_overview #marquee h2 {
	color: #fff;
	}

#home_overview #marquee h3 {
	font: bold 1.1em/1.2 "Century Gothic", Helvetica, Arial, sans-serif;
	color: #fff;
	}
	
#home_overview #marquee a:link, #home_overview #marquee a:visited {
	color: #D8D8D8;
	text-decoration: underline;
	}

#home_overview #marquee a:hover, #home_overview #marquee a:active {
	color: #fff;
	text-decoration: underline;
	}
	
#home_overview #marquee .button {
	margin: 2em 0 1em 0;
	font-style: italic;
	font-size: .9em;
	}
	
#home_overview #marquee .button a {
	padding: .5em;
	text-decoration: none;
	}
	
#home_overview #marquee .button a:link, #home_overview #marquee .button a:visited {
	color: #F2F0E6;
	background-color: #7C9D83;
	border-bottom: 2px solid #5F7B66;
	}
	
#home_overview #marquee .button a:hover, #home_overview #marquee .button a:active {
	color: #fff;
	background-color: #7C9D83;
	border-bottom: 2px solid #6B8972;
	}
	
#home_overview #main h3 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #C7C8C0;
	}
	
#home_overview #main .thumb {
	float: left;
	display: inline;
	margin-right: 10px;
	}
	
#home_overview #main .fourth {
	margin-right: 0;
	}
	
#home_overview #main .thumb a img {
	padding: 10px;
	background-color: #fff;
	border-bottom: 2px solid #BDBEB7;
	}
	
#home_overview #main .thumb a:hover img {
	padding: 10px;
	background-color: #C7C8C0;
	border-bottom: 2px solid #BDBEB7;
	}
	
#home_overview #main .thumb h4 {
	margin: 5px 10px 10px 10px;
	font-weight: normal;
	}
	
#home_overview #main .thumb h4 a {
	background:  url(http://www.welcomehomesam.com/images/site/background/details.png) no-repeat right center;
	padding-right: 20px;
	}
	
#home_overview .sponsors {
	border-top: 1px solid #C7C8C0;
	margin: 30px 0 20px 0;
	padding-top: 20px;
	}
	
#home_overview .sponsors h4 {
	font: bold 1.1em/1.2 "Century Gothic", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
	
#home_overview .sponsors img {
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
	background-color: #fff;
	}
	
#home_overview .sponsors img.fourth {
	margin-right: 0;
	}
	
/*////////////////////////////////////////////////////////////////////
	Home Details Template
////////////////////////////////////////////////////////////////////*/

#home_details #main {
	float: left;
	display: inline;
	width: 650px;
	margin-top: 10px;
	}
	
#home_details #main .section {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #C7C8C0;
	}
	
#home_details #main h2 {
	margin-bottom: 0;
	}
	
#home_details #swatches {
	margin-top: 2em;
	}
	
#home_details #swatches h4 {
	font: bold 1.1em/1 "Century Gothic", Helvetica, sans-serif;
	color: #41403B;
	margin-bottom: 1em;
	}
	
#home_details #swatches div {
	background-color: #C7C8C0;
	margin-bottom: 5px;
	padding: 10px;
	}
	
#home_details #swatches div img {
	float: left;
	display: inline;
	border: 4px solid #fff;
	background-color: #e5e5e5;
	margin-right: 10px;
	}
	
#home_details #swatches div p {
	margin-top: 5px;
	}

#home_details #sidebar {
	float: right;
	display: inline;
	width: 230px;
	}

#home_details .sponsors h4 {
	font: bold .8em/1.2 "Century Gothic", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
	
#home_details .sponsors img {
	margin-bottom: 10px;
	}
	
/*////////////////////////////////////////////////////////////////////
	Blog Template
////////////////////////////////////////////////////////////////////*/

#blog #main {
	float: left;
	display: inline;
	width: 650px;
	margin-top: 10px;
	}
	
#blog #main .section {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #C7C8C0;
	}

#blog #main h2 {
	margin-bottom: 0;
	}
	
#blog #main .intro {
	font-size: 1.2em;
	}
	
#blog #comments ol {
	margin-left: 2em;
	}
	
#blog #comments h4 {
	margin-bottom: 0;
	}
	
#blog #comments p.date {
	font-size: .9em;
	margin-bottom: .5em;
	}

#blog #sidebar {
	float: right;
	display: inline;
	width: 230px;
	}
	
#blog #sidebar .section li {
	line-height: 1em;
	margin-bottom: .5em;
	}
	
#blog #sidebar .section li a {
	text-decoration: none;
	}
	
#blog #sidebar .section li a:hover {
	text-decoration: underline;
	}
	
#blog .sponsors {
	margin: 20px 0;
	}
	
#blog .sponsors h4 {
	font: bold .8em/1.2 "Century Gothic", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
	
#blog .sponsors img {
	margin-bottom: 10px;
	}
	
/*////////////////////////////////////////////////////////////////////
	Blog Archives Template
////////////////////////////////////////////////////////////////////*/

#archives #main {
	float: left;
	display: inline;
	width: 650px;
	margin-top: 10px;
	}
	
#archives #main h2 {
	padding-bottom: .5em;
	border-bottom: 1px solid #C7C8C0;
	}
	
#archives #main .section {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #C7C8C0;
	}

#archives #main h3 {
	font: bold .8em/1.2 "Century Gothic", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 1em;
	color: #636461;
	}
	
#archives #main h4 {
	font: bold 1.1em/1 "Century Gothic", Helvetica, sans-serif;
	color: #30001A;
	margin-bottom: 0;
	}

#archives #main h4 a:link, #archives #main h4 a:visited {
	color: #41403B;
	text-decoration: none;
	}

#archives #main h4 a:hover, #archives #main h4 a:active {
	color: #41403B;
	text-decoration: underline;
	}
	
#archives #main .entry {
	padding: 1em 0;
	border-top: 1px solid #C7C8C0;
	}
	
#archives #main .entry .thumb {
	float: left;
	display: inline;
	margin-right: 10px;
	padding: 10px;
	background-color: #fff;
	border-bottom: 2px solid #BDBEB7;
	}
	
#archives #main .entry .thumb:hover {
	padding: 10px;
	background-color: #C7C8C0;
	border-bottom: 2px solid #BDBEB7;
	}
	
#archives #main .entry div {
	float: right;
	display: inline;
	width: 405px;
	margin-top: 10px;
	font-size: .9em;
	}
	
#archives #main .entry div p.date {
	font-size: .9em;
	}

#archives #sidebar {
	float: right;
	display: inline;
	width: 230px;
	}
	
#archives #sidebar .section li {
	margin-bottom: .5em;
	}
	
#archives #sidebar .section li a {
	text-decoration: none;
	}
	
#archives #sidebar .section li a:hover {
	text-decoration: underline;
	}
	
#archives .sponsors {
	margin: 20px 0;
	}
	
#archives .sponsors h4 {
	font: bold .8em/1.2 "Century Gothic", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
	
#archives .sponsors img {
	margin-bottom: 10px;
	}
	
/*////////////////////////////////////////////////////////////////////
	Sponsors Template
////////////////////////////////////////////////////////////////////*/

#sponsors #main {
	float: left;
	display: inline;
	width: 700px;
	}
	
#sponsors #main #marquee {
	margin-bottom: 2em;
	padding: 30px 20px 20px 20px;
	color: #D8D8D8;
	background: #777875  url(http://www.welcomehomesam.com/images/site/background/gradient_dark.png) repeat-x;
	}
	
#sponsors #main #marquee h2 {
	color: #fff;
	}
	
#sponsors #main #marquee a:link, #sponsors #main #marquee a:visited {
	color: #D8D8D8;
	text-decoration: underline;
	}

#sponsors #main #marquee a:hover, #sponsors #main #marquee a:active {
	color: #fff;
	text-decoration: underline;
	}
	
#sponsors #main div.sponsor {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #C7C8C0;
	}
	
#sponsors #main div.sponsor img {
	float: left;
	display: inline;
	}
	
#sponsors #main div.sponsor div {
	float: right;
	display: inline;
	width: 455px;
	}

#sponsors #sidebar {
	float: right;
	display: inline;
	width: 230px;
	}
	
/*////////////////////////////////////////////////////////////////////
	Images
////////////////////////////////////////////////////////////////////*/

a img {
	border: none;
	}

img {
	display: block;
	}

.left_wrap {
	float: left;
	display: inline;
	margin: 0 20px 20px 0;
	}

.right_wrap {
	float: right;
	display: inline;
	margin: 0 0 20px 20px;
	}

.photo {
	margin-bottom: 2em;
	padding: 1em 0;
	border-top: 1px solid #C7C8C0;
	border-bottom: 1px solid #C7C8C0;
	}
	
.photo img {
	float: left;
	display: inline;
	margin-right: 20px;
	padding: 10px;
	background-color: #fff;
	border-bottom: 2px solid #BDBEB7;
	}
	
.photo .caption {
	float: left;
	display: inline;
	width: 160px;
	padding: 10px 0;
	}
	
.photo .caption h3 {
	font: bold 1em/1.2 "Century Gothic", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
	
.photo .caption p {
	font-style: italic;
	}
	
.continue {
	background: url(http://www.welcomehomesam.com/images/site/background/continue.png) no-repeat right center;
	padding-right: 15px;
	}
	
.prev {
	background: url(http://www.welcomehomesam.com/images/site/background/prev.png) no-repeat left center;
	padding-left: 15px;
	}
	
.next {
	background: url(http://www.welcomehomesam.com/images/site/background/next.png) no-repeat right center;
	padding-right: 15px;
	}
	
.overview {
	background: url(http://www.welcomehomesam.com/images/site/background/overview.png) no-repeat right center;
	padding-right: 18px;
	}
	
.feed {
	background: url(http://www.welcomehomesam.com/images/site/background/feed.png) no-repeat right center;
	padding: 2px 15px 2px 0;
	}
	
/*////////////////////////////////////////////////////////////////////
	Forms
////////////////////////////////////////////////////////////////////*/

.hiddenFields {
	display: none;
	}
	
fieldset {
	margin-bottom: 0;
	background-color: transparent;
	border: none;
	}

legend {
	display: block;
	font: bold 1.5em/1 "Century Gothic", Helvetica, Arial, sans-serif;
	color: #000;
	margin-bottom: .5em;
	}

label {
	display: block;
	font: bold 1em/1 "Century Gothic", Helvetica, Arial, sans-serif;
	margin-bottom: .5em;
	}

input, select, textarea {
	display: block;
	margin-bottom: 1em;
	padding: .25em .125em;
	}

input:focus {
	color: #000;
	}

input.button {
	margin: 0 0 1em 0;
	font-style: normal;
	font-size: 1em;
	color: #000;
	}
	
#captcha {
	margin-bottom: 1em;
	}
	
#captcha p {
	margin-bottom: .5em;
	}
	
#captcha img, #captcha input {
	float: left;
	display: inline;
	margin-right: 1em;
	}

/*////////////////////////////////////////////////////////////////////
	Miscellaneous
////////////////////////////////////////////////////////////////////*/

.button {
	margin: 2em 0;
	font-style: italic;
	font-size: .9em;
	}
	
.button a {
	padding: .5em;
	background-color: #F2F0E6;
	border-bottom: 2px solid #BDBEB7;
	text-decoration: none;
	}
	
.button a:hover {
	background-color: #F2F0E6;
	border-bottom: 2px solid #D2D2CA;
	}

.message {
	margin-bottom: 1em;
	padding: 1em 10px;
	color: #000;
	background-color: #e5e5e5;
	border-color: #ccc;
	}

.alert {
	background-color: #fff8D3;
	border-color: #ffec82;
	}

.success {
	background-color: #cee5b8;
	border-color: #a1d078;
	}

.error {
	background-color: #f9b5b2;
	border-color: #f27279;
	}
	
.hide {
	display: none;
	}

/*/////////////////////////////////////////////////////////////////////
	Float Fix
/////////////////////////////////////////////////////////////////////*/

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */