﻿/*
Theme Name: GiantMice - Manifest version
Theme URI:
Description: Based on Manifest
Version:
Author:
Author URI:
Tags: simple, clean, single column

*/

/* Reset All Styles
-------------------------------------------------------------------- */
@font-face {
    font-family: 'TeXGyreAdventorRegular';
    src: url('fonts/TeX-Gyre-Adventor-fontfacekit/texgyreadventor-regular-webfont.eot');
    src: url('fonts/TeX-Gyre-Adventor-fontfacekit/texgyreadventor-regular-webfont.eot?iefix') format('eot'),
         url('fonts/TeX-Gyre-Adventor-fontfacekit/texgyreadventor-regular-webfont.woff') format('woff'),
         url('fonts/TeX-Gyre-Adventor-fontfacekit/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('fonts/TeX-Gyre-Adventor-fontfacekit/texgyreadventor-regular-webfont.svg#webfontfuvdSzbb') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TeXGyreAdventorBold';
    src: url('fonts/TeX-Gyre-Adventor-fontfacekit/texgyreadventor-bold-webfont.eot');
    src: url('fonts/TeX-Gyre-Adventor-fontfacekit/texgyreadventor-bold-webfont.eot?iefix') format('eot'),
         url('fonts/TeX-Gyre-Adventor-fontfacekit/texgyreadventor-bold-webfont.woff') format('woff'),
         url('fonts/TeX-Gyre-Adventor-fontfacekit/texgyreadventor-bold-webfont.ttf') format('truetype'),
         url('fonts/TeX-Gyre-Adventor-fontfacekit/texgyreadventor-bold-webfont.svg#webfontXBQs7V8x') format('svg');
    font-weight: normal;
    font-style: normal;

}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Global Styles
-------------------------------------------------------------------*/

body{
  background: #ffffff;
  font-size: 62.5%;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: #333;
}
strong{
  font-weight: bold;
}
.alignleft {
  float:left;
}

/* Links */

a:link,
a:visited{
  color: #336699;
  text-decoration: none;
}
a:hover,
a:active{
  color: #222222;
  text-decoration: underline;
}

/* Headers */
h1{
  font-family: "TeXGyreAdventorRegular", Verdana, Helvetica, Arial, sans-serif;
  margin: 10px 0 20px;
  font-size: 3.3em;
  font-weight: bold;
  letter-spacing: .05em;
  word-spacing: .2em;
  color: #222222;
}
h1 a:link,
h1 a:visited{
  color: #222222;
}
h1 a:hover,
h1 a:active{
  color: #222222;
  text-decoration: underline;
}
h2{
  font-family: "TeXGyreAdventorRegular", Verdana, Helvetica, Arial, sans-serif;
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 3em;
  font-weight: bold;
  color: #222222;
}
h3{
  font-family: "TeXGyreAdventorRegular", Verdana, Helvetica, Arial, sans-serif;
  margin-bottom: 5px;
  font-size: 2.3em;
  font-weight: normal;
}
h3 a:link,
h3 a:visited{
  color: #333;
}
h3 a:hover,
h3 a:active{
  text-decoration: underline;
}
h4{
  font-family: "TeXGyreAdventorRegular", Verdana, Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: bold;
  color: #333;
}
h5{
  position: relative;
  top: -35px;
  margin-bottom: 50px;
  font-family: "helvetica neue", helvetica, arial;
  font-size: 1.2em;
  color: #999;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
}
h5 abbr{
  display: inline-block;
  position: relative;
  margin: 0 auto;
  padding: 0 8px;
  background: #fff;
  top: 8px;
}

/* Form Elements */

input[type=text],
textarea{
  border: 1px solid #ddd;
  padding: 3px;
  font-family: helvetica, arial, sans-serif;
  font-size: 12px;
  color: #666;
}
input:focus,
textarea:focus{
  border-color: #999;
  color: #333;
}
input[type=submit]{
  padding: 3px 10px;
  color: #fff;
  font-weight: bold;
  background-color: #8EA7AA;
  background-image: url(images/button.png);
  background-repeat: repeat-x;
  background-position: left top;
  border-width: 1px;
  border-style: solid;
  border-color: #999;
  border-radius: 10px;
  -webkit-transition: border-color .2s ease-in, background-color .2s ease-in;
  -moz-border-radius: 12px;
  -webkit-border-radius: 10px;
  cursor: pointer;
}
input[type=submit]:hover,
input[type=submit]:focus{
  background-color: #697D80;
  border-color: #666;
}

/* Structure */

#siteWell{
	margin:0 auto;
	width:700px;
	background:#fff;
}
#siteWrapper{
  margin: 0 auto;
  padding-top: 15px;
  width: 600px;
  text-align: center;
  position: relative;
  
}
#siteDescription{
  font-family: "TeXGyreAdventorRegular", Verdana, Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  margin: 5px auto 50px;
  width: 500px;
  padding: 11px 0 13px;
  color: #666699;
}

/* Main Navigation
-------------------------------------------------------------------*/
#siteMast img{
  margin-top: 0;
  margin-left: -50px;
}


#mainNav{
  font-family: "TeXGyreAdventorBold", Verdana, Helvetica, Arial, sans-serif;
  margin-top: 0;
  padding: 5px;
}
#mainNav ul{
  margin: 0 auto;
  text-align: center;
}
#mainNav li{
  display: inline;
  margin-right: 20px;
  font-size: 1.8em;
}
#mainNav li:last-child{
}
#mainNav a:link,
#mainNav a:visited{
  color: #222222;
  white-space: nowrap;
}
#mainNav a:hover,
#mainNav a:active{
  text-decoration: underline;
  color: #336699;
}
#mainNav .current_page_parent a:link,
#mainNav .current_page_parent a:visited,
#mainNav .current_page_item a:link,
#mainNav .current_page_item a:visited{
  font-weight: bold;
  color: #336699;
}
#mainNav .current_page_parent a:hover,
#mainNav .current_page_parent a:active,
#mainNav .current_page_item a:hover,
#mainNav .current_page_item a:active{
  color: #2E301C;
}

/* Sub Navigation
-------------------------------------------------------------------*/

#subNav{
  font-family: "TeXGyreAdventorRegular", Verdana, Helvetica, Arial, sans-serif;
  padding: 5px 3px 3px;
  background: #EEF2F7;
  border-bottom: 1px solid #F4F4F4;
}
#subNav ul{
  text-align: center;
}
#subNav li{
  margin-bottom: .5em;
  font-size: 1.2em;
  text-transform: uppercase;
}
#subNav ul li ul{
  text-align: center;
}
#subNav ul li ul li{
  display: inline;
  margin-right: 20px;
  font-size: .8em;
  text-transform: none;
}
#subNav ul li li:last-child{
  margin-right: 0;
}

#subNav a:link,
#subNav a:visited{
  color: #999;
  white-space: nowrap;
}
#subNav a:hover,
#subNav a:active{
  text-decoration: underline;
  color: #2E301C;
}
#subNav .current_page_parent a:link,
#subNav .current_page_parent a:visited,
#subNav .current_page_item a:link,
#subNav .current_page_item a:visited{
  font-weight: bold;
  color: #2A2D1A;
}
#subNav .current_page_parent a:hover,
#subNav .current_page_parent a:active,
#subNav .current_page_item a:hover,
#subNav .current_page_item a:active{
  color: #2E301C;
}
/* Main Content Body
-------------------------------------------------------------------*/

#coreContent{
  float: left;
  width: 600px;
  margin-top: 8px;
}

.homeLeft{
  width:180px; float:left;
  padding-left: 20px;
}

.homeRight{
  width:400px; float:right;
  margin-top:-40px;
}


#coreContent .bioPoem { 
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  line-height:140%;
  text-align:center;
}

.bioPoem strong{
  color: #000;
}

.homeLeft h2{
  font-size: 1.6em;
  font-weight: normal;
  margin: -40px 0 5px 0;
  color:#666;
}

#coreContent .homeLeft li{
  list-style-type:none;
  font-size: .95em;
  margin-bottom: -15px;
  margin-left: -5px;
}


/* Posts
-------------------------------------------------------------------*/

.postContent{
  position: relative;
}
.postContent h4{
  position: relative;
  top: 0;
  font-family: "TeXGyreAdventorRegular", Verdana, Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  color: #999;
  font-weight: normal;
  font-style: italic;
  border-bottom: none;
}
.postDate ~ .postContent{
  margin-top: -30px;
}
#coreContent p,
#coreContent li,
#coreContent dd{
  margin-bottom: 1.7em;
  font-size: 1.2em;
  line-height: 1.325em;
  color: #333;
}
#coreContent p{
}
#coreContent li{
  list-style: square;
  margin-left: 17px;
}
#coreContent .entry-content li {
  font-size: 12px;
}

#coreContent dt{
  font-size: 1.3em;
  color: #333;
}
.entry-content{
  margin-top: 24px;
  text-align: left;
}
.entry-content a:link,
.entry-content a:visited{
  text-decoration: underline;
}
.hentry{
  position: relative;
  padding-bottom: 37px;
  border-bottom: 1px dotted #ddd;
  margin-bottom: 30px;
}
#coreContent .postMeta{
  margin: 40px auto 0;
  font-size: 1.3em;
  color: #999;
}
#coreContent .postMeta div{
  margin-bottom: 5px;
}
#coreContent .postMeta a:link,
#coreContent .postMeta a:visited{
  color: #666;
}
#coreContent .postMeta a:hover,
#coreContent .postMeta a:active{
  color: #666;
}
#coreContent .postMeta span{
  text-transform: uppercase;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{
  padding: 0;
  font-family: "TeXGyreAdventorRegular", Verdana, Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 0 5px;
  font-style: normal;
  position: static;
}

.entry-content h1{
  font-size: 2.4em;
  color: #336699;
  border-bottom:2px solid #333366;
}
.entry-content h2{
  font-size: 2em;
  color: #222222;
  margin-bottom: .8em;
}
.entry-content h3{
  font-size: 1.8em;
  color: #336699;
}
.entry-content h4{
  font-size: 1.5em;
  color: #222222;
}

.entry-content h5{
  font-size: 1.2em;
  color: #006666;
}
.entry-content h6{
  font-size: 1.2em;
  color: #222222;
}
.entry-content strong{
  color: #000;
}
.entry-content pre{
  color: #666;
  font-size: 1.5em;
  line-height: 18px;
  margin-bottom: 15px;
}
.entry-content ul,
.entry-content ol{
  margin: 0 0 20px 15px;
}
.entry-content ol li{
  list-style-type: decimal !important;
}
.entry-content li {
  margin-bottom: 5px !important;
}
.entry-content blockquote{
  line-height: 1.5em;
  color: #666699;
  margin: 0 20px 20px;
  padding-left: 10px;
  border-left: 3px solid #ccc;
}
#coreContent .entry-content blockquote p{
  line-height: 1.3em;
  color: #666699;
}
.entry-content .alignleft{
  float: left;
  margin: 4px 10px 10px 0;
}
.entry-content .alignright{
  float: right;
  margin: 4px 0 10px 10px;
}
.entry-content .wp-caption.alignnone{
  margin-bottom: 15px;
}
#coreContent .entry-content p.wp-caption-text{
  font-size: 1.1em;
  font-style: italic;
  color: #666;
  margin-bottom: 0;
}
.hentry img{
  margin: 0 auto;
  border: 1px solid #ccc;
}
.share a{
  display: inline-block;
  padding: 2px 0 2px 19px;
}
.share_twitter{
  background: url(images/twitter_16.png) no-repeat;
}
.share_facebook{
  background: url(images/facebook_16.png) no-repeat;
}

/* Single Post Page
-------------------------------------------------------------------*/

.single h3{
  margin-bottom: 5px;
}
.single h5{
  position: static;
  font-family: "helvetica neue", helvetica, arial;
  font-size: 1.2em;
  color: #999;
  font-weight: normal;
  border-bottom: none;
  background: #fff;
}
.single.hentry{
  border-top: 1px solid #efefef;
  margin-top: -50px;
  border-bottom: none;
  padding-bottom: 0;
}
#coreContent .single .postMeta{
  margin: 20px 0 0;
  padding-top: 0;
  padding-bottom: 17px;
  text-align: left;
}

/* Links Page
-------------------------------------------------------------------*/

#coreContent .entry-content #linkList{
  margin-left: 0;
}
#coreContent .entry-content #linkList li{
  list-style-type: none;
  margin-left: 0;
}
#coreContent .entry-content #linkList li li{
  font-size: .9em;
  list-style-type: square;
  margin-bottom: 20px !important;
  margin-left: 15px;
}
#coreContent .entry-content #linkList ul{
  margin: 10px 0 40px;
}

/* Comments
-------------------------------------------------------------------*/

.comment{
  padding: 0 0 25px 0;
  margin-top: 25px;
  border-bottom: 1px solid #ccc;
}
#comments{
  text-align:left;
}
.children .comment{
  border-bottom: none;
  margin-top: 0;
  padding-bottom: 0;
}
#coreContent #comments li{
  font-size: inherit;
  list-style: none;
  margin-left: 0;
  padding-left: 58px;
  position: relative;
}
#coreContent .comment p{
  color: #666;
}
#coreContent .comment .says{
  display: none;
}
.avatar{
  position: absolute;
  left: 0;
}
#coreContent .comment-body{
  padding-right: 10px;
  padding-bottom: 10px;
}
#coreContent #comments .comment .leaveComment{
  border-top: 1px dotted #ccc;
}
#coreContent #comments .comment .children li{
  padding: 10px 0 0 52px;
  margin: 5px 0 0;
}
#coreContent #comments .comment .children li .comment-body{
  margin-left: -52px;
  padding: 10px 10px 10px 52px;
  background: #F2F2F2;
  border-left: 2px solid #ccc;
}
#coreContent #comments .comment .children li #respond{
  background: #F2F2F2 url(images/commentReply.gif) no-repeat;
}
#coreContent #comments .comment .children li .leaveComment{
  
  background: url(images/commentBottom.png) repeat-x left bottom;
}
#coreContent #comments .comment .children li.depth-3 .comment-body{
  background-color: #F6F6F6;
  border-left: 2px solid #ccc;
}
#coreContent #comments .comment .children li.depth-3 #respond{
  background-color: #F6F6F6;
}
#coreContent #comments .comment .children li.depth-4 .comment-body{
  background-color: #F9F9F9;
  border-left: 2px solid #ccc;
}
#coreContent #comments .comment .children li.depth-4 #respond{
  background-color: #F9F9F9;
}
#coreContent #comments .comment .children li.depth-5 .comment-body{
  background-color: #FcFcFc;
}
#coreContent #comments .comment .children li.depth-5 #respond{
  background-color: #FcFcFc;
}
#coreContent #comments .comment .children li .avatar{
  left: 10px;
  width: 32px;
  height: 32px;
  
}
#cancel-comment-reply{
  margin-top: 15px;
  text-transform: capitalize;
  float: left;
}
.comment-reply-link{
  display: block;
  padding-left: 13px;
  background: url(images/icon_reply.png) no-repeat left 2px;
}
.comment-author{
  font-size: 1.2em;
  margin-bottom: 10px;
}
.comment-author cite{
  font-style: normal;
  font-weight: bold;
}
.comment-meta{
  position: absolute;
  right: 10px;
  font-size: 1.2em;
  font-style: italic;
  top: 0px;
  
}
#coreContent #comments .comment .children .comment-meta{
  top: 20px;
}
.comment .reply{
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 1.1em;
}
.commentContent{
  float: left;
  width: 415px;
  margin-left: 22px;
}
.nocomments{
  font-size: 1.2em;
  padding: 25px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.pingbacks{
  font-size: .875em;
  margin-left: -60px;
}


/* Comment Form */

fieldset{
  position: relative;
  padding: 0 0 10px;

}
legend{
  position: relative;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
  margin: 0;
  padding: 0 0 4px 0;
}
legend span{
  position: relative;
  top: -15px;
  display: block;
}
#comments h3{
  font-size: 1.2em;
}

#comments h3,
legend span{
  border-bottom: 1px solid #ccc;
  padding: 0 0 .7em;
  font-weight: bold;
  text-align: left;
  width: 600px;
}
.comment legend span{
  border: none;
  padding: .5em 0 .7em;
  font-weight: bold;
  text-align: left;
  position: relative;
  top: 3px;
  width: auto;
}


.leaveComment{
  padding: 8px 0 19px;
  
}
#coreContent #comments .comment.depth-1 fieldset{
  padding-right: 10px;
  padding-left: 54px;
}
#coreContent #comments .comment .children fieldset{
  padding-right: 10px;
  padding-left: 54px;
}
.commentAuthorInfo{
  float: left;
  width: 230px;
  margin-right: 20px;
}
#coreContent #comments .comment .commentAuthorInfo{
  float: none;
  width: auto;
  margin-right: 0;
  
}
.commentForm{
  font-size: 1.1em;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
}
.commentForm em{
  text-transform: lowercase;
  font-style: italic;
  color: #999;
  font-size: 1em;
}
.commentForm input[type=text]{
  display: block;
  margin-bottom: 15px;
  width: 220px;
  font-size: 1.2em;
}
#coreContent #comments .comment .commentForm input[type=text],
#coreContent #comments .comment .commentForm textarea{
  width: 100%;
  max-width: 600px;
}
.commentForm textarea{
  width: 242px;
  max-width: 242px; /* Restricts the resizing capability in webkit bases browsers */
  height: 121px;
  font-size: 1.2em;
}
.commentForm textarea.loggedIn{
  width: 600px;
  max-width: 600px; /* Restricts the resizing capability in webkit bases browsers */
}
.commentForm input[type=submit]{
  float: right;
  margin-top: 8px;
}
.comment #respond{
  margin-left: -52px; /* Shift inline comment box to accomodate for gravatar */
}

/* Image Gallery
-------------------------------------------------------------------- */

#galleryNav{
  background: url(images/galleryNav_bg.png) no-repeat;
  width: 258px;
  height: 90px;
  margin: 20px auto 0;
}
#galleryNav_controls{
  width: 140px;
  margin: 0 auto;
  padding: 12px 0;
  position: relative;
}
#galleryNav_prev,
#galleryNav_next{
  position: absolute;
  width: 60px;
  height: 60px;
  -moz-box-shadow: 0 0 5px #999;
  -webkit-box-shadow: 0 0 5px #999;
}
#galleryNav_prev{
  left: 0;
  margin-right: 10px;
}
#galleryNav_next{
  right: 0;
}
.galleryNav_prevArrow,
.galleryNav_nextArrow{
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.galleryNav_prevArrow{
  background: url(images/galleryNav_prev.png) no-repeat 50% 50%;
}
.galleryNav_nextArrow{
  background: url(images/galleryNav_next.png) no-repeat 50% 50%;
}
.galleryNav_return{
  display: inline-block;
  margin-top: 5px;
  font-size: 1.3em;
}
.galleryImage{
  text-align: center;
}


/* Paging Navigation
-------------------------------------------------------------------- */

.pageNav{
  margin-top: 40px;
}
.pageNav a:link,
.pageNav a:visited {
  font-size: 1.2em;
}
.pageNav .prev,
.pageNav .next{
  display: block;
}
.pageNav .prev{
  float: left;
  text-align: left;
}
.pageNav .next{
  float: right;
  text-align: right;
}

/* Archives
-------------------------------------------------------------------- */

#archives{
  margin-top: -50px;
}
h2.archiveTitle{
  margin: -30px 0 70px;
  color: #666;
}
h2.archiveTitle strong{
  color: #000;
}
#archives h3,
#coreContent li h3{
  font-family: "TeXGyreAdventorRegular", Verdana, Helvetica, Arial, sans-serif;
  font-size: 1.6em;
  text-align: left;
  color: #333;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 5px;
  border-bottom: 1px solid #ccc;
}
#coreContent li h3{
  font-size: 1.2em;
}
#archives label{
  font-family: "TeXGyreAdventorRegular", Verdana, Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  color: #333;
  font-weight: normal;
  text-transform: uppercase;
}
#archives #date{
  float: left;
  width: 200px;
}
#archives #cattags{
  float: left;
  width: 370px;
  margin-left: 30px;
}
#archives ul{
  margin: 5px 0 60px;
  text-align: left;
}
#archives ul li{
  display: inline-block;
  margin: 0 5px 5px 0;
  color: #999;
  font-size: 1.3em;
  line-height: 1.5em;
  white-space: nowrap;
}
#archives li a{
  margin-right: 5px;
}
#archives #date ul li{
  display: block;
  list-style-type: none;
  border-bottom: 1px solid #efefef;
  margin: 0;
}
#archives #date ul li a{
  display: inline-block;
  min-width: 175px;
}
.tagArchives li{
  float: left;
  margin-right: 10px;
}
.categories li{
  margin-bottom: 5px;
  font-size: 2.3em;
}

/* Recent Posts (on the 404 page)
-------------------------------------------------------------------- */

ul#recentPosts li{
  list-style: none;
  margin: 0;
  padding: 5px 0;
  border-bottom: 1px solid #efefef;
  display: block;
}
#recentPosts a{
  float: left;
  font-size: 1.1em;
}
#recentPosts .postDate{
  float: right;
}

/* Search Results
-------------------------------------------------------------------- */

#coreContent.searchresults{
  margin-top: -35px;
}
.searchresults .postMeta{
  text-align: left;
}
.searchpanel{
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  margin: 0 0 40px;
  padding: 10px 0;
}
.searchpanel input[type=text]{
  width: 250px;
  font-size: 1.7em;
}
.searchpanel input[type=submit]{
  font-weight: normal;
  -webkit-border-radius: 12px;
  -moz-border-radius: 16px;
  background-position: left 5px;
  font-size: 1.2em;
  
}

/* Footer
-------------------------------------------------------------------- */

#footer{
  width: 600px;
  margin: 40px auto 0;
  padding: 0 0 75px 0;
  border-top: 4px double #ccc;
  color: #666;
  text-align: center;
}
.footerContent{
  width: 600px;
  margin: 20px auto 0;
  clear: left;
}
#footer p{
  line-height: 1.4em;
}
#footer #search{
  margin: 15px 0 30px;
}
#footer h5{
  position: relative;
  top: 0;
  margin-bottom: 8px;
  font-family: "TeXGyreAdventorRegular", Verdana, Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  color: #666;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: none;
}
#footer .elsewhere{
  margin-bottom: 30px;
}
#footer .elsewhere li{
  display: inline;
  padding: 0 8px 0 0;
  margin: 0 5px 0 0;
  border-right: 1px dotted #ccc;
  font-size: 1.2em;
}
#footer .elsewhere li:last-child{
  padding: 0;
  margin: 0;
  border-right: none;
}
#footer #search input[type=text]{
  font-size: 1.2em;
  border-color: #ccc;
}
#footer #search input[type=text]:focus{
  border-color: #999;
}

#footer1 h2 {
  font:bold 12px "TeXGyreAdventorRegular", Verdana, Helvetica, Arial, sans-serif;
  margin:0;
  padding:5px 0 5px 0;
}
#footer1 .fblock p {
  font-size:11px;
  text-align:justify;
  line-height:16px;
  margin:0
}
#footer1 .fblock {
  width:200px;
  overflow:hidden;
  height:100%;
}
#footer1 p.email {
  text-decoration:none;
  line-height:inherit;
  margin-left:20px;
  padding:0 0 3px 22px;
  background:url(images/i_mail.png) no-repeat 0 3px;
}
#footer1 p.rss {
  text-decoration:none;
  margin-left:20px;
  padding:0 0 0 22px;
  background:url(images/rss.png) no-repeat;
}

#footer1 .subscribefield {
  width:155px;
  margin-top:3px;
  margin-left:20px;
  float:left;
  padding:2px
}
#footer1 .subscribe_b {
  margin-top:3px;
  margin-left:3px;
  text-transform:lowercase;
  text-align:center;
  width:70px;
  float:left;
  cursor:pointer;
  height:22px;
}

#footer1 p.flink {
  margin-left: 30px;
}

#footer1 h2 {
  background:none;
}


/* Google Ad
-------------------------------------------------------------------- */

.googleAd{
  margin-bottom: 40px;
  padding-top: 40px;
  border-top: 1px dotted #ccc;
}

/* Admin Edits
-------------------------------------------------------------------- */

.loggedin a:link,
.loggedin a:visited,
a.post-edit-link:link,
a.post-edit-link:visited,
a.comment-edit-link:link,
a.comment-edit-link:visited{
  color: #990066;
  font-weight: bold;
  text-decoration: underline;
}
#coreContent p.loggedin{
  font-size: 1em;
  padding: 0;
}

/* Self Clearing Floats
-------------------------------------------------------------------- */

#siteWrapper:after,
.post:after,
.commentEntry:after,
.commentForm:after,
#footer .elsewhere:after,
#metaContent .metaExtend:after,
#mainNav:after,
#mainNav ul:after,
#subNav ul:after,
#archives ul:after,
#coreContent .postMeta:after,
#recentPosts li:after,
#galleryNav:after,
#galleryNav_controls:after{
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

/* Panel Slider
-------------------------------------------------------------------- */
a:focus {
outline: none;
}


.panel {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  position: fixed;
  top: 75px;
  left: 0;
  display: none;
  background: #FFEF9B;
  border:2px solid #336699;
  -moz-border-radius-topright: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -webkit-border-bottom-right-radius: 20px;
  width: 330px;
  height: auto;
  padding: 15px 15px 15px 110px;
  filter: alpha(opacity=100);
  opacity: 1;
}

.panel h3 {
  color: #336699;
  margin-top: 10px;
}
.panel p{
  font-size: 1.2em;
  margin: 0 0 5px 0;
  padding: 0;
  color: #222222;
}

.panel li{
  font-size: 1.2em;
  margin: 0 0 5px 0;

}

.pfprojects li{ 
  float:left;
  display:inline;
  margin-right: 6px;
  padding:0;
  list-style-type: none;
}

.floatleft {
  float: left;
  margin: 4px;
}

.panel a, .panel a:visited{
  margin: 0;
  padding: 0;
  color: #CC0033;
  text-decoration: none;
}

.panel a:hover, .panel a:visited:hover{
margin: 0;
padding: 0;
color: #336699;
text-decoration: none;
}

a.trigger{
  position: fixed;
  text-decoration: none;
  top: 90px; left: 0;
  font-size: 2em;
  font-family: "TeXGyreAdventorRegular", Verdana, Helvetica, Arial, sans-serif;
  color:#333366;
  padding: 15px 35px 15px 20px;
  font-weight: bold;
  background:#FFCC33 url(images/plus.png) 85% 55% no-repeat;
  border:2px solid #336699;
  -moz-border-radius-topright: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  display: block;
}

a.trigger:hover{
  position: fixed;
  text-decoration: none;
  top: 90px; left: 0;
  font-size: 2em;
  font-family: "TeXGyreAdventorRegular", Verdana, Helvetica, Arial, sans-serif;
  color:#333366;
  padding: 15px 35px 15px 20px;
  font-weight: bold;
  background:#FFEEBB url(images/plus.png) 85% 55% no-repeat;
  border:1px solid #336699;
  -moz-border-radius-topright: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  display: block;
}

a.trigger.active {
  background:#FFCC33 url(images/minus.png) 85% 55% no-repeat;
}

.pcolumns{
  clear: both;
  width: 330px;
  padding: 0 0 20px 0;
}

.pcolleft{
  float: left;
  width: 202px;
}

.pcolright{
  float: right;
  width: 118px;
}

ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
}

ul li{
  padding: 0;
  margin: 0;
  list-style-type: none;
}


