/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME: 	Bright Side of Life
   TEMPLATE CODE: 	S-0005
   VERSION:          1.0          	
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* {
	padding: 0;
	margin: 0;
}

body {
	margin: 0;
	padding: 0;
	font: .70em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	background-image: url(main_bg.jpg);
	background-repeat: repeat-x;
	background-color: #D3D6E0;
}
#side_logo2 {
	margin-left: 15px;
}
.quote {
	font-style: italic;
	font-weight: normal;
}

/* links */
a {
	color: #999999;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #99CC66;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #666666;
}
h1 {
	font-size: 1.2em;
	color: #9999FF;
} 
h2 {
	font-size: 1em;
}
h3 { font-size: 1.3em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 40px;
}
ul span, ol span {
	color: #666666; 
}

/* images */
img {
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: 2px solid #568EB6;
}
a:hover img {  
  border: 2px solid #CCC !important; /* IE fix*/
  border: 2px solid #568EB6;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #4284B0; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
	background: #FAFAFA;
	color: #99CC66;
	font-size: 1.2em;
	line-height: 1.5em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f2f2f2;
	border-right-color: #f2f2f2;
	border-bottom-color: #f2f2f2;
	border-left-color: #99CC66;
	font-style: italic;
}

/* form elements */
form {
	margin:10px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button {
	margin: 0;
	font: bold 1em Arial, Sans-serif;
	border: 1px solid #CCC;
	background: #FFF;
	padding: 2px 3px;
	color: #3366FF;
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #9EC630; 
	background: #FFF;
	color: #333; 
	height: 14px;
	vertical-align: top;
}
form.searchform input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 12px Arial, Sans-serif; 
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	color: #777;	
	width: 60px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/
#wrap {
	background: #FFF;
	width: 820px;
	height: 100%;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 10px;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF;
}

/* header */
#header {
	position: relative;
	height: 100px;
	background-repeat: repeat-x;
	background-position: 0% 100%;
	background-color: #FFFFFF;
	background-image: url(headerbg.gif);
}
#header h1#logo {
	position: absolute;
	margin: 0;
	padding: 0;
	letter-spacing: -2px;
	text-transform: none;
	top: 0;
	left: 5px;
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	font-size: 3.1em;
	font-weight: normal;
	height: 85px;
	width: 288px;
}
#header h2#slogan {
	position: absolute;
	top:37px;
	left: 95px;
	color: #666666;
	text-indent: 0px;
	font: bold 11px Tahoma, 'trebuchet MS', Sans-serif;
	text-transform: none;
	width: 200px;
}
#header form.searchform {
	position: absolute;
	top: 0; right: -12px;	
}

/* main */
#main {
	float: left;
	padding: 0;
	width: 56%;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 23%;
	margin: 0;	padding: 0; 
	display: inline;		
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
}
#sidebar ul.sidemenu a {
	display:block;
	color: #666666;
	text-decoration:none;
	min-height:18px;
	background-image: url(btn_bg.jpg);
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 15px;
	background-repeat: no-repeat;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #9EC630;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #9EC630;
}

/* rightbar */
#rightbar {
	float: right;
	width: 20%;
	padding: 0;
	margin:0;
}

/* Footer */
#footer {
	clear: both;
	color: #999999;
	margin: 0;
	padding: 0;
	height: 50px;
	font-size: 85%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #99CC33;
	background-color: #FFFFFF;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #999999;
}
#footer .footer-left{
	float: left;
	width: 60%;
	background-image: url(BBA.jpg);
	background-repeat: no-repeat;
	background-position: 15px 5px;
	padding-left: 35px;
}
#footer .footer-right{
	float: right;
	width: 25%;
}

/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
   margin:0; padding: 0;
   list-style:none;
	right: 0; 
	bottom: 6px !important; bottom: 5px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
	color: #FFF;
}
#header #current a span {
   background-position:100% -42px;
	color: #FFF;
}
/* end menu tabs */

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {
	text-align: center;
}

/* additional classes */
.clear { clear: both; }
.green {
	color: #99CC66;
}
.gray  {	color: #BFBFBF; }
#rtdocimg {
	float: none;
	background-repeat: no-repeat;
	background-position: left;
	height: 110px;
	margin-left: 15px;
}
#date {
	float: right;
	width: 200px;
	padding-top: 2px;
	margin-top: 12px;
	color: #99CC33;
	text-align: right;
	margin-right: 8px;
}
.blue {
	color: #9999FF;
}
.shaded_box {
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #E8E8E8;
	color: #9999FF;
	font-size: 1.2em;
	text-align: center;
	letter-spacing: .1em;
}
#glass_bg {
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.quote_black {
	font-size: 1.3em;
	color: #9999FF;
	text-align: center;
}
#headerimg {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#Main_logo {
}
#Main_logo {
	margin-top: 4px;
	margin-left: 4px;
}
.purple_bold {
	font-weight: bold;
	color: #9966FF;
	font-size: 1.1em;
}
.purple {
	color: #9966FF;
}
.rt_Circle_bg {
	background-image: url(rt_circle.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 95px;
	font-size: 1.5em;
	color: #FFFFFF;
	text-align: right;
	padding-top: 45px;
	padding-right: 10px;
	line-height: 24px;
	margin-top: 12px;
}
.rt_box_content {
	background-repeat: no-repeat;
	background-position: right top;
	color: #666666;
	text-align: right;
	padding-right: 10px;
	background-color: #E8E8E8;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	font-size: 90%;
	line-height: 12px;
	margin-right: 2px;
}
.purple_sm {
	line-height: 13px;
	color: #9966FF;
}
.green_sm {
	line-height: 13px;
	color: #99CC33;
}
.green_bold {
	font-weight: bold;
	color: #99CC33;
	font-size: 1.1em;
}
.blue_bold {
	font-weight: bold;
	color: #9999FF;
	font-size: 1.1em;
}
.smbox_content {
	color: #666666;
	padding-right: 10px;
	padding-top: 5px;
	margin-bottom: 5px;
	font-size: 90%;
	line-height: 14px;
}
.sm_text {
	line-height: 13px;
}
.img_left {
	margin-right: 15px;
	margin-bottom: 15px;
}
#splash_footer {
	clear: both;
	color: #999999;
	margin: 0;
	padding: 0;
	height: 120px;
	font-size: 85%;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #99CC33;
}
#splash_footer_rt {
	height: 110px;
	width: 160px;
	float: right;
	background-image: url(pears.jpg);
	margin-top: 5px;
}
.splash_footer_lt {
	width: 600px;
	float: left;
	padding-top: 20px;
	font-size: 14px;
	letter-spacing: .1em;
}
.splash_logo {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #99CC33;
	padding-right: 10px;
	margin-right: 10px;
}
#banner_top {
	height: 120px;
	background-image: url(headerphoto.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#saftey {
	text-align: center;
}
.x_sm_text {
	font-size: 9px;
}
.single_ad_wrap {
	margin-top: 4px;
	margin-bottom: 0px;
	width: 140px;
	margin-right: auto;
	margin-left: auto;
	padding: 8px;
	background-image: url(ad_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 75px;
}
#ad {
	padding: 1px;
}
.single_ad_btn {
	margin-top: 1px;
	margin-bottom: 8px;
	width: 140px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 20px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #E8E8E8;
	border-right-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
	border-left-color: #E8E8E8;
	background-image: url(ad_bg.png);
}
#ad .single_ad_btn a {
	height: 15px;
	color: #8C84B3;
}
.ad_btn_img {
	margin-right: 5px;
	padding-top: 1px;
	margin-left: 5px;
}
#ad .single_ad_btn a:hover {
	height: 15px;
	color: #99CC33;
}
