/* colors used
#ffffff - background
#663300 - brownish
#884f17 - light brown (headings)
#444444 - dark grey (text)
#9bbb06 - lemon curry
*/

* { padding: 0; margin: 0;}
body { 
  font: 0.8em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  color: #884f17;
  background: #ffffff;}

#wrap { margin: 20px auto;  width: 90%; max-width: 1000px; min-width: 600px;}

#header {
  font: 1em Arial, Helvetica, sans-serif;
  min-height: 90px;
  background: url('img/portrait_logo.png') no-repeat bottom right;
  margin: 0;
  padding: 0;}

#header h1 { margin: 0; padding-left: 1px; padding-top: 12px; font-size: 1.4em; color: #884f17; }
#header h2 { margin: 0; padding-left: 1px; padding-top: 0px; font-size: 1em;}
#topmenu a {
  text-decoration: none;
  line-height: 22px;}

#topmenu {
  text-align: center;
  margin-bottom: 5px;
  color: #884f17;
  border-top: 1px solid #9bbb06;
  border-bottom: 1px solid #9bbb06;}
  
#topmenu li {
  list-style-type: none;
  display: inline;}
  
#topmenu li:before {content:" | ";}
#topmenu li:first-child:before {content:"";}

#right {
  float: right;
  width: 72%;
  margin-top: 5px;
  margin-left: 10px;
  color: #663300;}

#right h1 { font-size: 1.8em; color: #884f17; text-indent: 3%; margin-top: 0.2em; margin-bottom: 0.4em; font-weight:bold;}
#right h2 { font-size: 1.4em; color: #884f17; text-indent: 3%; margin-top: 0.1em; margin-botom: 0.3em; font-weight:bold;}
#right p {text-indent:3%; margin-top: 0.6em;}
#right .center { display: block; margin: 0px auto;}
#right .left { display: block; float:left; width:33%;}
#right .right { display: block; float:right; width: 33%}

#right table th {
  text-align: right;
  padding-right: 8px;
  vertical-align: top;
  min-width: 120px;
}
#right table td { vertical-align: top;}

#left {
  text-align: right;
  width: 24%;
  padding: 0px;
  line-height: 1.4em;}

#left li {
  list-style-type: none;
  border-bottom: 1px dotted #9bbb06;
  padding-right: 4px;}

#left .left_divider {
  background: #9bbb06;
  text-align: center;
  margin-top: 15px;
  color: #444444;
  line-height: 30px;}
#left .left_divider:before {content:"..:: ";}
#left .left_divider:after {content:" ::..";}

#left .left_divider a:hover {color: #444444;}
#left .icons {
  text-align: center;
  margin-top: 15px;
  color: #444444;
  line-height: 35px;}
#left img {border: 0px;}

#footer {
  clear:both;
  font-weight: bold;
  font-size: 0.9em;
  text-align: center;
  margin-top: 5px;
  color: #663300;
  border-top: 1px solid #9bbb06;
  border-bottom: 1px solid #9bbb06;}

/*general formats*/

a { color: #884f17; font-weight: bold; text-decoration: none; }
a:hover {color : #9bbb06;}
a.external { background: url("img/external.png") no-repeat right; padding-right: 14px;}
a.external:hover { background: url("img/external_hover.png") no-repeat 100% 50%;}

strong { color: #884f17; font-weight: bold;}
em { font-style: italic;}
.invisible {visibility:hidden; display:none;}
