/********************************************
	Original Information:
	AUTHOR:  			Erwin Aligam 
	WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME: 	Bright Side of Life
	TEMPLATE CODE: 	S-0005
	VERSION:          1.0     
	Modified By:
		Borisov Dmitry
 *******************************************/ 

/* This clears margins and padding for all entries. */
* 
{
	padding: 0;
	margin: 0;
}

/* Main container, contains every non-background object within. */
#Container 
{
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../SiteImages/tablexpand.gif);
}

/* Main body settings. Generally sets the background and text style.*/
body 
{
	background-color: #ef3125;
	background-image: url(../SiteImages/backstripe.gif);
	background-repeat: repeat;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
}

/* links */
a 
{
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
}
/* links: On Hover */
a:hover
 {
	color: #FF0000;
	background-color: inherit;
}

/* Paragraph and Headers */
p
 {
	margin-right: 5px;
	margin-left: 15px;
	margin-top: 5px;
	font-size: 12px;
}

/***********************
	  LAYOUT
************************/
#wrap 
{
	width: 1020px;
	height: 100%;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	background-repeat: no-repeat;
	color: #000000;
}
	
#content-wrap 
{
	clear: both;
	margin: 0px;
	padding: 0px;	
	padding-bottom: 25px;
	background: #FFF;
}

/* header */
#header
{
	position: relative;
	height: 100px;
	background-position: 0% 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #996633;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header h1#logo
{
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: lowercase;
	top: 0; left: -1px;	
}
#header h2#slogan 
{
	position: absolute;
	top:23px;
	left: 290px;
	color: #000000;
	text-indent: 0px;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	width: 680px;
	height: 20px;
	text-align: center;
	line-height: 21px;
}

/* main */
#main 
{
	float: left;
	margin-left: 40px;
	padding-bottom: 20px;
	width: 600px;		
}

/* Sidebar Placement and Format. Technically TopBar, though.*/
#sidebar 
{
	position: relative;
	padding-top: 15px;
	padding-bottom: 50px;
}
#sidebar a
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none; 
	font-weight: bold;	
	color: #996633;
	background-color: #FFFFFF;
}
#sidebar a:hover 
{
	color:#FF0000;
	font-family: Arial, Helvetica, sans-serif;
}

/* Footer Settings Begin Here! */
#footer 
{
	clear: both;
	color: #000000;
	height: 280px;
	font-size: 11px;
	width: 1000px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #996633;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-right: auto;
	margin-left: auto;
	line-height: 16px;
	padding-top: 10px;
}

/* Facebook DIV */
.FBDiv
{
	float: left;
	width: 25%;
	height: 100%;
	margin-top:-1%;
	border-right-width: 3px;
	border-left-width: 0px;
    border-right-style: solid;
    -webkit-border-image: 
      -webkit-gradient(linear, 0 0, 0 100%, from(#996633), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: 
      -webkit-linear-gradient(#996633, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image:
      -moz-linear-gradient(#996633, rgba(0, 0, 0, 0)) 1 100%;    
    -o-border-image:
      -o-linear-gradient(#996633, rgba(0, 0, 0, 0)) 1 100%;
    border-image:
      linear-gradient(to bottom, #996633, rgba(0, 0, 0, 0)) 1 100%;
}

/* Facebook Text Overlay */
.FBTxt
{
	position: relative;
	padding: 11px;
	bottom: 242px;
}

/* Facebook Tiny Logo */
.FBLogo
{
	position: relative;
	bottom: 290px;
	left: 18px;
}

/* Facebook Image Container */
.FBImgDiv
{
	width: 220px;
	height: 220px;
	background-color: black;
	margin: 10px;
	border-style: solid;
	border-color:#996633;
	border-width: 1px;
}

/* Facebook SubDiv */
.SubFPDiv
{
	position: relative;
	bottom: 100px;
}

/* Title of the shown Facebook entry */
.FBTitle
{
	position: relative;
	text-align: Center;
	right: 10px;
	font-size: 12px;
}

/* Date of the shown Facebook entry */
.FBDate
{
	position: relative;
	Text-align: Center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c08d5a;
	right: 10px;
}

/* Like/Subscribe Feature */
.fb-like
{
	position: relative;
	left: 20px;
}

/* Left Feed Arrow */
.LeftFeed
{
	bottom: 10px;
	left: 10px;
	position: relative;
	cursor: pointer;
}

/* Right Feed Arrow */
.RightFeed
{
	bottom: 10px;
	left: 190px;
	position: relative;
	cursor: pointer;
}

/* New Stuff Div - Reporpused for Close Out Div */
.NewStuffDiv
{
	position: relative;
	float: left;
	margin-top:-1%;
	width: 24%;
	height: 100%;
    border-right-style: solid;
    -webkit-border-image: 
      -webkit-gradient(linear, 0 0, 0 100%, from(#996633), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: 
      -webkit-linear-gradient(#996633, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image:
      -moz-linear-gradient(#996633, rgba(0, 0, 0, 0)) 1 100%;    
    -o-border-image:
      -o-linear-gradient(#996633, rgba(0, 0, 0, 0)) 1 100%;
    border-image:
      linear-gradient(to bottom, #996633, rgba(0, 0, 0, 0)) 1 100%;
}

/* Events Div */
.EventsDiv
{
	position: relative;
	float: left;
	margin-top:-1%;
	width: 24%;
	height: 100%;
    border-right-style: solid;
    -webkit-border-image: 
      -webkit-gradient(linear, 0 0, 0 100%, from(#996633), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: 
      -webkit-linear-gradient(#996633, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image:
      -moz-linear-gradient(#996633, rgba(0, 0, 0, 0)) 1 100%;    
    -o-border-image:
      -o-linear-gradient(#996633, rgba(0, 0, 0, 0)) 1 100%;
    border-image:
      linear-gradient(to bottom, #996633, rgba(0, 0, 0, 0)) 1 100%;
}

/* Races Container */
.Racing
{
	position: absolute;
	top:19.5%;
	left:4.5%;
}

/* Races Picture */
.RaceEvt
{
	position: relative;
}

/* Races Text Overlay */
.RaceText
{
	position: relative;
	bottom: 75px;
}

/* Rides Container */
.Riding
{
	position: absolute;
	top:44.5%;
	left:4.5%;
}

/* Rides Picture */
.RideEvt
{
	position: relative;
}

/* Rides Text Overlay */
.RideText
{
	position: relative;
	bottom: 75px;
}

/* Shop Events Container */
.Shops
{
	position: absolute;
	top:69.5%;
	left:4.5%;
}

/* Shop Events Picture */
.ShopEvt
{
	position: relative;
}

/* Shop Events Text Overlay */
.ShopText
{
	position: relative;
	bottom: 75px;
}

/* Generic Footer Placement & Mouse Cursor */
.FooterImg
{
	padding:10px;
	cursor: pointer;
}

/* Generic Footer Text Placement */
.FooterTxt
	{
	position: relative;
	padding-left:10px;
	top:-94.5%;
	cursor: pointer;
	}

/* About Div */
.AboutDiv
{
	position: relative;
	float: left;
	margin-top:-1%;
	width: 24%;
	height: 100%;
	border-right-color: #996633;
	border-right-width: 0px;
    border-right-style: solid;
    -webkit-border-image: 
      -webkit-gradient(linear, 0 0, 0 100%, from(#996633), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: 
      -webkit-linear-gradient(#996633, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image:
      -moz-linear-gradient(#996633, rgba(0, 0, 0, 0)) 1 100%;    
    -o-border-image:
      -o-linear-gradient(#996633, rgba(0, 0, 0, 0)) 1 100%;
    border-image:
      linear-gradient(to bottom, #996633, rgba(0, 0, 0, 0)) 1 100%;
}

/* Shop Info Container */
.AboutShop
{
	position: absolute;
	top:19.5%;
	left:4.5%;
}

/* About Shop Picture */
.ShopAbt
{
	position: relative;
}

/* About Shop Text Overlay */
.ShopAboutText
{
	position: relative;
	bottom: 75px;
}

/* Team Container */
.Team
{
	position: absolute;
	top:44.5%;
	left:4.5%;
}

/* Team Picture */
.TeamAbt
{
	position: relative;
}

/* Team Text Overlay */
.TeamText
{
	position: relative;
	bottom: 75px;
}

/* Testimonies Container */
.Testemony
{
	position: absolute;
	top:69.5%;
	left:4.5%;
}

/* Testimony Picture */
.TestAbt
{
	position: relative;
}

/* Testimony Text Overlay */
.TestText
{
	position: relative;
	bottom: 75px;
}

/* Below-Footer Copyright */
#copyright 
{
	height: 50px;
	font-size: 11px;
	width: 1020px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 25px;
}

#copyright a 
{ 
	text-decoration: none; 
	font-weight: normal;	
	color: #000000;
}

#copyright a:hover  
{
	color:#663300;
	text-decoration: underline; 
}

/* Various Minor Classes */
/* Footer Brown Text */
.FooterBoldBrown
{
	color: #996633;
	font-weight: bold;
}

/* Header Brown Slogan Text */
.Slogan
{
	font-family: Arial, Helvetica, sans-serif;
	color: #c08d5a;
}