/********************************************
   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;
}
/* for body.background, original = bg.gif, changed to headerbg.gif */
body {
margin : 0;
padding : 0;
font : 0.75em/1.5em Arial,sans-serif;
color : #666666;
background : #a9bac3 url(/images/headerbg.gif) repeat-x;
text-align : center;
background-position:100% -86px;
}

#body_content_left {
/*	margin-left: 100px;
*/	width: 95%;
	margin:0 auto;
}

/* AskBenny.Cn */
.abc-list .row-even {
background : #ffffff;
}
.abc-list .row-odd {
background : #f2f2f2;
}
.body-error-display {
	margin: 10px 0px 10px 15px;
	padding: 2px 2px;
	border: 1px solid #CCC; 
	background: #F2F2F2;
}
#content-display img.comic {
border : none;
margin : 0 0 0 10px;
}
#error {
  width: 90%;
  border: 1px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin: 10px 0px 10px 15px;
  background-color: #f0f0f0;
}
#information {
  width: 90%;
  border: 1px solid #6297BC;
  padding: 7px;
  padding-bottom: 12px;
  margin: 10px 0px 10px 15px;
  background-color: #f0f0f0;
}
#section_error {
  border: 1px solid red;
  padding: 5px;
  padding-bottom: 10px;
  margin: 10px 0px 10px 15px;
  background-color: #f0f0f0;
}
.login-form {
	/* J margin: 10px 0px 10px 15px;*/
    margin: 0px 0px 10px 0px;
	padding: 2px 2px;
	border: 1px solid #CCC; 
	background: #F2F2F2 url(/images/login_bg/login_bg.jpg) no-repeat right bottom;
}
.login-form span{
    font-size:0.92em;
}
/* links */
a{
    font-size:0.92em;
}
a a:visited { 
	color: #4284B0;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #9EC068;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
    font-weight: bold;
    font-size: 1em;
	color: #333;	
}
h1 { font-size: 1.17em; color: #6297BC; } 
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; color: #6297BC;}
h5 { font-size: 1.2em; color: #6297BC;display:inline;}
h6 { font-size: 1.4em;}

h1#logo { font: 1em; font-size: 1.5em; color: #6297BC;} 

p, h1, h2, h3 {
	margin: 10px 0px;
    /* J margin: 10px 15px; */
}
ul{
	/* J margin: 10px 20px; */
	padding-left: 15px;
	color: #4284B0;

}

ul span{
	color: #666666; 
}
ol {
 padding-left: 15px;
}
ol.ol-blue{
   /* J margin: 10px 20px; */
	padding-left: 15px;
	color: #4284B0;	
}
ol.ol-blue span {
	color: #666666; 
}
/* images */
img {
	/*border: 2px solid #CCC;*/
}
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;
}

.img_thumb_middle {
  width: 75px;
  height: 100px;
  border:0px;
}
.img_thumb_small{
  width: 38px;
  height: 50px;
  border:0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em;
  /* 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;
 	padding: 0 0 0 0px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
	color: #4284B0;
}
table {
    margin: 0px 0px;
}
/* form elements */
form {
	margin: 0px 0px 10px 0px;
	padding: 2px 2px;
	border: 1px solid #CCC; 
	background: #F2F2F2;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
    font-size:0.92em;
}
input, select {
	padding: 2px;
	border:1px solid #CCC;
	font: normal 1em;
	color:#777;
}
textarea {
	/*width:300px;*/
	padding:2px;
	font: normal 1em;
	border:1px solid #eee;
	/*height:100px;*/
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font-size:1em;
    font-weight:bold; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #4284B0;	
    width:auto !important;
}
input.logout_button {
    margin: 0; 
    font-weight: bold;
    font-size: 1em;
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #4284B0;	
    background-image: url("/images/btn-bg.gif");
    background-repeat: repeat-x;
}
input.action_button {
	margin: 0; 
    font-size: 1em;
    border: 1px solid #7CA7D3;
	padding: 2px 3px; 
	background: #FFF;
	width:auto !important;
}
/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.radio {
    border: none;
}

form.searchform input.textbox { 
	margin: 0; 
	/*width: 120px;*/  
	border: 1px solid #9EC630; 
	background: #FFF;
	color: #333; 
	height: 17px;
	vertical-align: top;
}
form.searchform input.button { 
	margin: 0; 
	padding: 2px 3px; 
    font-weight: bold;
    font-size: 1em;
	background: #FFF;
	border: 1px solid #CCC;
	color: #4284B0;	
	/*width: 60px;*/
	vertical-align: top;
}

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

/* header */
#header {
	position: relative;
	height: 120px;	
	background: #000 url(/images/headerbg.gif) repeat-x 0% 100%;	
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
    font-size: 4.1em;
	letter-spacing: -2px;
	/*text-transform: lowercase;*/
	top: 10px; left: 5px;	
}
#header h1#logo img.alpharenturns_img{
    margin-bottom: 40px;
    cursor: pointer;
}
#header h2#slogan {
	position: absolute;	 
	top:47px; left: -10px;
	color: #666666;
	text-indent: 0px;
	font: 14px; 
	text-transform: none;	
}
#header form.searchform {
	position: absolute;
	top: 30px; right: -10px;	
}

/* main */
#main {
	float: left;
	margin-left: 0px;
	padding: 0;
	width: 470px;
    /*background: #00FF00;*/
}
#main form {
	margin: 10px 15px 10px 15px;
	padding: 2px 2px;
	border: 1px solid #CCC; 
	background-color: #F2F2F2; 
}

.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: 195px;
	margin: 0px 10px 0px 10px;	padding: 0;
	display: inline;
    /*background: #0000FF;*/
}

#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0px 10px 15px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	border-left:4px solid #CCC;	
	
	min-height:18px;
}

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

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

/* rightbar */
#rightbar {
	float: left;
	width: 185px;
	padding: 0; margin:0px 10px 0px 10px;
    /*background: #FF0000;*/
}

/* Footer */
#footer { 
	clear: both; 
	color: #FFF; 
	background: #A9BAC3; 
	border-top: 5px solid #568EB6;
	margin: 0; padding: 0; 
	height: 50px;	  
	font-size: 1.1em;
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}
#footer .footer-left{
	float: left;
	width: 50%;
}
#footer .footer-right{
	float: right;
	width: 50%;
}

/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
   margin:0; padding: 0;
   list-style:none;
	right: 0; 
	bottom: 6px !important; bottom: 5px;
    font-weight: bold;
    font-size: 1.2em;
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(/images/headbtn/headbtn_g01.png) no-repeat left top;
   margin:0;
   padding:0 0 0 7px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(/images/headbtn/headbtn_g02.png) repeat-x right top;
   padding:6px 0px 3px 0px;
   color: #FFF;
   margin: 0px;
   cursor: pointer;
   height: 16px;
}
#header a span.right_span{
	background: url(/images/headbtn/headbtn_g03.png) no-repeat right top;
	width: 6px;
	height: 16px;
}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background: url(/images/headbtn/headbtn_b01.png) no-repeat left top;
}
#header a:hover span {
	background: url(/images/headbtn/headbtn_b02.png) repeat-x right top;
}
#header a:hover span.right_span{
	background: url(/images/headbtn/headbtn_b03.png) no-repeat right top;
}
#header #current a {
   background: url(/images/headbtn/headbtn_b01.png) no-repeat left top;
}
#header #current a span {
   background: url(/images/headbtn/headbtn_b02.png) repeat-x right top;
	color: #FFF;
}
#header #current a span.right_span {
	background: url(/images/headbtn/headbtn_b03.png) no-repeat right top;
}
/* end menu tabs */

/*mainpopup*/
#mainpopup{
	float: left;
	margin-left: 30px;
	padding: 0;
}
/*mainpopup*/

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

/* additional classes */
.clear { clear: both; }
.green { color: #9EC630; }
.gray  { color: #BFBFBF; }

/*council table classes*/
table.council_table{
	
	border-left:1px solid #999;
	border-bottom:1px solid #999;
	border-collapse: collapse;
}
table.council_table td {
    border-top:1px solid #999;
	border-right:1px solid #999;
}
table.council_table tr th{
	border-top:1px solid #999;
	border-right:1px solid #999;
	background:#cccccc;
	text-align:center;
}
/* council table classes */
