/*
Theme Name: Reality House
Theme URI: http://www.goneutrino.com
Description: Reality House by Neutrino Consulting, Inc.
Version: 1.0
Author: Ariel Bernard
*/

/*-------------------------------------------------
GLOBAL RESET
-------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clear {
	clear: both;
}
.hidden {
	display: none;
	visibility: hidden;
}
p.empty {
	text-align: center;
	margin: 50px 0;
}

/*-------------------------------------------------
GLOBAL
-------------------------------------------------*/

body {
	font-family: arial, sans-serif;
	font-size: 0.8em;
	color: #222;
	background: #e4e0d6;
	text-align: center;
}
a:link, a:visited {
	color: #7575ac;
	text-decoration: none;
}
a:hover {
	color: #222;
	text-decoration: underline;
}

/*-------------------------------------------------
HEADER
-------------------------------------------------*/

.header {
	width: 948px;
	margin: 15px auto 10px auto;
}
.header table {
	width: 100%;
}
.header table td {
	vertical-align: middle;
}
.header table td div span {
	visibility: hidden;
	display: none;
}
.header table td.logo {
	width: 310px;
}
.header table td.logo div a {
	margin-left: 10px;
	display: block;
	width: 310px;
	height: 43px;
	background: url("images/realityhouse.png") no-repeat;
}
.header table td.tagline {
	width: 275px;
}
.header table td.tagline div {
	margin-left: 25px;
	width: 275px;
	height: 13px;
	background: url("images/tagline.png") no-repeat;
}
.header table td.header_phone div {
	margin-right: 10px;
	float: right;
	width: 152px;
	height: 22px;
	background: url("images/header_phone.png") no-repeat;
}

/*-------------------------------------------------
SPLASH
-------------------------------------------------*/

#splash {
	width: 948px;
	height: 248px;
	overflow: hidden;
	margin: 0 auto;
	border-bottom: 1px solid #ded9cb;
}
#splash img {
	width: 948px;
	height: 249px;
	top: 0;
	left: 0;
}

/*-------------------------------------------------
WRAPPER
-------------------------------------------------*/

.wrapper {
	width: 948px;
	margin: 0 auto;
	font-family: "Trebuchet MS", arial, verdana, sans-serif;
	background: url("images/wrapper.png") repeat-y;
}

/*-------------------------------------------------
NAV (PAGE ONLY)
-------------------------------------------------*/

.nav {
	background: #ac75a1;
	height: 35px;
}
.nav a:link, .nav a:visited {
	display: block;
	padding: 0 30px;
	font-weight: bold;
	font-size: 1.2em;
	color: #fff;
	text-align: left;
	height: 35px;
	line-height: 35px;
}
.nav li {
	height: 35px;
	float: left;
}
.nav li.home a {
	display: block;
	background: #7575ac;
	border-right: 1px solid #ded9cb;
}

/*-------------------------------------------------
HOME
-------------------------------------------------*/

.home table {
	width: 940px;
	margin: 0 4px 15px 4px;
}
.home table td {
	width: 33%;
	vertical-align: top;
}
.home h1 {
	display: block;
	padding: 10px 15px;
	font-weight: bold;
	font-size: 1.2em;
	color: #fff;
}
.home h1 a:link, .home h1 a:visited {
	color: #fff;
	text-decoration: none;
}
.home h1 a:hover {
	color: #fff;
	text-decoration: underline;
}
.home .left h1 {
	background: #ac75a1;
}
.home .middle h1 {
	background: #7575ac;
	border-left: 1px solid #ded9cb;
}
.home .right h1 {
	background: #8a9ac0;
	border-left: 1px solid #ded9cb;
}
.home .right p {
	margin: 0 10px;
}
.home .right p strong {
	font-weight: bold;
	display: block;
}
.home p {
	font-family: Arial, verdana, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	color: #333;
	margin: 10px 20px 10px 10px;
}
.home p strong {
	font-weight: bold;
}
.home ul {
	background: #fff;
}
.home ul li.hook a:link, .home ul li.hook a:visited {
	display: block;
	color: #fff;
	font-weight: bold;
	padding: 0 12px;
	height: 24px;
	line-height: 24px;
	margin: 5px 15px 5px 10px;
	border-bottom: 2px solid #eee;
	border-right: 2px solid #eee;
}
.home ul li.left a:link, .home ul li.left  a:visited {
	background: #ac75a1;
}
.home ul li.middle a:link, .home ul li.middle a:visited {
	background: #7575ac;
}
.home ul li.right a:link, .home ul li.right a:visited {
	background: #8a9ac0;
}
.home ul li.hook a:hover {
	text-decoration: none;
	background: #444;
}

/*-------------------------------------------------
PAGE
-------------------------------------------------*/

.pageBox {
	width: 100%;
}
.pageBox td {
	vertical-align: top;
}
.page {
	padding: 0 4px;
}

/* CONTENT */

td.content {
	padding: 0 30px 0 0;
	width: 600px;
}
div.content {
	padding: 0 0 15px 0;
}
div.content p {
	margin: 10px 15px;
	text-align: left;
	font-family: Arial, verdana, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	color: #333;
}
div.content strong {
	font-weight: bold;
}
div.content ul {
	margin-left: 45px;
}
div.content ul ul {
	margin-left: 30px;
}
div.content li {
	text-align: left;
	list-style-type: disc;
	margin: 5px 0;
	font-family: Arial, verdana, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	color: #333;
}
div.content h2 {
	font-weight: bold;
	font-size: 1.2em;
	text-align: left;
	margin: 15px 15px 10px 15px;
	border-bottom: 1px solid #dfe1d6;
	padding-bottom: 10px;
	color: #333;
}
div.content h3 {
	font-weight: bold;
	font-size: 1.35em;
	line-height: 1.3em;
	text-align: left;
	margin: 15px 15px 10px 15px;
	font-family: Arial, verdana, sans-serif;
	color: #333;
}

/* SIDEBAR */

td.sidebar {
	background: #f1f1f1;
	padding: 5px 0;
}
div.sidebar {
	float: right;
	padding: 10px 15px;
	width: 280px;
	text-align: left;
	font-family: Arial, verdana, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	color: #333;
}
div.sidebar h2 {
	font-weight: bold;
	font-family: "Trebuchet MS", verdana, arial, serif;
	border-bottom: 1px solid #dfe1d6;
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 15px 0 10px 0;
	padding-bottom: 5px;
}
div.sidebar h2.first {
	margin-top: 0 !important;
}
div.sidebar p {
	margin: 0 0 10px 0;
}
div.sidebar strong {
	font-weight: bold;
}
div.sidebar p em {
	font-style: italic;
}
div.sidebar ul li {
	list-style-type: disc;
	margin: 5px 0 5px 25px;
}

/* THOUGHTS */
div.sidebar ul.thoughts {
	margin: 0;
	padding: 0;
}
div.sidebar ul.thoughts li {
	list-style-type: none;
	margin: 0 0 4px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #ccc;
}

/*-------------------------------------------------
TOUR
-------------------------------------------------*/

.tour {
	padding: 0 4px;
}
.tour h1 {
	text-align: left;
	display: block;
	padding: 10px 15px;
	font-weight: bold;
	font-size: 1.2em;
	color: #fff;
	background: #636781;
	border-bottom: 1px solid #ded9cb;
}
.tour h1 span {
	font-size: 0.7em;
	font-weight: normal;
}
.tour li {
	float: left;
	width: 156px;
	height: 130px;
	background: #eee;
	border-right: 1px solid #ded9cb;
}
.tour li.last {
	border: none !important;
	width: 155px !important;
	overflow: hidden;
}
.tour li a {
	display: block;
	width: 156px;
	height: 130px;
}
.tour li a:hover {
	background-position: 0 -130px;
}
.tour a.tour01 { background: url("images/tour_01.jpg") 0 0 no-repeat; }
.tour a.tour07 { background: url("images/tour_07.jpg") 0 0 no-repeat; }
.tour a.tour03 { background: url("images/tour_03.jpg") 0 0 no-repeat; }
.tour a.tour04 { background: url("images/tour_04.jpg") 0 0 no-repeat; }
.tour a.tour05 { background: url("images/tour_05.jpg") 0 0 no-repeat; }
.tour a.tour06 { background: url("images/tour_06.jpg") 0 0 no-repeat; }

/*-------------------------------------------------
GUTTER
-------------------------------------------------*/

.gutter {
	border-top: 1px solid #ded9cb;
	background: url("images/gutter.png") repeat-y;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
}
.gutter table {
	width: 100%;
}
.gutter table td.left {
	width: 50%;
	text-align: left;
	padding: 10px 0 0 15px;
	font-weight: bold;
}
.gutter table td.right {
	width: 50%;
	text-align: right;
	padding: 10px 15px 0 0;
	font-weight: bold;
}
.gutterShadow {
	background: url("images/gutter_shadow.png") center bottom no-repeat;
	width: 948px;
	height: 15px;
}

/*-------------------------------------------------
FOOTER
-------------------------------------------------*/

.footer {
	width: 948px;
	margin: 15px auto;
	text-align: center;
	font-size: 11px;
	color: #999;
}
.footer a:link, .footer a:visited {
	color: #999;
}
.footer a:hover {
	color: #000;
}