/* Combined Might - an open source xhtml/css website layout by John McDonnell - http://www.gorgarath.com/
Based off of andreas04 and andreas09 by Andreas Viklund - http://andreasviklund.com/
Free to use for any purpose as long as the proper credits are given for the original design work.

Version: 1.1, December 22, 2005 */

body{
margin:0;
padding:0;
font:76% Tahoma, Verdana, sans-serif;
background:#e6e6e6 url(/images/bodybg.jpg) repeat-x;
color:#303030;
text-align:center;
}

a{
text-decoration:none;
color:#206090;
font-weight:bold;
}

a:hover{
text-decoration:underline;
}

p{
margin:0 0 15px 0;
line-height:1.5em;
}

h1,h2,h3,h4{
margin:0;
padding:0;
font-weight:normal;
}

h1{
font-size:3.2em;
letter-spacing:-3px;
color:#506070;
margin:12px 0 5px 20px;
}

h1 a:hover{
text-decoration:none;
}

h2{
font-size:1.8em;
letter-spacing:-1px;
margin:-10px 0 0 50px;
color:#808080;
}

h3{
color: #505050;
font-size:1.4em;
margin:1em 0 0.5em 0.5em;
}

h4{
font-size:1.2em;
font-weight:bold;
}

/*** Main container ***/

#container{
width:92%;
min-width:760px;
padding:0 20px;
margin:0 auto;
background:#f0f0f0 url(/images/contentbg.jpg) repeat-x;
color:#303030;
text-align:left;
border-left:1px solid #eef;
border-right:1px solid #eef;
}

/*** Header ***/

/* An option for having a banner float on the right in the header section of the web page */
#headerad {
margin:20px 0.1px 0.1px;
float:right;
height:60px;
}

#sitetitle{
float:left;
height:101px;
background:url(/images/globe.gif) no-repeat; /* Delete this line to remove the animated globe */
color: #303030;
}

#sitetitle a{
color:#506070;
font-weight:normal;
}

#sitetitle a:hover{
color:#206090;
}

/*** Menu ***/

#menu {
float:left;
width: 100%;
margin-bottom:25px;
}

#menu ul {
font-size:16px;
margin:0;
padding:0;
}

#menu li {
float:left;
height:35px;
list-style:none;
margin:0;
padding:0;
}

#menu a {
border-left:1px solid #b0b0b0;
border-right:1px solid #b0b0b0;
color:#606060;
display:block;
font-size:0.7em;
padding:11px 10px 10px;
text-transform:uppercase;
}

#menu a:hover {
background:#f0f0f0 url(/images/menuhover.jpg) top left repeat-x;
color:#505050;
text-decoration:none;
}

#menu a.current {
background:#f0f0f0 url(/images/menuhover.jpg) top left repeat-x;
color:#505050;
text-decoration:none;
}

/*** Content Wrapper ***/

#content{
margin-top:30px;
width:100%;
clear:both;
background:url(/images/globebottom.gif) bottom left no-repeat;
}

#content h2{
margin:0 0 10px 0;
color:#505050;
border-bottom:2px solid #a0b0b0;
}

#content h2 a{
color:#505050;
font-weight:normal;
}

#content h2 a:hover{
color:#206090;
text-decoration:none;
background:none;
}

#content p{
margin:0.5em 1em 0.8em 1em;
}

/** Left and Right Panel Settings ***/

#left{
width:62%;
float:left;
}

#right{
margin-left:64%;
margin-top:-15px;
}

#right h2{
margin:15px 0 5px 0;
width:98%;
font-size:1.6em;
}

/*** Footer ***/

/* An option for having a banner centered on the page above the footer information */
#footerad{
clear:both;
padding:30px 20px 0 0;
height:90px;
text-align:center;
}

#footer{
clear:both;
padding:10px 0 12px 24px;
text-align:left;
color:#808080;
}

#footer a{
color:#808080;
font-weight:normal;
}

#footer span{
color:#a0a0a0;
font-size:2em;
letter-spacing:-2px;
}

/*** Formating Classes ***/

.entry{
position:relative;
margin:0 0 20px 0;
border:2px solid #f0f0f0;
background:#e0e0e0 url(/images/entrybg.png) repeat-x;
color:#303030;
padding:10px 10px 0 10px;
}

.entry a:hover, .intro a:hover{
text-decoration:none;
padding-bottom:2px;
background:url(/images/flash2.gif) bottom left repeat-x; /* Delete this line to remove the flashing underline for regular links */
}

.link{
color:#206090;
background:url(/images/linkarrow.gif) left no-repeat;
display:block;
margin:4px 0 0 0;
padding:2px 1em;
}

.link:hover{
color:#4080b0;
background:url(/images/blinkarrow.gif) left no-repeat; /* Delete this line to remove the blinking arrows by the links */
text-decoration:none;
}

.thumbs img{
position:relative;
padding:3px;
margin:0 2px 2px 0;
border:1px solid #f0f0f0;
background-color:#d0d0d0;
color: #505050;
}

.thumbs img:hover{
background: url(/images/flash.gif); /* Delete this line to remove the blinkingblue frame around the thumbnails */
}

.entryphoto{
margin:5px 10px 10px 0;
float:left;
padding:3px;
border:1px solid #f0f0f0;
background-color:#d0d0d0;
color:#303030;
}

.meta{
clear:both;
border-top: 2px solid #c0c0c0;
padding: 5px 1px 0 0;
margin:10px 0 0 0;
text-align:right;
font-size:0.9em;
color: #506070;
}

.pagenav{
color: #808080;
text-align:center;
}

.entry img{
position:relative;
}

.subcontainer {
width:98%;
}

.rightsub{
float:left;
width:45%;
}

.rightsub2{
margin-left:50%;
}

.button{
float:right;
padding:10px 0 24px 12px;
}

.button img{
border:0;
}

.date{
float:left;
font-weight:bold;
}

.right{
text-align:right;
}

.center{
text-align:center;
}

.clear{
clear:both;
}

.hide{
display:none;
}

/* Resume */
.hresume
{
    width: 100%;
    padding: 10px;
}

.hresume abbr
{
    border: none;
}

.hresume address
{
    font-style: normal;
}

.hresume hr
{
    display: block;
}

.hresume .contact .fn
{
    font-weight: bold;
    font-size: 12pt;
}

.hresume h2
{
    font-size: 12pt;
    padding: 0 0 5px 0;
    margin: 0;
}

.hresume .education, .hresume .accreditation
{
    margin: 10px 0 10px 20px;
    padding: 1px;
}

.hresume .experience
{
    margin: 10px 0 30px 20px;
    padding: 1px;
}

.hresume .summary, .hresume .tags
{
    margin: 10px 0 20px 20px;
    padding: 1px;
}

.hresume .education .htitle, .hresume .experience .htitle
{
    float: left;
}

.hresume .htitle .include
{
    display: none;
}

.hresume .education .date_duration, .hresume .experience .date_duration
{
    float: right;
    font-size: smaller;
}

.hresume .education .summary
{
    margin: 0;
}

.hresume .tags ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.hresume .tags ul li
{
    display: inline;
}