/*---[ Color Palette ]:---
Color 1 (White): #ffffff
Color 2 (Dark): #115FA8
Color 3 (Lite): #A1CEF7
Color 4 (Dark): #CBED82
Color 5 (Logo): #A7DBD8
*/
/*---[ Change the following lines to change the site colors ]:---*/

/*---[ Color 1 ]:---*/                                                   
.custom #page { background: #fff; }
.custom #header #logo a{ color:#fff; font-size: 48px; font-weight:normal;  padding:0; margin:0;}
.sidebar ul.sidebar_list {background: #fff; border-bottom: 1px solid #333; border-left: 1px solid #333;  border-right: 1px solid #333; }
.custom ul.menu li a {color: #fff; font-family: "Myriad Pro",Helvetica,Arial,sans-serif; font-size: 12px; font-weight:bold; background-color:transparent; border:none;}

/*---[ Color 2 ]:---*/                                                   
.custom #header_area  {background: #115FA8 url(/images/hbg3.png) repeat; }
.custom .sidebar h3 {background-color: #115FA8;  color: #fff; font-family: "Myriad Pro",Helvetica,Arial,sans-serif; font-size: 18px; font-weight:normal; padding-left: .5em; margin-top: 0.2em; padding-bottom:0; -moz-border-radius: 4px; -webkit-border-radius: 4px;}
.custom #footer_area, #footer_area .page{background: #115FA8 ;} 
.custom #footer_area {color: #115FA8; padding-top: 0em; text-align:center; ;}
.custom ul.menu {background: #115FA8; border:none; position:relative;}
.custom a {color: #115FA8; text-decoration:none;}
/*---[ Color 3 ]:---*/
.custom #header #tagline {color: #A1CEF7; font-size: 18px; padding-left: 1em; margin-top: 0.2em; padding-bottom:0;}
.custom ul.menu li a:hover {color:#A1CEF7; text-decoration: none;}
/*---[ Color 4 ]:---*/
.custom #header #logo a:hover{ background: transparent; color: red; text-decoration: none}
.custom a:hover {color: red;  text-decoration: underline}
/*
.custom a:hover {background: #CBED82; color: #fff;  text-decoration:none;}
.custom ul.menu li.current a, .custom ul.menu li.current-cat a {color:#CBED82; background:none; border:none;}
 */
/*---[ Color 5 ]:---*/
.custom #header #logo a{ color: #fff; font-size: 48px; font-weight:normal;  padding:0; margin:0;}





 /*---[ DO NOT CHANGE BELOW THIS LINE ]:---*/
body.custom { background: #fff; }
.custom #header_area .page {background: transparent;}
.custom ul.menu li {margin-bottom:0; position:relative;}
.custom ul.menu li.rss {}
.custom ul.menu li.rss a:hover {position: absolute; right: 0; top:0; background-color:transparent; text-decoration:none;}
.menu .rss a, .menu .rss a:hover {background:none;padding-right:16px;}
.custom .comments_closed {display: none;}


#btn_moredetails
{
  margin-top: 7px;
margin-bottom: 7px;
  display: block;
  width: 115px;
  height: 28px;
  background: url("/images/moredetails.png") no-repeat 0 0;
 /*---[ Change to same color as Color 2 ]:---*/
  background-color:  #115FA8;
}
#btn_moredetails span
{
  display: none;
}
#btn_moredetails:hover
{
  background-color: red;
  background-position: 0 -28px;
}


img, div, a, input { behavior: url(/images/iepngfix.htc) }


/* Specify bottom padding on all widgets */
.custom li.widget {
   padding-bottom: 0px;
   padding-top: 0px;
}

/* Specify bottom margin on all widgets */
.custom li.widget {
   margin-bottom: 0px;
   margin-top: 0px;
}