/********************************************
	AUTHOR:		Erwin Aligam 
	WEBSITE:		http://www.styleshout.com/
	TEMPLATE NAME:	Bright Side of Life (modified)
	TEMPLATE CODE:	S-0005
*******************************************/

/********************************************
   HTML ELEMENTS
********************************************/

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

body
{
	margin: 0;
	padding: 0;
	background: #4284B0 url( 'bg.gif' ) repeat-x;
	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
{
	text-decoration: none;
}
a:hover
{
	color: #9EC068;
}

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

p, h1, h2, h3
{
	margin: 10px 15px;
}

p.small-margin
{
	margin: 5px 5px;
}
p.float-center
{
	margin: 0;
}

ul, ol
{
	margin: 10px 30px;
	padding: 0 15px;
	color: #4284B0;
}
ul span, ol span
{
	color: #000000;
}

/* 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;
}
img.float-center
{
	margin-left: auto;
	margin-right: auto;
}
a img
{
	border: none;
}
h3.announcements
{
	margin: 5px 15px 5px 15px;
}

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 #F5F5F5;
	border-left: 4px solid #4284B0;
}
acronym
{
	cursor: help; /*  border-bottom: 1px solid #777; */
	border-bottom: 1px solid;
}
blockquote
{
	margin: 15px;
	padding: 0 0 0 20px;
	background: #FAFAFA;
	border: 1px solid #F5F5F5;
	border-left: 4px solid #4284B0;
	color: #4284B0;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style' , Serif;
}

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

/* search form */
form.searchform
{
	background: transparent;
	border: none;
	margin: 20px 20px 20px 20px;
	padding: 0;
}
form.searchform input.textbox
{
	margin: 0;
	width: 120px;
	border: 2px solid #9EC630;
	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 #F5F5F5;
	color: #000000;
	width: 60px;
	vertical-align: top;
}

/* generic form */
form.GenericForm
{
	border: 1px solid #9EC630;
	margin: 0;
	padding: 0px 5px 5px 5px;
}
form.GenericForm input.textbox
{
	border: 1px solid #9EC630;
}
form.GenericForm textarea
{
	border: 1px solid #9EC630;
}


/* email form */
form.loginform
{
	border: 1px solid #9EC630;
	margin: 0;
	padding: 0px 5px 5px 5px;
}
form.loginform input.textbox
{
	border: 1px solid #9EC630;
}

/* phone form */
form.PhoneForm
{
	border: 1px solid #9EC630;
	margin: 0;
	padding: 0px 5px 5px 5px;
}
form.PhoneForm input.textbox
{
	border: 1px solid #9EC630;
}
form.PhoneForm input.btnLogin
{
	padding: 0px;
}

/* logmein form */
form.logmeinsupport
{
	border: 1px solid #9EC630;
	margin: 0;
	padding: 0px 5px 5px 5px;
}
form.logmeinsupport input.textbox
{
	border: 1px solid #9EC630;
}

/* phone_request form */
form.phone
{
	border: 1px solid #9EC630;
	margin: 0;
	padding: 0px 5px 5px 5px;
}
form.phone input.textbox
{
	border: 1px solid #9EC630;
}
form.phone input.checkbox
{
	border: 0;
}
form.phone textarea
{
	border: 1px solid #9EC630;
}
form.phone input
{
	border: 0px;
}

/***********************
	  LAYOUT
************************/
#banner
{
}

#clock
{
	font-size: 10px;
	text-align: right;
	margin: 33px 0px 0px 0px;
	float: right;
}

#weather input
{
	padding: 0;
	border: 0px solid #eee;
	font: normal 1em Verdana, sans-serif;
}

#wrap
{
	background: #FFFFFF;
	width: 820px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}
#content-wrap
{
	background: #FFFFFF;
	clear: both;
	margin: 0;
	padding: 0;
}

/* header */
#header
{
	position: relative;
	height: 85px;
	margin: 0;
	padding: 0;
	background: #000 url( 'headerbg.gif' ) repeat-x 0% 100%;
}
#header h1#logo
{
	position: absolute;
	margin: 0;
	padding: 0;
	font: bolder 46px 'Trebuchet MS' , Arial, Sans-serif; /*	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;*/
	letter-spacing: -2px;
	top: 0;
	left: 5px;
}

#header form.searchform
{
	position: absolute;
	top: 0;
	right: -12px;
}

/* main */
#main
{
	float: left;
	margin-left: 10px;
	padding: 0;
	width: 50%;
}
/* mainnoright */
#mainnoright
{
	float: left;
	margin-left: 10px;
	padding: 0;
	width: 74%;
}

/* 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;
	border: 1px solid #F5F5F5;
}
#sidebar ul.sidemenu a
{
	display: block;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 2px 5px 2px 10px;
	background: #F5F5F5;
	border-left: 4px solid #0058a2;
	min-height: 18px;
}

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

#sidebar ul.sidemenu a:hover
{
	padding: 2px 5px 2px 10px;
	background: #0058a2;
	color: #FFFFFF;
	border-left: 4px solid #9EC630;
}
#sidebar #currentvertical
{
	padding: 2px 5px 2px 10px;
	background: #0058a2;
	color: #FFFFFF;
	border-left: 4px solid #9EC630;
}
#sidebar #currentvertical a
{
	background-position: 0% -42px;
	color: #FFFFFF;
}
#sidebar #currentvertical a span
{
	background-position: 100% -42px;
	color: #FFFFFF;
}

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

/* Footer */
#footer
{
	clear: both;
	color: #FFFFFF;
	background: #4284B0;
	border-top: 5px solid #4284B0;
	margin: 0;
	padding: 0;
	height: 50px;
	font-size: 95%;
}
#footer a
{
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
#footer .footer-left
{
	float: left;
	width: 65%;
}
#footer .footer-right
{
	float: right;
	width: 30%;
}

/* menu tabs */
#header ul
{
	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;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
}
#header a span
{
	float: left;
	display: block;
	background: url( 'tabright.gif' ) no-repeat right top;
	color: #FFFFFF;
	padding-left: 8px;
	padding-right: 15px;
	padding-top: 6px;
	padding-bottom: 3px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span
{
	float: none;
}
/* End IE5-Mac hack */
#header a:hover span
{
}
#header a:hover
{
	background-position: 0% -42px;
}
#header a:hover span
{
	background-position: 100% -42px;
}
#header #current a
{
	background-position: 0% -42px;
}
#header #current a span
{
	background-position: 100% -42px;
}

#header a.nohover
{
	float: left;
	background: #000 url( 'headerbg.gif' ) repeat-x 0% 100%;
	padding: 0px 0px 0px 0px;
}
#header a.nohover:hover
{
	background-position: 100% 100%;
}
#header a.nohover img
{
	margin: 0px 0px 0px 0px;
}

/* end menu tabs */

/* alignment classes */
.float-left
{
	float: left;
}
.float-right
{
	float: right;
}
.float-center
{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

.align-left
{
	text-align: left;
}
.align-right
{
	text-align: right;
}

/* additional classes */
.clear
{
	clear: both;
}
.green
{
	color: #9EC630;
}
.gray
{
	color: #BFBFBF;
}
.lblue
{
	color: #99cffd;
}
.dblue
{
	color: #0058a2;
}
.alert
{
	color: #FF0000;
}

/***********************
	  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;
}

/* the channel part in the css template */
.zf_channel
{
	display: none;
}

.zf_day
{
	display: none;
}

/* the channel logo part in the css template */
.zf_logo
{
	display: none;
}

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

/* the channel rss part in the css template */
.zf_rss
{
	display: none;
}

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

/* 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;
}

/* the news container part in the css template */
.zf_news
{
	background-color: #ffffff;
	margin-top: 5px;
	padding: 2px;
	border: 1px solid #0058a2;
}

/* the news title part in the css template */
.zf_title
{
	background-color: #ffffff;
	margin: 5px;
}

/* the news description part in the css template */
.zfnewscontent
{
	text-align: left;
	margin: 1px;
}

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

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

/* 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;
}

td.CalendarWeekendName
{
	width: 14.29%;
}
