/*****************RESET STYLES**************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  
/* always force a scrollbar in non-IE */ 
html { overflow-y: scroll; }

/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
   
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

.ie7 img { -ms-interpolation-mode: bicubic; }

/*****************HTML 5 ELEMENTS**************/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display:block;
}

/*****************GLOBAL STYLES**************/
body {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	color: #ffd;
	background: url(../images/layout/background.jpg) repeat-x scroll 0 -100px #666666;
}

h1 {
	color: #ffd;
	font-size: 50px;
        margin-bottom: 20px
}

h2 {
font-size:30px;

}

h3 {

}

h4 {

}

h5 {

}

h6 {

}

ul, li {
	margin: 0 0 0 10px;
}
/* float right with padding bottom and right */
.left {
	float: left;
	padding: 0 10px 10px 0;
}
/* float right with padding bottom and left */
.right {
	float: right;
	padding: 0 0 10px 10px;
}
/* remove outline when clicking a link */
a:hover, a:active { 
	outline: none; 
}
/* remove scroll bars on textareas */
textarea { 
	overflow: auto; 
}
/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { 
	cursor: pointer; 
}
/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden, .hide { display: none; visibility: hidden; } 

.show {display: block; float: left;}

/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden { position: absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

.clear {
	clear:both;
	display: inline-block;

}

/*****************NAV STYLES**************/

ul.nav {
     margin-top: 5px;
}

.nav ul, .nav li, #homenav ul, #homenav li {
	margin: 0 0 0 -10px;
	width: 200px;
	list-style: none;
	display: block;
}

.nav li, #homenav li {
        border-bottom: 1px solid #ffd;
        
}
       


.nav a, #homenav a, li.active{
	text-decoration: none;
       color: #ffd;
      display: block;
     padding: 4px 4px 4px 20px;
     font-size:14px;
     font-family: Verdana;
}

li.active{
background: #a0131a;
width: 176px;
}


.nav a:hover, #homenav a:hover {
      background: #a0131A;
      font-weight: bold;
}

/*****************MAIN STYLES**************/

html, body {

position:relative;
}

#container {
	width: 960px;
	margin: 0 auto;
/*         position: relative; */
	overflow:hidden;
}

.ribbon {
	position: absolute;
	background: #999999;
	width: 200px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
        top:0;
        bottom:0;
}
#top {
	height: 200px;
	overflow: hidden;
}
#top .ribbon {
	height: 200px;
	width: 200px;
	background: url(../images/layout/signature.png) no-repeat scroll center 2px transparent;
	border: 2px solid #a0131a;
	border-top: none;
	
}
#top #logo {
	width: 550px;
	height: 200px;
	float:left;
       background: url("../images/layout/logo.png") no-repeat scroll 0 0;
      margin-left: 202px;
}
#top #homenav {
	float:left;
	margin: 15px 0;
}

#main .ribbon {
	top: 202px;
	border-bottom: 1px solid #000;
	margin-top: -1px;
	border-right: 2px solid #a0131a;
	border-left: 2px solid #a0131a;
	
}
#main .ribbon p {

	  padding: 15px;
	  font-size: 14px;
         color: #ffd;
        font-family: Verdana, helvetica, arial, sans-serif;

}
#main #content {
	float: right;
	overflow:hidden;
	padding: 15px;
	width: 650px;
        margin-right: 70px;

}
#largeimage {
	overflow:hidden;

}
#largeimage img {
	float:right;
	overflow:hidden;
        padding: 6px;
        background: #ffd;
        border-bottom: 1px solid #333;
       border-right: 1px solid #333;
        margin: 10px 0;
}
#largeimage h2 {
	
	text-align:center;
	font-size: 50px;
	color: #ffd;
        margin-bottom: 10px;
}
ul#gallery, ul#homegallery {
	width: 650px;
	overflow: hidden;

}
ul#homegallery li {
	list-style: none;
	width: 187px;
	height: 231px;
	overflow:hidden;
	float: left;
	display: block;
	margin: 0 8px 10px;
        padding: 6px;
        background: #ffd;
        border-bottom: 1px solid #333;
        border-right: 1px solid #333;
	
}

ul#gallery li {
	list-style: none;
	
	overflow:hidden;
	float: left;
	display: block;
	margin: 0 10px;

}

ul#gallery li img, ul#homegallery li img {
	width: 188px;
	height: 188px;
}
ul#gallery.small li {
	width: 100px;
	height: 143px;
        padding: 4px;
       margin-bottom: 8px;
       border-bottom: 1px solid #333;
       border-right: 1px solid #333;
       background: #ffd;
}
ul#gallery.small li img {
	width: 98px;
	height: 98px;
        border: 1px solid #888;
}
ul#gallery.thumb li {
	width: 50px;
	height: 75px;
}
ul#gallery.thumb li img {
	width: 43px;
	height: 43px;
        padding: 3px;
        background: #ffd;
        border-bottom: 1px solid #333;
        border-right: 1px solid #333;
}
ul#gallery li a, ul#homegallery li a {
	text-decoration: none;
	color: #888;
}

ul#gallery li a:hover, ul#homegallery li a:hover {
	text-decoration: none;
	color: #333;
}


ul#gallery li h5, ul#homegallery li h5 {
	display: block;
	margin: 5px auto;
	text-align:center;
}


#main .copyRight {
position: absolute;
bottom: 10px;
text-align: center;
font-size: 10px;
}
#main .copyInfo p {
padding-top: 10px;
border-top: 1px solid #fff;
}
#main .copyRight p{
text-align: center;
font-size: 10px;
}

#content #bio p.name  {
font-size: 16px;
}
#content #bio p.dob  {
font-size: 10px;
}
#bio p {
line-height: 20px;
margin-bottom:20px;
}

.biopic {
padding: 6px;
background: #ffd;
border-bottom: 1px solid #333;
border-right: 1px solid #333;
margin: 0 -10px 10px 20px;
}
.contact {
text-align: center;
font-size: 16px;
margin: 110px 0;
}

.contact a{
color:#ffd;
font-weight: bold;
}

.note {
margin-bottom: 15px;
line-height: 18px;
font-style: italic;
font-size: 14px;
}

/******************TOOL TIP*******************/
.tooltip {
	background:url("/images/layout/small-tip.png") no-repeat scroll center center transparent;
	color:#ffd;

/*
	font-size:11px;
	height:34px;
	padding:20px 20px 0;
	text-align:center;
	width:100px;
*/
	z-index:999999;
}


ul#gallery.thumb li h5 {
	display:none;
}








































/*****************PRINT STYLES**************
 Keep at bottom so it will overwrite any conflicting styles
 */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  /* Don't show links for images */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */ 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}


