/*
Theme Name:		gerrod.com
Theme URI:		http://gerrod.com/blog/
Description:	gerrod.com default theme
Version:		1.0
Author:			Gerrod Thomas
Author URI:		http://gerrod.com/blog/
*/

* { 
    padding: 0; 
    margin: 0; 
}

body { 
    background: url('images/main_bg.gif') top left repeat-x #aaa;
    color: #3a3a3a; 
    font: 62.5% Verdana, sans-serif; 
}

p {
    margin-bottom: 1.2em;
}

a {
    color: #57B;
    text-decoration: none;
}

a:hover {
    color: #46F;
    text-decoration: underline;
}

a img {
    border: 0;
}

blockquote {
    border: 3px dashed #aaa;
    margin: 0 3em 1em;
    padding: 1em 1em 0;
}

/* -----| Layout |------------------------------------------------------------------------------ */
div#container {
    width: 1000px;
    margin: 0 auto;
    background: #fff;
    line-height: 1.4em;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    overflow: hidden;
}

div#content {
    float: left;
    width: 700px;
}

div#sidebar {
    float: right;
    width: 250px;
}

div.right {
    float: right;
}


/* -----| Header |------------------------------------------------------------------------------ */
div#header {
    background: #333;
    border-bottom: 1px solid #aaa;
}

div#logo {
    width: 1000px;
    padding: 1em;
    margin: 0 auto;
    color: #ddd;
}

div#logo a {
    text-decoration: none;
    color: #fff;
}

div#logo a:hover {
    color: #f90;
}

div#blog_title {
    padding: 0 0 0.5em 1em;
    border-left: 4px solid #777;
}

div#blog_title a {
    font-size: 2em;
    font-weight: normal;
}

div.nav {
    float: right;
    font-size: 1.2em;
    padding: 1em 0 0;
}

div.nav ul li {
    list-style-image: none;
    display: inline;
    padding: 1em 0.7em 1em 0.5em;
    border-right: 1px solid #777;
	text-transform: lowercase;
}

div.search {
    padding: 0.7em 0 0 0.5em;
    float: right;
}

div.search form {
    color: #fff;
    font-size: 1.2em;
}

div.search form input {
    font-size: 1.4em;
}


/* -----| Sidebar |----------------------------------------------------------------------------- */
div#sidebar {
    padding: 0 1em 0 0;
    font-size: 1.1em;
}

div#sidebar ul li.widget  {
    list-style-type: none;
    border: solid 1px #eee;
    margin-bottom: 2em;
}

div#sidebar ul li.widget h2 {
    border-bottom: solid 1px #eee;
    background: #f9f9f9;
    font-size: 1.3em;
    font-weight: normal;
    padding: 0.2em 0;
    text-align: center;
}

div#sidebar ul li.widget ul {
    padding: 0;
}

div#sidebar ul li.widget ul li {
    border: 0;
    list-style-type: none;
    padding: 0.3em 0 0.3em 1.2em;
}

div#sidebar ul li.widget ul.children li {
    padding: 0.5em 0 0.1em 1.2em;
}


/* -----| Main |-------------------------------------------------------------------------------- */
div#content , div#pagecontent{
    font-family: Arial;
    font-size: 1.3em;
    line-height: 1.5em;
}

div#content {
    padding: 1em;
}

div#pagecontent {
    padding: 1em;
}

/* ---| Navigation |--- */
div#content div.navigation {
    overflow: hidden;
}

div#content div.navigation p {
    float: left;
}

div#content div.navigation p.next {
    float: right;
}

/* ---| Headings |--- */
div#content h1, div#pagecontent h1 {
    font: 2.2em normal;
    border-bottom: 1px solid #ddd;
    padding: 0;
}

div#content h1 a, div#pagecontent h1 a {
    color: #222;
    text-decoration: none;
}

div#content h1.kristy, div#content h1.kristy a {
    color: #AF00DB;
    text-decoration: none;
}

div#content h1 a:hover, div#pagecontent h1 a:hover {
    color: #f60;
}

div#content h5, div#pagecontent h5  {
    border: dotted 1px #eee;
    background-color: #f9f9f9;
    margin-bottom: 1em;
    padding: 0.5em 1em;
    text-align: center;
    font-size: 1.7em;
    font-weight: normal;
}

div#content h2, div#content h3, div#content h4,
div#pagecontent h2, div#pagecontent h3, div#pagecontent h4 {
    text-decoration: none;
} 

div#content h2, div#pagecontent h2  {
    font: 1.7em normal;
    padding: 0;
    margin: 0.7em 0 0.1em;
}

/* ---| Meta |--- */
div#content div.post_title img.avatar {
	display: block;
	float: left;
	margin: 4px 0 0;
}

div#content div.post_title div.post_title_content {
	margin-left: 54px;
}

div#content span.meta {
    display: block;
    font-size: 0.9em;
    color: #999;
    margin-bottom: 1em;
}

div#content span.meta ul li {
    list-style-image: none;
    display: inline;
    margin-right: 0.5em;
    padding-left: 0.7em;
    border-left: 1px solid #ddd;
}

div#content span.meta ul li:first-child {
    padding-left: 0;
    border-left: 0;
}

div#content span.top strong {
    color: #666;
}

div#content span.bottom {
    clear: both;
    display: block;
    background: url('images/comment.png') center left no-repeat;
    padding-left: 20px;
    margin-bottom: 3em;
    font-size: 1.1em;
}

div#content span.bottom a {
    color: #222;
    text-decoration: none;
    border-bottom: 1px dotted #ccc;
}

div#content span.bottom a:hover {
    color: #f60;
}

/* ---| Content |--- */
div#content ul, div#content ol {
    margin-bottom: 1.5em;
}

div#content li {
    margin-left: 2.5em;
}

/* ---| Images |--- */
div#content img {
    max-width: 650px;
    display: block;
}

div#content img.wp-smiley {
    display: inline;
    padding: 0;
    border: 0;
}

div#content img.avatar {
    border: 0;
    margin-right: 1em;
}

img.alignright {
    margin: 0 0 2px 7px;
    border: 1px solid #666;
    padding: 1px;
}

img.alignleft {
	margin: 0 7px 2px 0;
    border: 1px solid #666;
    padding: 1px;
}

img.aligncenter {
    padding: 0;
    border: solid 10px #999;
    padding: 1px;
    background-color: #aaa;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
    
.aligncenter, div.aligncenter, .centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px 5px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* ---| Comments |--- */
div#comments {
	clear: both;
}

div#comments h3 {
    font: 1.6em normal;
    border-bottom: 1px solid #ddd;
    margin: 1em 0 0.7em;
    padding: 0;
}

div#comments dt {
    border: solid 1px #eee;
    padding: 1px;
}

div#comments dt.author {
    border: solid 1px #ddd;
}

div#comments div.comment_head {
    background-color: #f9f9f9;
    padding: 0.4em 0.5em;
    font-size: 1.1em;
    overflow: hidden;
}

div#comments dt.author div.comment_head {
    background-color: #f0f0f0;
}

div#comments div.comment_head img {
    float: left;
    margin-right: 0.4em;
}

div#comments div.comment_head span.index {
    float: right;
}

div#comments div.comment_head strong {
    display: block;
    font-size: 1.2em;
}

div#comments div.comment_head span.date {
    font-size: 0.9em;
    color: #777;
}

div#comments dd {
    padding: 0.2em 1em;
    margin-bottom: 0.5em;
}

div#comments input.text_input {
    border: 1px solid #BDC7D8;
    margin-right: 0.5em;
}

div#comments label {
    font-size: 0.8em;
}

div#comments textarea {
    border: 1px solid #BDC7D8;
    width: 695px;
}

div#comments input.form_submit {
    font-size: 0.9em;
    width: 150px;
    float: right;
    border: solid 1px #BDC7D8;
    color: #fff;
    background-color: #333;
    padding: 0.3em 0;
    cursor: pointer;
}

div#comments input.form_submit:hover {
    background-color: #444;
}


/* -----| Footer |------------------------------------------------------------------------------ */
div#footer {
    clear: both;
    width: 1000px;
    text-align: center;
    color: #fff;
    background: #333;
    border-top: 1px solid #aaa;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    margin: 0 auto 2em;
    padding: 1em 0;
}

div#footer img {
    vertical-align: middle;
}


/* -----| Widget exceptions |-------------------------------------------------------------- */
div#sidebar ul li.widget_picasaphotos h2 {
    margin-bottom: 1em;
}

div#sidebar .widget_geocache_stat_bar img {
  display: block;
  margin: 0.5em auto;
}


/* -----| Statistics |--------------------------------------------------------------------- */
div#stats {
}

div#stats .stats_table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #1f1f1f;
}

div#stats .stats_table th, div#stats .stats_table td {
	padding: 0.2em 0.5em;
	min-width: 100px;
	text-align: left;
}

div#stats .stats_table  th {
	background-color: #333;
	color: #ddd;
}

div#stats .stats_table td  {
	border-bottom: 1px solid #ddd;
}

div#stats .stats_table td:first-child {
	border-left: 1px solid #1f1f1f;
}

div#stats .stats_table td:last-child {
	border-right: 1px solid #1f1f1f;
}

div#stats .stats_table tr:last-child  td {
	border-bottom: 1px solid #1f1f1f;
}

div#stats .stats_table tr.total td {
	background-color: #f1f1f1;
}

/* -----| Tumblr |------------------------------------------------------------------------- */
li.tumblr_post {
    padding: 0.5em 0 !important;
    margin-bottom: 0.5em !important;
    border-bottom: 1px solid #f1f1f1;
}

li.tumblr_post:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.tumblr_post.photo img {
    display: block;
    max-width: 200px;
    margin: 0.5em auto;
}

.tumblr_post p {
    color: #666;
    padding: 0 1em;
    margin: 0;
    font-style: italic;
    text-align: center;
}

.tumblr_post strong {
    font-style: normal;
}


/* -----| PWA+PHP |------------------------------------------------------------------------ */
div#pwaplusphp {
    line-height: 1.0em;
	margin-left: 0;
}

div#pwaplusphp img {
  border-width: 1px;
}

div#pwaplusphp div#title h2 {
  font-size: 2em;
}

div#pwaheader .lang_gallery {
  font: 1.4em normal;
}

div#pwaplusphp_pages {
  display: none;
}

div#pwaplusphp .pwaplusphp_jq_thumb {
	margin-bottom: 0.5em;
}

div#pwaplusphp .pwaplusphp_jq_comment {
	display: none;
}

div#pwaplusphp .pwaplusphp_jq_thumb:hover .pwaplusphp_jq_comment {
	display: block;
}
