@charset "utf-8";
/* Jeremy Girard - pumpkin-king.com */

/* ------------------------------ font-face fonts ------------------------------ */
@font-face {
	font-family: 'ChunkFiveRegular';
	src: url('http://www.pumpkin-king.com/fonts/Chunkfive-webfont.eot');
	src: local('â˜º'), url('http://www.pumpkin-king.com/fonts/Chunkfive-webfont.woff') format('woff'), url('http://www.pumpkin-king.com/fonts/Chunkfive-webfont.ttf') format('truetype'), url('http://www.pumpkin-king.com/fonts/Chunkfive-webfont.svg#webfontbMWZ83oH') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'DevroyeRegular';
    src: url('http://www.pumpkin-king.com/fonts/DEVROYE_-webfont.eot');
    src: url('http://www.pumpkin-king.com/fonts/DEVROYE_-webfont.eot?iefix') format('eot'),
         url('http://www.pumpkin-king.com/fonts/DEVROYE_-webfont.woff') format('woff'),
         url('http://www.pumpkin-king.com/fonts/DEVROYE_-webfont.ttf') format('truetype'),
         url('http://www.pumpkin-king.com/fonts/DEVROYE_-webfont.svg#webfontmj1PSxXC') format('svg');
    font-weight: normal;
    font-style: normal;
}





/* ------------------------------ general layout ------------------------------ */ 

body {
	background: #e8e8d9 url(http://www.pumpkin-king.com/images/bg-body.gif) repeat-x fixed left top;
}

div#container {
	width: 973px;
	margin: 0 auto;
	position: relative;
}

/* displayed in site footer, inside the 'whats this about? section */
h1 {
	width: 220px;
	position: absolute;
	bottom: 50px;
	left: 28px;
	z-index: 300;
	font-size: 12px;
	color: #FFF;
	text-align: justify;
}

h2, h3 {
	font: 30px 'ChunkFiveRegular', Georgia, sans-serif;letter-spacing: 0;
	margin-bottom: 16px;
}

h4,
th {
	font: 18px 'ChunkFiveRegular', Georgia, sans-serif;letter-spacing: 0;
	margin-bottom: 4px;
}

p {
	text-align: justify;
}



/* ------------------------------ nav ------------------------------ */

nav {
	width: 973px;
	height: 85px;
	background: url(http://www.pumpkin-king.com/images/bg-nav.png) no-repeat center top;
	text-align: center;
	z-index: 200px;
}

nav ul {
	padding-top: 22px;
	
}

nav li {
	display: inline;
	margin: 0 20px;
}

nav a {
	font: 20px 'ChunkFiveRegular', Georgia, sans-serif;letter-spacing: 0;
	color: #FFF;
	text-shadow: 1px 1px 3px #363634;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

nav a:hover {
	color: #ae9c5e;
}




/* ------------------------------ header ------------------------------ */

div#page {
	width: 933px;
	margin: -14px auto 0 auto;
	padding-bottom: 100px;
	background: url(http://www.pumpkin-king.com/images/bg-page.gif) repeat left top;
	border-left: 1px solid #c5bbaa;
	border-right: 1px solid #c5bbaa;
}

header {
	width: 933px;
	height: 151px;
	margin-top: -24px;
	float: left;
}

header a {
	width: 933px;
	height: 151px;
	display: block;
	background: url(http://www.pumpkin-king.com/images/bg-header.png) no-repeat center top;
	text-indent: -9999px;
}

header a:hover {
	background-position: center bottom;
}




/* ------------------------------ billboard ------------------------------ */

section#billboard {
	width: 933px;
	position: relative;
	clear: both;
	color: #a73c02;
	background: url(http://www.pumpkin-king.com/images/bg-billboard-line.png) no-repeat center bottom;
}

#homePage section#billboard {
	height: 250px;
	margin-top: -24px !important;
	float: left;
	background: url(http://www.pumpkin-king.com/images/bg-billboard.png) no-repeat center bottom;
}

#errorPage section#billboard {
	height: 510px;
}

#homePage section#billboard h2 {
	text-indent: -9999px;
}

/*#homePage section#billboard h2 {
	font-size: 45.5px;
	padding: 0 26px;
	line-height: .5;
}

#homePage section#billboard h2 b {
	font-size: 83px;
	display: block;
	white-space: nowrap;
}

#homePage section#billboard h2 .amp {
	font-size: 75px;
	color: #7a2e05;
}*/

#aboutPage section#billboard {
	height: 150px;
}

#aboutPage section#billboard h2 {
	font-size: 58px;	
	padding: 12px 26px 0 26px
}

#aboutPage section#billboard p {
	font: 25px 'ChunkFiveRegular', Georgia, sans-serif;letter-spacing: 0;
	margin: -10px 0 16px 0;
	padding-left: 26px;
}

#portfolioPage section#billboard {
	height: 50px;
	padding-bottom: 20px;
	background: none;
}

#portfolioPage section#billboard h2 {
	font-size: 31px;
	padding: 0 26px;
}

section#billboard h2 span.amp {
	font: 30px 'DevroyeRegular', Georgia, sans-serif;letter-spacing: 0;
}

#blogPage section#billboard {
	height: 70px;
	background: none;
}

#blogPage section#billboard h2 {
	font-size: 32px;
	padding: 10px 26px;
}

/*#musingsPage section#billboard h2,*/
#searchPage section#billboard h2,
#eventsPage section#billboard h2 {
	width: 870px;
	padding-bottom: 50px;
	line-height: 1.4;
	color: #a73c02;
	text-indent: 0;
	margin: 12px 30px 0 30px;
	background: none;
}

#errorPage section#billboard h2 {
	height: 510px;
	text-indent: -9999px;
	background: url(http://www.pumpkin-king.com/images/bg-billboard-404.png) no-repeat center top;
}

/*#musingsPage section#billboard a {
	font: 30px 'ChunkFiveRegular', Georgia, sans-serif;letter-spacing: 0;
	color: #b54204;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#musingsPage section#billboard a:hover {
	color: #df5206;
}

#musingsPage section#billboard p {
	position: absolute;
	bottom: 24px;
	right: 40px;
}*/

#eventsPage section#billboard h2 {
	font-size: 44px;
	margin-bottom: 0;
	padding-bottom: 36px;
}

#eventsPage section#billboard h4 {
	padding: 0 26px 10px 26px;
	color: #393836;
	font-size: 24px;
	margin-bottom: 30px;
}

#contactPage section#billboard,
#musingsPage section#billboard {
	height: 150px;
}

#contactPage section#billboard h2,
#musingsPage section#billboard h2 {
	font-size: 46px;	
	padding: 12px 26px 0 26px;
}

#contactPage section#billboard p,
#musingsPage section#billboard p {
	font: 25px 'ChunkFiveRegular', Georgia, sans-serif;letter-spacing: 0;
	margin: -10px 0 16px 0;
	padding-left: 26px;	
}

#portfolioLink, #blogLink {
	position: absolute;
	bottom: 50px;
	font: 30px 'ChunkFiveRegular', Georgia, sans-serif;letter-spacing: 0;
	color: #a73c02;
	text-decoration: none;
	text-transform: lowercase;
	padding-bottom: 4px;
}

#portfolioLink {
	width: 374px;
	background: url(http://www.pumpkin-king.com/images/button-pix.png) no-repeat left top;
	left: 20px;
	padding-left: 75px;
}

#blogLink {
	background: url(http://www.pumpkin-king.com/images/button-para.png) no-repeat right top;
	right: 22px;
	padding-right: 75px;
}

#portfolioLink:hover {
	background-position: left bottom;
	color: #df5206;
}

#blogLink:hover {
	background-position: right bottom;
	color: #df5206;
}

#portfolioPage section#billboard p,
#portfolioPage section#billboard a,
#blogPage section#billboard p,
#blogPage section#billboard a {
	font: 20px 'ChunkFiveRegular', Georgia, sans-serif;letter-spacing: 0;
	color: #a73c02;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#portfolioPage section#billboard a:hover,
#blogPage section#billboard a:hover {
	color: #df5206;
}

#portfolioPage section#billboard p,
#blogPage section#billboard p {
	position: absolute;
	left: 30px;
	bottom: 0px;
	color: #393836;
}

#portfolioCategories,
#blogCategories {
	position: absolute;
	left: 160px;
	bottom: 0px;
}

#portfolioCategories li,
#blogCategories li {
	display: inline;
	margin-right: 14px;
	padding-right: 24px;
	background: url(http://www.pumpkin-king.com/images/diamond.png) no-repeat right center;
}

#blogCategories li {
	margin-right: 10px;
	padding-right: 20px;
}

#portfolioCategories > li:last-child,
#blogCategories > li:last-child  {
	background: none;
}




/* ------------------------------ content ------------------------------ */

section#content {
	width: 933px;
}

#content a {
	color: #a73c02;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#content a:hover {
	color: #df5206;
}

/* main section */
section#mainContent {
	width: 503px;
	margin-left: 33px;
	float: left;
}

#mainContent p {
	margin-bottom: 20px;
}

#mainContent h4 {
	margin-top: 40px;
}

/* double wide section for the pages that have no sidebar */
#aboutPage section#mainContent,
#portfolioPage section#mainContent,
#blogPage section#mainContent,
#errorPage section#mainContent,
#searchPage section#mainContent {
	width: 860px;
}

/* portfolio page */
.portfolioEntry,
.portfolioEntry a {
	width: 114px;
	height: 72px;
}

.portfolioEntry {
	width: 120px;
	position: relative;
	float: left;
	margin: 15px 11px;
}

.portfolioEntry a {
	display: block;
	border: 3px solid #dcdcd1;
	-webkit-transform: scale(1);
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.portfolioEntry a:hover {
	border-color: #df5206;
	-webkit-transform: scale(1.2);
	
}

.portfolioEntry img {
	opacity: 1;
	-webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
	-o-transition: opacity .25s ease;
	transition: opacity .25s ease;
}

.portfolioEntry:hover img {
	opacity: .2;
}

.portfolioEntry dd {
	width: 100px;
	height: 62px;
	padding: 5px 7px;
	margin-left: 3px;
	color: #393836;
	background-color: rgba(255,255,255.99);
	font-size: 10px;
	font-style: italic;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

.portfolioEntry:hover dd {
	display: block;
}

/* portfolio - ind. project */
#portfolioProjectPage section#mainContent {
	width: 553px;
	margin: 24px 0 0 346px;
}

#portfolioProjectPage section#mainContent h3 {
	color: #a73c02;
}

.projectDetails {
	margin-bottom: 30px;
}

#portfolioProjectPage section#mainContent a img {
	border: 3px solid #dcdcd1;
	position: absolute;
	left: 50px;
	top: 220px;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#portfolioProjectPage section#mainContent a img:hover {
	border-color: #df5206;
}

/* blog page */
.blogEntry,
.blogEntry a {
	width: 250px;
	height: 150px;
}

.blogEntry {
	width: 256px;
	position: relative;
	float: left;
	margin: 17px 15px;
}

.blogEntry a {
	display: block;
	border: 3px solid #dcdcd1;
	-webkit-transform: scale(1);
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.blogEntry a:hover {
	border-color: #df5206;
	-webkit-transform: scale(1.15);	
}

.blogEntry img {
	z-index: 200;
	opacity: 1;
	-webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
	-o-transition: opacity .25s ease;
	transition: opacity .25s ease;
}

.blogEntry:hover img {
	opacity: .2;
}

.blogEntry dd {
	width: 250px;
	height: 150px;
	position: absolute;
	left: 0;
	top: 0;
	padding: 5px 7px;
	margin-left: 3px;
	color: #393836;
	background-color: rgba(255,255,255.99);
	font-size: 10px;
	font-style: italic;
	display: none;

}

.blogEntry:hover dd {
	display: block;
}


/* musings page */
.musingsDate {
	font-size: 12px;
	display: block;
}

.elsewhereEntry {
	padding-bottom: 24px;
}

.elsewhereEntry dt {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.3;
	padding-bottom: 6px;
}

/* events page*/

#eventsPage section#mainContent h4 {
	margin-top: 0;
}

.eventDetails {
	width: 200px;
	float: left;
}

.eventDesc {
	margin-left: 240px;
	width: 620px;
}

#eventsPage .speakingDate {
	padding-bottom: 24px;
}

/* sidebar */
section#sidebar {
	margin: 0 34px 0 586px;
}

section#sidebar section {
	border-top: 1px solid #c4c4bd;
	padding: 20px 0;
}

#sidebar h5 a {
	color: #393836;
	text-decoration: none;
	font-weight: bold;
}

#sidebar a img {
	border: 3px solid #dcdcd1;
	margin: 4px 0;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#sidebar a:hover img {
	border-color: #df5206;
}

/* kludge - to clear the social links on this page */
#contactPage #sidebar ul {
	padding-right: 80px;
	margin-bottom: 50px;
	float: left;
}

/* overwrite normal sidebar transitions for the social links */
#contactPage #sidebar li a {
	-webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
	-o-transition: opacity .25s ease;
	transition: opacity .25s ease;
}

section#blogTeaser {
	margin-top: 20px;
}

.speakingDate {
	margin: 24px 0;
}

.speakingDate dt {
	font-weight: bold;
}

/* contact form */
label {
	display: block;
}

input {
	width: 300px;
	margin-bottom: 10px;
}

textarea {
	width: 300px;
}

.inputButton {
	width: 80px;
    	height: 25px;
    	border: 1px solid #CCC;
    	color: #FFF;
    	background-color: #333;
	-webkit-transition: background-color .25s ease;
	-moz-transition: background-color .25s ease;
	-o-transition: background-color .25s ease;
	transition: background-color .25s ease;
	display: block;
}

.inputButton:hover {
	background-color: #df5206;
}

#errorPage section#mainContent ul {
	padding-bottom: 60px;
}

#searchPage th,
#searchPage td {
	padding: 10px;
}




/* ------------------------------ footer ------------------------------ */

footer {
	width: 973px;
	height: 229px;
	margin-top: -100px;
	z-index: 200;
	clear: both;
	position: relative;
	background: url(http://www.pumpkin-king.com/images/bg-footer.png) no-repeat center bottom;
}

footer section {
	float: left;
	margin: 20px 10px;
}

section#pageDesc {
	width: 234px;
	margin-left: 28px;
}

section#siteSearch {
	width: 224px;
}

section#rssFeeds {
	width: 164px;
}

section#socialLinks {
	width: 234px;
}

footer h4, 
footer p,
footer li,
footer a {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}

footer h4 {
	font-size: 18px;
	padding-top: 80px;
	text-shadow: 1px 1px 3px #363634;
}

/* search */
#siteSearch input#searchBox {
	width: 160px;
	height: 32px;
	background-color: #b89683;
	background-color: rgba(250,250,250,.5);
	color: #72300b;
	padding: 0 5px 5px 5px;
	margin: 5px 0 0 -2px;
	border: 1px solid #5f2606;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	font-size: 14px;
	font-style: italic;
	-webkit-box-shadow: inset 0 0 5px 5px#888;
	-moz-box-shadow: inset 0 0 5px 5px #888;
	-o-box-shadow: inset 0 0 5px 5px #888;
	box-shadow: inset 0 0 5px 5px #888;
	-webkit-transition: background-color .25s ease;
	-moz-transition: background-color .25s ease;
	-o-transition: background-color .25s ease;
	transition: background-color .25s ease;
}

#siteSearch input#searchBox:focus {
	background-color: #fafafa;
	background-color: rgba(250,250,250,1);
	border: 1px solid #5f2606;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

#siteSearch input#searchButton {
	width: 30px;
	height: 30px;
	margin: 0 0 0 -20px;
	background-color: #a73c02;
	color: #FFF;
	font: 12px 'ChunkFiveRegular', Georgia, sans-serif;letter-spacing: 0;
	border: 1px solid #a73c02;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#siteSearch input#searchButton:hover {
	background-color: #df5206;
}

/* out and about / social icons */
.socialIcons li {
	width: 39px;
	height: 39px;
	float: left;
	margin: 6px 3px;
	display: block;
}

.socialIcons li a {
	width: 39px;
	height: 39px;
	text-indent: -9999px;
	display: block;
	opacity: .7;
	-webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
	-o-transition: opacity .25s ease;
	transition: opacity .25s ease;
}

.tw a {
	background: url(http://www.pumpkin-king.com/images/icon-twitter.png) no-repeat left top;
}

.dr a {
	background: url(http://www.pumpkin-king.com/images/icon-dribbble.png) no-repeat left top;
}

.fb a {
	background: url(http://www.pumpkin-king.com/images/icon-facebook.png) no-repeat left top;
}

.lk a {
	background: url(http://www.pumpkin-king.com/images/icon-linked.png) no-repeat left top;
}

.en a {
	background: url(http://www.pumpkin-king.com/images/icon-envision.png) no-repeat left top;
}

.socialIcons li a:hover {
	background-position: left bottom;
	opacity: 1;
}

footer p.clear {
	width: 100%;
	text-align: center;
	font-size: 10px;	
}

footer a {
	color: #FFF;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

footer a:hover {
	color: #ae9c5e;
}





/* ------------------------------ blog general styles ------------------------------ */

section#blogComments {
	width: 873px;
	padding: 30px 30px 100px 30px;
	background: #FFF;
	background: rgba(255,255,255,.2);
}

div.commentsContent {
	width: 90%;
	margin: 0 auto;
	font-size: 12px;
	border: 1px solid #CCC;
	margin: 12px 6px;
	padding: 20px;
}

h5 {
	font: 12px 'ChunkFiveRegular', Georgia, sans-serif;letter-spacing: 0;
	margin-bottom: 4px;
}

p.footnote {
	font-size: 10px;
}

.appliedCategories a {
	font-size: 12px;
	text-decoration: underline;
}

#commentsButtons {
    padding: 10px 0 25px 25px;
}

.profilePic {
	float: right;
	margin: 0 0 20px 30px;	
}

.profilePic img {
	border: 3px solid #FFF;
	-webkit-box-shadow: 2px 2px 14px #c1bfbf;
	-moz-box-shadow: 2px 2px 14px #c1bfbf;
	box-shadow: 2px 2px 14px #c1bfbf;
}

.profilePic figcaption {
	font-size: 11px;
	font-style: italic;
}
