/********************************************
   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: .72em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #333333; 
	background: #A9BAC3 url(images/bg.gif) repeat-x;
	text-align: center;
}

/* links */
a { 
	color: #284C8E;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	background-color: inherit;
	text-decoration:underline;
}

/* headers */
h1, h2, h3 {
	font: bold 1em Tahoma, Arial, Sans-serif;
	color: #333;	
}
h1 { font-size: 1.5em; color: #486CAE; } 
h2 { font-size: 1.4em; color: #486CAE; }
h3 { font-size: 1.3em; color: #AECD2F; }

p, h1, h2 {
	margin: 3px 3px;
	padding: 5px 5px 5px 5px;
}
h3 {
	margin: 0px 3px;
	padding: 2px 0px 0px 5px;
}
ul, ol {
	margin: 10px 30px 10px 10px;
	padding: 0px 25px;
	color: #333333;
   list-style-type:circle;
}
ul span, ol span {
	color: #666666; 
}

/* images */
img {
	border: 2px solid #fff;
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: 0px solid #568EB6;
}
a:hover img {  
  border: 0px solid #CCC !important; /* IE fix*/
  border: 0px 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: 10px;
 	padding: 5px 5px 5px 10px;  	
  	background: #F0f0FA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #dddddd;   
	color: #555555;
	font: 1.0em/1.5em Georgia, 'Bookman Old Style', Serif; 
}

/* search form */
.searchbox {
	margin:0px 5px 5px 4px;
   width: 144px;
   font-family: Verdana, Tahoma, Helvetica, sans-serif;
   border-right:4px solid #AECD2F;
   border-left:1px solid #AECD2F;
   border-top:1px solid #AECD2F;
   border-bottom:1px solid #AECD2F;
   padding:3px;
   background-color:#ddffdd;
}
.searchbutton {
   float:right;
   margin-right:4px;
} 

/***********************
	  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 {
	position: relative;
	height: 85px;	
	background: #000 url(images/headerbg.gif) repeat-x 0% 100%;	
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em Tahoma, Arial, Sans-serif;
	letter-spacing: -2px;
	text-transform: lowercase;
	top: 0; left: 5px;	
}
#header h2#slogan {
	position: absolute;	 
	top:39px; left: 10px;
	color: #666666;
	text-indent: 0px;
	font: bold 11px Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;	
}
#header .loginbox {
   font-size:.8em;
   margin:0px 0px 0px 0px;
   padding:0px 0px 0px 0px;
   float:right;
   display:block;
   min-height:100px;
   text-align:right;
}

#header .loginbox a{
   background: none;

   padding:0px 0px 0px 0px;
}


/* main */
#main {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 57%;		
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 20%;
	margin: 0;	padding: 0; 
	display: inline;		
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:0px 5px 15px 4px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 0px solid #cccccc;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:2px 5px 2px 5px;
	background: #e4f0c1;
	border-right:4px solid #AECD2F;	
	min-height:18px;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 5px;
	background: #688CcE;
	color: #ffffff;
	border-right:4px solid #ff0000;
}
#sidebar #current a {
	padding:2px 5px 2px 5px;
	background: #688CcE;
	color: #ffffff;
	border-right:4px solid #486CAE;
}
#sidebar #current a:hover {
	border-right:4px solid #ff0000;
}



/* rightbar */
#rightbar {
	float: right;
	width: 21%;
	padding: 0; margin:0;		
}

/* Footer */
#footer { 
	clear: both; 
	color: #FFF; 
	background: #A9BAC3; 
	border-top: 5px solid #568EB6;
	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(images/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(images/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: #7Ea610; }
.gray  {	color: #999; }
.itemtitle {
   font-size: 2.0em;
   color:#486cae;
   border-bottom:1px solid #486cae;
}

.comments {
   border-bottom:0px dotted #ccc;

}
#commcontrol { 
	clear: both; 
	margin: 0; padding: 0; 
	font-size: 95%;		
}

#commcontrol .commcontrol-left{
	float: left;
	width: 50%;
}
#commcontrol .commcontrol-right{
	float: right;
	width: 50%;
}

.subhead {
   font-weight: bold;
   color: #7Ea610;
}
.commuser {
   text-align: right;
   font-family: Verdana, Tahoma, Helvetica, sans-serif;
}
ul {
   margin: 0px;
}
textarea, input {
   font-family: Verdana, Tahoma, Helvetica, sans-serif;
   font-size:1.1em;
}   
.thumbborder {
   border: 1px solid #999;
}
.large {
   font-size:1.6em;
}
.huge {
   font-size:3em;
   font-weight:bold;
}
.small {
   font-size: 0.8em;
}
.topright {
   float:none;
   background: none;
   margin:0;
   padding:1px 1px 1px 1px;
   text-decoration:none;
}
#cloud {
   line-height:22px;
   text-align:center;
   font-family:verdana;
}
#cloud a {
color: #7Ea610;
}
.c0 {
   font-size:8px;
}
.c1 {
   font-size:11px;
}
.c2 {
   font-size:14px;
}
.c3 {
   font-size:17px;
}
.c4 {
   font-size:20px;
}
.c5 {
   font-size:23px;
}
.c6 {
   font-size:26px;
}
.c7 {
   font-size:29px;
}
.c8 {
   font-size:32px;
}
.c9 {
   font-size:35px;
}
.c10 {
   font-size:38px;
}
.highlight {
   color:#fff;
   background-color:#f00;
}