/* 
Theme Name: jeffgran
Theme URL: http://jeffgran.com
Description: Jeff Gran's blog theme
Author: Jeff Gran
Author URI: http://jeffgran.com
Version: 1

*/

/*  The following CSS Reset was written by Eric Meyer */
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;}
:focus {	outline: 0;}
ins {	text-decoration: none;}
del {	text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}

/*Theme Specific:*/

/* General */
body {
   font-family: Tahoma,Arial,Helvetica,sans-serif;
   background: #555 url(img/bg_tile_x.jpg) repeat-x;
   color: #ccc;
   font-size: 62.5%;
}

#container {
   width: 960px;
   margin: 0 auto;
}

p , ul, ol {
   font-family: Tahoma,Arial,Helvetica,sans-serif;
   font-size: 1.6em;
   line-height: 150%;
   margin: 10px 0 30px;
}
ol {
   list-style: decimal;
   margin-left: 40px;
}
pre { 
   font-family: "fake font for FF", monospace;
   font-size: 1.3em;
   line-height: 120%;
   margin: 10px 0 30px;
   overflow: auto;
}
a {
   text-decoration: none;
   color: #e0c236;
}

a:hover {
   text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
   font-family:Verdana,Geneva,sans-serif;
	font-weight: normal;
   margin: 5px 0 10px;
   line-height: 130%;
}
h1 {
   font-size: 2.4em;
}
h2 {
   font-size: 2em;
}
h3 {
   font-size: 1.6em;
   font-family: Tahoma,Arial,Helvetica,sans-serif;
   font-weight: bold;
}
h4 {
   font-size: 1.6em;
   font-weight: bold;
}


/**********/
/* header */
/**********/
#header {
   height: 100px;
   margin-bottom: 40px;
}
#header h1,
#header h3 {
   float: left;
   background: url(img/jeffgran.jpg);
   width: 255px;
   margin: 0;
   height: 100%;
}
#header h1 a,
#header h3 a {
   text-indent: -9999px;
   height: 100%;
   display: block;
}

/* main navigation */

#mainNav {
   float: right;
   margin-top: 54px;
}
#mainNav li {
   float: left;
   height: 44px;
   margin: 0 2px;
}
#mainNav li a {
   text-indent: -9999px;
   display: block;
   height: 100%;
   background: url(img/mainNav_tabs.png) no-repeat;
}
#mainNav li a:hover {
   text-decoration: none;
}
/*blog*/
#mainNav li.blog a {
   width: 62px;
   background-position: 0 -44px;
}
#mainNav li.blog a:hover,
#mainNav li.blog a.current {
   background-position: 0 0;
}
/*portfolio*/
#mainNav li.portfolio a {
   width: 105px;
   background-position: -62px -44px;
}
#mainNav li.portfolio a:hover,
#mainNav li.portfolio a.current {
   background-position: -62px 0;
}
/*contact*/
#mainNav li.contact a {
   width: 110px;
   background-position: -167px -44px;
}
#mainNav li.contact a:hover,
#mainNav li.contact a.current {
   background-position: -167px 0;
}
/*about*/
#mainNav li.about a {
   width: 85px;
   background-position: -277px -44px;
}
#mainNav li.about a:hover,
#mainNav li.about a.current {
   background-position: -277px 0;
}
/*links*/
#mainNav li.links a {
   width: 64px;
   background-position: -362px -44px;
}
#mainNav li.links a:hover,
#mainNav li.links a.current {
   background-position: -362px 0;
}
/* end header */
/**************/




/**********************/
/* home page top part */
/**********************/
#home-top {
   background: url(img/home-top.png) center center repeat-x;
   height: 300px;
   margin: 0 25px 40px 25px;
   position: relative;
}

#ht-left {
   background: url(img/home-top.png) left top no-repeat;
   position: absolute;
   left: -15px;
   width: 15px;
   height: 300px;
}
#ht-right {
   background: url(img/home-top.png) right bottom no-repeat;
   position: absolute;
   left: 910px;
   width: 15px;
   height: 300px;
}
#ht-content {
   padding: 30px 15px;
}
#ht-portrait {
   float: left;
   padding-right: 39px;
   border-right: 1px solid #555;
}
#ht-intro {
   float: left;
   width: 560px;
   height: 240px;
   padding-left: 39px;
   border-left: 1px solid #000;
}
#ht-intro p {
   font-family:Verdana,Geneva,sans-serif;
   font-size: 2.4em;
   line-height: 130%;
   margin-top: 0;
}
#ht-buttons {
   width: 560px;
   height: 105px;
   position: absolute;
   bottom: 30px;
}

a.ht-button {
   padding: 0 39px;
   border-left: 1px solid #000;
   border-right: 1px solid #555;
   float: left;
   display: block;
   height: 105px;
   width: 80px;
   background: url(img/ht-icon-bg_n.png) center bottom no-repeat;
   text-align: center;
}
a.ht-button:hover {
   background-image: url(img/ht-icon-bg_h.png);
}
a.ht-button span {
   position: absolute;
   font-family:Verdana,Geneva,sans-serif;
   font-size: 1.6em;
}
a.ht-button img {
   position: relative;
   top: 25px;
}
a.htb1 {
   padding-left: 0;
   border-left: 0;
   background-position: left bottom;
}
a.htb4 {
   padding-right: 0;
   border-right: 0;
   background-position: right bottom;
}
/* end home-top */
/****************/



/*****************/
/* content panes */
/*****************/

.p620,
.p620 .pane-top,
.p620 .pane-bottom {
   width: 620px;
   background-image: url(img/pane-620.png);
}
.p460,
.p460 .pane-top,
.p460 .pane-bottom {
   width: 460px;
   background-image: url(img/pane-460.png);
}
.p300,
.p300 .pane-top,
.p300 .pane-bottom {
   width: 300px;
   background-image: url(img/pane-300.png);
}
.pane {
   float: left;
   margin: 20px 10px 40px;
   position: relative;
   background-position: center center;
   background-repeat: repeat-y;
}
.pane-top {
   background: left center no-repeat;
   height: 20px;
   position: relative;
   top: -20px;
}
.pane-bottom {
   clear: both;
   background: right center no-repeat;
   height: 20px;
   position: relative;
   bottom: -20px;
}
.pane-content {
   padding: 0 30px; 
   margin-top: -20px;
}
.pane-content h2,
.pane-content h1 {
   font-size: 2.4em;
   line-height: 150%;
   padding-bottom: 20px;
   color: #ccc;
   border-bottom: 1px solid #797979;
}
.pane-content h2 a {
   float: right;
}
.pane-content h3 {
   margin-top: 20px;
}
/* end panes */
/*************/




/* General stuff */
p.morelink {
   margin: 0;
   margin-top: -15px;
   height: 30px;
   font-size: 1.2em;
   line-height: 30px;
   clear: both;
   
}
.morelink a {
   display: block;
   float: right;
   height: 30px;
   width: 120px;
   text-align: center;
   background: url('img/jg_button.png') no-repeat top right;
   color: #333;
}
.morelink a:hover {
   color: #f1e454;
   text-decoration: none;
}


.post-excerpt {
   padding-bottom: 20px;
   border-bottom: 1px solid #606060;
}

#post ul,
.portfolio-item ul {
   list-style: circle outside;
   margin-left: 40px;
}

#postmeta {
   border-top: 1px solid #797979;
   padding-top: 15px;
}
#postmeta p {
   font-family:Verdana,Geneva,sans-serif;
   font-size: 1.2em;
   font-variant: small-caps;
   margin: 10px 0;
}
#postmeta p span {
   font-variant: normal;
}


#paged-navigation p {
   margin-top: 25px;
   margin-bottom: 0;
}

.date {
   font-size: 1.1em;
   text-transform: uppercase;
   margin: 10px 0 !important;
   color: #797979;
}

.floatleft, .alignleft {
   float: left;
   margin-right: 20px;
}
.floatright, .alignright {
   float: right;
   margin-left: 20px;
}

.featured-portfolio-image {
   float: left;
   border: 1px solid #666;
   margin-right: 25px;
   margin-bottom: 25px;
}

pre {
   background: #333;
   padding: 10px;
   border: 1px solid #555;
}



/****************/
/*   comments   */
/****************/
.avatar {
   float: left;
   margin-right: 20px;
}

.commentList {
   margin-top: 25px;
   border-bottom: 1px solid #e0c236;
   border-top: 1px solid #e0c236;
   padding-top: 25px;
}
.commentBox {
   margin-bottom: 25px;
   padding: 0 20px;
   background: #333;
   border: 1px solid #666;
}
.commentBox.even {
   background: #222;
}
.commentList .commentHeading {
   margin-top: 0;
   margin-bottom: 25px;
}



/***************/
/*    Forms    */
/***************/

#respond {
}

form p {
   margin: 5px 0;
}

input#author,
input#email,
input#url,
input#subject,
textarea#comment
{
   /* important to override google's auto-fill color */
   background: #666 !important;
   border: 1px solid #797979;
   color: #eee;
   font-family: Verdana, Geneva, sans-serif;
   font-size: 1em;
   padding: 5px;
   margin-bottom: 20px;
}
textarea {
   width: 548px;
}
.special {
   color: #e0c236;
}
input#submit,
p#submit input {
   background: url('img/jg_button.png') no-repeat top left;
   color: #3c3c3c;
   font-family: Verdana, Geneva, sans-serif;
   font-size: 16px;
   width: 120px;
   height: 30px;
   margin-top: 15px;
   border: 0;
}
input#submit:hover,
p#submit input:hover {
   color: #e5eba8;
}
#mainContent form p {
   margin: 2px 0 0 0;
}
.wpcf7-response-output {
   margin-top: 20px;
   color: #e0c236;
}
.wpcf7-not-valid-tip-no-ajax {
   color: #e0c236;
   margin-left: 10px;
}
.wpcf7-response-output {
   font-size: 1.6em;
}
span.wpcf7-not-valid-tip {
   background-color: #e0c236;
   color: #333;
   border: 1px solid #333;
}



/**************/
/* Links Page */
/**************/
.linkBox {
   width: 518px;
   height: 100px;
   background: #555;
   border: 1px solid #666;
   padding: 20px;
   margin: 20px 0;
}
.linkBox img {
   float: right;
   margin-left: 25px;
}
.linkBox h3 {
   margin-top: 0 !important;
}
.linkBox p {
   font-size: 1.5em;
}
/*  end links  */
/***************/






/*******************/
/* Portfolio Pages */
/*******************/

#portfolio-breadcrumbs {
   float: left;
   width: 550px;
   margin-top: -10px;
   padding: 5px;
   border-bottom: 1px solid #797979;
   background: #333;
   font-family:Verdana,Geneva,sans-serif;
   font-size: 1.2em;
   font-variant: small-caps;
}

#portfolio-breadcrumbs li {
   float: left;
   padding: 0 5px;
}

.portfolio-category,
.portfolio-item {
   clear: both;
   padding-bottom: 20px;
   border-bottom: 1px solid #666;
}
.portfolio-category img,
.portfolio-item img {
   margin-bottom: 20px;
}
.portfolio-item img {
   border: 1px solid #797979;
}
.portfolio-category h3,
.portfolio-item h3 {
   font-size: 2em;
}
.portfolio-item .morelink {
   margin-top: 0;
}

/* portfolio gallery */
.portfolio-gallery-thumb img{
   margin: 2px;
}


/*  end portfolio  */
/*******************/




/*****************/
/*    Sidebar    */
/*****************/

#sidebar {
   float: right;
   width: 320px;
}

.p300 ul {
   margin-bottom: 0;
}
.twitter-timestamp {
   /* 1.1em(desired size) / 1.6em(inherited from ul */
   font-size: 0.6875em;
   /* the rest mirrors .date */
   text-transform: uppercase;
   color: #797979;
   display: block;
}
#recent-posts {
   
}
#recent-posts li {
   list-style: circle outside;
   margin-left: 20px;
}

#jg-connect a {
   display: block;
   margin-top: 20px;
   margin-bottom: -10px;
}



#footer {
   clear: both;
   height: 80px;
   background: url(img/footer.png) center center repeat-x;
   position: relative;
   margin: 0 25px 20px 25px;
}
#f-left {
   background: url(img/footer.png) left top no-repeat;
   position: absolute;
   left: -15px;
   width: 15px;
   height: 80px;
}

#f-right {
   background: url(img/footer.png) right bottom no-repeat;
   position: absolute;
   left: 910px;
   width: 15px;
   height: 80px;
}
#f-content {
   padding: 0 25px;
   text-align: center;
}
#f-content p {
   font-size: 1em;
   line-height: 80px;
   margin: 0;
}

/*****************/
/*   WP-Syntax   */
/*****************/
.wp_syntax table {
  border-collapse: collapse;
}
.wp_syntax .line_numbers {
  text-align: right;
}
.wp_syntax {
   overflow: hidden;
}