/*
THEME NAME: The Sanctuary
DESCRIPTION: Custom theme for The Sanctuary
VERSION: 1.0
AUTHOR: Adam Tootle
AUTHOR URI:
*/



/* --------  Global Styles  ---------- */
body{
	background: #f3f3f3 url('images/bg-tile.jpg');
	/*background: #2e2c2c;*/
	font-family: Arial, Helvetica, sans-serif;
	/*-webkit-transform: rotate(-180deg);*/
}
a{
	color:#006699;
}
img{
	border: 0;
}
#global-wrapper{
	/*border: black dashed thin;*/
	/*background: #f3f3f3 url('images/bg-tile.jpg');*/
	margin: -8px -8px 0 -8px;
}

.float-left{
	float: left;
}

.float-right{
	float: right;
}
.clear-left{
	clear: left;
}
.clear-right{
	clear: right;
}
.clear-both{
	clear: both;
}
.hidden{
	display: none;
}
.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}



/* ------ Header ------- */

#header-wrap{
	background: url('images/header-tile.png') repeat-x;
	height: 165px;
}

#header{
	background: url('images/header-bg-center.png') top center no-repeat;
	height: 165px;
	width: 960px;
	margin: 0 auto;
	padding-top: 52px;
	/*border: thin black dashed;*/
}
#header img{
	border: none;
}
#visitor-welcome-wrap{
	background: #04498b;
}
#visitor-welcome{
	width: 700px;
	margin: 0 auto;
	height: 220px;
	padding-top: 15px;
	padding-right: 50px;
	padding-left: 50px;
	color: #fff;
}
#welcome-text{
	padding-top: 5px;
}
.logo{
	float:left;
	padding: 25px 0 20px 0;
}



/* ------ Main Content ------ */

#content-wrapper{
	background: url('images/bg-tile.png') center repeat-y;
}

#round-top{
	background: url('images/bg-top.png') center no-repeat;
	height: 28px;
}

#round-bottom{
	background: url('images/bg-bottom.png') center no-repeat;
	height: 28px;
}

#content-float-right-nobanner{
	width: 800px;
}
#content-float-right-with-banner{
	width: 620px;
}
#index-contentFloatRight{
	float: right;
	padding: 5px 5px 0 0;
}

#content-inner-wrapper{
	width: 960px;
	margin: 0 auto;
	/*background: aqua;*/
}

#leftSidebar{
	float: left;
	width: 140px;
	/*border: thin dashed blue;*/
}

.index-mainContent{
	float: left;
	width: 560px;
	/*border: thin dashed red;
	border-left: 1px solid #2c2c2c;*/
	padding: 10px 10px 0 10px;
}
.banner-image{
	width: 185px;
}
.mainContent{
	width: 590px;
	height: 394px;
	overflow: auto;
	text-align: justify;
	padding: 3px;
	/*border: thin dashed red;*/
}

#child-menu li{
	list-style-type: none;
}
.cform{
	float: left;
}
#home-sidebar-image{
	width: 215px;
}
#home-sidebar-image ul{
	width: 215px;
	margin: 0;
	margin-right: 5px;
	padding: 0;
}
#home-sidebar-image li{
	display: block;
	list-style-type: none;
	width: 215px;
	margin-bottom: 12px;
}
.staff-info-container{
	position: relative;
	top: 8px;
}
.staff-thumbnail-container img{
	margin: 5px;
}
/* --------- Home Slider ------------ */

#slider {
	position:relative;
	margin-right: 0px !important;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
}
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}

.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}

.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8;
	width:100%;
	z-index:89;
	padding: 10px;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}

.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}

.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
#slider {
	position:relative;
	margin:0px 0px 0px 0px;
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
}
#slider a {
	border:0;
}

.nivo-controlNav {
	position:absolute;
	left:47%;
	bottom:-20px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}


#home-sidebar-image{
	width: 215px;
	padding: 0;
	margin: 0;
}

/* --------- Main Menu ------------------ */

#main-menu{
	text-align: right;
	width: 140px;
	padding-right: 10px;
}
#main-menu a{
	text-decoration: none;
	color: #000;
	font-size: 1.1em;
}
#main-menu a:hover{
	text-decoration: underline;
}
#main-menu li{
	list-style-type: none;
}

#main-menu ul{
	padding: 0;
	margin: 0;
	width: 140px;
}
#main-menu ul ul{
	margin: 5px 0 5px 0;
}
#main-menu ul ul a{
	color: #006699;
	font-size: .9em;
}
#main-menu ul ul{
	display: none;
}
.current_page_item ul, .current_page_parent ul{
	display: block !important;;
}


/* ------ Footer ------- */

#footer{
	clear: both;
	/*background: #a9a7a7 url('images/footer-tile.jpg') repeat-x top;*/
	padding-top: 10px;
	width: 100%;
}
#footer-top{
	background: url('images/footer-top.png') bottom center no-repeat;
	height: 28px;
}
#footer-bottom{
	background: url('images/footer-bottom.png') top center no-repeat;
	height: 28px;
}
#footer-wrap{
	background: url('images/footer-tile.png') top center repeat-y;
}
#footer{
	margin: 0 auto;
	color: #f3f3f3;
	/*border: thin dashed white;*/
	width: 960px;
	padding: 0;
}

/* -------- Google Map --------- */
.gsmsc-mapDiv {
      height : 275px;
    }

    .gsmsc-idleMapDiv {
      height : 275px;
    }

    #mapsearch {
      width : 365px;
      margin: 0 5px 0 5px;
      padding: 0;
    }


/* --------- Misc -------- */

#contact p{
	margin: 0;
}
.redtext{
	color: red;
}
ol{
	padding-left: 24px;
}
ol li{
	margin-top: 5px;
}