/********************************************
   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-family: Verdana, Tahoma, Helvetica;
}

/* links */
a {
	color: #343C8C;
}
a:hover {
	color: #69A767;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;
}
h1 { font-size: 1.5em; color: #4D549B; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.3em; }

h4.icon {
	line-height:35px;
	padding-left:38px;
}
h4.download { background:url(/images/download.png) 0 .2em no-repeat scroll; }
h4.windows { background:url(/images/windows.png) 0 .2em no-repeat scroll; }
h4.close { background:url(/images/close.png) 0 .2em no-repeat scroll; }
h4.info { background:url(/images/info.png) 0 .2em no-repeat scroll; }
h4.screens { background:url(/images/screnshot.png) 0 .2em no-repeat scroll; }
h4.cmdline { background:url(/images/cmdline.png) 0 .2em no-repeat scroll; }

#win {
  font-weight:bold;
  line-height:35px;
  padding-right:10px;
  padding-top:55px;
  background:url(/images/windows.png) no-repeat scroll center;
}

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #343C8C;
}
ul span, ol span {
	color: #666666; 
}

/* images */
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}


/***********************
	  LAYOUT
************************/
#wrap {
	background: #FFF;
	width: 820px; height: 100%;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;
	background: #FFF;
}

/* header */
#header form.searchform {
	position: absolute;
	top: 5px; right: 5px;
}


/* main */
#main {
	float: left;
	margin-left: 5px;
	padding-bottom: 20px;
	width: 78%;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;
}


/* sidebar */
#sidebar {
	float: left;
	width: 20%;
	margin: 0;	padding: 0; 
	display: inline;
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;
}
#sidebar ul.sidemenu a {
	padding:2px 5px 2px 3px;
        font-size:0.9em;
}

* html body #sidebar ul.sidemenu a { height: 18px; }


/* rightbar */
#rightbar {
	float: right;
	width: 20%;
	padding: 0; margin:0;		
}

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#5C62A3;
	padding:5px;
	display:none;
	color:#fff;
}


/* Footer */
#footer { 
	clear: both;
	color: #FFF;
	background: #51589E url(images/ui-bg_gloss-wave_75_51589E_500x100.png) repeat-x scroll 50% 50%;
	border-top: 5px solid #426B42;
	margin: 0; padding: 0; 
	height: 50px;	  
	font-size: 95%;		
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}
#footer .footer-left{
	float: left;
	width: 65%;
}
#footer .footer-right{
	float: right;
	width: 30%;
}

/* 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: right; }

/* additional classes */
.clear { clear: both; }
.green {	color: #9EC630; }
.gray  {	color: #BFBFBF; }

