@charset "UTF-8";
.happiness {
}

/* Landon Mayer */

/* @group all */

html {
	min-height: 100%;
	height: 100%;
	margin: 0;
}

body {
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	background-color: #111111;
	width: 100%;
	font-size: 1em;
}

#center {
	width: 100%;
	height: 100%;
	margin: 0;
	background-color: #000;
	border: 2px solid #222;
	border-top-width: 0;
	background-image: url(graphics/body_bg.jpg);
}

/* @end */

/* @group top */

#top {
	width: 100%;
	height: 120px;
	background-color: #000;
	border-bottom: 1px dashed #f00;
	overflow: hidden;
	
	min-width: 1042px;
}
#topmain {
	height: 120px;
	background: url(graphics/banner3.jpg) no-repeat right top;
	width: 100%;
	
	min-width: 1042px;
}

#logo {
	text-align: center;
	float: left;
	margin-top: -50px;
}

/* @end */

/* @group nav */

#nav {
	height: 25px;
	text-align: center;
	background-color: #ff7a00;
	border: 1px solid #333333;
	width: 100%;
	font-size: 1em;
	overflow: hidden;
	
	min-width: 1042px;
}

#nav a {
	color: #FFF;
	text-decoration: none;
	word-spacing: .1em;
	letter-spacing: .1em;
	font: small-caps bold 1.0em/1.3em Helvetica;
	margin-left: 1em;
}

#nav img {
	z-index: 1000;
	margin: -0.5em -0.2em -0.5em 0;
}

#nav a:hover {
	color: #222;
	font-size: 1em;
}

#nav a:active {
	text-decoration: underline;
	color: #f00;
}



/* @end */

/* @group main */

#main {
	margin: 0 auto;
	width: 1042px;
	position: relative;
	overflow: hidden;
}

#main_articles {
	margin: 0 auto;
	width: 1042px;
	position: relative;
	overflow: hidden;
	padding-top: 165px;
	padding-bottom: 50px;
}

#main img {
	margin: 0;
}



/* @end */

/* @group content */

#homebottom {
	width: 860px;
	border: 2px solid #222;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	height: 350px;
	background: #000 url(graphics/homebottompic.jpg) no-repeat center;
}

/* @group news */

#newsmain {
	
}

#news {
	background-color: #000;
	padding-bottom: 20px;
	width: 1000px;
	padding: 20px;
	margin: 0 auto;
}

#news h1 {
	font-size: 28px;
}

#newslist {
}

.newsitem {
	padding-top: 20px;
}

.newsinner {
	margin-left: 20px;
	list-style-type: none;
}

.newsinner li {
	list-style-type: none;
}

.newsinner a {
	color: #ff7a00;
}



/* @end */

/* @group articles */

#articles {
	width: 700px;
	margin: 0 auto;
}

.article {
	margin-top: 20px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	min-height: 200px;
	background-color: #000;
	border-right-width: 12px;
	border-left-width: 12px;
	border-style: solid;
	border-color: #333333;
	border-top: 2px solid #333333;
	border-bottom: 2px solid #333333;
	padding: 20px;
}


.article img {
	border: 2px solid #333333;
	border-right-width: 20px;
	float: right;
}

.article p {
	padding-bottom: 20px;
}

.article h3 {
	color: #eee;
	margin-bottom: 20px;
}

#articlebox {
	background-color: #FFF;
	padding-bottom: 20px;
	min-height: 519px;
	width: 1000px;
	padding: 20px;
	margin: 0 auto;
}

#articlebox p {
	color: #333;
	padding-bottom: 20px;
	font-variant: normal;
	line-height: 150%;
}

#articlebox h2 {
	margin-bottom: 20px;
	font-size: 30px;
	color: #666;
}



/* @end */

/* @group testimonials */

#testimonials {
	overflow: auto;
	width: 700px;
	height: 519px;
	margin: 0 auto;
}

.testimonial {
	margin-top: 20px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	min-height: 355px;
	background-color: #000;
	border-right-width: 12px;
	border-left-width: 12px;
	border-style: solid;
	border-color: #333333;
	border-top: 2px solid #333333;
	border-bottom: 2px solid #333333;
	padding: 20px;
}


.testimonial img {
	border: 2px solid #333333;
	border-right-width: 20px;
	float: right;
}

.testimonial p {
	padding-bottom: 20px;
}



/* @end */

/* @group books dvds */

#books {
	overflow: auto;
	width: 700px;
	height: 519px;
	margin: 0 auto;
}

#books a {
	color: #FFF;
}

#books p {
	margin-bottom: 10px;
}

.book {
	margin-top: 20px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	min-height: 355px;
	background-color: #000;
	border-right-width: 12px;
	border-left-width: 12px;
	border-style: solid;
	border-color: #333333;
	border-top: 2px solid #333333;
	border-bottom: 2px solid #333333;
	padding: 20px;
}


.book img {
	border: 2px solid #333333;
	border-right-width: 20px;
	float: right;
}

.book p {
	padding-bottom: 20px;
}

.book a {
	color: #FFF;
}



/* @end */

/* @group sponsors */

#sponsorsbox {
	background-color: #FFF;
	padding-bottom: 20px;
	height: 519px;
	width: 1000px;
	padding: 20px;
	margin: 0 auto;
}

.sponsors {
	width: 200px;
	height: 150px;
	position: static;
	margin-left: 20px;
	text-align: center;
	float: left;
}

.sponsors_smith {
	width: 300px;
	height: 100px;
	position: static;
	margin-left: 20px;
	text-align: center;
	float: left;
}

.sponsors a {
	background-color: #FFFFFF;
	border-style: none;
	width: 0;
	height: 0;
}



/* @end */

#booksdvds {
	margin-top: 20px;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	height: auto;
	background-color: #dbdbdb;
	border-style: solid;
	border-color: #333333;
	border-top-width: 2px;
	border-right-width: 12px;
	border-bottom-width: 2px;
	border-left-width: 12px;
}


#booksdvds img {
	margin: 10px;
	border: 2px solid #333333;
	float: right;
}

#content {
	width: 860px;
	height: 100%;
	min-height: 300px;
	background-color: #000;
	border: 2px solid #222;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
}

#contentmain a {
	background-color: #222;
	margin: 0;
	padding: 2px;
	color: #666666;
	font-size: 16px;
	text-decoration: none;
	border: 1px solid #111;
	line-height: 30px;
}

#photogallery {
	width: 860px;
	background-color: #333333;
	border: 2px solid #dbdbdb;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#gallery {
	width: 800px;
}



/* @end */

/* @group Headers */

h1 {
	color: #eee;
	font: small-caps 34px/12px Arial;
	letter-spacing: 2px;
	word-spacing: -1px;
	padding-bottom: 6px;
	border-bottom: 1px solid #dbdbdb;
	padding-top: 14px;
}



/* @end */

/* @group body styles */

.outfitter {
	color: #666666;
	font-size: 14px;
	float: right;
}

.contacttoday {
	background-color: #222;
	margin: 0;
	padding: 2px;
	color: #666666;
	font-size: 16px;
	text-decoration: none;
	border: 1px solid #111;
	line-height: 30px;
}

img {
	margin: 10px;
}

li {
	font: normal small-caps 16px/16px Arial;
	color: #777777;
	text-align: justify;
	word-spacing: 1px;
	letter-spacing: 1px;
	list-style-type: square;
	text-shadow: #000000 0 0 0;
	text-indent: 8px;
}

p {
	color: #999;
	font: normal small-caps 14px/14px Helvetica;
	text-align: left;
	letter-spacing: 1px;
}

#booksdvds a {
	background-color: #dbdbdb;
	margin: 0;
	padding: 2px;
	color: #666666;
	font-size: 16px;
	text-decoration: none;
	border: 1px solid #999999;
	line-height: 30px;
}



/* @end */

/* @group bottom */

#copyright {
	width: 300px;
	height: 20px;
	margin: 10px;
	bottom: 0;
	color: #dbdbdb;
	font-size: 14px;
	float: left;
}

#reimagine {
	width: 400px;
	height: 20px;
	margin: 10px;
	bottom: 0;
	color: #dbdbdb;
	right: 0;
	text-align: right;
	font-family: Arial;
	font-variant: small-caps;
	text-decoration: overline;
	float: right;
}

#reimagine a {
	color: #FFFFFF;
	text-decoration: none;
}

/* @end */

/* @group home */

#home_left {
	width: 700px;
	height: 500px;
	overflow: hidden;
	border-left: 1px dashed #333;
}

#landon_home {
	width: 340px;
	height: 500px;
	background: url(graphics/landon_home.jpg) no-repeat;
	position: absolute;
	left: 700px;
	overflow: hidden;
	border-right: 1px dashed #333;
	margin-left: 2px;
	top: 0;
}

#landon_home p {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 5px;
}

#landon_home2 {
	width: 340px;
	height: 500px;
	position: absolute;
	left: 700px;
	overflow: hidden;
	border-right: 1px dashed #333;
	margin-left: 2px;
	top: 0;
	background: url(graphics/landon_home2.jpg) no-repeat;
}

#landon_home2 p {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 5px;
}

.center {
	text-align: center;
	margin-top: 20px;
}

#vid_home {
	padding-top: 140px;
	padding-left: 150px;
	width: 180px;
	height: 117px;
	border-style: none;
}

#vid_home a {
	background: url(graphics/vid_thumb_play.png) no-repeat;
	width: 180px;
	height: 150px;
	display: block;
}

#vid_home2 {
	width: 260px;
	height: 455px;
	border-style: none;
	position: absolute;
	bottom: 40px;
	right: 36px;
}

#facebook {
	position: absolute;
	left: 0;
	bottom: 0;
}

#vid_home2 a {
	width: 300px;
	height: 225px;
	display: block;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

#bio img {
	float: right;
}



/* @end */

/* @group pages */

#pages_content p {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
}

#pages_content {
	width: 340px;
	height: 500px;
	background: url(graphics/pages_bg.jpg) no-repeat;
	left: 700px;
	margin-left: 2px;
	overflow: auto;
	position: absolute;
	top: 0;
}

#pages_content ul li {
	color: #FFF;
	font-size: 12px;
	line-height: 12px;
	text-shadow: #111 1px 1px 0;
	text-align: left;
}

#pages_content ul {
	margin-top: 20px;
	margin-left: 35px;
}



/* @end */

.small_button {
	width: 100px;
	margin-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px !important;
	background-color: #111;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid #ff7a00;
	text-align: center;
}

.small_button a {
	color: #FFF;
	text-decoration: none;
	font: 12px Helvetica;
	text-align: center;
	vertical-align: middle;
}

.small_button2 {
	width: 300px;
	margin-left: 200px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #111;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid #ff7a00;
	text-align: center;
}

.small_button2 a {
	color: #FFF;
	text-decoration: none;
	font: 20px Helvetica;
	text-align: center;
	vertical-align: middle;
}

#bio {
	background-color: #000;
	height: 500px;
	overflow: auto;
}

.hidden {
	display: none;
}

#contact {
	padding: 20px;
	overflow: hidden;
}

/* @group form objects */

input#name {
	width: 350px;
	height: 20px;
	margin-bottom: 10px;
}

input#email {
	width: 350px;
	height: 20px;
	margin-bottom: 10px;
}

select#Request {
	margin-bottom: 10px;
}

textarea#comment {
	width: 350px;
	height: 150px;
	margin-bottom: 20px;
}



/* @end */

/* @group gallery */

#gallery_wrap {
	margin: 0 auto;
	width: 1200px;
}

#top_gallery {
	width: 100%;
	height: 120px;
	background-color: #000;
	overflow: hidden;
}

/* @group left_nav */

/* @group fish_sub */

#fish {
	font-size: 12px;
	line-height: 2px !important;
	color: #ebebeb;
}

li.sub_nav {
	font-size: 12px;
	margin: 2px 0 0px -20px !important;
}



/* @end */

/* @group travel_sub */

#travel {
	font-size: 12px;
	line-height: 2px !important;
	color: #ebebeb;
}

/* @end */

#gallery_left_nav {
	float: left;
	height: 250px;
	margin-top: 100px;
	width: 250px;
}

#gallery_left_nav li {
	list-style-type: none;
	margin-top: 20px;
}

#gallery_left_nav a {
	color: #999;
	text-decoration: none;
}

#gallery_left_nav a:hover {
	color: #FFF;
	text-decoration: none;
}



/* @end */

/* @group right_nav */

#gallery_right_nav {
	text-align: left;
	direction: ltr;
	width: 250px;
	position: static;
	float: left;
	margin-left: 50px;
}

#gallery_right_nav ul {
	margin: 0;
	padding: 0;
}

#gallery_right_nav li {
	list-style-type: none;
	margin-top: 20px;
	text-indent: 0;
}

#gallery_right_nav a {
	color: #999;
	text-decoration: none;
	text-align: right !important;
}

#gallery_right_nav a:hover {
	color: #FFF;
	text-decoration: none;
}

#gallery_right_nav ul li p {
	margin-top: 50px;
}



/* @end */

#photocontent {
	width: 600px;
	min-height: 400px;
	padding-bottom: 20px;
	float: left;
	margin: 0 auto 0 50px;
}

/* @group nav_gallery */

#nav_gallery {
	height: 25px;
	text-align: center;
	border: 1px solid #333333;
	width: 100%;
	font-size: 1em;
}

#nav_gallery a {
	color: #FFF;
	text-decoration: none;
	word-spacing: .1em;
	letter-spacing: .1em;
	font: small-caps bold 1.1em/1.3em Helvetica;
}

#nav_gallery img {
	z-index: 1000;
	margin: -0.5em -0.2em -0.5em 0;
}

#nav_gallery a:hover {
	color: #444;
	font-size: 1.1em;
}

#nav_gallery a:active {
	text-decoration: underline;
	color: #f00;
}



/* @end */



/* @end */

/* @group quotes */

#quotes{
	width: 420px;
	height: 80px;
	text-align: center;
	margin-right: auto;
	float: left;
	position: relative;
	padding: 20px;
}

#author{
	color: #999;
	margin-top: 5px;
	font-variant: small-caps;
	letter-spacing: .2em;
}

#quote {
	color: #C93;
	margin-left: 20px;
	text-align: left;
}



/* @end */

#sb-content h3 {
	color: #999;
	font-size: 28px;
	padding: 10px;
}

#contact p.cell_number {
	color: #ff7a00;
	padding-bottom: 10px;
}

#footer {
	height: 40px;
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #000;
}

#fixed_top {
	position: fixed;
	top: 0;
	width: 100%;
	height: 145px;
	z-index: 3200;
}
