/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

body {
    font-family:Arial, Helvetica, sans-serif;
}

.wrapper {
    z-index: 100;
    position: relative;
    margin-bottom: -60px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    min-width: 1024px;
}

/* left side and nav */

#background {
    z-index: 1;
    height: 100%;
    position: fixed;
    min-height: 768px;
    min-width: 200px;
}

.left-side {
    height: 100%;
    float: left;
    position: fixed;
    min-width: 200px;
    min-height: 300px;
}

#logo {
    background: url("images/bg-white-85.png") repeat scroll 0 0 transparent;
    margin: 25px 0 0;
    padding: 10px 0 10px 0;
    width: 100%;
}

a.logo {
    display: block;
    height: 52px;
    width: 140px;
    float: right;
    background: url(images/heatherryerson.png) no-repeat;
}

a.logo:hover {
    background: url(images/heatherryerson-ro.png) no-repeat;
}

.nav {
    text-align: center;
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: url("images/bg-white-85.png") repeat;
    padding: 10px 30px 5px 30px;
}


.nav a  {
    font-family: 'NillandBlackRegular';
    color: black;
    font-size: 1.5em;
    text-transform: lowercase;
    padding: 0 0 10px 0px;
    display: block;
}

.nav a:hover {
    color: #000000;
}

ul.subnav li {
    list-style: none;
}

ul.subnav li a {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #666666;
}

li.current_page_item a {
    border-bottom: 1px dotted #999999;
    border-top: 1px dotted #999999;
    margin: 7px 0;
    padding: 7px 0;
}

.current-tab {
    margin: 0 0 10px;
    padding: 10px 0;
}

/* mid section content */

.helper {
    float: left;
    min-width: 200px;
    min-height: 768px;
}

.right-side {
    float: left;
    min-width: 760px;
}

.content {
    width: 760px;
    padding: 20px 0 40px 40px;
}

.content img,
.content object {
    float: left;
    border: 1px solid #f1f1f1;
    margin: 0 0 50px 0;
}

.content img.bio {
    margin: 0 20px 20px 0;
    width: 175px;
    height: 175px;
}


.content .caption {
    width: 130px;
    float: left;
    padding: 5px 0 0 25px;
}

.content .caption h4 {
    font-family: 'SueEllenFranciscoRegular';
    font-weight: normal;
    font-size: 18px;
    color: black;
    margin: 0 0 15px 0;
}

.content .caption h5 {
    font-size: 9px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 0 0 0;
    color: #a7d2d3;
}


.content .caption p {
    font-size: 12px;
    margin: 0 0 15px 0;
    line-height: 18px;
}

.content ol,
.content ul {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    font-weight: normal;
    margin: 0 0 20px 0;
}

.content ul {
    list-style-image: url(images/li.png);
}

.content ol {
    list-style: decimal;
}

.content ol li {
    margin: 0 0 0 22px;
}

.content ul {
    margin: 0 0 0 22px;
}

.content .three-col {
    width: 230px;
    float: left;
}

.content .three-col#mid {
    margin: 0 35px;
}

.content .two-col {
    width: 360px;
    float: left;
}

.content .two-col#pad {
    margin: 0 40px 0 0;
}

.content #actions {
    margin: 20px 0 0 0;
    clear: both;
}

.content .action {
    border-top: 2px dotted #ccc;
    border-bottom: 2px dotted #ccc;
    font-family: 'NillandBlackRegular';
}

.content .action a {
    padding: 20px;
    display: block;
    text-align: right;
}

.content .action a.icon {
    display: block;
    height: 25px;
    width: 25px;
    float: left;
    margin: -2px 10px 0 0;
    padding: 0;
}

a.icon#fb {background: url(images/social-sprite.png) 0 0 no-repeat;}
a.icon#fb:hover {background: url(images/social-sprite.png) 0px -60px no-repeat;}

a.icon#tw {background: url(images/social-sprite.png) -30px 0 no-repeat;}
a.icon#tw:hover {background: url(images/social-sprite.png) -30px -60px no-repeat;}

a.icon#rss {background: url(images/social-sprite.png) -60px 0 no-repeat;}
a.icon#rss:hover {background: url(images/social-sprite.png) -60px -60px no-repeat;}

a.icon#fl {background: url(images/social-sprite.png) -90px 0 no-repeat;}
a.icon#fl:hover {background: url(images/social-sprite.png) -90px -60px no-repeat;}

a.icon#in {background: url(images/social-sprite.png) 0 -30px no-repeat;}
a.icon#in:hover {background: url(images/social-sprite.png) 0 -90px no-repeat;}



/* generics */

.left { float: left; }
.right {float: right; }

p {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    font-weight: lighter;
    margin: 0 0 20px 0;
}

a {
    text-decoration: none;
    color: #000000;
    outline: 0;
}

a:hover {
    color: #999999;
}

h1 {
    font-family: 'NillandBlackRegular';
    color: black;
    text-transform: lowercase;
    font-size: 60px;
    line-height: 70px;
}

h2 {
    font-family: 'SueEllenFranciscoRegular';
    font-size: 20px;
    font-weight: normal;
    color: #a7d2d3;
    margin: -5px 0 20px 0;
}

h3.intro {
    font-family: 'NillandBold';
    font-size: 24px;
    line-height: 36px;
    color: black;
    margin: 0 0 20px 0;
}

h3 {
    font-family: 'SueEllenFranciscoRegular';
    font-size: 24px;
    line-height: 36px;
    color: #a7d2d3;
    margin: 20px 0 20px 0;
}

.intro a {
    color: #666666;
}

.intro a:hover {
    color: #999999;
}



/* footer */

.push {
    height: 60px;
}

.footer {
    clear: both;
    margin-left: 36%;
    margin-top: 40px;
    border-top: 1px dotted #cccccc;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* blog */

.postmetadata,
.entry-utility {
    border-bottom: 1px dotted #999999;
    border-top: 1px dotted #999999;
    margin: 7px 0;
    padding: 7px 0;
}

.blog-content {
    border-top: 2px dotted #999999;
    padding: 10px 0 0 0;
    margin: 10px 0 0 0;
    float: left;
    width: 530px;
}

.post {
    padding: 20px 0 0 0;
}

.post img {
    display: block;
    width: 540px;
    margin: 20px 0;
    float: none;
}

/* comments */

#comments {
    border: 10px solid #CCCCCC;
    margin: 20px 0 0;
    padding: 0 20px 20px;
    background: url(images/corner.png) no-repeat top right;
}

#comments img.avatar {
    margin: 0 10px 0 0;
}

.comment-body p {
    font-size: 10px;
}

h3#comments-title,
h3#reply-title {
    color: black;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

#respond form p {
    font-size: 10px;
}

#respond form p input {
    margin: 0 0 0 10px;
}

#respond form p textarea {
    display: block;
    width: 100%;
}

a#cancel-comment-reply-link {
    font-size: 8px;
    color: #a7d2d3;
}

a#cancel-comment-reply-link:hover {
    color: #999;
}

a.comment-reply-link {
}

ol.commentlist li {
    border-bottom: 1px dotted #ccc;
}

ol.commentlist li ul.children li {
    margin: 0 0 10px 0;
    border-bottom: 0;
    border-top: 1px dotted #a7d2d3;

}

.comment-body p {
   margin: 0;
}

.comment-meta.commentmetadata {
    color: #ccc;
    font-size: 10px;
    margin: 0 0 10px 0;
}

/* sidebar */

.content .sidebar {
    width: 200px;
    float: right;
    padding: 25px 0 0 30px;
}

.content .sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.content .sidebar ul li {
    font-size: 10px;
}

/* hacks */

.clearfix:after {
	clear: both;
	display: block;
	content: " ";
	height: 0px;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}


/* font */


@font-face {
	font-family: 'NillandBlackRegular';
	src: url('fonts/nilland-black-webfont.eot');
	src: local('☺'), url('fonts/nilland-black-webfont.woff') format('woff'), url('fonts/nilland-black-webfont.ttf') format('truetype'), url('fonts/nilland-black-webfont.svg#webfont6yGLNVQT') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'NillandBold';
	src: url('fonts/nilland-bold-webfont.eot');
	src: local('☺'), url('fonts/nilland-bold-webfont.woff') format('woff'), url('fonts/nilland-bold-webfont.ttf') format('truetype'), url('fonts/nilland-bold-webfont.svg#webfont9imhPIuK') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SueEllenFranciscoRegular';
	src: url('fonts/sue_ellen_francisco-webfont.eot');
	src: local('☺'), url('fonts/sue_ellen_francisco-webfont.woff') format('woff'), url('fonts/sue_ellen_francisco-webfont.ttf') format('truetype'), url('fonts/sue_ellen_francisco-webfont.svg#webfontNWd9PV0S') format('svg');
	font-weight: normal;
	font-style: normal;
}
