/*
File:			custom.css
Description:	Custom styles for Thesis */			

body.custom {
    background: #E7E5D8;
}

.custom #container {
    margin-top: 0;
    margin-bottom: 2em;
    padding: 0 0 0 4px;
    background: #E7E5D8;
    border: none;
}

.custom #page {
    background: #E7E5D8;
}


/* Clickable background image based on the site title's link */
.custom #header #logo a { display: block; height: 219px; width: 976px; margin-left: -4px; background: url('images/designtangible-logo.jpg') no-repeat; outline: none; }

/* Hide title and tagline */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
.custom #header #tagline { height: 0; display:none } 
.custom #header { padding:0 ; border-bottom: 1px solid #bbb ; }

/* Page formatting */

.custom #content { background-image: none; border: none; }
.custom #content_box { margin-top: 20px; background-image: none; border: none; }
.custom .post_box { margin-top:3px; border: none; }
.custom #sidebars { margin-top:52px; background-image: none; border: none;}
.custom .sidebar ul.sidebar_list { padding-left: 60px; padding-right: 79px; }
.custom #footer { border-top: 1px solid #bbb; margin-top: 30px; }
.custom #column_wrap { border:none; background-image: none; }
/* .custom .wp-caption-text { display:none; } */
.custom .custom_byline { display:none; }
.custom .to_comments { display:none; }
.custom .comments_closed { display:none; }
.custom .post_nav { display:none; }
.custom #archive_info { display:none; }

/* images */
.custom .wp-caption { background: transparent; border: 0; }

/* text styling */
.custom a { color: #bc7720; text-decoration:none; }
.custom a:visited { color: #bc7720;  }	
.custom a:hover { color: #D78828; }
.custom .format_text a { color: #bc7720; border-bottom: 1px solid #BC7720; }
.custom .format_text a:visited { color: #bc7720;  }	
.custom .format_text a:hover { color: #D78828; border-bottom:none; }	
.custom li.widget a { color: #bc7720; text-decoration: none; border-bottom: 1px solid #BC7720; }
.custom li.widget a:visited { color: #bc7720;  }	
.custom li.widget a:hover { color: #D78828; border-bottom:none; }	
.custom #footer a { text-decoration:none; border:none; }	
.custom #footer a:hover { color: #D78828; }	
.custom body-text { color:#111;  }
.custom body { font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Calibri, Trebuchet, Verdana, sans-serif; } 
.custom hr { border-style: solid ; border-width: 1px 0 0 0 ; border-color: #fff; margin: 4px 0 14px 0; }
.custom .format_text p { line-height: 1.7em; }
.custom .big-bold { font-family: "Arial Black", Verdana, Arial, sans-serif; }	
.custom .drop_cap { font-family: "Arial Black", Verdana, Arial, sans-serif; color: #d78828}
.custom h1,h2 { color: #111; font-family: "Gill Sans", Calibri, Trebuchet, "Lucida Grande", Verdana, Arial, sans-serif; }
.custom h1,h2 { border-bottom: 1px solid #bbb ; padding: 0 0 0.7em 0 }
.custom .post h2 a {color:#111;}
.custom .post h2 a:visited {color:#111; }
.custom .post h2 a:hover { color:#555; }
.custom h3 { font-size: 100% ; font-family: "Arial Black", Verdana, sans-serif ; border-top: 1px solid #bbb ; font-variant: normal; }
.custom .sidebar h3 { line-height: 1.5em; margin-bottom: 1em; padding: 0.5em 0.5em 0.5em 0; letter-spacing: 0; color: #111; border-bottom: 1px solid #bbb ; }
.custom .post ul { padding-left: 20px; }
/*  .custom .post li { list-style: outside; } 
.custom .post ul { list-style: outside; } 
.custom .post ol { list-style: outside; } */
/* to add image, list-style-image: [url] */


/* Expanding text */
.ddet_div {
  margin-bottom: 6px;
  padding: 20px 30px 10px 30px ;
  background: #eae6d8;
  border: none;
}

/* Tab behaviour */
.custom ul#tabs { width:952px; border:0; padding-left:10px; margin:0; }
.custom ul#tabs li a { font-size: 1.1em; font-family: "Gill Sans", Verdana, sans-serif; }
   .custom ul#tabs li { margin:0; border:0; background:none; }
   .custom ul#tabs li.current_page_item, 
      .custom ul#tabs li.current-cat {padding:20; border:0; background:none;}
   .custom ul#tabs li.rss {}
   .custom ul#tabs li a { padding:20; border:0; }
   .custom ul#tabs li a,
      .custom ul#tabs li a:active,
      .custom ul#tabs li a:visited, { text-decoration:none; }
      .custom ul#tabs li a:hover { text-decoration:underline; } 
   .custom ul#tabs li.current_page_item a {margin:0; border:0; background:#D78828;}
   .custom ul#tabs li.current-cat a {margin:0; border:0; background:#D78828;}

/* Multimedia box */
.custom #multimedia_box { width:100%; }
	.custom #image_box { padding-left:50px ; background:#fff; border:none ; }
		.custom #image_box img { display:block; padding:none ; background: #fff; border:none; }
	/*---:[ video box styles ]:---*/
	.custom #video_box { padding:none ; background:#fff; }
	/*---:[ custom box styles ]:---*/
	.custom #custom_box { padding:none ; background:#fff ; border:none ; }

