/*
	Spider Joe<TM> site-wide stylesheet
	Copyright (c) 2011, 2015 Joseph T. Lapp
*/

/**** Common Layout **********************************************************/

body {
	padding: 0;
	margin: 0;
    font-family: Verdana, Geneva, sans-serif;
	background-image: url('/design/background.png');
	background-repeat: repeat;
}

table, form, img, tr, td {
	border: 0;
	padding: 0;
	margin: 0;
}

p {
	line-height: 18px;
	margin: 14px 0 0 0;
	font-size: 16px;
	padding: 0;
}

#canvas {
    position: relative; /* for popup backdrop */
	z-index: 1;
}

#columns {
    width: 1012px; /* 160 + 640 + 32 + 180 */
}

.menu_column {
	padding: 24px 0;
	width: 160px;
	text-align: center;
	float: left;
}

#content_column {
    float: left;
	width: 640px; /* 560px youtube videos + 16px border + 24px margin */
}

#sidebar_column {
	float: left;
	padding-left: 20px;
}

#sidebar {
    width: 192px;
    margin-top: 10px;
    margin-bottom: 24px;
}

#sidebar .likesbugs_ad {
	background-color: #fafacc;
	border-radius: 8px;
	margin-top: 106px;
	margin-bottom: 20px;
	padding: 6px 6px 12px 6px;
}

.site_menu {
	padding-top: 109px;
	font-size: 14px;
}

.site_menu .menuitem {
	padding-bottom: 12px;
}

#page_header {
	height: 106px;
}

#page_header .logo {
	float: left;
	background-color: transparent; /*for IE*/
	padding-top: 12px;
	padding-left: 28px;
}

.header_title {
	float: right;
	padding-top: 60px;
	padding-right: 24px;
	font-size: 21px;
}

.shadow_box {
	background-color: #30422D;
	padding: 16px;
	position: relative;
}

#content_footer {
	height: 54px;
}

#content_footer .copyright {
	text-align: center;
	padding-top: 16px;
	font-size: 15px;
}

/**** Common Formats *********************************************************/

.ie7_fix {
	width: 100%;
}

.header_title,
.image_detail .date,
#content_footer,
#sidebar .section_title {
	/*font-family: "Times New Roman", Times, serif;*/
	color: #C87C81;
}

.static_content h2 {
    font-size: 16px;
    font-weight: bold;
}

a, a:visited {
	color: #2BB742;
	text-decoration: none;
}

a:hover, a:active {
	color: #C1D520; /*#C3F13D;*/ /*#D7E422;*/
	text-decoration: none;
}

.text_links a:hover,
.text_links a:active {
	color: #2BB742; 
	text-decoration: underline;
}

.site_menu a,
.site_menu a:visited {
	color: #C1D520; /*#D7E422;*/
	text-decoration: none;
	padding-bottom: 1px;
}

.site_menu a:hover,
.site_menu a:active {
	color: #1DC23A;
	text-decoration: none;
	padding-bottom: 1px;
}

.site_menu .menuitem.active a,
.site_menu .menuitem.active a:visited {
	border-bottom: 1px solid #C1D520; /*#D7E422;*/
}

.site_menu .menuitem.active a:hover,
.site_menu .menuitem.active a:active {
	border-bottom: 1px solid #1DC23A;
}

.date_part {
	font-family: 'Courier New', 'Courier', monospace;
}

.hidden {
    display: none;
}

.email {
	font-family: 'Courier New', 'Courier', monospace;
}

.image_set {
    text-align: center;
    padding: 20px 0;
}

.image_set a + a {
    margin-left: 20px;
}

.image_set img + img {
    margin-left: 20px;
}

/**** Static Pages ***********************************************************/

.static_content {
    width: 100%; /* req'd by IE7 */
}

.static_content .content {
	padding: 12px 24px 18px 24px;
	background-color: #fff;
}

.static_content p {
	font-size: 14px;
	margin: 10px 0;
}

.intro_line {
	font-style: italic;
	padding-top: 8px;
	margin-bottom: 28px;
	text-align: center;
}

.portrait {
	float: right;
	padding: 0 0 10px 10px;
}

.sig p {
	margin-top: 29px;
	text-align: center;
	font-size: 26px;
}

.email p {
	text-align: center;
	font-weight: bold;
	color: #333;
	font-size: 18px;
	padding-top: 12px;
	margin-bottom: 12px;
}

.license p {
    line-height: 16px;
    font-size: 13px;
}

.about_page {
	padding-right: 10px;
}

/**** Common Journal *********************************************************/

.journal {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
}

.journal h1 {
	border: 0;
	padding: 0;
	margin: 0;
}

.journal p {
	margin: 16px 0 0 0;
	font-size: 18px;
	padding: 0;
	font-family: 'Times New Roman', Times, serif;
}

.journal p+p {
	text-indent: 0;
}

.journal .page_title,
.journal .journal_title p {
    padding-top: 8px;
	margin-bottom: 28px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.journal .content {
	padding-bottom: 30px;
}

.right_image {
    margin: 0;
    padding: 0 0 12px 24px;
}

.center_image {
    margin: 20px 0;
    text-align: center;
}

/**** Journal Archive ********************************************************/

.journal_page .listing {
	margin-top: 30px;
}

.journal_page .listing p {
	margin-left: 10px;
	text-indent: -10px;
}

.journal_page .listing p a {
	font-weight: bold;
}

.journal_page .final_video {
	padding: 0 20px;
	font-weight: bold;
	font-size: 17px;
	margin-top: 24px;
	text-align: center;
	margin-bottom: -6px;
}

/**** Journal Entry **********************************************************/

.journal_entry .content {
	/*padding: 28px 46px;*/
	background-color: #fff;
}

.journal .entry_date {
	text-align: center;
	margin-top: -20px;
	margin-bottom: 30px;
}

.journal .box {
	margin: 20px;
	border: 1px solid #000;
	padding: 12px;
}

.journal p.photo {
	text-align: center;
	margin: 24px 0;
	font-size: 14px;
}

.journal .video-box  {
  margin-top: 24px;
  margin-bottom: 18px;
  text-align: center;
}

.journal .text-table {
	margin: 20px;
}

.journal .text-table td+td {
	text-align: center;
}

.journal blockquote {
	margin: 20px 30px;
}

/**** Flickr badges ****/

.h3-badge, .h5-badge {
  text-align: center;
  margin: 1.5em 0;
}

.h3-badge table {
  width: 382px;
  margin: 0 auto;
}

.h5-badge table {
  width: 441px;
  margin: 0 auto;
}

.flickr_badge_image {
  float: left;
  padding: 5px;
}

.h3-badge .flickr_badge_image {
  padding-left: 12px;
  padding-right: 12px;
}

.flickr_badge_image img {
  border: 1px solid black !important;
  padding: 0;
  margin: 0;
}

/**** Page Navigation ********************************************************/

.journal_nav {
	margin: 22px auto 0 auto;
	padding-bottom: 20px;
	width: 160px; /* 22*2 + 40*2 + 12*3 */
}

.journal_nav .oldest_page,
.journal_nav .older_page,
.journal_nav .newer_page,
.journal_nav .newest_page {
	float: left;
	background-image: url('/design/nav_buttons.gif');
	background-repeat: no-repeat;
	height: 22px;
	margin-left: 12px;
}

.journal_nav .oldest_page,
.journal_nav .newest_page {
	width: 22px;
}

.journal_nav .older_page,
.journal_nav .newer_page {
	width: 40px;
}

.journal_nav .oldest_page {
	margin-left: 0;
	background-position: 0 -22px;
}

.journal_nav .oldest_page.hovering {
	background-position: 0 -44px;
}

.journal_nav .oldest_page.disabled {
	background-position: 0 0;
}

.journal_nav .older_page {
	background-position: -22px -22px;
}

.journal_nav .older_page.hovering {
	background-position: -22px -44px;
}

.journal_nav .older_page.disabled {
	background-position: -22px 0;
}

.journal_nav .newer_page {
	background-position: -62px -22px; /* -22 + -40 */
}

.journal_nav .newer_page.hovering {
	background-position: -62px -44px; /* -22 + -40 */
}

.journal_nav .newer_page.disabled {
	background-position: -62px 0;
}

.journal_nav .newest_page {
	background-position: -102px -22px; /* -22 + -40 + -40 */
}

.journal_nav .newest_page.hovering {
	background-position: -102px -44px; /* -22 + -40 + -40 */
}

.journal_nav .newest_page.disabled {
	background-position: -102px 0;
}

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

#sidebar .big_follow {
    padding-top: 24px;
    margin: 0 auto;
}

#sidebar .follow_blogger,
#sidebar .follow_twitter,
#sidebar .follow_facebook,
#sidebar .follow_googleplus,
#sidebar .follow_flickr,
#sidebar .follow_youtube,
#sidebar .follow_linkedin,
#sidebar .follow_projects {
    background-image: url("/design/social-buttons.png");
}

#sidebar .big_follow,
#sidebar .follow_blogger,
#sidebar .follow_twitter,
#sidebar .follow_facebook,
#sidebar .follow_googleplus,
#sidebar .follow_flickr,
#sidebar .follow_youtube,
#sidebar .follow_linkedin,
#sidebar .follow_projects,
#sidebar .big_follow img {
    width: 60px;
    height: 60px;
}

#sidebar .follow_blogger {
    position: absolute;
    background-position: 0px 0px;
}

#sidebar .follow_twitter {
    position: absolute;
    background-position: -420px 0px;
}

#sidebar .follow_facebook {
    position: absolute;
    background-position: -60px 0px;
}

#sidebar .follow_googleplus {
    position: absolute;
    background-position: -180px 0px;
}

#sidebar .follow_flickr {
    position: absolute;
    background-position: -600px 0px;
}

#sidebar .follow_youtube {
    position: absolute;
    background-position: -480px 0px;
}

#sidebar .follow_linkedin {
    position: absolute;
    background-position: -240px 0px;
}

#sidebar .follow_projects {
    position: absolute;
    background-position: -540px 0px;
}

/**** Errors *****************************************************************/

.page_not_found {
	text-align: center;
	padding: 80px 0;
	background-color: #fff;
}

.page_not_found .notice {
	font-size: 30px;
	font-weight: bold;
	color: #C87C81;
}

.page_not_found .message {
	margin-top: 20px;
	font-size: 14px;
}
