@import "./fonts/stylesheet.css";

/*
Theme Name: WP_Barebones_Phillips
Theme URI: 
Author: Gregory B. Willis Jr. "X"
Author URI: 
Description: Theme for WP_Barebones
Version: 1.0
Tags: 
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */



*{
	margin:0;
	padding:0;
}
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:underline;}
a img{
	border:none;
}
ul,p{
       ##margin:-8px 0 0 0;
	padding:0;
        text-decoration:none;
}

body{
	background:#4A77B9 url('images/bg-body.png')repeat-x ;
	font-family:Arial, Helvetica, sans-serif;
	
}

.clear{
	clear:both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
p { margin-bottom:5px; }
#wrapper{
	width:900px;
	margin:0 auto;
	box-shadow:0px 4px 6px 5px #CCCCCC;
	background:url('images/bg-wrap.png')repeat-x bottom #fff;
	margin-bottom:60px;
}
.header{
	height:140px;
	padding-top:10px;
}
.header .logo{
	float:left;
	margin-left:15px;
}
.header .nav{
	float:right;
	margin-top:41px;
	padding-right:20px;
}
.header .nav li{
	float:left;
	list-style:none;
	padding-left:10px;
}
.header .nav li a{
	text-decoration:none;
	color:#000;
	font-size:12px;
	font-family:"Book Antiqua";
	text-transform:uppercase;
	line-height:26px;
}
.header .nav{
	text-align:right;
}
.header .nav li.nav-text{
	padding:0 10px;
	background:url('images/bg-li.png') no-repeat right center;
	height:26px;
}
.header .nav .mobile{
	font-size:23px;
	color:#2556a8;
	float:right;
	margin-top:15px;
	font-weight:bold;
}
/*--Slider------*/
#message { margin: 5px 20px; }
#message h2 { color: #fff; }
#message p { color: #fff; }


.registes{
	float:left;
	width:220px;
	height: 305px;
	background:url('images/bg-registes.png') repeat-x #417abe;
	padding-top: 10px;
}
.registes-title{
	font-size:15px;
	color:#2556a8;
	text-transform:uppercase;
	margin:0 20px;
	text-align:center;
	line-height:15px;
    font-weight:bold;
}
.registes h3{
	color:#2556a8;
	##margin:0 17px;
	text-align:center;
	font-size:27px;
	font-family:"Book Antiqua";
}
.registes-input{
	width:175px;
	height:24px;
	padding-left:5px;
	margin-top:5px;
	background:url('images/bg-input.png') no-repeat;
	border:none;
	margin:0 20px;
	/*text-transform:uppercase;*/
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height:24px;
}
.registes-select{
	width:175px;
	height:24px;
	padding-left:0;
	margin-top:5px;
	background:url('images/bg-input.png') no-repeat;
	border:none;
	margin:0 20px;
	text-transform:uppercase;
	font-size:9px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height:29px;
}
.registes .mess{
	width:175px;
	padding-left:5px;
	height:46px;
	background:url('images/bg-textarea.png') no-repeat;
	border:none;
	margin:0 20px;
	overflow:hidden;
	 resize: none;
	/*text-transform: uppercase;*/
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;

}
.sub{
	background:url('images/bg-sub.png') repeat-x;
	width:100%;
	height:20px;
	border:none;
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:16px;
	line-height:26px;
	text-transform:uppercase;
}
.right{
	float:left;
	width:675px;
	margin-left:5px;
}
.nav-slider{
	height:50px;
	background:#2556a8;
}
.nav-slider ul{
margin:0;
}
.nav-slider li{
	float:left;
        padding-left:4px;
	list-style:none;
	height:13px;
	margin-top:17px;
	position:relative;
	height:34px;
	display:block;
}
.nav-slider li:first-child a{
	border:none;
}
.nav-slider li a{
	color:#fff;
	font-family:Georgia;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	border-left:1px white solid;
	padding-left:2px;
	padding-right:2px;
}

.nav-slider ul ul {
    background: none repeat scroll 0 0 #315AA3;
    left: 0;
    position: absolute;
    top: 33px;
    display:none;
    width: 190px;
	padding:0;
	margin:0;
}


.nav-slider ul ul > li:last-child  {
	width: 180px;
}


.nav-slider ul ul ul{
	left:100%;
	top:0px;
	display:none;
}
.nav-slider li li a{
	line-height:30px;
	border:none !important;
        font-size: 10px;

}
.nav-slider li:hover ul{
	display:block;
}
.nav-slider li:hover ul ul{
	display:none !important;
	background:#bdf0fd;
}
.nav-slider li li:hover ul{
	display:block !important;
}
.nav-slider li:hover ul ul li a{
	font-size:11px!important;
	text-transform:none!important;
}
.nav-slider li li{
	display:block;
	text-align:left;
	background:none;
	height:27px;
	float:none;
	margin-top:0;
	position:relative;
}
.nav-slider li li:hover{
	background:#afe6f8;
}
.nav-slider li li:hover a{
	color:#2556a8;
	
}
#content{
	padding-top:20px;
}
.profile-content{
	float:left;
}
.profile{
	width:180px;
	border:1px #2556a8 solid;
	height:auto;	
	margin-left:20px;
	box-shadow:1px 1px 1px #ccc;
	
}
.after {
	margin-top:10px;
	margin-bottom:35px;
}
.after h3{
	margin-left:15px!important;
}
.after img{
	margin-left:15px;
}

.after a{
	margin-top:3px!important;
}
.profile h3{
	margin-top:10px;
	margin-left:5px;
	font-size:13px;
	font-family:Georgia;
	color:#2556a8;
	text-transform:uppercase;
}
.profile p{
	margin-left:5px;
	font-size:13px;
	font-family:Georgia;
	margin-top:8px;
	padding-bottom: 1.5px;
}
.p2{
	margin-left:5px;
	font-size:13px;
	font-family:Georgia;
	margin-top:8px;
	padding-bottom: 1.5px;
        font-style: italic;
}

.profile-img{
	float:right;
	position:relative;
	z-index:99;
	height:131px;
	width:75px;
}
.profile a{
	display:block;
	background:url('images/bg-link.png')no-repeat right #2556a8;
	height:30px;
	color:#fff;
	text-align:center;
	font-size:11px;
	font-family:Georgia;
	text-decoration:none;
	text-transform:uppercase;
	line-height:30px;
}

.after img 
{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}
.after img:hover
{

filter:alpha(opacity=40); /* For IE8 and earlier */
}
.content-main{
	width:420px;
	float:left;
	margin-left:40px;
}
.content-main h3{
	font-size:19px;
	font-family:Arial, Helvetica, sans-serif;
}
.content-main p{
	margin-top:10px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
.content-main p.Schedule{
	color:#2556a8;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:20px!important;
}
.content-menu{
	width:230px;
	float:right;
}
.nav-content{
	
}
.content-menu .nav-content li{
	list-style:none;
	background:url('images/bg-content-li.png') no-repeat top center;
	text-align:center;
	padding-top:10px;
}
.content-menu .nav-content li:first-child{
	background:none;
}
.content-menu .nav-content li a{
	text-decoration:none;
	 font-family: 'coneria_script_demoregular';

}
.content-menu .nav-content li a{
	font-size:30px;
	color:#2556a8;
}
.content-menu .nav-content li a:hover{
	font-size:30px;
	color:#09a6e9;

}
.content-menu h4{
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#2556a8;
	margin-top:15px;
	margin-left:20px;
}
.content-menu .surgical{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#2556a8;
	margin-left:30px;
	line-height:2;

}
.profile-content h4{
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#2556a8;
	margin-top:15px;
	margin-left:20px;
}
.profile-content .surgical{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#2556a8;
	margin-left:30px;
	line-height:2;

}
.learn-more{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	color:#2556a8;
	margin-left:25px;
}
.content-logo{
	padding: 45px 0 20px 0;

}
.content-logo li{
	float:left;
	list-style:none;
}
.content-logo2{
	position:relative;
        padding: 15px 0 10px 0;
}
.content-logo2 li{
	float:left;
	list-style:none;
}

.content_btns{
	margin-top:100px;
}
.content_btns .content_btn li{
	list-style:none;
	text-align:center;
	float:left;
}

.content_btns .content_btn li a{
	
	text-decoration:none;
	 font-family: 'coneria_script_demoregular';
	 background:url('images/content_btn-bg.png') no-repeat top center;
	 font-size:30px;
	 padding:36px 30px;
}

.content_btns .content_btn  li a:hover{
	font-size:30px;
	background:url('images/content_btn-over.png') no-repeat top center;

}
/*-----Footer---------------------*/
.footer{
	position:relative;
	padding-bottom:10px;
        padding-top:20px;
}
.footer-nav{
	background:url('images/bg-ul.png') repeat-y;
	width:107px;
	padding:7px 50px 14px 20px;
	position:absolute;
	z-index:99;
	height:172px;
}
.footer-nav li{
	list-style:none;
	border-top:1px #fff solid;
	
	padding-bottom:11px;
	padding-top:11px;
	
}
.footer-nav li a{
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
}
.footer-nav li:first-child{
	border:none;
}
.footer-right{
	float:right;
	width:727px;
	position:relative;
}
.footer-title{
	background:url('images/bg-footer.png') no-repeat;
	height:43px;
}
.footer-title li{
	
	list-style:none;
	margin-left:167px;
	float:left;
	line-height:43px;
}
.footer-title li a{
	font-size:18px;
	font-family:Georgia;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
}
.text-footer{
	background:url('images/bg-text-footer.png') no-repeat;
	height:140px;
	padding-top:10px;
}
.text-footer span{
	margin-left:145px;

	font-family:"Minion Pro";
	font-style:italic;
        font-weight:500;
	font-size:14px;
		color:#285bab;

}	
.text-footer p{
	width:410px;
	font-size:22px;
	font-family:"Minion Pro";
	font-style:italic;
	margin-left:35px;
	color:#285bab;
	font-weight:500;
	text-align:center;
	margin-bottom:10px;
	
}
.free{
	position:absolute;
	right:-22px;
	z-index:99;
	top:-22px;
	
}
.footer-bottom{
	padding-top:10px;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
		color:#2556a8;

}
.copy{
	float:left;	
	margin-left:15px;
}
.nav-bottom{
	float:right;
	margin-right:15px;
}
.nav-bottom li{
	float:left;
	list-style:none;
	background:url('images/bg-nav-footer.png') no-repeat left center;
	padding:0 5px;
}
.nav-bottom li:first-child{
	background:none;
}



/*------------------------------------------------*/
/*--------------------[SIDEBAR]-------------------*/
/*------------------------------------------------*/
#sidebar-right {float: right; width: 200px; margin-top:-230px; margin-left: 70px; vertical-align: top;}
#sidebar-left  {float: left; width: 225px;/* margin-left: -15px;*/ /*margin-top: -20px;*/ /*height: 1200px;*/}
#sidebar-left, #main-content { margin-right: 11px; }
	.block { margin-bottom: 11px;}
		.block-border { background:url() repeat-x; padding-top: 4px;}
			.block-content{ padding: 25px 17px 0px;} 
				#search-form {background: url(images/search-bg.png) no-repeat; width: 182px; height: 34px; margin: 0px 10px 23px 0px;}
					input#searchinput { background:none; border: none; font-size: 13px; font-style: italic; color: #aaaaaa; text-shadow: 1px 1px 0px #fff; margin-top:0px; padding-left:12px; width:155px; float: left; position: relative; top: 7px; }
					input#searchsubmit { float:left; margin-top:9px; }
					
				.block h4.widgettitle { padding-bottom:10px; font-size: 11px; color: #b1b1b1; text-shadow: 1px 1px 0px #fff; text-transform: uppercase; letter-spacing:0; }
				.block .widget {font-size: 13px; margin-bottom: 23px;}
				.block a, span.title a { color: #3d3d3d; text-shadow: 1px 1px 0px #fff; }
				.block a:hover { color: #000; text-decoration: none; }
				.widget ul { margin-bottom:15px; }
					.widget ul ul { margin-bottom:0; }
					.widget ul li { background:url(images/footer-bullet.png) no-repeat scroll 0 8px transparent; padding:0px 0 5px 14px; }
					.widget ul li ul { margin:0 0 -3px; padding:5px 0 0 7px; }	
					.ul-thumb ul li { background:none; padding-left: 0px; }
						.ul-thumb ul span.box {position:relative; float: left; border: 3px solid #e0e0e0; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; margin-right:11px; margin-top:3px; }
							.ul-thumb ul img {width:40px; height:40px; }
							.ul-thumb ul span.overlay {background: url(images/ul-span-bg.png) no-repeat; position: absolute; top:0px; left:0px; display: block; width:40px; height:40px; }
							.ul-thumb p.post-info {color:#c0c0c0; font-size: 11px !important; font-family: Georgia, serif; font-style: italic; text-shadow: 1px 1px 0px #fff; background: none; margin: 0px; padding: 0px; text-align: left;}
							
			span.box a { display: block; }
			
			.ul-thumb li { padding-bottom: 6px; }
			#energycalc {  margin-left: 40px; } 					
			
				

	/*---------------------------*/
	/*--- Page  ----------*/
	
	#pagebg { background: #FFF; }
	#entries2 { width: 400px; float: left; margin: 40px 10px 0px 80px; }
	#entries2 .entry { margin-right: 11px; }
	
	.entry-full2 { width: 470px; }
		.entry-full2 .bottom { background: url() no-repeat left bottom; }
		.entry-full2 .entry-content { background-image: url(); }
		.entry2 .border { background:url() no-repeat; }

.h1_title{
font-size: 28px;
font-weight: bold;
}


.entry-title,
.entry-header .entry-meta {
	padding-right: 76px;
	display: none;	
}

.entry-content,
.entry-summary {
	/*width: 400px;*/
	padding: 1.625em 0 0 0px;
	
	}
.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
	color: #000;
	font-weight: bold;
	margin: 0 0 .8125em;
}
.entry-content h3,
.comment-content h3 {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content table {
	margin: 0 0 1.625em;
	width: 100%;
}
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td,
.comment-content td {
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
}
		
.entry-wp{ float: left; padding: 0px 0px 20px 15px; width: 370px; min-height:400px; margin-top: -230px;}
.entry-content h3 {
	margin-bottom:-10px;
}