/*
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

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/
*/

/* Clickable background image based on the site title's link */
/* DIY: Adjust the height & width to reflect the actual size of your image */
/* DIY: Change the filename to reflect the actual header's file name */
.custom #header { margin: 0 0 0 0; padding: 0; }
.custom #header #logo a {
  /*
  display: block; height: 150px; width: 219px; margin: 0 auto;
  background: url('/wp-content/uploads/2009/12/84158_logo_final_web.png') no-repeat; outline: none;
  */
  display: block; height: 194px; width: 950px; margin: 0 auto;
  background: url('/wp-content/uploads/2010/03/masthead-2.png') no-repeat; outline: none;
}
.custom #header #tagline {
  display: none;
}

/* Lose the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

/* Palettes via Adobe kuler:
   #80c8f5 / #aff5f3 / #61f85b / #9ef695 / #e7a644 (cruising - ejaefargo)
   #329574 / #b8dd7e / #8e8b4b / #2b5222 / #ffd64c (Lost in Paradise - lr)
*/

/*
.custom #container {
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 0.3em;
  background: url('/wp-content/uploads/2008/12/lblue061.jpg') repeat;
  border: 0.4em solid #3e3e3a;
}
*/

.home .top .headline_area { display: none; }

/* http://www.quackit.com/html/codes/html_stretch_background_image.cfm */
body.custom, html.custom { height: 100%; margin: 0; padding: 0; }
body.custom {
  background: #ccc url('/wp-content/uploads/2009/12/metalTexture.gif');
}
.custom #container { padding-top: 2em; padding-bottom: 2em; }

/* Padding of 0 on top so that the header is flush */
.custom #page { -moz-border-radius: 10px; -webkit-border-radius: 10px; border: 1px solid black; padding: 0; }

/* Nav */
X.custom .menu a { text-transform: none; font-weight: bold; }

/*
body.custom { background: #8db6b6 url('images/bg-ocean.jpg') 50% 0 no-repeat; }
.custom #page { background: #fff; }
.custom #footer a.image { border-bottom: 0; }
.custom #sidebars { background-color: #edf9f9; }
*/

/* To compensate for the removal of padding around the overall page area. */
.custom .post_box, .custom .teasers_box, .custom .full_width #content_box .page { margin:0 2.3em; }
.custom #sidebars { margin-right: 10px; width: 245px; }

/* Centered Menu http://matthewjamestaylor.com/blog/beautiful-css-centered-menus-no-hacks-full-cross-browser-support */
.custom #centeredmenu {
   float:left;
   width:100%;
   background:#EFEFEF; /* #F9F8F3; */
   border-bottom:1px solid #DDDDDD;
   overflow:hidden;
   position:relative;
}
.custom #centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
.custom #centeredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
.custom #centeredmenu ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:3px 10px;
   Xbackground:#ddd;
   Xcolor:#000;
   text-decoration:none;
   line-height:2em;
}
.custom #centeredmenu ul li a:hover {
   Xbackground:#369;
   Xcolor:#fff;
}
.custom #centeredmenu ul li a.active,
.custom #centeredmenu ul li a.active:hover {
   Xcolor:#fff;
   Xbackground:#000;
   font-weight:bold;
}

/* These are to cancel out a Thesis style so that centeredmenu works properly */
.custom ul.menu, .custom ul.menu a, .custom ul.menu li ul { border-style:none; }
.custom ul.menu { width: auto; }

.custom h1, .custom h2, .custom h3, .custom h4, .custom h5, .custom h6 {
    Xcolor: #717174; text-shadow: #fff 2px 2px 2px;
    Xtext-shadow: #8CC63F 1px 1px 1px;

    /* IE7/8+ http://www.workingwith.me.uk/articles/css/cross-browser-drop-shadows */
    Xheight: 1em;
    Xfilter: Shadow(Color=#8CC63F, Direction=135, Strength=1);
}

.custom li.widget { margin-bottom: 20px }

/* App Icons - used in scratchpad */
.custom div.application div.artwork {
  position:relative;
}
.custom div.application div.artwork > span.mask {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  /* Used False Color filter in Pixelmator with foreground at black and background at page bg color */
  background:transparent url(/wp-content/uploads/2010/03/mask175-F9F8F3.png) no-repeat scroll 0 0;
  display:block;
  height:179px;
  left:-1px;
  position:absolute;
  top:0;
  width:177px;
  z-index:1;
}

/* Show Yourself */
.custom #showyourself {
	font-family: "Trebuchet MS", arial, sans-serif;
	width: 220px;
	border: 1px solid #A8A8A8;
	list-style: none;
	margin: 0;
	padding: 0;
}
.custom #showyourself h2 { 
	color:#000000;
	background-color: #FFC000;
	text-align: center;
	padding: 1px 5px;
	font-size: 18px;
	margin: 0;
	font-weight: normal;
}
.custom ul#showyourself li {
	margin: 0px;
	padding: 1px 0px;
	list-style: none;
	display: block;
}
.custom #showyourself li+li { 
	border-top: 1px solid #A8A8A8;
}
.custom #showyourself li a { 
	background: #E8E8E8;
	display: block;
	color: #000000;
	font-size: 11px;
	padding: 1px 3px;
	border: 0;
	text-decoration: none; 
}
.custom #showyourself li a img { 
	border-width: 0;
}
.custom #showyourself li a:hover {
	background: #FFFFFF;
}
.custom #showyourself strong {
	font-size: 15px;
	font-weight: normal;
}
.custom #showyourself .footer {
	background-color: #FFC000;
	font-size: 10px;
	text-align: center;
}
.custom #showyourself li a:hover.footer {
	background-color: #FFC000;
		text-decoration: underline;
}

/* Testimonials Plugin */
X.custom .testimonials_manager_widget {
        -moz-border-radius: 10px; -webkit-border-radius: 10px;
}
.custom .testimonial {
	margin:10px 0;
	padding:10px;
	border:1px dotted #f4f4f4;
	background:#F4F4F4;
}
.custom .testimonial .avatar {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #DDDDDD;
	float:right;
	margin-right:-5px;
	margin-left:5px;
	margin-top:-5px;
	padding:2px;
	position:relative;
}
.custom  div.pagination {
	font-size:11px;
	font-family:Tahoma,Arial,Helvetica,Sans-serif;
	padding:2px;
	background-color: #F4F4F4;
}
.custom  div.pagination a {
	padding:2px 5px 2px 5px;
	margin:2px;
	background-color:#F4F4F4;
	text-decoration:none;
	/* no underline */
	color:#000;
}
.custom  div.pagination a:hover,div.pagination a:active {
	background-color:#c1c1c1;
	color:#000;
}
.custom  div.pagination span.current {
	padding:2px 5px 2px 5px;
	margin:2px;
	font-weight:bold;
	background-color:#fff;
	color:#303030;
}
.custom  div.pagination span.disabled {
	padding:2px 5px 2px 5px;
	margin:2px;
	background-color:#c1c1c1;
	color: #797979;
}            

/* Company Summary */
.companysummary {
  font-size: 1.35em;
  line-height: 1.35em;
  background-color: #fff;
  padding: 8px;
  border-width: 1px;
  border-style: ridge;
  border-color: #ccc;
  border-collapse: separate;
  -moz-border-radius: 10px; -webkit-border-radius: 10px;
}
       