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

@font-face {
    font-family: 'Cronos';
    src: url('fonts/cronospro-italic-webfont.eot');
    src: url('fonts/cronospro-italic-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/cronospro-italic-webfont.woff') format('woff'),
         url('fonts/cronospro-italic-webfont.ttf') format('truetype'),
         url('fonts/cronospro-italic-webfont.svg#CronosProItalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Cronos';
    src: url('fonts/cronospro-regular-webfont.eot');
    src: url('fonts/cronospro-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/cronospro-regular-webfont.woff') format('woff'),
         url('fonts/cronospro-regular-webfont.ttf') format('truetype'),
         url('fonts/cronospro-regular-webfont.svg#CronosProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


html {
	background: #a3d2d7 url("images/gridbg.jpg") repeat-y center top;
}

.custom {
	background: transparent url("images/college-success-border.jpg") no-repeat center top;
}

.custom #container {
	width: auto;
	/*background: transparent url("images/stripe.gif") repeat-y right top;*/
	text-align: center;
}

.custom #page {
	width: 1050px;
	background-color: transparent;
	text-align: left;
	margin: 0 auto;
}

.custom #header {
	padding-top: 46px;
	margin-left: 0;
}

	.custom #header #logo a {
		display: block;
		width: 596px;
		height: 176px;
		background: transparent url("images/logo.png") no-repeat left top;
		text-indent: -5000px;
	}
	
	.custom #tagline {
		display: none;
	}
	
.custom .menu-main-navigation-container {
width:1000px;
overflow:hidden;
margin:0;
}
	
	.custom #menu-main-navigation {
	margin:0;
	padding:0;
	}

.custom .menu {
	color: #0098b2;
	font: 1.6em/1.3em Cronos, Helvetica, Arial, sans-serif;
	margin-right: 15px;
	margin-top: 0;
}

	.custom .menu li:after {
		content: "/";
	}

	.custom .menu li#menu-item-23:after,
	.custom .menu li#menu-item-19:after {
		content: "//";
	}
	
	.custom .menu li#menu-item-18:after {
		content: "";
	}
	
		.custom .menu a {
			float: left;
			background-color: transparent;
			font-size: 1em;
			letter-spacing: 1px;
			padding: 0;
			margin: 0 15px;
		}
		
		.custom .menu .current-menu-item a {
			border-bottom: 2px solid #d6fa94;
		}
	
.custom #content_box {
	width: 970px;
	padding: 20px 0 50px 20px;
}

.custom .headline_area h1,
.custom .headline_area h2,
.custom .format_text h1,
.custom .format_text h2,
.custom .format_text h3 {
	font-family: Cronos, Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.custom .headline_area h1,
.custom .headline_area h2 {
	font-size: 3em;
	line-height: 1.3em;
}

.custom .format_text h1 {
	font-size: 2em;
}

.custom .format_text h2 {
	font-size: 1.533em;
}

.custom .format_text h3 {
	color: #EE8B48;
	font-style: italic;
}

.custom .format_text ul.themes,
.custom .format_text ul.toolbox,
.custom .format_text ul.wheel {
	padding-left: 0;
	list-style: none;
	margin-left: 0;
}

.custom .format_text ul.wheel {
	float: right;
	position: relative;
	width: 321px;
	height: 320px;
	background: transparent url("images/pie.gif") no-repeat right top;
}

	.custom .format_text ul.themes li, 
	.custom .format_text ul.toolbox li,
	.custom .format_text ul.wheel li {
		margin-bottom: 0;
	}
	
		.custom .format_text ul.themes li a,
		.custom .format_text ul.toolbox li a {
			display: block;
			width: 200px;
			font-weight: bold;
			text-decoration: none;
			padding: 6px 0;
			/* border-bottom: 1px solid #cbeef6; */
		}
		
		.custom .format_text ul.toolbox li a {
		}
		
		.custom .format_text ul.themes li a:hover,
		.custom .format_text ul.toolbox li a:hover {		
			background-color: #e9fafc;
		}

		.custom .format_text ul.wheel li a {
			display: block;
			position: absolute;
			width: 50px;
			height: 50px;
			text-indent: -5000px;
		}
		
		.custom .format_text ul.wheel li.self a {
			top: 24px;
			left: 97px;
		}

		.custom .format_text ul.wheel li.happiness a {
			top: 24px;
			left: 170px;
		}

		.custom .format_text ul.wheel li.relationships a {
			top: 78px;
			left: 236px;
		}

		.custom .format_text ul.wheel li.career a {
			top: 153px;
			left: 254px;
		}

		.custom .format_text ul.wheel li.health a {
			top: 221px;
			left: 207px;
		}

		.custom .format_text ul.wheel li.creativity a {
			top: 258px;
			left: 134px;
		}

		.custom .format_text ul.wheel li.community a {
			top: 224px;
			left: 60px;
		}

		.custom .format_text ul.wheel li.environment a {
			top: 151px;
			left: 13px;
		}

		.custom .format_text ul.wheel li.spirituality a {
			top: 78px;
			left: 34px;
		}
		
.custom .format_text li {
	margin-bottom: 1em;
}

.custom .sidebar .connect {
	height: 40px;
	margin:-270px 20px 0 0;
	float:right;
	position:relative;
	z-index:50;
}

	.custom .sidebar .connect li {
		float: left;
		margin: 0 0 10px 10px;
	}
	
	.custom .sidebar h3 {
		font: italic 1.538em/1.3em Cronos, Helvetica, Arial, sans-serif;
		letter-spacing: 0;
	}
		
	.custom .sidebar blockquote {
		font-style: italic;
		font-family: Georgia, Times, serif;
		line-height: 1.7em;
		border: none;
	}
	
	.custom .sidebar blockquote strong {
		color: #7c448f;
	}
	
	.custom .sidebar blockquote .byline {
		text-align: right;
		font: 1em/1.3em Cronos, Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	
	.custom .sidebar #text-6 {
		/*background: transparent url("images/color-border.gif") no-repeat left top;*/
		margin-top:-40px;
	}

		.custom .sidebar #text-6 .textwidget {
			/*background: transparent url("images/color-border.gif") no-repeat left bottom;*/
			border-bottom:1px solid #7C448F;
			padding-bottom: 20px;
		}
	
		.custom .sidebar #text-6 input {
			padding: 5px;
		}
	
		.custom .sidebar #text-6 input.button {
			background-color: #0098B2;
			color: #fff;
			font: 1em/1.3em Cronos, Helvetica, Arial, sans-serif;
			text-transform: uppercase;
			letter-spacing: 1px;
			border: none;
		}

.custom #footer {
	font-family: Cronos, Helvetica, Arial, sans-serif;
	font-style: italic;
	text-align: center;
	padding: 15px 0;
	border-top: 3px dotted #daf9c0;
}

.custom .VSslideshow_widget {
	display:none;	
}

.home .VSslideshow_widget {
	display:block;	
}

.irw-widget{
	background-color:#FFFFFF;
}

.di-image-rotator-widget-2 {
	background:#fff;
	display:block;
}