/********************************************
   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 : url(/images/background/main_bg.jpg) repeat-x;
    background-color: #f2f5eb;
    text-align : center;
}
/* AskBenny.Cn */
.abc-list .row-even {
    background : #ffffff;
}
.abc-list .row-odd {
    background : #e9e9e9;
}
.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%;
    padding: 7px;
    padding-bottom: 12px;
    margin: 10px 0px 0px 0px;
    */
    margin: 10px;
    border: 1px solid red;
    background-color: #f0f0f0;
    text-align:left;
}
#error_bar {
    width: 90%;
    border: 1px solid red;
    padding: 7px;
    padding-bottom: 12px;
    margin: 10px 0px 10px 2px;
    background-color: #f0f0f0;
}
#information {
   /* width: 90%;
    padding: 7px;
    padding-bottom: 12px;
    margin: 10px 0px 10px 15px;
    */
    margin: 10px;
    border: 1px solid #6297BC;
    background-color: #f0f0f0;
    text-align:left;
}
#information_bar {
    width: 90%;
    border: 1px solid #6297BC;
    padding: 7px;
    padding-bottom: 12px;
    margin: 10px 0px 10px 2px;
    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;
}
.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; color: #6297BC;}
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;}

.title_font1{font-size: 1.3em; font-weight:bold;}
.title_font2{font-size: 1.2em; font-weight:bold;}
.title_font3{font-size: 1.12em; font-weight:bold;}
.article_title{font-weight: bold; font-size: 1em; color: #333; font-size: 1.3em;}

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

ul.c_learning{
    padding-left: 30px;
    color: #4284B0;
}
ul.c_learning li{
    padding-top: 15px;
}
ul.c_learning span.category_r{
  font-size: 25px;
  font-weight: bold;
}
ul.c_learning span.category_p{
  font-size: 18px;
  font-weight: bold;
}
ul.c_learning span.category{
  font-size: 14px;
}

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;
}
.img_learning{

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

label {
    display:block;
    font-weight:bold;
    margin:5px 0;
    font-size:0.92em;
}
input, select {
    padding: 2px;
    border:1px solid #CCC;
    font:1em Arial,sans-serif;
    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 */
.searchform {
    background: transparent;
    border: none;
    margin: 0; padding: 0;
}
.searchform input.radio {
    border: none;
}

.searchform input.textbox { 
    margin: 0;
    /*width: 120px;*/
    border: 1px solid #9EC630;
    background: #FFF;
    color: #333;
    height: 17px;
    vertical-align: middle;
}
.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: middle;
}
.searchform span{
    cursor: pointer;
}
/***********************
	  LAYOUT
************************/
#wrap {
    background: #FFF;
    /*width: 890px;*/
    width: 980px;
    height: 100%;
    margin: 0 auto;
    text-align: left;
}
#content-wrap {
    clear: both;
    margin: 0; padding: 0;
    background: #FFF;
    padding-top:5px;
}

/* 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 .searchform {
    position: absolute;
    top: 20px; right: -10px;
}

#readme {
    position: absolute;
    top: 80px; right: 10px;
    width:200px;/*115px;*/

}

#readme ul {
    line-height: normal;
    list-style-type: none;
   
}

#readme li{
    margin: 2px;
    display:block;
    float:left;
    width:200px;/*115px;*/
}
#readme div.header_search{
    margin-right:-3px;
    float:right;
}
/*
#readme span{
    color: #000;
    cursor: pointer;
    font-size:  1em;
    font-weight:bold;
    display:block;
    text-align:right;
}
*/

#readme  a{
    color: #000;
    cursor: pointer;
    font-size:  1em;
    font-weight:bold;
    display:block;
    text-align:right;
    text-decoration: none;
}



/* main */
#main {
    float: left;
    margin-left: 0px;
    padding: 0;
    /*width: 470px;*/
    width: 610px;
    padding-top:15px;
    /*background: #00FF00;*/
}

/*b_time,city main*/
#main_benny {
    float: left;
    margin: 0px 10px 0px 10px;
    padding: 0;
    /*width: 665px;*/
    width: 755px;
    display: inline;
    padding-top:15px;
    /*background: #00FF00;*/
}

.post-footer {
    background-color: #FAFAFA;
    padding: 5px; margin: 20px 0px 0 0px;
    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;*/
    width: 140px;
    margin: 0px 10px 0px 10px;	padding: 0;
    display: inline;
    padding-top:15px;
    /*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;
    padding-top:15px;
    /*background: #FF0000;*/
}

/* Footer */
#footer { 
    clear: both;
    color: #666;
    background: #f2f5eb;
    border-top: 1px solid #ccc;
    margin: 0; padding: 0;
    height: 50px;
    font-size: 1.1em;
}
#footer a { 
    text-decoration: none;
    font-weight: bold;
    color: #666;
}
#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-weight: bold;
    font-size: 1.2em;
}
#header li {
    display:inline;
    margin:0; padding:0;
}
.header_link 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_link 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_link a span.right_span{
    background: url(/images/headbtn/headbtn_g03.png) no-repeat right top;
    width: 6px;
    height: 16px;
}
/* End IE5-Mac hack */
.header_link a:hover span {
    color:#FFF;
}
.header_link a:hover {
    background: url(/images/headbtn/headbtn_b01.png) no-repeat left top;
}
.header_link a:hover span {
    background: url(/images/headbtn/headbtn_b02.png) repeat-x right top;
}
.header_link a:hover span.right_span{
    background: url(/images/headbtn/headbtn_b03.png) no-repeat right top;
}
.header_link .current_link a {
    background: url(/images/headbtn/headbtn_b01.png) no-repeat left top;
}
.header_link .current_link a span {
    background: url(/images/headbtn/headbtn_b02.png) repeat-x right top;
    color: #FFF;
}
.header_link .current_link 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;
    width:610px;
}
/*mainpopup*/

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

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

/*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 */
.div_response_form{
    margin: 10px 15px 10px 15px;
    border: 1px solid #a2b575;
    background: #F2F2F2;
    padding:10px 10px;
}
.div_response_form input{
    border: 1px solid #a2b575;
}
.div_response_form textarea{
    border: 1px solid #a2b575;
    width:100%;
}

.div_comment_form{
     margin: 10px 15px 10px 15px;
    border: 1px solid #a2b575;
    background: #F2F2F2;
    padding:10px 10px;
}
.div_comment_form input{
    border: 1px solid #a2b575;
}
.div_comment_form form{
     margin: 0 6px 0 0;
}
.div_comment_form textarea{
    border: 1px solid #a2b575;
    width: 100%;
   
}
.breakhere {page-break-after: always;}
/**************no_style_a_img start**************/
a.no_style_a_img img {
    border: 0px;
}

a.no_style_a_img:hover  img {
    border: 0px !important;
}

a.style_a_img img{
    border:2px solid transparent;
}

a.style_a_img:hover  img {
    border:2px solid #CCC!important;
}
/**************no_style_a end**************/

