/*
Theme Name:		WP Framework
Theme URI: 		http://wpframework.com/
Version: 		0.2.4.10
Description: 		A <em>blank</em> WordPress Theme Framework <strong>that's everything you need, and nothing you don't.</strong> With features like <em>microformats, a traditional templaflickrte structure, convention over configuration, clean semantic code, documenation, and it's atomic templating system</em>, WP Framework is <em>completely extensible, flexible</em> and <strong><em>the</em></strong> starting point for theme authoring and customization. To learn more, visit <a href="http://wpframework.com">http://wpframework.com</a>.
Author: 		Ptah Dunbar
Author URI:		http://ptahdunbar.com
Tags:			one-column, two-columns, three-columns, fixed-width, sticky-post, threaded-comments, microformats

Copyright 2008 Ptah Dunbar <http://ptahdunbar.com> All rights reserved.
WP Framework is licensed under the terms of the GNU General Public License version 2.



/******************** Reset Browser Defaults ********************/


@import url( 'library/media/css/reset.css' );


/******************** Document Body ********************/

html {
   background: url(library/media/images/desk.jpg);
   }

body {
   background: url(library/media/images/background.png) no-repeat center top;
   text-align: center;
   }

body, input, textarea {
   font: 14px/20px Georgia, "Times New Roman", Times, serif;
   color: #333;
   }


/******************** Layout ********************/


.wrapper {
   width: 1000px;
   background: url(library/media/images/middle.png) repeat-y;
   position: relative;
   top: 26px;
   text-align: left;
   margin: 0px auto 100px;
   padding: 50 0;
   }

.top {
   width: 1000px;
   background: url(library/media/images/top.png) no-repeat;
   position: relative;
   top: -23px;
   text-align: left;
   margin: 0 auto;
   }

.bottom {
   width: 1000px;
   background: url(library/media/images/bottom.png) no-repeat center bottom;
   position: relative;
   bottom: -45px;
   text-align: left;
   margin: 0 auto;
   }

.container {
   width: 960px;
   position: relative;
   top: -22px;
   height: auto;
   text-align: left;
   margin: 0 auto;
   padding: 13px 0 0;
   }

.header  {
   background: url(library/media/images/troy-templeman-banner.png) no-repeat;
   width: 910px;
   height: 319px;
   padding: 25px 25px 0;
   margin: -25px 0 0;
   }

#content {
   background: url(library/media/images/grid.png);
   }

.hfeed {
   width: 600px;
   float: left;
   margin: 0 0 0 25px;
   }

.hfeed-gallery {
   width: 624px;
   float: left;
   margin: 0 0 25px 25px;
   }

.aside {
   width: 287px;
   float: right;
   margin: 0 24px 0 0;
   }

.footer {
   width: 910px;
   height: 137px;
   clear: both;
   padding: 0 25px 25px;
   }

.elsewhere {
   width: 287px;
   float: right;
   list-style: none;
   margin: 15px 0 0 0;
   }

.elsewhere-title {
   margin-bottom: 3px;
   }

.elsewhere li {
   display: inline;
   float: left;
   }

#copyright {
   width: 300px;
   display: inline;
   font-size: 11px;
   clear: both;
   float: left;
   margin: 17px 0 0 0;
   }

#tertiary {
   display: inline;
   font-size: 11px;
   float: right;
   margin: 17px 0 0 0;
   }




/******************** Font Styles ********************/


.serif {
   font-family: Georgia, "Times New Roman", Times, serif;
   }

.sans-serif {
   font-family: "lucida sans", Verdana, Arial, Helvetica, sans-serif;
   }


/******************** Vertical Rythm ********************/


.entry-meta {
   margin-bottom: 10px;
   }

p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form, .gallery-row, .comment-list ul, .comment-list ol {
   margin-bottom: 20px;
   }

.hentry, .widget, .comment, .navigation-links {
   margin-bottom: 26px;
   }


/******************** Logo ********************/


#logo {
   float: left;
   width: 342px;
   height: 82px;
   display: block;
   margin: 84px 0 0 26px;
   background: url('library/media/images/troy-templeman-logo.png') no-repeat;
   text-indent: -1999px;
   }

#logo a {
   display: block;
   width: 100%;
   height: 100%;
   }

#logo a:hover {
   }

.rss a {
   float: right;
   width: 39px;
   height: 43px;
   background: url('library/media/images/rss.png') no-repeat;
   display: block;
   text-indent: -9999px;
   margin: 18px 10px 0 0;
   outline: none;
   }

.rss a:hover {
   background-position: 0 -43px;
   }

#tagline {
   clear: both;
   float:left;
   width: 600px;
   height: 76px;
   text-indent: -9999px;
   margin: 0px;
   }


/******************** Navigation ********************/


#nav-header {
   clear:both;
   float: left;
   width: 600px;
   height: 52px;
   margin: 0;
   list-style: none;
   }

#nav-header li {
   display: inline;
   }

#nav-footer {
   clear:both;
   float: left;
   width: 600px;
   height: 52px;
   margin: 65px 0 0 0;
   list-style: none;
   }

#nav-footer li {
   display: inline;
   }

.nav-home a {
   display: inline;
   float: left;
   width: 77px;
   height: 52px;
   background: url('library/media/images/home.png') no-repeat;
   display: block;
   text-indent: -9999px;
   outline: none;
   }

.nav-home a:hover {
   background-position: 0 -52px;
   }

.nav-about a {
   display: inline;
   float: left;
   width: 71px;
   height: 52px;
   background: url('library/media/images/about.png') no-repeat;
   display: block;
   text-indent: -9999px;
   outline: none;
   }

.nav-about a:hover {
   background-position: 0 -52px;
   }

.nav-services a {
   display: inline;
   float: left;
   width: 92px;
   height: 52px;
   background: url('library/media/images/services.png') no-repeat;
   display: block;
   text-indent: -9999px;
   outline: none;
   }

.nav-services a:hover {
   background-position: 0 -52px;
   }

.nav-portfolio a {
   display: inline;
   float: left;
   width: 104px;
   height: 52px;
   background: url('library/media/images/portfolio.png') no-repeat;
   display: block;
   text-indent: -9999px;
   outline: none;
   }

.nav-portfolio a:hover {
   background-position: 0 -52px;
   }

.nav-photos a {
   display: inline;
   float: left;
   width: 80px;
   height: 52px;
   background: url('library/media/images/photos.png') no-repeat;
   display: block;
   text-indent: -9999px;
   outline: none;
   }

.nav-photos a:hover {
   background-position: 0 -52px;
   }

.nav-blog a {
   display: inline;
   float: left;
   width: 69px;
   height: 52px;
   background: url('library/media/images/blog.png') no-repeat;
   display: block;
   text-indent: -9999px;
   outline: none;
   }

.nav-blog a:hover {
   background-position: 0 -52px;
   }

.nav-contact a {
   display: inline;
   float: left;
   width: 105px;
   height: 52px;
   background: url('library/media/images/contact.png') no-repeat;
   display: block;
   text-indent: -9999px;
   outline: none;
   }

.nav-contact a:hover {
   background-position: 0 -52px;
   }

.facebook a {
   width: 30px;
   height: 30px;
   background: url('library/media/images/facebook.png') no-repeat;
   display: block;
   text-indent: -9999px;
   margin: -1px 22px 0px -2px;
   outline: none;
   }

.facebook a:hover {
   background-position: 0 -30px;
   }

.flickr a {
   width: 32px;
   height: 30px;
   background: url('library/media/images/flickr.png') no-repeat;
   display: block;
   text-indent: -9999px;
   margin: -1px 20px 0px 0;
   outline: none;
   }

.flickr a:hover {
   background-position: 0 -30px;
   }

.linkedin a {
   width: 32px;
   height: 30px;
   background: url('library/media/images/linkedin.png') no-repeat;
   display: block;
   text-indent: -9999px;
   margin: -3px 20px 0px 0;
   outline: none;
   }

.linkedin a:hover {
   background-position: 0 -30px;
   }

.twitter a {
   width: 31px;
   height: 28px;
   background: url('library/media/images/twitter.png') no-repeat;
   display: block;
   text-indent: -9999px;
   margin: -2px 23px 0px 0;
   outline: none;
   }

.twitter a:hover {
   background-position: 0 -28px;
   }

.youtube a {
   width: 28px;
   height: 29px;
   background: url('library/media/images/youtube.png') no-repeat;
   display: block;
   text-indent: -9999px;
   margin: -3px 25px 0px 0;
   outline: none;
   }

.youtube a:hover {
   background-position: 0 -29px;
   }




/******************** Home ********************/


.hfeed-home {
   width: 624px;
   float: left;
   margin: 0 0 0 25px;
   color: #333;
   }

.latest-blog-posts {
   width: 600px;
   height: 354px;
   margin: -9px 0 20px 0;
   }

.latest-work {
   float: left;
   width: 312px;
   height: 338px;
   margin: 0 0 25px 0;
   overflow: hidden;
   }

.latest-work h2 {
   margin-bottom: 4px;
   }

.latest-photos {
   float: left;
   width: 312px;
   height: 338px;
   margin: 0 0 25px 0;
   overflow: hidden;
   }

.latest-photos h2 {
   margin-bottom: 4px;
   }

.about {
   float: left;
   width: 290px;
   height: 287px;
   margin: 0 0 25px 0;
   }

.about h2 {
   margin-bottom: 0px;
   }

.about p {
   margin-bottom: 0;
   }


/******************** Search ********************/


.searchform {
   width: 300px;
   margin: -9px 0 -2px -4px;
   padding: 0;
}

.searchform input {
   background: url(library/media/images/search.png) no-repeat;
   width: 217px;
   height: 25px;
   margin: 0px;
   padding: 13px 40px 0 8px;
   border: 0;
}

.searchform .search-btn {
   width: 26px;
   height: 26px;
   background: url('library/media/images/search-button.png') no-repeat;
   border-width: 0;
   color: none;
   cursor: pointer;
   text-indent: -9999px;
   padding: 0;
   margin: 4px 0 0 -2px;
}

.searchform .search-btn:hover {
   background-position: 0px -26px; 
}



/******************** Twitter ********************/


.latest-tweet {
   float: left;
   width: 311px;
   height: 338px;
   margin: 0 0 26px 0;
}

.latest-tweet h2 {
   margin-bottom: 4px;
   }

.latest-tweet ul {
   background: url('library/media/images/twitter-background.png') no-repeat;
   height: 288px;
   padding: 21px 50px 0 25px;
   margin: 4px 0 0 0;
   list-style: none;
   }

.latest-tweet ul li {

   }

.latest-tweet ul li span {
   height: 111px;
   display: block;
   }

.latest-tweet ul li span a {
   margin-top: 0;
   }

.latest-tweet ul li a {
   display: block;
   margin-top: 22px;
   font: italic;
   }

.latest-tweet ul li a:hover {
   }

.twitter-follow {
   display: block;
   margin-top: -135px;
   padding-left: 25px;
   }



/******************** Links ********************/


a {
   color: #0039a6;
   text-decoration: none;
   }

a:hover {
   text-decoration: underline;
   }



/******************** Headings ********************/


h1, h2, h3, h4, h5, h6 {
   font-weight: normal;
   color: #0039A6;
   }

h1 {
   font-size: 24px;
   line-height: 28px;
   padding: 5px 0px;
   }

h2 {
   font-size: 20px;
   line-height: 22px;
   padding: 5px 0px;
   }

h3 {
   font-size: 20px;
   line-height: 22px;
   padding: 5px 0px;
   }

h4 {
   font-size: 14px;
   line-height: 18px;
   padding: 5px 0px;
   }

h5 {
   font-size: 12px;
   line-height: 18px;
   padding: 5px 0px;
   }

h6 {
   font-size: 10px;
   line-height: 16px;
   }


/******************** Content ********************/


.page-title {
   font-size: 14px;
   font-weight: bold;
   }

.page-title span {
   font-style: italic;
   font-weight: normal;
   }

.entry-title, .entry-title a {
   color: #000;
   font-size: 24px;
   line-height: 28px;
   margin-top: -14px;
   margin-bottom: -10px;
   }

.hfeed-gallery .entry-title, .hfeed-gallery.entry-title a {
   margin-bottom: -5px;
   }

.entry-title a:hover {
   color: #0039a6;
   text-decoration: none;
   }

#portfolio-page-branding {
   width: 600px;
   margin-top: -15px;
   margin-bottom: 24px;
   }

#portfolio-page-print {
   width: 600px;
   margin-top: 0px;
   margin-bottom: 24px;
   }

#portfolio-web {
   width: 600px;
   margin-top: 0px;
   }


/******************** Text Elements ********************/


address {
   font-style: italic;
   }

abbr[title], acronym[title], dfn[title] {
   cursor: help;
   border-bottom: 1px dotted #666;
   }

blockquote {
   color: #666;
   font-style: italic;
   border-left: 1px solid #ddd;
   margin-left: 15px;
   padding-left: 10px;
   }

strong {
   font-weight: bold;
   }

em, dfn, cite {
   font-style: italic;
   }

dfn {
   font-weight: bold;
   }

sup {
   bottom: 1ex;
   }

sub {
   top: .5ex;
   }

small {
   font-size: 12px;
   }

del {
   text-decoration: line-through;
   }

ins {
   text-decoration: underline;
   }

code, pre {
   line-height: 15px;
   }

var, kbd, samp, code, pre {
   font: 12px/1.4 Consolas, "Andale Mono", Courier, "Courier New", monospace;
   background: #fafafa;
   }

kbd {
   font-weight: bold;
   }

samp, var {
   font-style: italic;
   }

pre {
   white-space: pre;
   overflow: auto;
   padding: 10px;
   border: 1px solid #ddd;
   clear: both;
   }

code {
   padding: 0px 3px;
   }


/******************** Lists: (ul, ol, dl) ********************/


ul, ol, dl {
   margin-left: 15px;
   }

.nav {
   margin-left: 0px;
   }

.entry-content ul, .entry-content ol, #search-query {
   margin-left: 25px;
   }

li ul, li ol {
   margin-bottom: 0;
   }

ul ul, ol ol, ul ol, ol ul {
   margin-bottom: 0;
   }

ol {
   list-style-type: decimal;
   }

ul {
   list-style-type: disc;
   }

ul ul {
   list-style-type: circle;
   }

ul ul ul {
   list-style-type: square;
   }

dt {
   font-weight: bold;
   }

.fat li {
   margin-bottom: 10px;
   }


/******************** Tables ********************/


table {
   border: 1px solid #ccc;
   border-width: 1px;
   line-height: 18px;
   margin: 0 0 22px 0;
   text-align: left;
   padding: 0 5px;
   }

table .even {
   background: #ddd;
   }

caption {
   text-align: left;
   }

tr {
   border-bottom: 1px solid #ccc;
   }

th, td {
   padding: 5px 3px;
   }


/******************** Forms ********************/


input, textarea, button {
   background: none;
   border-color: #777;
   border-style: solid;
   border-width: 1px;
   color: #444;
   font-size: 14px;
   }

input, textarea, button {
   font-family: Cambria, Georgia, "Times New Roman", Times, serif; padding: 3px;
   }

button {
   font: 12px;
   padding: 2px 10px;
   cursor: pointer;
   }

input:focus, textarea:focus, button:hover {
   background-color: none;
   border-color: #777;
   }



/******************** Bugfix ********************/


.safari input {
   padding: 0px 3px;
   }

.chrome input {
   padding: 1px 3px;
   }



/******************** Comments ********************/


#comments {
   background: url(library/media/images/divider.png) no-repeat;
   padding-top: 16px;
   }

.comment-list, .comment-list .children {
   list-style: none;
   }

.comment-list {
   margin-left: 0px;
   }

.comment {
   background: url(library/media/images/divider.png) no-repeat;
   padding-top: 23px;
   margin-bottom: 20px;
   }

.comment-content {
   width: 520px;
   margin-left:79px;
   }

.comment-list .children {
   margin-top: 40px;
   }

.comment-meta {
   margin-bottom: 15px;
   }

.commenter {
   font-size: 20px;
   font-style: normal;
   }

.avatar {
   float: left;
   margin: 0 25px 10px 0;
   border: 1px #777 solid;
   padding: 1px;
   }

#respond {
   background: url(library/media/images/divider.png) no-repeat;
   padding-top: 16px;
   }


/******************** Comment Reply ********************/


#comment-form .form-section input {
   width: 277px;
   height: 25px;
   font-family: Georgia, "Times New Roman", Times, serif;;
   background: url(http://www.troytempleman.com/wp-content/themes/wp-framework/library/media/images/contactform.png) no-repeat;
   margin: -8px -1px -2px -1px;
   padding: 12px 25px 0 9px;
   border: 0;
   }

#comment {
   width: 586px;
   height: 217px;
   font-family: Georgia, "Times New Roman", Times, serif;;
   background: url(http://www.troytempleman.com/wp-content/themes/wp-framework/library/media/images/commentform.png) no-repeat;
   margin: 0;
   padding: 7px;
   border: 0;
   }

.form-section {
   margin-bottom: 10px;
   }

.form-section label {
   cursor: pointer;
   }

#commenter-details input {
   margin-right: 10px;
   }

#allowed-tags {
   font: 11px Verdana, Arial, Helvetica, sans-serif;
   padding: 5px 10px;
   background: #fff;
   border: 1px #ddd dotted;
   border-top: none;
   width: 573px;
   }

#submit {
   width: 128px;
   height: 35px;
   color: #fff;
   font-family: #fff Georgia, "Times New Roman", Times, serif;
   font-weight: bold;
   background: url(http://www.troytempleman.com/wp-content/themes/wp-framework/library/media/images/button.png) no-repeat;
   margin: 0;
   padding: 0 0 6px 0;
   border: 0;
   }


/******************** Images ********************/


img, img a {
   border: 4px double #777;
   }

img a:hover {
   border: 4px double #003ca2;
   }

img.alignleft {
   float: left;
   margin-right: 20px;
   margin-top: 5px;
   margin-bottom: 20px;
   border: 4px double #777;
   }

img.alignright {
   display: block;
   float: right;
   margin-left: 20px;
   margin-top: 5px;
   margin-bottom: 20px;
   border: 4px double #777;
   }

img.aligncenter { 
   margin-left: auto;
   margin-right: auto;
   display: block;
   clear: both;
   margin-top: 5px;
   margin-bottom: 20px;
   border: 4px double #777;
   }

img.alignleft a:hover, img.alignright a:hover, img.aligncenter a:hover, {
   border: 4px double #003ca2;
   }

.wp-caption {
   text-align: center;
   }

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
   }

.wp-caption .wp-caption-text {
   margin: 0;
   padding: 5px;
   }

.wp-smiley {
   max-height: 13px;
   margin: 0 !important;
   } /* Prevent the smileys from breaking line-height */


/******************** [gallery] ********************/


.gallery {
   margin: auto;
   }

.gallery-image {
   border: 2px solid #cfcfcf;
   margin-left: 0;
   }

.gallery-caption {
   margin-left: 0;
   }

.gallery-item {
   float: left;
   text-align: center;
   margin-left: 0;
   }

.gallery-columns-2 {
   width: 50%;
   }

.gallery-columns-3 {
   width: 33%;
   }

.gallery-columns-4 {
   width: 25%;
   }

.gallery-columns-5 {
   width: 20%;
   }

.gallery-columns-6 {
   width: 16%;
   }

.gallery-columns-7 {
   width: 14%;
   }

.gallery-columns-8 {
   width: 12%;
   }

.gallery-columns-9 {
   width: 11%;
   }


/******************** Navigation ********************/


.page-navigation .nav-next {
   float: left;
   }

.page-navigation .nav-previous {
   float: right;
   }

.single-page-navigation .nav-next {
   float: right;
   }

.single-page-navigation .nav-previous {
   float: left;
   }

/* [gallery] + navigation clearfix */

.gallery-row:after, .navigation-links:after, .container:after, .menu:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
   }

.gallery-row, .navigation-links, .container, .menu {
   display: block;
   }


/******************** Basic Alignments ********************/


.alignleft {
   float: left;
   }

.alignright {
   float: right;
   }

.aligncenter {
   margin-left: auto;
   margin-right: auto;
   display: block;
   clear: both;
   }


/******************** Flickr Photo Gallery ********************/


#flickr-portfolio, #flickr-photos {
   }

#flickr-portfolio ul, #flickr-photos ul {
   list-style: none;
   margin: 0px;
   }

#flickr-portfolio ul li, #flickr-photos ul li {
   list-style: none;
   width: 123px;
   height: 123px;
   overflow: hidden;
   margin: 0 25px 25px 0;
   float: left;
   border: 4px double #777;
   }

#flickr-portfolio ul li:hover, #flickr-photos ul li:hover {
   border: 4px double #0039A6;
   }

#flickr-portfolio ul li img {
   width: 100%;
   height: 100%;
   }

#flickr-photos ul li img {
   width: 133%;
   height: auto;
   }

#lightbox-image {
   border: none;
   }

#flickr-portfolio-branding {
   clear:both;
   float: left;
   }

#flickr-portfolio-print {
   clear:both;
   float: left;
   }

#flickr-portfolio-web {
   clear:both;
   float: left;
   }


/******************** Clear Floats ********************/


.clear  {
   clear: both;
   }



/******************** No More IE6 Plugin ********************/


#nmie_contain img  {
   border: none;
   }  


/******************** Google AdSense ********************/


#aubg  {
   background-color: none;
   font: 14px/20px Georgia, "Times New Roman", Times, serif;
   color: #333;
   }  







