/*
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"&gt;. 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

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
/*logo change code paste it in custom.css file*/
.custom #header #logo a { display: block; height: 148px; width: 1428px;
background: url(http://depedpines.com/wp-content/uploads/2016/01/banner.png) no-repeat; outline: none; }
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
.custom #header #tagline { height: 0; }
.custom #header {border:0 solid #9c9c9c;
height:148px;
padding:0px;
}
/* put image banner on category pages*/
.custom #directory_header{
display: block; height: 72px; width: 600px;
background:url(http://depedpines.com/wp-content/themes/thesis_17/custom/images/banner.jpg) no-repeat; outline: none; 
}

/* put image banner on personnel pages*/
.custom #personnel_header{
display: block; height: 160px; width: 600px;
/*background:url(http://depedpines.com/wp-content/uploads/2013/02/sdsasdsbanner1.jpg)no-repeat; outline: none; */
background:url(http://depedpines.com/wp-content/uploads/2016/01/sdsasdsbanner.jpg)no-repeat; outline: none; 
}

/* put image banner on school profile pages*/
.custom #profile_header{
display: block; height: 72px; width: 600px;
background:url(http://depedpines.com/wp-content/themes/thesis_17/custom/images/banner.jpg) no-repeat; outline: none; 
}

/* put image banner on gallery pages*/
.custom #gallery_header{
display: block; height: 406px; width: 600px; margin-left: 150px;
background:url(http://depedpines.com/wp-content/uploads/2016/01/sdsasdsbanner.jpg) no-repeat; outline: none; 
border-bottom:solid;
border-width:1px;
}

.custom .format_text a{
text-decoration:none;	
}

.custom .headline_area h1{
padding:.714em;
background:#EEEEEE none repeat scroll 0 0;
border-color:#DDDDDD;
border-style:solid;
border-width:1px;
margin-top:0px;
margin-left:4px;
text-align:center;

}

.custom .headline_area h2.entry-title{
color:#0D05FF;

}






/* put frame on banner- category pages*/
.custom #frame_div{
display: block; height: 72px; width: 600px;
margin-top:5px;
border-width:0.071em;
padding:.714em;
background:#EEEEEE none repeat scroll 0 0;
border-color:#DDDDDD;
border-style:solid;
margin-left:-2px;
}

/* put frame on banner- category pages*/
.custom #frame_div3{
display:height: 72px; width: 570px;
margin-top:5px;
background:#E3F0F2 url(http://depedpines.com/wp-content/plugins/thesis-style-box/images/note.png) no-repeat scroll 7px 50%;
border:1px solid #66CCCC;
padding:4px 4px 4px 45px;
text-align:left;
margin-left:-11px;
font-family:verdana;
}

/*put sds picture on personnel category page
.custom #frame_div4{
display:height: 72px; width: 555px;
margin-top:5px;
background:#E3F0F2 url(http://depedpines.com/wp-content/uploads/2010/07/donato-e1280299381442.jpg) no-repeat scroll 7px 50%;
border:none;
padding:4px 4px 4px 45px;
text-align:left;
}

/* put frame on front page - post updates*/
.custom #frame_div2{
display: height: 290px; width: 600px;
border-width:0.071em;
padding:.714em;
background:#EEEEEE none repeat scroll 0 0;
border-color:#DDDDDD;
border-style:solid;
margin-left:-11px;
margin-top:-6px;
}




/* remove extra space before and after post title on category pages */
.custom .post_box {
padding-top:0px;
padding-bottom:0px;
}

.custom .headline_area {
margin-bottom:0px;
padding-top:5px; 
padding-bottom:5px;
}

/*modify text alignment of the body */
.custom .format_text {
margin-left:6px;

}

.custom #nav {
background: #eee;
border-bottom: 0.55em solid #3e3e3a;
border-top:0.55em solid #3e3e3a;
padding-left:2px;
padding-right:2px;
}

/*post sub-tittle color*/
.custom .format_text h2{background-color: #9c9c9c;
padding: 0.2em 0.2em 0.2em 0.5em; color:#ffffff;
-moz-border-radius: 4px; }

.custom .format_text h3{
display: height: 290px;
border-width:0.071em;
padding:.714em;
background:#EEEEEE none repeat scroll 0 0;
border-color:#DDDDDD;
border-style:solid;
margin-top:-6px;
text-align:center;
}

/*change background header-color of sidebar */
.custom .sidebar h3{background-color: #1D6BE0;
-moz-border-radius: 4px;&nbsp;padding: 0.1em 0.1em 0.1em 0.5em; font-weight:bold; fontsize:
1em; color:#ffffff;}



/*change background color of sidebar */
.custom .sidebar {background-color: #D5E1DD;
}


/* nav menu color change*/
.custom .menu { background-color: #eee;
}

/*side bar widget area link style */
.custom li.widget ul li{
background:#eee;
border: 0 em solid #C7C7C7;
-moz-border-radius:4px;
padding:0.5em;
margin:0.3em;
}



.custom #header {
background-color:#77BED2;
}
/* remove from the archieves text */
#archive_info {display:none;}
#thesis_author {display:none;}

/*change hover highlight */
.custom a:hover {background: #54AFFF; }

.custom .comments_closed p {display: none ;}
.custom #header #tagline { height: 0; }	
.custom #header { padding: 0; border-bottom:none;}
#archive_info {display:none;}


/* widget item headers http://adwordsshop.com/wp-admin/admin.php?page=thesis-fileeditor*/
#footer_setup .footer_items h3 {
/* font size */
font-size: 1.5em;
/* bold or not */
font-weight: bold;
/* uppercase or not */
text-transform: uppercase;
/* space out the letters*/
letter-spacing: 0px;
/* font color*/
color: #ffffff;
/* padding under header text */
padding-bottom: 3px;
/* border under header text */
border-bottom: 3px none #ffdf00;
/* distance between border and widget text */
margin-bottom: 5px;
}

.custom #footer {
text-align:center;
}

/* for tables */
.tableleft {vertical-align: top; width:120px; margin:0; padding:4px 4px 6px 4px; border:1px #898989; border-color: #ffffff; font-style: bold; font-family: "Times New Roman",Georgia,Serif; font-size: 12px;}
.tablecenter {vertical-align: top; width:200px; margin:0; padding:4px 4px 6px 4px; border:1px #898989; border-color: #ffffff; font-family: "Times New Roman",Georgia,Serif; font-size: 12px;}
.tableright {vertical-align: top; width:200px; margin:0; padding:4px 4px 6px 4px; border:1px #898989; border-color: #ffffff; font-family: "Times New Roman",Georgia,Serif; font-size: 12px;}

/*Reduce the space between widgets in the sidebars*/
.custom li.widget { margin-bottom: 20px; margin-top:-10px; }