/*
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/
*/

/*---:[ colors ]:---*/
/*---:[ border: 1px solid #194570; color: #336699; background: #F2F5F7; ]:---*/



/*---:[ background watermark ]:---*/

body {  background: transparent url(images/m2_background.png) no-repeat left top; margin: 5px 0 0 0px; }
#container, #page { background: transparent;  }


/*---:[ header ]:---*/
#header { background: transparent url(images/m2_headerlogo.png) no-repeat right top; }
#logo { margin-bottom: 5px;  }


/*---:[ tabbed navs ]:---*/
.menu a { background-color: #F2F5F7; }
.item a { text-transform: capitalize; }
.submenu submenu-1 a { text-transform: capitalize; }

.menu a:hover, .menu a:active { text-decoration: underline; background: #ffffff;  }
.menu a:active { text-decoration: none; background: #ffffff;  }

.menu .current > a, .menu .current-cat > a, .menu .current > a:hover, .menu .current-cat > a:hover { text-decoration: none; background:  #ffffff; border-bottom: none;  }
.submenu submenu-1 a:hover { background: #ffffff; }


/*---:[ feature box]:---*/
#feature_box {  display: none; }

/*---:[ headlines ]:---*/
.headline_area h1, .headline_area h2 { font-size: 2.6em; line-height: 1.364em; margin-bottom: 16px; }
.format_text h2 { font-size: 1.486em; line-height: 1.222em; margin: 1.833em 0 0.611em 0; font-weight: normal; }
.format_text h3 { font-size: 1.286em; line-height: 1.222em; margin: 1.833em 0 0.611em 0; }
.format_text h4 { font-size: 1em; }
.format_text h5 { font-size: 0.786em; }
.format_text h6 { font-size: 0.786em; }


/*---:[ blockquote ]:---*/
.format_text blockquote {
  background: transparent url(images/blockquote.png) no-repeat; 
  background-position: top left; 
  border-left: none;
  color: #336699;
  margin: -10px 0 30px -20px; 
  min-height: 50px;
  }

.format_text blockquote p { margin: 30px 30px 0 70px; }


/*---:[ post images ]:---*/  

.format_text img       { border: solid 1px #ddd; padding: 4px; }
.format_text img.none  { border: none; }    

.format_text .broken_link, a.broken_link { text-decoration: line-through; }

/*---:[ mercury retro table ]:---*/
.format_text table#merc { font-size: 10pt; width: 98%; align: center; margin: 0 auto;}
.format_text table#merc TD {  padding-top: 9px; padding-bottom: 9px; }


/*---:[ twitter pro widget ]:---*/

a.twitterwidget { display: none; }
.widget_twitter { margin-top: -40px;  }



/*---:[ amazon showcase ]:---*/
.amzshcs { text-align: center; }
.amzshcs-item { float: left; width: 75px; padding: 5px;  }
.amzshcs-item a img { border: 1px solid #666666; margin-left: 6px;   }

/*---:[ wp photo caption ]:---*/
.wp-caption.alignleft {  padding-right: 20px; padding-bottom: 10px;  }
.wp-caption.alignright {  padding-left: 20px; padding-bottom: 10px;  }
.wp-caption.aligncenter {  padding-right: 20px; padding-bottom: 10px;  }

/*---:[ images within a post ]:---*/
#content div.pix { display: block; clear: both; margin-bottom: 50px; }
#content div.pix p { display: inline; padding-left: 5px; vertical-align: top; }


/*---:[ Build a two-column box for sidebars ]:---*/

#sidebar_two_column_box {
	/* width should be no wider than the sum of your sidebar column widths */
	width: 390px;
	/* height to suit */
	height: 140px;
	/* border width style color */
	border: 1px solid #000000;
	/* background if desired */
	background: #FFFFFF;
	/* keeps box contents away from the edges of the box */
	padding: 1em 1em 1em 1em;
	/* separates box from elements around it */
	margin: 1.5em 0 1.5em 1.5em;
}

/*---:[ Contact Mynde sidebar ]:---*/
#sidebar_two_column_boxM {
	/* width should be no wider than the sum of your sidebar column widths */
	width: 410px;
	/* height to suit 	*/
        height: 132px;
	/* border width style color */
	border: 1px solid #194570;
	/* background if desired */
        background: transparent url(images/myndeDarkL_195.png) no-repeat left top; margin: 0;
	/* keeps box contents away from the edges of the box */
	padding: 0 0 0 0;
	/* separates box from elements around it */
	margin: 1.5em 1.5em 1.5em 1.5em;
        display: block; clear: both;
 }


#sidebar_two_column_boxM h3 { font-variant: small-caps; letter-spacing: 2px; font-size: 10pt; color: #666666; margin-top: 5px; }
#socialLinksContainer { margin: 10px 0 0 0; }
#sidebar_two_column_boxM div.connect { height: 132px; float: right; margin: 0 4.5em 0 0; text-align: center; } 


/*---:[ two-column box CTAs ]:---*/
#sidebar_two_column_boxB {
	/* width should be no wider than the sum of your sidebar column widths */
	width: 410px;
	/* height to suit 	*/
        height: 132px;
	/* border width style color */
	border: 0px solid #194570;
	/* background if desired */
	background: #FFFFFF;
	/* keeps box contents away from the edges of the box */
	padding: 0 0 0 0;
	/* separates box from elements around it */
	margin: 1.5em 1.5em 1.5em 1.5em;
        display: block; clear: both;
}


/*---:[ packages table ]:---*/
.format_text table#pkg { font-size: 10pt; width: 100%; align: center; margin: 0 auto; border: 2px solid #194570; padding: 5px; }
.format_text table#pkg TD { padding: 0; margin: 0; }
.format_text table#pkg TD.e1 { background: #e1e1e1; }


.format_text table#pkg h1 { font-size: 2.6em; line-height: 1.364em; }
.format_text table#pkg h2 { font-size: 1.486em; font-weight: bold; }
.format_text table#pkg h3 { font-size: 1.286em; font-weight: bold;  margin: 0.611em 0 0.611em 0;   }

.format_text table#pkg h2#heading { padding: 10px; color: #ffffff; margin: 0px; }
.format_text table#pkg h2#sub { text-align: center; padding: 10px; margin: 0px; }
.format_text table#pkg h3#heading { padding: 10px; color: #ffffff; text-align: center; margin: 0px; }
.format_text table#pkg h3#highlight { padding: 10px; background-color: #ffff99; text-align: center; margin: 0px; }





/*---:[ footer ]:---*/
#footer { border-style: double; border-color: #ddd; text-align: right; clear: both; background: transparent url(images/m2_headerlogo.png) no-repeat right top;  }




