/* LAST UPDATED 03.09.2010 */

/*
	Theme Name: Rose Hill
	Theme URI: 
	Description: 
	Version: 
	Author: 
	Author URI: 
*/

/*

	Table of Contents

	I.    DEFAULTS
	II.   NAVIGATION
	III.  STRUCTURE & TYPOGRAPHY
	IV.   TABLES
	V.    FORMS
	VI.   HEADINGS
	VII.  COMMENTS

*/

/* -----------------------------------------------------------
		I. DEFAULTS
----------------------------------------------------------- */

* {
   outline: 0;
}

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 1.4em;
	background: #ffffff url('images/bg.jpg') top center no-repeat;
}

body#home { background-image: url('images/bg-home.jpg'); }


p, ul, ol, h1, h2, h3, h4 {
	margin: 0;
	padding: 0 0 16px;
}

img { border: none; }

a {
	color: #668c88;
	text-decoration: underline;
}

a:hover { color: #000; }

.alignleft {
	float: left;
	margin: 2px 16px 0 0;
}

.alignright {
	float: right;
	margin: 2px 0 0 16px;
}

.clear { float: none; clear: both; display: block; }

ul, ol { margin: 0 0 0 28px; }

.green { color: #668c88; }

.right { text-align: right; }

/* -----------------------------------------------------------
		II. NAVIGATION
----------------------------------------------------------- */

/* LEVEL ONE */

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

	#nav li { float: left; }

	#nav li a {
		display: block;
		text-indent: -4440px;
		height: 108px;
		background-repeat: no-repeat;
		background-image: url('images/bg-nav.gif');
	}

	li#nav-about a {
		width: 82px;
		background-position: 0 0;
	}
		li#nav-about a:hover, li#nav-about a.active { background-position: 0 -216px; }

	li#nav-treatment a {
		width: 127px;
		background-position: -82px 0;
	}
		li#nav-treatment a:hover, li#nav-treatment a.active { background-position: -82px -216px; }

	li#nav-staff a {
		width: 143px;
		background-position: -209px 0;
	}
		li#nav-staff a:hover, li#nav-staff a.active { background-position: -209px -108px; }

	li#nav-admissions a {
		width: 126px;
		background-position: -352px 0;
	}
		li#nav-admissions a:hover, li#nav-admissions a.active { background-position: -352px -108px; }

	li#nav-resources a {
		width: 116px;
		background-position: -478px 0;
	}
		li#nav-resources a:hover, li#nav-resources a.active { background-position: -478px -108px; }

	li#nav-foundation a {
                width: 136px;
                background-position: -596px 0;
        }
                li#nav-foundation a:hover, li#nav-foundation a.active { background-position: -596px -108px; }

	li#nav-contact a {
		width: 103px;
		background-position: -730px 0;
	}
		li#nav-contact a:hover, li#nav-contact a.active { background-position: -730px -108px; }

/* LEVEL TWO */

#nav ul ul {
	position: absolute;
	left: -999em;
	width: 833px;
	z-index: 59998;
}

	#nav .subNav li a {
		display: inline-block;
		text-indent: 0;
		width: auto;
		height: auto;
		padding: 3px 10px;
		font-size: 12px;
		color: #fff;
		text-decoration: underline;
		white-space: nowrap;
		background-image: none;
		background-color: #666;
		z-index: 59999;
	}

/* LEVEL THREE */


#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { left: 0; z-index: 60000; }

#nav li:hover, #nav li.hover { position: static; } /* for IE7 sticky issue */

#nav ul li:hover ul.foundation { width: 320px; left: 510px; }
#nav ul li:hover ul.financial { width: 350px; left: 270px; }

#nav ul li ul li a {
	padding: 10px !important;
	height: 12px;
}

/* -----------------------------------------------------------
		III. STRUCTURE & TYPOGRAPHY
----------------------------------------------------------- */

#wrap {
	position: relative;
	margin: 0 auto;
	width: 960px;
	padding: 0 17px;
}

	#nav {
		position: relative;
		margin-left: 125px;
		height: 108px;
	}

	#header {
		position: absolute;
		top: 7px;
		right: 18px;
		text-align: right;
		font-size: 10px;
		color: #666;
		width: 400px;
		line-height: 1.2em;
	}
	.textResizerDiv {
		float: right;
		margin-left: 14px;
		margin-top: -13px;
		padding-left: 18px;
		border-left: 1px solid #ebe8d9;
	}

	#content {
		width: 100%; overflow: auto; /* clear floats */
		padding: 37px 0 20px;
	}

		#mainContent {
			float: left;
			padding: 47px 0 0;
			width: 635px;
		}

			#mainContent .question {
				font-weight: bold;
				cursor: pointer;
			}

		#sidebar {
			float: right;
			padding: 20px 20px 20px;
			width: 260px;
			background-color: #678c89;
		}

			#sidebar img { margin: 20px 0 0; }
			#sidebar h1.cats, #sidebar ul li a, #sidebar a.rss { color: #FFFFFF; }
			#sidebar h1.cats { padding-bottom: 6px; }
			#sidebar .categoryList { margin-bottom: 20px; }
			#sidebar ul { padding-bottom: 0; }
			#sidebar a.rss { display: block; margin-bottom: 16px; }
			#sidebar h1.cats, #sidebar a.rss { font-family: "Times New Roman"; }

		#featured {
			height: 444px;
		}

			#featured .content {
				float: left;
				padding-top: 57px;
				width: 440px;
				/* height: 340px; */
				line-height: 1.3em;
				overflow: auto;
			}

			.video {
				float: left;
				margin-right: 20px;
			}

			#slideshow {
				float: right;
				width: 491px;
				height: 319px;
				overflow: hidden;
			}

		#callouts {
			padding: 10px;
			color: #fff;
			background-color: #6a9793;
		}

			#callouts p {
				padding-bottom: 6px;
				font-size: 13px;
			}

			#callouts a { color: #fff; }

			#callouts .right, .blogpost .right {
				font-family: "Times New Roman", Georgia, Times, Serif;;
				font-style: italic;
				font-weight: bold;
				padding-bottom: 9px;
			}

			#callouts .content {
				float: left;
				width: 359px;
			}

			#callouts .col-1, #callouts .col-2 {
				float: left;
				padding-top: 4px;
				margin-left: 16px;
			}

			#callouts .col-1 p, #callouts .col-2 p { padding-bottom: 12px; }

			#callouts .col-1 { width: 284px; }

			#callouts .col-2 { width: 260px; }

	#footer {
		clear: both;
		position: relative;
		padding: 12px 0;
		font-size: 12px;
		line-height: 1.4em;
		color: #668c88;
		border-top: 2px #bfcccb solid;
		/*_float: left; /* so IE6 will behave */
		_position: absolute;
	}

		body#home #footer { color: #fff; }

		#footer .copyright { width: 400px; float: left; }

		#footer .links { width: 500px; float: right; }

		#footer .social { clear: both; float: right; margin-top: 20px; }

		#footer .social span { float: left; margin-top: 8px; padding-right: 5px; font-size: 18px; }

		#footer a {
			color: #668c88;
			text-decoration: underline;
		}

			body#home #footer a { color: #fff; }

		#footer ul {
			position: absolute;
			top: 12px;
			right: 0;
			/*_right: 17px; /* because ie6 is a piece of garbage */
			float: right;
			list-style: none;
			margin: 0;
			padding: 0;
		}

			#footer li { float: left; }

			#footer li a {
				display: inline-block;
				padding: 0 8px;
				font-size: 10px;
				line-height: 1;
				text-decoration: none;
				text-transform: uppercase;
				border-right: 1px #bfcccb solid;
			}

				body#home #footer li a { border-right-color: #fff; }

			#footer li.last a {
				padding-right: 0;
				border-right: 0;
			}

			#footer a:hover { color: #000; }

	#logo {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 145px;
		height: 175px;
		cursor: pointer;
	}

	#tagline {
		position: absolute;
		top: 145px;
		left: 145px;
		display: block;
		width: 453px;
		height: 33px;
		text-indent: -4440px;
		background: url('images/rosehill_tagline-trans.png') no-repeat;
	}

		body#home #tagline {
			top: 127px;
			width: 280px;
			height: 62px;
			background: url('images/rosehill_taglinehome-trans.png') no-repeat;
		}

/* -----------------------------------------------------------
		IV. TABLES
----------------------------------------------------------- */

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 8px;
}

	table table { margin-bottom: 0; }

td {
	vertical-align: top;
	padding: 0 8px 8px 0;
}

/* -----------------------------------------------------------
		V. FORMS
----------------------------------------------------------- */

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

#sidebar label, #sidebar input { vertical-align: middle; }

#sidebar label {
	font-family: "Times New Roman", Georgia, Times, Serif;
	color: #fff;
	margin-right: 10px;
}

#sidebar .textBox {
	margin-right: 8px;
	padding: 1px 3px;
	width: 192px;
	background-color: #fff;
	border: 0;
}

#sidebar .button {
	background: none;
	border: 0;
}

/* -----------------------------------------------------------
		VI. HEADINGS
----------------------------------------------------------- */

h1, h2, h3, h4 {
	font-family: "Times New Roman", Georgia, Times, Serif;
	font-weight: normal;
	font-style: italic;
	line-height: 1.1em;
	color: #668c88;
}

h1 a, h2 a, h3 a, h4 a { text-decoration: none; }

h1 { font-size: 30px; }

	#featured h1 {
		color: #6c6c6c;
		padding-bottom: 20px;
	}

h2 {
	font-size: 21px;
	font-weight: bold;
	padding-bottom: 0;
}

#mainContent h2 {
	margin-bottom: 10px;
}

	h2#newsletterTitle {
		text-indent: -4440px;
		height: 22px;
		background: url('images/h2-newsletterTitle.gif') no-repeat;
	}

	#callouts h2 {
		padding-bottom: 20px;
		font-size: 28px;
		color: #fff;
	}

h3 {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 0;
}

#mainContent h3 {
	margin-bottom: 10px;
}

	#callouts h3 {
		padding-bottom: 8px;
		font-weight: normal;
		font-size: 19px;
		font-style: normal;
	}

		#callouts h3 a {
			color: #ccedcf;
			text-decoration: underline;
		}

h4 { font-size: 14px; }

/* -----------------------------------------------------------
		VII. COMMENTS
----------------------------------------------------------- */

#comments {
	clear: both;
	padding: 20px 0;
}

#comments ul, #comments ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

#comments li {
	margin: 0 0 15px;
	padding: 0;
}

#comments ol.commentlist ul { padding-left: 75px; }

#comments ul.children { padding-top: 15px; }

.comment-body {
	position: relative;
	margin: 0;
	padding: 10px 10px 10px 76px;
	min-height: 56px; /* this should be the height of your default avatar size */
}

#comments .alt, #comments .alt .comment-body { background-color: #eee; } /* if you want alternating row colors */

#comments div.reply { /* if you have threaded comments, this puts the reply link in the top right hand corner */
	position: absolute;
	top: 10px;
	right: 10px;
	border: 0;
}

#comments img.avatar {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 56px;
	height: 56px;
}

#comments div.comment-meta { display: none; }

#comments cite { font-style: normal; }

#comments .cancel-comment-reply a { margin-bottom: 24px; }

#comments .textBox {
	padding: 5px;
	border: 1px #bfcccb solid;
}

#comments textarea {
	width: 400px;
	height: 100px;
	padding: 5px;
	border: 1px #bfcccb solid;
}
 
#comments .button { color: #000; }

#comments #respond {
	clear: both;
	width: 100%;
	padding: 20px 0;
	overflow: hidden;
}

#mainConent .border, #mainConent a img.border {
	border: solid 5px #678D89 !important;
}

#mainContent ul li {
	list-style: none;
	background: url(images/roseHillBullet.jpg) no-repeat 0 4px; 
	padding: 0 0 0 17px;
}

.greenborder {
 	border: solid 2px #678D89 !important;
 	background: #ECE9DF;
	padding: 10px;
}

div.hr {
  height: 2px;
  background: #ccc;
  margin-bottom: 25px;
}
div.hr hr {
  display: none;
}
.mainptag {
  margin-bottom: -6px;
}
.floatleft {
float: left;
width: 295px;
margin-right: 8px;
}
.contactArea {
        width: 270px;
}
.twobuttontable {
	width: 410px;
	display: block;
}
.twobuttontable td img {
	padding-right: 15px;
}

/* rjenkins: Blog page pagination */
#content div.search-nav-top {
	height: 19px;
	margin-bottom: 10px;
	text-align: center;
}
#content div.search-nav-bottom {
	border-top: 1px solid #c28b38;
	height: 19px;
	padding-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
#content div.olderentries, #content div.newerentries {
	width: 130px;
}
#content div.olderentries {
	float: left;
	text-align: left;
}
#content span.pages {
	float: left;
	width: 343px;
}
#content div.newerentries {
	float: right;
	text-align: right;
}

/* Adding video buttons */
.doubleCol {
	float: left;
	margin-left: 16px;
	margin-top: -10px;
}

.socialMedia {
	position: absolute;
	top: 6px;
	right: 366px;
	z-index:9999999999;
}
