@charset "utf-8";

/* General Styles */
* {
	font: garamond,serif;
    color: #7A7A7A;	
}
#body {
	width: 900px;
	height: 100%;
	padding-top: 0px;
	padding-right: 60px;
	padding-left: 40px;
	padding-bottom: 0;
	clear: both;
}
span.clear { 
    display: block; 
    clear: both; 
    width: 1px; 
    height: 0.001%;
    font-size: 0px; 
    line-height: 0px; 
}
div#content {
padding: 30px 0;
min-height: 290px;
}

div#content img {
	
}
#header {
	padding: 0 20px;
}
#footer {
	padding: 10px 40px;
}
#wrapper {
	width: 980px;
	min-height: 720px;
	margin-left: auto;
	margin-right: auto;
}
#navbar {
	padding:0 20px;
	font: garamond,serif;
    color: #7A7A7A;
}
#navbar a {
	font: garamond,serif;
    color: #7A7A7A;
}
.container {
margin: 0;
width: 919px;
padding: 0;
margin-left: 11px;
}

/* Blog Styling */
#article {
	width:73%;
	float:left;
	padding-right:20px;
}

div#sidebar h3 {
text-transform: uppercase;
text-align: center;
}
#sidebar p {
	padding:0 3px;
	text-align:center;
	font-size:14px;
}
#sidebar ul {
	margin-left:20px;
}
.contactname {
	font-size:16px;
	font-weight:bold;
}
#sidebar {
width: 20%;
float: right;
background-color: #f5f5f5;
padding: 20px;
box-shadow: 0 0 2px 2px #ddd;
}
/* Picture Image Styling */
.biopic {
	float:right;
}
.border
{
    padding:10px;
    background-color:#eee;
	margin:20px 0 10px 10px;
}
 
.shadow
{
    display:block;
    position:relative;
}
 
.shadow img
{
    display:block;
}
 
.shadow::before
{
    display:block;
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    -moz-box-shadow:inset 0px 0px 3px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow:inset 0px 0px 3px 1px rgba(0,0,0,0.2);
    box-shadow:inset 0px 0px 3px 1px rgba(0,0,0,0.2);
}

/* Gallery Styles */
.leftportrait {
	width:43.6%;
	float:left;
}
.leftportrait img {
	width:100%;
	float:left;
}

.rightlandscape {
	width:55%;
	float:right;
}
.rightlandscape img {
	width:100%;
	float:right;
}
.caption {
	text-align:center;
	clear:both;
}
p.caption {
margin-top: 0;
background-color: #eee;
padding-top: 0;
}
/* Navigation styles */
#nav span {
    display: none;
}
#nav, #nav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#nav {
    background-color: #F5F5F5;
    border-bottom: 5px solid #333333;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    position: relative;
    width: 98%;
	font-size: .85em
}

#nav ul.subs {
    background-color: #FFFFFF;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    color: #333333;
    display: none;
    padding: 2%;
    position: absolute;
    top: 54px;
    width:15%;
}
#nav > li {
    border-bottom: 5px solid transparent;
    float: left;
    margin-bottom: -5px;
    text-align: left;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
#nav li a {
    display: block;
    text-decoration: none;
    -moz-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -ms-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -o-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -webkit-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    white-space: normal;
}
#nav > li > a {
    color: #333333;
    display: block;
    font-size: 16.5px;
    line-height: 49px;
    padding: 0 .8em;
    text-transform: uppercase;
}
#nav > li:hover > a, #nav > a:hover {
    background-color: #F55856;
    color: #FFFFFF;
}
#nav li.active > a {
    background-color: #333333;
    color: #FFFFFF;
}
/* submenu */
#nav li:hover ul.subs {
    display: block;
}
#nav ul.subs > li {
    display: inline-block;
    float: none;
    padding: 10px 1%;
    vertical-align: top;
    width: 33%;
}
#nav ul.subs > li a {
    color: #777777;
    line-height: 20px;
}
#nav ul li a:hover {
    color: #F55856;
}
#nav ul.subs > li > a {
    font-size: 1.3em;
    margin-bottom: 10px;
    text-transform: uppercase;
}
#nav ul.subs > li li {
    float: none;
    padding-left: 8px;
    -moz-transition: padding 150ms ease-out 0s;
    -ms-transition: padding 150ms ease-out 0s;
    -o-transition: padding 150ms ease-out 0s;
    -webkit-transition: padding 150ms ease-out 0s;
    transition: padding 150ms ease-out 0s;
}
#nav ul.subs > li li:hover {
    padding-left: 15px;
}
/* responsive rules */
@media all and (max-width : 980px) {
    #nav > li {
        float: none;
        border-bottom: 0;
        margin-bottom: 0;
    }
    #nav ul.subs {
        position: relative;
        top: 0;
    }
    #nav li:hover ul.subs {
        display: none;
    }
    #nav li #s1:target + ul.subs,
    #nav li #s2:target + ul.subs {
        display: block;
    }

    #nav ul.subs > li {
        display: block;
        width: auto;
    }
}