@import url('http://cdn.jsdelivr.net/jquery.slick/1.5.7/slick.css');
@import url('http://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.5.7/slick-theme.min.css');

/*
Theme Name: Sterling Medical
Description: Super clean Wordpress template based on Twenty Eleven.
Author: BrandNüe
Template: twentyeleven
Version: 1.0
*/

/* Global Styles */

body {
	background: #c0e6ff url(images/bg.jpg) repeat-x top center;
	color: #252525;
}
 
a {
	color: #483400;
}

.center {text-align: center;}
.center img { display: block; margin-left: auto; margin-right: auto; }

.container {background: #fff;}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Myriad Pro', 'Helvetica', sans-serif;
  	color: #171717;
  	font-weight: normal;
}

.border-box {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.small {
	font-size: 12px;
}

.lead.smaller {
	font-size: 15px;
}

.space-top {
	margin-top: 15px;
}

.blue {
	color: #00539A;
}

.center {text-align: center;}

/* Header Styles */

#header {height: 85px; padding: 15px 0 0 0;}

#header #logo {
    margin: 0px 0px 0px 20px;
}

#header #menu ul {
	padding-top: 34px;
	text-align: right;
}

#header #menu ul li {
	display: inline;
	list-style: none;
	font-size: 16px;
	font-family: 'Myriad Pro', 'Helvetica', sans-serif
}

#header #menu ul li a {
	color: #A6CAD4;
}

#header #menu ul li a:hover {
	color: #13599F;
	text-decoration: none;
}

#header ul li {
	border-right: 1px solid #A6CAD4; 
	padding: 0 8px;
	margin-right: -5px;
	
}

#header ul li:last-child {
	border-right: 0px solid #A6CAD4; 
}

#header #searchform {
	padding-top: 5px;
}

#header #searchform #s {
	float: left;
	width: 165px;
	padding: 5px 5px 5px 25px;
	border: 1px solid #A6CAD4;
	color: #A6CAD4;
	background: url('images/bg-site-search.png') no-repeat top left;
}

#header #searchsubmit {
	float: right;
	width: 75px;
	text-align: center;
	padding: 5px 0;
	background: #ccc;
	border: 1px solid #999;
	color: #777;
	margin-top: -6px;	
	display: none;
}

#header label { 
	display: none;
}

#header #site-search {
	padding: 14px 0px 0 0;
}

/* Nav Styles */

#nav {
	height: 41px;
	background: url(images/bg-nav.png) repeat-x top center;
}

#nav ul {
	text-align: center;
	padding: 0;
	margin: 0px;
}

#nav ul li {
	display: inline-block;
	list-style: none;
}

#nav ul li a {
	color: #13599F;
	font-size: 16px;
	font-family: 'Myriad Pro', 'Helvetica', sans-serif; 
	text-decoration: none;
	display: block;
	padding: 14px 15px 0 15px;
	height: 29px;
}

#nav ul li a:hover {
	background: url(images/bg-nav-active.png) repeat-x top center;
}

#nav #menu-primary-nav .current-menu-item a {
	background: url(images/bg-nav-active.png) repeat-x top center;
}

/* Home Styles */

.carousel-control {
    background: none;
    border: 0px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    color: #FFFFFF;
    font-size: 80px;
    font-weight: 100;
    height: 40px;
    left: 25px;
    line-height: 30px;
    margin-top: -20px;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
}

.carousel-control.right {
    left: auto;
    right: 25px;
}

.position {
	height: 204px;
	background-color: #F8F8F8;
	margin-top: 15px;
	text-align: left !important;
}

.position .featured-heading {
	padding: 35px 50px 35px 100px;
}

.slick-prev:before, 
.slick-next:before { color: #003D98; top: 45%; } 

.slick-prev { left: 15px; z-index: 980; }
.slick-next { right: 15px; z-index: 980; } 

.position h2 {
	font-size: 24px;
	color: #003D98;
	margin-bottom: 10px;
}

.position img {
	text-align: left;
	display: inline-block;
}

.slick-slide:focus { outline: none; } 

.position .slick-slide {
	padding: 35px 50px;
}

.position .slick-slide p {
	text-align: left;
}

.position .slick-slide a {
	color: orange;
}

/* Content Styles */

#content-wrapper {
	background: url(images/bg-content-wrapper.png) top center no-repeat;
  	}
  	
#breadcrumbs {
	color: #00ADFF;
	font-size: 13px;
	padding: 10px 0 10px 125px;
}

#breadcrumbs a {
	color: #00ADFF;
} 	
  	
#content {
	padding: 15px 15px;
	width: 704px;
	margin: 0 auto;
	color: #808285;
	background: url(images/bg-content.png) top center no-repeat;
	min-height: 400px;
	font-family: 'Myriad Pro', 'Helvetica', sans-serif;
  	}

#content article {
	padding: 10px 20px;	
}

#content a {
	color: #006ADC;  
}		

#content p {
	font-size: 16px; 
	line-height: 21px;
	font-family: 'Myriad Pro', 'Helvetica', sans-serif;
}

#content h2 {
	font-size: 16px;
	line-height: 24px; 
	padding-bottom: 5px;	
	color: #006ADC; 
	font-weight: bold;
	text-transform: uppercase;
}

#content h4 {
	font-size: 14px;
	line-height: 21px; 
	padding-bottom: 5px;	
	color: #171717; 
	font-weight: bold;
}

#content li {font-size: 14px; margin-bottom: 10px;}

#content #searchform {padding-top: 20px;}

#content #searchform label {display: none;}

#contact-map {
  float:right;
  border-width: 5px;
  border-color: #fefefe;
  margin-left: 20px;
}

.alignright {float: right; margin: 0 0 20px 20px;}
.alignleft {float: left; margin: 0 20px 20px 0; padding: 5px; border: 3px double #dedede;}
.aligncenter {margin: 20px auto;}

.listnone li {
	list-style: none;
}

#realated-info, #trivia-info {
  	margin-bottom: 15px;
}

#realated-info .inner, #contact-info .inner, #trivia-info .inner {
  	padding: 20px 20px 1px 20px;
	  	background: url(images/related-bg.png) repeat-y;
}

#realated-info h3, #contact-info h3, #trivia-info  h3{
  	font-size: 18px;
  	background: #003D98;
  	color: #fff;
  	padding: 5px 10px;
  	margin-bottom: 15px;
	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	border-radius: 5px;
}

#realated-info h4,  #contact-info h4, #trivia-info h4 {
  	font-size: 18px;
  	color: #003D98;
  	line-height: 16px;
  	padding-bottom: 5px;
}

#trivia-info h4 {
  	font-size: 14px;
  	line-height: 16px;
}

#trivia-info ul {
  	list-style: none;
  	color: #003D98;
  	margin: 5px 0 15px 10px;
}

#trivia-info ul li {
  	list-style: none;
  	color: #003D98;;
  	font-size: 12px;
  	margin-bottom: 4px;
}

#realated-info p, #trivia-info p {
  	font-size: 13px;
  	color: #003D98;
  	line-height: 16px;
  	margin-bottom: 12px;
}

.slidingDiv {
    background-color: #99CCFF;
    padding:10px;
    margin-top:10px;
    border-bottom:5px solid #3399FF;
}
 
.show_hide {
    display:none;
}

.page-id-93 #content-wrapper ul {
	padding: 10px 0;
}

.page-id-93 #content-wrapper ul li {
	margin-bottom: 3px;
	font-weight: bold;
}

.page-id-93 #content-wrapper ul li ul li{
	font-weight: normal;
}

.page-id-93 #content-wrapper ul .children {
	padding: 5px 0;
}

#banner-interior {
	padding: 5px 0 0 15px;
}

#banner-interior-mid {
	padding: 0px 0 0 15px;
}

.span6 {
	margin-left: 15px;
}

.page-template-default .span3 {
	padding-top: 13px;
}

.top {
	height: 30px;
}
.bottom {
	height: 37px;
}

/* Search Styles */

.search-result {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}

.search-result h3 {
	margin-top: 40px;
	font-size: 18px;
	font-weight: bold;
}

.search-result h3 a {
	text-decoration: none;
}

.search-result p a {
	color: #898919;
	display: block;
	font-weight: bold;
	font-size: 12px;
	padding-top: 10px;
	text-align: right;
}

.search-result p {
	font-size: 12px;
}

/* Blog Styles */

.post {
	margin-bottom: 30px;
}

.entry {
	margin: 0 0 10px 0px;
	font-size: 12px;
}

.single .entry,
.entry.no-results {
	margin: 0;
}

#content .entry h2.title,
#content .single-post-title {
	padding: 0 0 15px 0;
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 15px;
	
}

.entry h2.title a {
	color: #444;
	text-decoration: none;
}

.entry h2.title a:hover {
	color: #434c6d;
}

.single-post-title {
	padding: 0 0 5px 0;
	font-size: 2.6em;
	line-height: 1.4em;
}

.entry .post-thumb {
	float: left;
	width: 80px;
	height: 60px;
	margin: 0 20px 10px 0px;
	background: #000;
	text-align: center;
	padding-top: 15px;
	font-size: 18px;
	color: #fff;
}

.entry .post-thumb-banner {
	margin-bottom: 20px;
}

.entry .post-thumb-banner img {
	width: 670px;
	border: double #dedede;
	padding: 3px;	
}

.entry .post-thumb img {
	border: 1px solid #dedede;
	-moz-box-shadow: 1px 1px 2px rgba( 100, 100, 100, .3);
	-webkit-box-shadow: 1px 1px 2px rgba( 100, 100, 100, .3);
	box-shadow: 1px 1px 2px rgba( 100, 100, 100, .3);
}

.entry a.more-link {
	display: block;
	margin: 10px 0;
	text-transform: uppercase;
	font-size: 12px;
	color: #888;
	text-align: right;
	font-weight: bold;
}
.entry a:hover.more-link {
	color: #333;
	text-decoration: none;
}

.entry .details {
	color: #888;
	padding: 5px 0;
	border-top: 1px dotted #dedede;
	border-bottom: 1px dotted #dedede;
	background: #f9f9f9;	
	padding-left: 10px;
}

.entry .details a {
	color: #888;	
}

.entry .details .post-date-stamp {
	float: right;
	width: 50px;
	background: #efefef;
}

.buffer-bottom {
	margin-bottom: 30px;
}

/* Blog Sidebar */

#sidebar {
    float: right;
    margin-right: 70px;
}

#sidebar aside {
	margin: 0 0 30px 0;
}

#sidebar aside h3 {
	padding: 6px 0 3px 0;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: .1em;
	text-transform: uppercase;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	margin-bottom: 15px;
}

#sidebar aside ul {
	margin: 0px;
}

#sidebar aside ul li {
	list-style: none;
	font-size: 11px;
}

#sidebar aside ul li a {
	color: #434C6D;
	text-decoration: none;
}

#sidebar aside ul li a:hover {
	text-decoration: underline;
}

/* Footer */


#footer p {
	text-align: center;
	color: #A7A9AC;
	font-size: 11px;
	padding: 50px 0;
}

#footer p a {
	color: #F08F33;
}

/* WP Styles */

.entry-meta {display: none;}