/*
Theme Name: johngirvin.com
Theme URI: http://www.johngirvin.com/
Description: Custom theme for blog at http://www.johngirvin.com/
Version: 1.0
Author: John Girvin
Author URI: http://www.johngirvin.com/
*/

/**
 * Copyright (c) 2008-2009 John Girvin
 * except where indicated otherwise.
 *
 * Unauthorised duplication, distribution
 * or alteration strictly prohibited.
 *
 */

/** images */
div.wp-caption {
	border: 1px solid #ffb000;
	background-color: #383838;
	padding: 0px;
	margin: 0px;
}
div.wp-caption img {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 0px;
	display: block;
}
.aligncenter {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 10px;
}
.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
}
.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
}
p.wp-caption-text {
	padding: 0px;
	margin: 0px;
	font-size: 8pt;
	text-align: center;
	color: #ffffff;
}

/** wp-syntax plugin */
.wp_syntax {
    background-color: #e8e8e8;
    border: 1px solid #ffb000;
}

/** blog theme styling */
.small {
   font-size: 8pt;
}
.bold {
    font-weight: bold;
}

.navigation {
    font-size: 8pt;
}
div.nav-l {
    float: left;
    width: 50%;
    text-align: left;
    padding-bottom: 10px;
}
div.nav-r {
    float: right;
    width: 50%;
    text-align: right;
    padding-bottom: 10px;
}

#layout-l {
    font-size: 8pt;
    text-align: justify;
}

#content h2 {
    margin-top: 0px;
    margin-bottom: 3px;
}
#content h2 a {
    color: #ffb000;
}
#content h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}
#content h3 a {
    color: #ffb000;
}

div.post {
    margin: 0px 25px 50px 25px;
}
div.postsubtitle {
    font-size: 7pt;
    color: #888888;
}
div.entry {
}
p.postmetadata {
    border-top: 1px dashed #888888;
    padding-top: 3px;
    font-size: 8pt;
}

div.comment {
    border-bottom: 1px dashed #888888;
    padding: 0px;
    margin-bottom: 10px;
}
div.comment-avatar {
    float: left;
    margin-right: 10px;
}
div.comment-body {
    margin-left: 55px;
}
div.comment-author {
    font-weight: bold;
}
div.comment-date {
    font-weight: normal;
    font-size: 7pt;
    color: #888888;
}
div.comment-text {
    text-align: justify;
}

/** sidebar widget styling */

#sidebar > ul {
    list-style-type: none;
    padding-left: 0px;
}
#sidebar > ul > li {
    margin-top: 15px;
}
#sidebar > ul > li#search {
    margin-top: 0px;
}
#sidebar label {
    font-size: 12.5px;
    color: #FFB000;
    font-family: "Trebuchet MS", sans-serif;
    font-weight: bold;
    text-transform: lowercase;
}

#searchform {
    margin-top: 10px;
}
#searchform input {
	background: #282828;
	color: #ffffff;
    border: 1px solid #ffb000;
	font-family: Verdana, sans-serif;
    font-size: 8pt;
}
#searchform input.focussed {
    background: #888888;
	border: 1px solid #ffff00;
}
#searchform input#searchsubmit {
    margin-top: 3px;
    font-weight: bold;
    text-transform: lowercase;
}

#archives > ul {
    list-style-position: inside;
    padding-left: 0px;
}
#archives select {
	background: #282828;
	color: #ffffff;
    border: 1px solid #ffb000;
	font-family: Verdana, sans-serif;
    font-size: 8pt;
}
#archives select.focussed {
    background: #888888;
	border: 1px solid #ffff00;
}

#feeds > ul {
    list-style-type: none;
    padding-left: 0px;
}
#feeds img {
    margin-right: 5px;
}
#feeds li.feed {
    text-transform: lowercase;
}

.metanew {
    background: url(/img/mn-gradient-0.png) #383838 repeat-x;
	border: 1px solid #ffb000;
	color: #ffffff;
	padding: 5px;
	font-size: 8pt;
}

#meta-author {
	float: left;
	margin-right: 10px;
	text-align: center;
	width: 80px;
}
#meta-author img {
	border: 1px solid #ffb000;
	margin-bottom: 10px;
}

#meta-text p {
	font-size: 8pt;
	margin-top: 10px;
	padding-left: 90px;
}
#meta-text p:first-child {
	margin-top: 0px;
}

