/********************************************
   	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;
	text-align: center; font-style:normal; font-variant:normal; font-weight:normal; line-height:1.5em; font-size:.70em; font-family:Verdana, Tahoma, Helvetica, sans-serif
}

/* links */
a { 
	color: black;
	
	text-decoration: none;
}
a:hover {
	color: black;
	
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: black;	
}
h1 { font-size: 1.5em; color: black; } 
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 { font-size: 1.3em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: black;
}
ul span, ol span {
	color: black; 
}

/* images */
img {
	border: none;
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: none;
}
h3.announcements {
  margin: 5px 15px 5px 15px;
}
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: none;
  border: 1px solid black;  
  border-left: 4px solid black; 
}

blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: none;
	border: 1px solid black; 
	border-left: 4px solid black;   
	color: black;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
}

/* form elements */
form {
/*	margin:10px; padding: 0;*/
	border: 1px solid black; 
	background-color: black; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px; /*change this for local weather*/
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color: black;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color: black;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: none; 
	padding: 2px 3px; 
	color: black;	
}

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

/* generic form */
form.GenericForm {
	border: 1px solid black;
	margin: 0; padding: 0px 5px 5px 5px;
}
form.GenericForm input.textbox { 
	border: 1px solid black; 
	background: none;
	color: black; 
}
form.GenericForm textarea { 
	border: 1px solid black; 
	background: none;
	color: black; 
}


/* email form */
form.loginform {
	border: 1px solid black;
	margin: 0; padding: 0px 5px 5px 5px;
}
form.loginform input.textbox { 
	border: 1px solid black; 
	background: none;
	color: black; 
}

/* phone form */
form.PhoneForm {
	border: 1px solid black;
	margin: 0; padding: 0px 5px 5px 5px;
}
form.PhoneForm input.textbox { 
	border: 1px solid black; 
	background: none;
	color: black; 
}
form.PhoneForm input.btnLogin {
	padding: 0px;   
}

/* logmein form */
form.logmeinsupport {
	border: 1px solid black;
	margin: 0; padding: 0px 5px 5px 5px;
}
form.logmeinsupport input.textbox { 
	border: 1px solid black; 
	background: none;
	color: black; 
}

/* phone_request form */
form.phone {
        border: 1px solid black;
        margin: 0; padding: 0px 5px 5px 5px;
}
form.phone input.textbox {
        border: 1px solid black;
        background: none;
        color: black;
}
form.phone textarea {
        border: 1px solid black;
        background: none;
        color: black;
}
/***********************
	  LAYOUT
************************/
#banner {
	display: none;
}

#clock {
	display: none;
}

#weather input {
	display: none;
}

#wrap {
	width: auto; 
	margin: 0 0 0 0 ;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
}
#content-wrap {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
}

/* header */
#header {
	display: none;
}
#header h1#logo {
	display: none;
}
#header h2#slogan {
	display: none;	
}
#header form.searchform {
	display: none;
}

/* main */
#main {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;	
}


/* sidebar */
#sidebar {
	display: none;		
}

/* rightbar */
#rightbar {
	display: none;	
}
#tigerdirectstore  {
display: none;
}

/* Footer */
#footer { 
	display: none;	
}
/* end menu tabs */

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

/* additional classes */
.clear { clear: both; }
.green {	color: black; }
.gray  {	color: black; }
.lblue {    color: black; }
.dblue {    color: black  } 

/***********************
	  ZebraFeeds
************************/

/*	zFeeder CSS style sheet
	works with the css template
	author: AB & LCX
	note: set elements to display:none if you don't want them showed
*/


/* the header part in the css template */
.zf_header {
	display:none 
/*    
	margin-bottom: 1px;
*/
}

/* the channel part in the css template */
.zf_channel {
	display:none 
/*
	padding: 1px;
	background-color: #6495ED;
	border: 1px solid #000;
	min-height: 30px;
*/
}

.zf_day {
	display:none 
/*
	padding: 3px;
	background-color: #CFF85E;
	border: 1px solid #999;
*/
}

/* the channel logo part in the css template */
.zf_logo {
	display:none 
/*
    float: left;
    padding: 5px;
   */
}

/* the channel title part in the css template */
.zf_chantitle {
	display:none 
}

/* the channel rss part in the css template */
.zf_rss {
	display:none 
/*
	font-size: x-small;
	font-style: italic;
*/
}

/* the controls part in the css template */
.zf_controls {
	display:none 
/*
	float: right;
*/
}

/* the moreurl part in the css template */
.zf_moreurl {
	font-style: italic;
}

/* the hideurl part in the css template */
.zf_hideurl {
	font-style: italic;
}


/* the lastupdated part in the css template */
.zf_lastupdated {
	display:none 
/*
	float: left;
	font-style: italic;
	color: #FFFFFF;
*/
}

/* the news container part in the css template */
.zf_news {
	
	margin-top: 5px;
	padding: 2px;
	border: 1px solid black;
/*
	border: 1px dotted #33d;
	font-family: Georgia, "Times New Roman", Times, serif;
*/
}

/* the news title part in the css template */
.zf_title {
    
    margin: 5px;
}

/* the news description part in the css template */
.zfnewscontent {
    text-align: left;
    margin: 1px;
/*
    font-size: 80%;
    font-family: Georgia, "Times New Roman", Times, serif;
*/
}

/* the news publication date part in the css template */
.zf_pubdate {
    color: black;
    font-size: 80%;
    font-family: Tahoma;
    text-align: right;
}

/* the footer part in the css template */
.zf_footer {
	display:none 
/*
	height: 10px;
*/
}

/* the between channels part in the css template */
.zf_between {
	height: 10px;
}


/***********************
	  Announcements
************************/

.Error  { 
	font-size: 1.5em;
	padding: 4px;
	color: #FF0000;
	vertical-align: top;
	}
	
b.Label { 	
	margin: 0px 15px;
}