/* 
  ------------------------------------------------
  PVII CSS Page Builder Magic 2
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  11: 3 Col Flex, Left Menu
  ------------------------------------------------
*/

body {
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	color: #000;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
img {vertical-align: bottom;}

/*Changed for round corners and Footer color LF*/
.footer {
	background-color: #115CA6;
	box-shadow: inset 0px 16px 2px rgba(255,255,255,.025);
	border-top: 1px solid #000;
	padding: 15px 30px;
	font-size: 11px;
	color: #8C8C8C;
	text-align: center;
	border-radius: 0px 0px 8px 8px;
}
.footer p.copyright {
	text-transform: uppercase;
	margin: 0px;
}

/*Changed for round corners and Masthead color LF*/
.masthead {
	background-color: #115CA6;
	padding: 0px;
	text-align: left;
	position: relative;
	border-radius: 8px 8px 0px 0px;
}
.masthead .logo {border-bottom: 1px solid #000;}
.masthead h1 {
	margin: 0;
	color: #8C8C8C;
	padding: 20px 20px 10px 20px;
	font-size: 1.35em;
	font-weight: normal;
	letter-spacing: .35em;
}
.masthead .banner {
	box-shadow: 0px 0px 30px rgba(0,0,0,.5);
	border-bottom: 1px solid #fff;
}
.masthead .banner img {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	display: block;
}

/*Changed for round corners LF*/
.content-wrapper {
	margin: 20px;
	box-shadow: 0px 0px 30px #000;
	border-radius: 8px;
	}
.columns-wrapper {
	overflow: hidden;
	background-color: #339BFF;	/*Color of center column LF*/
}

.main-content {
	width: 60%;
	float: left;
}
.sidebar {
	width: 20%;
	float: left;
}
.sidebar2 {
	width: 20%;
	float: right;
}

/*Changed sidebar color LF*/
.sidebar .content, .sidebar2 .content {
	padding: 30px 20px;
	font-size: 0.85em;
	line-height: 1.5em;
	background-color: #4C87BF;
	background-image: -webkit-linear-gradient(#66B4FF, #8FC8FF);
	background-image: linear-gradient(#66B4FF, #8FC8FF);
}
.main-content .content {
	padding: 30px;
	font-size: 1em;
	line-height: 1.5em;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

/*Heading styles*/
h1, h2, h3, h4 {
	margin: 30px 0px 0px 0px;
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.35em; }
h3 { font-size: 1.25em; }
h4 { font-size: 1.1em; }

/*A utility rule assigned to the first heading to remove top margins.*/
.page-topper { margin-top: 0px; }

/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}

/*Ordinary Link Styles*/
.content a { color: #0066CC; }
.content a:hover, .content a:focus { color: #C30; }
.sidebar2 a { color: #0059B3; }
.sidebar2 a:hover, .sidebar2 a:focus { color: #000; }
.footer a {
	color: #8C8C8C;
}
.footer a:hover, .footer a:focus { color: #FFF; }

.sidebar ul, .sidebar ol, .sidebar2 ul, .sidebar2 ol {
	margin: 0 0 0 .5em;
	padding: 0 0 0 .5em;
	line-height: normal;
}
.sidebar li, .sidebar2 li { 
	margin-bottom: 4px; 
}

/*The Sidebar Menu UL.*/
ul.menuside {
	margin: 0;
	padding: 0;
}
ul.menuside li {
	list-style-type: none;
	margin-bottom: 5px;
}
ul.menuside a {
	display: block;
	color: #CCC;
	text-decoration: none;
	padding: 12px 12px;
	font-size: 1.25em;
	border: 1px solid;
	background-color: #333;
	box-shadow: inset 0px 16px 2px rgba(255,255,255,.05), 0px 0px 5px rgba(0,0,0,.5);
	border-color: #FFF;
	-webkit-transition: all linear .35s .1s;
	transition: all linear .35s .1s;
	border-radius: 5px;
}
ul.menuside a:hover, ul.menuside a:focus {
	color: #FFFFFF;
	background-color: rgba(51,51,51,0.75);
	outline: 0;
}

/*Style below adds background logo to masthead. Specify height for empty div so div doesn't collapse LF*/
.bgimg_surgeon	{background-image:url(../assets/surgeon_247x200.jpg);
				background-repeat:repeat-x;
				height:200px;
		}

/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 699px) {
ul.menutop {display: block;}
.menutop li {
	display: block;
	float: none;
	margin-right: 0px;
	margin-bottom: 5px;
	}
.sidebar, .sidebar2, .main-content {
	width: auto !important;
	float: none !important;
	position: static !important;
	}
.content, .menutop-wrapper {
	padding: 10px 20px !important;
	border: none !important;
	height: auto !important;
	max-height: 888678px;
	}
	div.logo {font-size:0.75em;}
	/*Added div.logo rule to control masthead text size on iPhone LF*/
}
@media only screen and (min-width: 700px) and (max-width: 1000px)  {
.content {padding: 20px !important;}
}
	
/*Rules created by LF for images*/
.image_left {float:left;
				margin-right:10px;
}

/*Rules created by LF align form labels*/
form label {
	width: 70px;
	float: left;
	clear: left;
	margin-right: 0.75em;
	}

/*Rules created by LF background color of form input fields*/
input, textarea	{
	background-color:#FF9;
	}	
	
	/*Below is for table with round corners LF*/
	
	/* CSS Document with LF colors*/

.CSSTableGenerator {
	margin:0px;padding:0px;
	width:70%;			/*changed from 100% by LF*/
	/*box-shadow: 10px 10px 5px #ffe386;*/
	border:1px solid #000000;

/*centers table DIV by LF*/
	margin-left:auto;
	margin-right:auto;
	text-align:left;
/*End of center table DIV by LF*/	
	
	
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
	border-bottom-left-radius:8px;
	
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
	border-bottom-right-radius:8px;
	
	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
	border-top-right-radius:8px;
	
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	border-top-left-radius:8px;
}.CSSTableGenerator table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
	border-bottom-right-radius:8px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	border-top-left-radius:8px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
	border-top-right-radius:8px;
}.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
	border-bottom-left-radius:8px;
}.CSSTableGenerator tr:hover td{
	background-color:#ffffff;
		

}
.CSSTableGenerator td{
	vertical-align: middle;
	background-color: #ffcb23;	/*table background color except for header LF*/
	border: 1px solid #000000;
	border-width: 0px 1px 1px 0px;
	text-align: left;
	padding: 7px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
		background:-o-linear-gradient(bottom, #115ca6 5%, #66b4ff 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #115ca6), color-stop(1, #66b4ff) );
	background:-moz-linear-gradient( center top, #115ca6 5%, #66b4ff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#115ca6", endColorstr="#66b4ff");	background: -o-linear-gradient(top,#115ca6,66b4ff);

	background-color:#115ca6;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.CSSTableGenerator tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #115ca6 5%, #66b4ff 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #115ca6), color-stop(1, #66b4ff) );
	background:-moz-linear-gradient( center top, #115ca6 5%, #66b4ff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#115ca6", endColorstr="#66b4ff");	background: -o-linear-gradient(top,#115ca6,66b4ff);

	background-color:#115ca6;
}
.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
	/*End table with round corners LF*/
