/*
Theme Name: St Thomas Community Health
Theme URI: http://stthomaschc.org
Description: Custom theme
Version: 3.0
Author: Deep Fried Advertising
Author URI: http://deepfriedads.com

*/


@import "css/typography.css";
@import "css/layout.css";

/*  GLOBAL STYLES  */

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	background: url('images/background.jpg') repeat-x;
	margin-bottom: -1px;
}

a img {
	border: 0;
}

img {
	border: 0;
}

#site-wrapper {
	width: 1122px;
	height: auto;
	margin: 0 auto;
}

hr {
-webkit-box-shadow: inset -9px 0 6px -6px #f6f6f6;
	-moz-box-shadow: inset -9px 0 6px -6px #f6f6f6;
	box-shadow: inset -9px 0 6px -6px #f6f6f6;
	border-bottom: 1px solid #e8e8e8;
}

/*  STYLE CLASSES  */


.languages {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #316d69;
	font-size: 0.6em;
}

	.languages a:link, a:visited, a:active {
		text-decoration: underline;
		color:#316d69;
		font-weight: none;
	}
	.languages a:hover {
		text-decoration:underline;
		color:#2ba4a8;
	}

.bottom-address {
	color: #fff;
	font-family: 'Times New Roman', serif;
	font-size: 0.75em;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}
	


/*  TYPE STYLES  */



p {
	font-family: Arial;
	color: #666666;
	font-size: 0.8em;
	line-height: 22px;
}
	p a:link, a:visited, a:active {
		text-decoration: none;
		font-weight: bold;
		color: #2ba4a8;
	}
	
	p a:hover {
		color:#acd38d;
	}

h1 { 
	/*font-family:Tahoma, Geneva, sans-serif;*/
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300; 
	color: #231f20;
	font-size: 2.3em;
	-webkit-margin-before: 0em;
	line-height: 1.5em;
}
	h1 a:link, a:visited, a:active {
		text-decoration: none;
	}
	h1 a:hover {
		color: #acd38d;
	}

h2 {
	/*font-family:Tahoma, Geneva, sans-serif;*/
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600; 
	color: #2ba4a8;
	font-size: 1.4em;
}

	h2 a:link, a:visited, a:active {
		text-decoration: none;
		color: #2ba4a8;
	}
	h2 a:hover {
		color: #acd38d;
	}

h3 {
	font-family: 'Times New Roman', serif;
	color: #1b8386;
	font-size: 1.1em;
	font-weight: 400;
}
	h3 a:link, a:visited, a:active {
		text-decoration: none;
	}
	h3 a:hover {
		color: #acd38d;
	}
	
	
h4 {
	
	color: #2ba4a8;
	/*font-size: 0.9em;*/
	font-size: 1.05em;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700; 
	-webkit-margin-before: 0em;
}
	h4 a:link, a:visited, a:active {
		text-decoration: none;
		font-size: 0.9em;
		color: #2ba4a8;
	}
	h4 a:hover {
		color: #acd38d;
	}
	
h5 {
	
	color: #acd38d;
	font-size: 3em;
	font-family: 'League Script', cursive;
	font-weight: 700; 
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0.2em;
	text-transform: lowercase;
}
	h5 a:link, a:visited, a:active {
		text-decoration: none;
		color: #acd38d;
	}
	h5 a:hover {
		color: #2ba4a8;
	}	
	
	

ul {
	list-style-type:circle;
	color:#2ba4a8;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 28px;
}

ul a:link, a:visited, a:active {
	color: inherit;
	text-decoration: underline;
}

ul a:hover {
	color:#acd38d;
}


ol {
	list-style-type:circle;
	color:#2ba4a8;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 28px;
}

ol a:link, a:visited, a:active {
	color: inherit;
	text-decoration: underline;
}

ol a:hover {
	color:#acd38d;
}


/*  HEADER  */


#top {
	width: 960px;
	height: 42px;
	padding: 15px 0px;
	clear:both;
	margin: 0 auto;
}

#header {
	width: 960px;
	height: 160px;
	background-color: #fff;
	margin: 0px auto 0 auto;
	border-radius-topleft: 10px;
	border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	clear: both;
   -moz-box-shadow:    inset 0 0 20px #dadada;
   -webkit-box-shadow: inset 0 0 20px #dadada;
   box-shadow:         inset 0 0 20px #dadada;
}

.logo {
	width: 470px;
	height: 130px;
	margin: 17px auto 0 15px;
	float: left;
}

.search-box {
	width: 240px;
/*	height: 130px;*/
	height: 42px;
/*	margin: 17px auto 0 auto;*/
	float: left;
	padding-left: 510px;
}

.search {
width: 1140px;
height: 800px;
margin: 0 auto;
}

.top-address {
	width: 215px;
	height: 130px;
	margin: 0 15px 0 auto;
	float: left;
	text-align: right;
}




/*  NAVIGATION  */


#navigation-wrapper {
	width: 1120px;
	height: 85px;
	margin: 0 auto;
	clear: both;
}

.nav-flag-left {
	width: 80px;
	height: 85px;
	float: left;
	background: url('images/nav-flag-left.png') no-repeat;
	margin-right:-1px;
}

.nav-flag-right {
	width: 80px;
	height: 85px;
	float: left;
	background: url('images/nav-flag-right.png') no-repeat;

}

#nav {
	width: 960px;
	height: 60px;
	margin: 0 auto;
	background: url('images/nav-bar.jpg') repeat-x;
	float: left;
	text-align: center;
	
}


	
	
	
	
#nav ul {
	
	list-style-type:none;
	/*padding-top: 5px;*/
	padding-top: 2px;
	text-align: center;
	color: #fff;
	/*font-size: 0.9em;*/
	font-size: 1em;
	/*font-family:Tahoma, Geneva, sans-serif;*/
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700; 
	-webkit-padding-start: 0px;
	line-height: 1.2em;
	/*margin-left:-20px;*/
 
}

#nav li {
	
	display: inline-block;
	list-style-type: none;
/*	padding: 0px 5px;*/
	margin-top: -12px;
	text-transform: uppercase;
	text-shadow: 2px 1px 1px #176363;

}

#nav li a:link,
#nav li a:visited,
#nav li a:active {
	display: block;
	color: #fff;
	text-shadow: 1px 1px 1px #156263;
    font-size: 1em;
    text-decoration: none;
	font-style: normal;
	height: 22px;
	padding: 15px;
	margin: 0 auto 0 -3px;
	
	
}

#nav li a:active { }

#nav li a:hover {
	color: #014743;
	text-shadow: 1px 1px 1px #2a9495;
	text-decoration: none;			
}

#nav li a:hover, 
#nav li a:focus, 
#nav li a:active {
	outline: none;
}



/*** SECONDARY NAVIGATION DROPDOWNS ***/

#nav li ul {	 
	display: none;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200;
	text-transform: none;
	list-style-type: none;
	color: #fff;
	text-align: left;
	margin: 0;
	position: absolute;
	z-index: 80000;
	width: 190px;
	background-color: #2d8380;
	
	

}

#nav li:hover ul {
	display: block;
	
}

#nav li li {	
	float: none;
	margin: 0;
	text-transform: none;
	color: #69b4d9;
	padding-left: 3px;
}

#nav li li a:link,
#nav li li a:visited,
#nav li li a:active {
	color: #fff;
	display: block;
	line-height: 15px;
	text-transform: none;
	letter-spacing: 0px;
	font-size: 1.1em;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200;
	padding-bottom: 0px;
	height: 25px;
	width: 160px;
	
	
}

#nav li li a:hover {
	background-color: #3bb6bc;
	height: 25px;
	text-decoration: none;
	color: #fff;
}

		
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

/*.table {
	display: table;*/   /* Allow the centering to work */
	/*margin: 0 auto;
}*/

/*ul#nav-list {*/
	/*width: 960px;
	list-style: none;*/
	/*padding-top: 5px;*/
	/*padding-top: 2px;
	text-align: center;
	color: #fff;*/
	/*font-size: 0.9em;*/
	/*font-size: 1em;*/
	/*font-family:Tahoma, Geneva, sans-serif;*/
/*	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700; 
	-webkit-padding-start: 0px;
	line-height: 1.2em;*/
	/*margin-left:-20px;*/
/*}*/

/* Target all Firefox */ 
	@-moz-document url-prefix() { ul#nav-list { margin-left:-40px; } } 
	
	
	/*ul#nav-list li {
		display: inline;
		text-transform: uppercase;
		text-shadow: 2px 1px 1px #176363;


	}*/

/*.nav-space {
	padding-left: 20px;
}*/
/*	ul#nav-list li a {
		color: #fff;
		text-shadow: 1px 1px 1px #156263;
		text-decoration: none;*/
	/*	font-size: 0.9em;*/
	/*	display:inline-block;
	}*/
	
	/*ul#nav-list li a:hover {
		color: #014743;
		text-shadow: 1px 1px 1px #2a9495;
		text-decoration: none;*/
	/*	font-size: 0.9em;*/
/*	}*/











/*  HOMEPAGE SLIDER  */


#home-slider {
	width: 960px;
	height: 350px;
	/*background: url('images/slider.jpg');*/
	margin: -25px auto 0 auto;
	
}
	
	
	
/* S L I D E S H O W */

/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
	

	
}
/*--Window/Masking Styles--*/
.window {
	height:348px;	width: 960px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
-moz-border-radius-bottomright: 20px 20px;
-moz-border-radius-bottomleft: 20px 20px;
-webkit-border-bottom-right-radius: 20px 20px;
-webkit-border-bottom-left-radius: 20px 20px;
margin: -25px auto 0 auto;
border: 0px solid #000;
z-index: 50000;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
	-moz-border-radius-bottomright: 20px 20px;
-moz-border-radius-bottomleft: 20px 20px;
-webkit-border-bottom-right-radius: 20px 20px;
-webkit-border-bottom-left-radius: 20px 20px;
z-index: -45555;
}
.image_reel img {float: left;



}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 7px; left: 16px;
	width: 180px; height: 45px;
	z-index: 80000; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	padding: 7px 0 0;
	background: none;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
	
}
.paging a {
	font-size: 8px;
	margin: 5px; padding: 1px 5px;
	text-decoration: none;
	color: #fff;
	background: #fff;
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-box-shadow:    0px 0px 2px 1px #f5f5f5;
  -webkit-box-shadow: 0px 0px 2px 1px #f5f5f5;
  box-shadow:        0px 0px 2px 1px #f5f5f5;

}
.paging a.active {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	color: #fff;
	
}
.paging a:hover {font-weight: bold;}	




	
	
	
	
/*  MAIN CONTENT  */


#main-wrapper {
	width: 960px;
	min-height: 400px;
	margin: 40px auto 0 auto;
}

.main-content-left {
	width: 628px;
	min-height: 300px;
	float: left;
	margin: 20px auto 20px auto;
	
}

.main-content {
	width: 640px;
	min-height: 350px;
	float: left;
	padding: 0 45px 0 10px;
	margin: 0 auto;
	-webkit-box-shadow: inset -9px 0 6px -6px #f6f6f6;
	-moz-box-shadow: inset -9px 0 6px -6px #f6f6f6;
	box-shadow: inset -9px 0 6px -6px #f6f6f6;
	border-right: 1px solid #e8e8e8;
}
	
	
	
	#inner-wrapper {
	width: 960px;
	min-height: 400px;
	margin: -50px auto 0 auto;
	background-color: #fff;
}
	
#inner-content {
width: 880px;
min-height: 100px;
margin: 0 auto;
padding-top:35px;
}
	

/*  SIDEBAR  */


.main-content-right {
	width: 230px;
	min-height: 300px;
	margin: 0 auto 0 auto;
	/*text-align: right;*/
	float: right;
	/*text-transform: uppercase;*/
	padding-top: 10px;
	text-align: center;
}
	



/*    SEARCH BAR    */

input, input[type="password"], input[type="search"], isindex {
	height: 32px;
	width: 226px;
	background: url('images/magglass.jpg') no-repeat;
	text-indent:40px;
	/*-moz-box-shadow:    0px 0px 5px 1px #f5f5f5;
  -webkit-box-shadow: 0px 0px 5px 1px #f5f5f5;
  box-shadow:        0px 0px 5px 1px #f5f5f5;*/
  border: 1px solid #7cb9a8;
  background-color: #afe3d6;
  
}

.screen-reader-text {
	display: none;
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="file"]::-webkit-file-upload-button, button {
	display: none!important;
	
	
}

input#searchsubmit {
	display: none!important;
}

.meta-prep, .meta-prep-author, .entry-date, .meta-sep, .author, .vcard, .post-edit-link {
	display: none;
}



/* Translate button */

#translate-this {
	margin-left: 35px;
	margin-top: 10px;
}


/*  FOOTER  */

#footer {
	width: 960px;
	height: 50px;
	background: url('images/nav-bar.jpg') repeat;
	margin: 10px auto 25px auto;
	padding-top: 7px;
	padding-bottom: 3px;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
