﻿/*
Site: LazySaguaroRanch.com
Designed by: House Trevethan
Designer URL: http://www.housetrevethan.com
Designer Email: ptrevethan@housetrevethan.com
*/

/* Reset Margins and Padding */
h1, h2, h3, h4, h5, p
{
	padding: 0px;
	margin: 0px;
}

/* CONTAINERS */
body
{
	font-family: Sans-Serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url( 'images/background.jpg' );
}
.SiteWrapper
{
	width: 800px;
	margin: 20px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	border: solid 2px #000000;
}
.LogoContainer
{
	clear: both;
}
.TabbarContainer
{
	clear: both;
	background-image: url( 'images/tabbarbackground.jpg' );
	background-repeat: repeat-x;
	height: 55px;
}
.MainContentContainer
{
	clear: both;
	overflow: hidden;
	display: block;
}
	.SidebarContainer
	{
		width: 170px;
		float: left;
		background-image: url( 'images/watermark.jpg' );
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-position: right 25px;
		min-height: 400px;
		padding-right: 15px;
	}
	.ContentContainer
	{
		width: 610px;
		float: left;
		border-left: solid 1px #000000;
		min-height: 400px;
	}
.FooterContainer
{
	clear: both;
	text-align: center;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
}
/* END CONTAINERS */

/* LOGO IMAGE */
.LogoImage
{
	border: 0px;
}
/* END LOGO IMAGE */

/* TABBAR MENU */

.TabbarContainer
{
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	text-align: center;
	width: 100%;
	height: 55px;
	overflow: hidden;
}
.Tabbar
{
	margin: 15px auto 0px auto;
}

.Tabbar .StaticMenuItem, .Tabbar .StaticMenuHover, .Tabbar .StaticMenuSelected
{
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.Tabbar .StaticMenuItem
{
	color: #ffffff;
}
.Tabbar .StaticMenuHover
{
	color: #0000ff;
}
.Tabbar .StaticMenuSelected
{
	color: #ff0000;
}

/* END TABBAR MENU */

/* CONTENT LINKS */

.ContentBlock a, .ContentBlock a:hover, .ContentBlock a:visited
{
	text-decoration: none;
}
.ContentBlock a, .ContentBlock a:visited
{
	color: #0000ff;
}
.ContentBlock a:hover
{
	color: #ff0000;
}

/* END CONTENT LINKS */

/* SIDEBAR CONTENT BLOCK */

.SidebarContainer .ContentBlock
{
	clear: both;
	width: 100%;
	overflow: hidden;
}
.SidebarContainer .ContentBlock h1
{
	font-size: 25px;
	font-weight: bold;
	font-style: normal;
	margin: 5px 5px 10px 5px;
}
.SidebarContainer a, .SidebarContainer a:visited
{
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #0000ff;
}
.SidebarContainer a:hover
{
	color: #ff0000;
}

/* END SIDEBAR CONTENT BLOCK */

/* CONTENT FORMATTING */

.ContentContainer .ContentBlock
{
	clear: both;
}
.ContentContainer .ContentBlock h1
{
	margin: 5px 20px 30px 10px;
	font-weight: bold;
	font-size: 32px;
	font-style: normal;
}
.ContentContainer .ContentBlock p
{
	margin: 5px 20px 15px 15px;
}
.ContentContainer .ContentBlock blockquote
{
	margin: 5px 20px 15px 35px;
	border: dotted 1px #000000;
	background-color: #dcdcdc;
}
.ContentContainer .ContentBlock ul
{
}
.ContentContainer .ContentBlock li
{
}
.ContentContainer .ContentBlock img
{
	margin: 5px;
	border: solid 1px #000000;
	padding: 2px;
}
.ContentContainer .ContentBlock .imageCap
{
	font-size: 11px;
	font-style: italic;
}

/* END CONTENT FORMATTING */
