/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them



/* Custom Header using image. */
.custom #header { 
                border:none;
                height:200px;
                width:900px;
                margin-bottom:0px;
                margin-top:-30px; 
                padding-bottom:0px;
                padding-top:0px;
		background: url(http://www.kaliphornya.com/wp-content/gallery/css/kaliphornyaheader1-0.png); 
	}

.custom #logo {display:none;}
.custom #tagline {display:none;}

.custom #sidebars {float:left;border-left: 0px solid #dddddd;width:250px;margin-top:-100px;}

.custom #multimedia_box {margin-top:50px;background:none;border:none;}
.custom #custom_box { font-size:12px;margin-bottom:0px;float:right; background: url(http://www.kaliphornya.com/wp-content/gallery/css/calculator.png) no-repeat; color:#000; padding-top:-15px; width:217px;height:257px; }
.custom #custom_box .search_form p{margin-top:-6px;}
.custom #s.text_input {border:1px solid #666666; background:#fff;padding-top:5px;width:145px;height:20px;}
/*---:[ Nav Menu ]:---*/
.custom #customnav { display:none;}
.custom .menu  {border:none;}
.custom .menu a {border:none;background:none;}
.custom .menu .rss {float:left;background: url('lib/images/icon-rss.gif') 100% 50% no-repeat;}


.custom #content {
	 no-repeat;       
        width:650px;
        border-left:0px solid #dddddd;
        background:#fff;
        
        

        
        margin-left:5px;
        margin-top:-15px;
      

 
} 


.custom .headline_area {margin-top:-40px; margin-bottom:-25px;}
.statcounter { margin-left:18px;}
.custom #tear {margin-bottom: -10px;margin-left:5px;}

.custom #content_box {
width:930px;	

border: 0px solid #000;


        

margin-top: 19px;

}

.custom #navcustom {padding-left:10px;}
.custom #about {margin-top:-10px;}
.custom #contact  {margin-top:-10px;}
.custom #subscribe {margin-top:-10px;float:right;}


/* Customized Background Trial */
body.custom {
    background: url("http://www.kaliphornya.com/wp-content/gallery/css/desk3.jpg");
	}

.custom #container {
    width:920px; margin: 0 auto; 
    margin-top: 0px;
    margin-bottom: 1em;
    border: 0px #e6e7ef; /* #ADEE73 for live page and #C31029 for test */
    padding: 0px;
	}

.custom #page {
     margin-top: 0px;
     padding:0px;
     width:920px;
     margin-left:10%
     margin-right:10%     
     color: inherit !important; 
  background: transparent !important;
     
}



.custom #footer {

border: 0px double #b7d162;

margin-top:10px;
width:920px;
background:#dddddd;	
}



/* Customize Teasers on home page */
.custom .teaser {
		width: 100%;
		margin-top: 2em;
		padding-top: 2em;
		border-top: 0px solid #bbb;
		text-align: justify;
	}

.custom .teasers_box {
width:480px;		
padding-top: 0;
		border-top: 0;
	}


.custom #search { font-size:12px;margin-bottom:0px;float:right; background: url(http://www.kaliphornya.com/wp-content/gallery/css/calculator.png) no-repeat; color:#000; padding:0; width:217px;height:257px; }
.custom .search_form {margin-top:-25px;}
.custom .search_form p {font-size:8pt;width:145px;margin-left:25px;}
.custom .text_input {border:1px solid #000; background:#fff;height:22px;}

.custom #archives-3 {background: url(http://www.kaliphornya.com/wp-content/gallery/css/thumbtack.png)no-repeat #fff; padding-left:5px;}
.custom #archives-3 h3 {margin-bottom:-10px; padding-top:30px;}
.custom #linkcat-2 {background: url(http://www.kaliphornya.com/wp-content/gallery/css/thumbtack.png)no-repeat #fff; padding-left:5px;}
.custom #linkcat-2 h3 {margin-bottom:-10px;}