@charset "UTF-8";

/* Style the navbar */
#navbar {
  overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	width: 100%;
	position:fixed;
	top: 0;
  background-color: #C00;
}

/* Navbar links */
#navbar a {
  float: left;
  display: block;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

body
{
	margin: 0px auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3;
}

a
{
	text-decoration: none;
}

a:link {
	text-decoration: none;
	color: #0F6A5C;
}
a:visited {
	text-decoration: none;
	color: #7C7C7C;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1
     {
	margin: 0px;
	padding: 0px;
}

h2
{
	font-size: 1.5em;
	font-weight: normal;
	text-transform: uppercase;
	color: #c00;
}

h3
{
	color: #000;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.3em;
}

li
{
	margin-bottom: 10px;
}

.image
{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

#mw
{
	float: left;
	margin-right: 20px;
	margin-bottom: 250px;
}

.clearboth
{
	clear: both;
}

.italic
{
	font-style: italic;
}

.note
{
	color: #000;
	font-size: 0.6em;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}
.section
{
	border-top: 2px solid #C00;
	padding-bottom: 20px;
}

.padding0
{
	padding: 0px;
	margin: 0px;
}

#header
{
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	background: #C00;
	height: 7px;
}

#contenwrap
{
	max-width:680px;
	padding: 60px 30px;
	background: #FFF;
}

#content
{
	padding: 0px;
	margin: 0px;
	float: left;
}
#content #education h3
{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#content #education p
{
	padding-top: 0px;
	margin-top: 0px;
}

#content h1
{
	font-weight: normal;
	text-transform: uppercase;
	color: #C00;
	margin-bottom: 7px;
	font-size: 1.7em;
}
#cv
{
	padding: 15px 0px 10px;
}

#cv #portrait img
{
	float: left;
	height: 130px;
	width: auto;
	padding-top: 5px;
}

#cv #specialty
{
	padding-left: 150px;

}

#cv #specialty p
{
	margin: 0px 0px 10px;
	/* [disabled]width: 280px; */
}

#cur
{
	padding-bottom:60px;
}

.bookbrief
{
	padding-bottom:5px;
}

.bookimage img
{
	padding-bottom:5px;
	float:left;
	margin-right:15px; 
	margin-bottom:15px; 
	width:100px;
	height:auto;
	padding-top:0;
}

#nav
{
}

#nav .image
{
	margin-right: 10px;
	margin-bottom: 0px;
}

#nav ul
{
	font-size: 1.1em;
	line-height: 1.8em;
	text-transform: uppercase;
	color: #999;
	text-decoration: none;
	display: block;
	list-style: none;
	padding: 0px;
	letter-spacing: 0.2em;
	font-weight: bold;
}
#nav ul li 
{
	border-bottom: 2px solid #CCC;
	text-decoration: none;
}

#nav ul li a:link
{
	color: #999;
}

#nav ul li a:visited
{
	color: #999;
}

#nav ul li a:hover
{
	color: #C00;
	display: block;
	text-decoration: none;
}


/* Footer Section */

#footer {
	padding:25px 0px 5px;
	font-size: 1em;
	text-align: left;
	clear: both;
	border-top: 1px solid #999;
}



#footer ul {
	margin: 0px 0px 10px;
	padding: 0px;
	list-style: none;
}



#footer li {
	list-style:none;
	margin:0px 15px 0px 0px;
	padding:0 15px 0 0;
	border-right: 1px solid #999999;
	display: inline;
}
#footer .last {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
