/*
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/
*/

/************* ---to position MEDIUM RECTANGLE 0 in header - modified 20130711 ***********/
.custom .advert {
	margin: -275px 20px 0px 950px;
}


/* ---to turn post links the same color as headlines--- */
.format_text a:link { text-decoration: none; font-weight: bold; color: #0066FF; }
.format_text a:hover { text-decoration: underline; font-weight: bold; color: #0066FF; }


/********************** Common Disasters page ********************************/

.custom #disaster_caption h3 {
	font-size:1.7em;
	text-align:center;
}

.custom #disasters {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	width:600px;
	background-color:#A4BEBC;

}

.custom #disasters th {
	font-weight:bold;
	text-align:center;
	font-size:1.2em;
}

.custom #disasters td {
	text-align:left;
	padding: 2px 0px 2px 40px;
}
	

/*** STYLING THE CHARTS ON SECRET NO MORE PAGES ***/

.custom #alpha {
	width:860px;
	font-size:36px;
	font-weight:bold;
	text-align:center;
	background-color:#A4BEBC;
	cellpadding:20px;
	vertical-align:middle;
	margin-left:auto;
	margin-right:auto;
}

.custom #alpha td {
	padding:15px 10px;
	
}

.custom #offense_code {
	width:600px;
	border:0;
	cellpadding:1px;
	align:center;
	vertical-align:top;
}
	
.custom #offense_code .offense_left {
	width:100px;
	font-weight:bold;
	text-align:right;
	vertical-align:top;
}

.custom #offense_code .offense_rt {
	text-align:left;
	padding-left:10px;
}

.custom #jargon {
	width:850px;
	text-align:left;
	vertical-align:top;
	align:center;
}

.custom #jargon tr {
	padding-bottom:10px;
}

.custom #jargon .jargon-left {
	padding-right:30px;
	vertical-align:top;
}

.custom #A {
	background-color:#A4BEBC;
	margin-left:auto;
	margin-right:auto;
	padding:10px 0px 20px 0px;
	
}


.custom #B {
	background-color:#A4BEBC;
	margin-left:auto;
	margin-right:auto;
	padding:10px 0px 20px 0px;
}

.custom #C {
	background-color:#A4BEBC;
	margin-left:auto;
	margin-right:auto;
	padding:10px 0px 20px 0px;	
}
.custom #D {
	background-color:#A4BEBC;
	margin-left:auto;
	margin-right:auto;
	padding:10px 0px 20px 0px;	
}

.custom #E {
	background-color:#A4BEBC;
	margin-left:auto;
	margin-right:auto;
	padding:10px 0px 20px 0px;	
}

.custom #F {
	background-color:#A4BEBC;
	margin-left:auto;
	margin-right:auto;
	padding:10px 0px 20px 0px;	
}

.custom #G {
	background-color:#A4BEBC;
	margin-left:auto;
	margin-right:auto;
	padding:10px 0px 20px 0px;	
}

.custom #H {
	background-color:#A4BEBC;
	margin-left:auto;
	margin-right:auto;
	padding:10px 0px 20px 0px;	
}

.custom #I {
	background-color:#A4BEBC;
	margin-left:auto;
	margin-right:auto;
	padding:10px 0px 20px 0px;	
}

.custom #J {
	background-color:#A4BEBC;
	margin-left:auto;
	margin-right:auto;
	padding:10px 0px 20px 0px;	
}

.custom #K {
	background-color:#A4BEBC;
	margin-left:auto;
	margin-right:auto;
	padding:10px 0px 20px 0px;	
}

.custom #L {
	background-color:#A4BEBC;
	margin-left:auto;
	margin-right:auto;
	padding:10px 0px 20px 0px;	
}

.custom #M {
	background-color:#A4BEBC;
	margin-left:auto;
	margin-right:auto;
	padding:10px 0px 20px 0px;	
}

.custom #N {
	background-color:#A4BEBC;
	margin-left:auto;
	margin-right:auto;
	padding:10px 0px 20px 0px;	
}

.custom #O {
	background-color:#A4BEBC;
	margin-left:auto;
	margin-right:auto;
	padding:10px 0px 20px 0px;	
}

.custom #P {
	background-color:#A4BEBC;
	margin-left:auto;
	margin-right:auto;
	padding:10px 0px 20px 0px;	
}

.custom #Q {
	background-color:#A4BEBC;
	margin-left:auto;
	margin-right:auto;
	padding:10px 0px 20px 0px;	
}

.custom #R {
	background-color:#A4BEBC;
	margin-left:auto;
	margin-right:auto;
	padding:10px 0px 20px 0px;	
}

.custom #S {
	background-color:#A4BEBC;
	margin-left:auto;
	margin-right:auto;
	padding:10px 0px 20px 0px;	
}

.custom #T {
	background-color:#A4BEBC;
	margin-left:auto;
	margin-right:auto;
	padding:10px 0px 20px 0px;	
}

.custom #U {
	background-color:#A4BEBC;
	margin-left:auto;
	margin-right:auto;
	padding:10px 0px 20px 0px;	
}

.custom #V {
	background-color:#A4BEBC;
	margin-left:auto;
	margin-right:auto;
	padding:10px 0px 20px 0px;	
}

.custom #W {
	background-color:#A4BEBC;
	margin-left:auto;
	margin-right:auto;
	padding:10px 0px 20px 0px;	
}

.custom #X {
	background-color:#A4BEBC;
	margin-left:auto;
	margin-right:auto;
	padding:10px 0px 20px 0px;	
}

.custom #Y {
	background-color:#A4BEBC;
	margin-left:auto;
	margin-right:auto;
	padding:10px 0px 20px 0px;	
}

.custom #Z {
	background-color:#A4BEBC;
	margin-left:auto;
	margin-right:auto;
	padding:10px 0px 20px 0px;	
}

.custom .stl_Left {
	text-align:left;
	
}

.custom .stl_Right {
	text-align:right;
	
}

/********************TEN THINGS STYLING 12/26/2011***************************/

.custom #tenthings li {
	padding-bottom: 12px;
}

