
/*
File:			custom.css
Description:	Custom styles for the Thesis Theme that you define

Use:

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 overwrite *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!
*/


.custom h1 {color: #2e5a8e; font-weight: bolder;}	

.custom h2 a {color: #2e5a8e; font-weight: bolder;}	

.custom h3 {color: #2e5a8e; font-weight: bold;}	

.custom .format_text h3 {color: #2e5a8e;}	

.custom #content p {font-color: #eee;}
	
	/* This line sets up our clickable background image based on the site title's link */
	/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
	/* DIY: Change the filename of your image to reflect the actual header's file name */
	.custom #header #logo a { display: block; height: 175px; width: 945px; background: url('images/header2.jpg') no-repeat; outline: none; }
	/* This line gets rid of the site title & tagline by casting them out to far left field */
	.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
	/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */
	/* This is a bit of a kludge, but it seems to work. */
	.custom #header #tagline { height: 0; margin-top: -6px; }
	/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
	.custom #header { padding: 0; }


		/*---:[ Set 1: solid background with slick borders around your "page" area ]:---

		body.custom { background: #44443f; }

			.custom #container { margin-top: 2em; margin-bottom: 2em; padding: 0.3em; background: #33332f; border: 0.4em solid #3e3e3a; }

				.custom #page { background: #fff; }

		/*---:[ end Set 1 ]:---*/



		/*---:[ Set 2: repeating background grid pattern ]:---*/

		body.custom { background: #d7d7d7 url('images/background.gif'); }

				.custom #page { padding: .5em 1.9em; background: #fff; } /*  border: 0.1em solid #b5b198; border-top: 0; */
				
	.custom #container { margin-top: 7em; margin-bottom: 2em; padding: 0.3em; background: #ffffff;   } /* border: 0.4em solid #3e3e3a; */
	
	.custom #content_box { background: #fff;}
	
		/*---:[ end Set 2 ]:---*/
		
		
		
		
		
		/* Tiny star bullet */
		.custom #sidebar_1 ul li a {
		/*	color: #cc0000; */
			margin: 0 0 0 6px;
			padding: 0 0 0 18px;
			list-style: none;
			background: url(images/tinybulb-smaller.gif) no-repeat;
			}




		
		/* .custom .widget h3
		{
			background: url(images/rectangle.jpg) repeat-x;
			
		} */
		
		.custom .bracket {display: none;}
		
		
		
		/* Social Media Rockstar styles */

	
	.custom	.format_text p.alert { background: #FEF0BF; border: 1px solid #e5e597; }
	
	
	.custom	.format_text p.aff { background: #fbde14; }



	/*---:[ bylines ]:---*/

	.custom .author_and_date { color: #888; }

	.custom .author_and_date span, .author_and_date abbr { font-style: normal; font-weight: bold; text-transform: none;  letter-spacing: 1px; padding-left: 3px; }

		.author_and_date a, .author_and_date a:visited { color: #888; text-decoration: none; border-bottom: 1px solid #eee; }

		.author_and_date a:hover { color: #111; }


.custom .note {font-weight: bolder; font-size: 13px;}

.custom #content_box ol li {margin: 6px 0;}


/* styling for captions */


.custom .format_text .alignleft { margin: 0 1.571em 1.571em 0; float: left; clear: left; }
.custom .format_text .alignright { margin: 0 0 1.571em 1.571em; float: right; clear: right; }
.custom .format_text .aligncenter { display: block; margin: 0 auto 1.571em auto; float: none; clear: both; font-size: 0.7em;}
/* .custom .format_text .aligncenter { display:block; margin: 0 0 1.571em 1.571em; float: none; clear: both; font-size: 0.7em;} */
.custom .format_text .alignnone { display: block; margin: 0 auto 1.571em 0; clear: both; font-size: 0.7em; }
/*.custom .format_text .alignnone { display: block; margin: 0 auto 1.571em 0; clear: both; font-size: 0.7em; } */

.custom .format_text .wp-caption { background-color: #F3F3F3; border: 0.071em solid #CCC; text-align: center; padding: 0.714em; }
.custom .format_text .wp-caption p { font-size: 0.786em; margin-bottom: 0; }


.custom .entry-content ul li {padding: 0 0 .35em 0; list-style-type: disc; color: gray;}


/* frame styles - added for frame photos by Brett */
.custom .format_text .cap {margin: 0 auto; width: 520px;}
.custom .format_text .cap p {font-size: 70%; font-style: italic; color:gray; margin: 0; padding: 0 0 1.5em 0; text-align: right; position: relative; top: -0.6em; left: -2.5em;}

/*give us a little bit of text line density - brett */

.custom .format_text p {line-height: 1.4em;}

.custom .format_text img.frame { background: #eee; border: 0.071em solid #ddd;}

/* change color of big border around multimedia box - Brett */
.custom #sidebars { background: #FFFFFF; }
.custom #custom_box { background: #FFFFFF; }
.custom #image_box { background: #FFFFFF; }

.custom .underline h3 {
  margin:15px 0;
  padding:10px 0;
  font-weight:bold;
  color: #2e5a8e;
  border-top:1px solid #D7DDE1;
  border-bottom:1px solid #D7DDE1;
/* line-height:normal; this may not be necessary but you can use it if you want to. */
}




