/*  
Theme Name: Overlap
Theme URI: http://amwhalen.com/blog/projects/overlap/
Description: Clean, two column, fixed width, widget and gravatar compatible. A logo or a background image can be placed in the header. Many theme options.
Version: 2.6
Tags: light, silver, one-column, two-columns, right-sidebar, left-sidebar, fixed-width, theme-options
Author: Andrew M. Whalen
Author URI: http://amwhalen.com
*/

/*  Copyright 2009  Andrew M. Whalen  (email : overlap@amwhalen.com)

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
*/

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

body {
	background: #66666f;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	border-top: 1px solid #44444f;
}

#container {
	font-size: 1.2em;
	width: auto; /* 960px */
	margin: 0 auto;
	padding: 0;
}

#header {
	background: #66666f url(img/headerbg.png) left top repeat-x;
	border-top: 1px solid #55555f;
}

#amwpages {
	background: #66666f;
	width: 970px;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
	border-bottom: 14px solid #fff;
}

#middle {
	background: #cccccf url(img/middlebg.png) 50% top repeat-y;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#middlecontent {
	margin: 0 auto;
	padding: 15px 0;
	width: 990px;
	overflow: hidden;
	background: #fff;
}

#sidebar {
	float: right;
	width: 285px;
	padding: 0 30px 0 15px;
	background: #fff;
	color: #66666f;
}

#content {
	background: #fff;
	width: 615px;
	overflow: hidden;
	margin: 0 315px 0 30px;
	padding: 0;
	color: #33333f;
}

#posts {
	/* this allows the posts to have clear left and clear right without breaking the sidebar */
	float: left;
	width: 615px;
	overflow: hidden;
}

#footer {
	clear: both;
	margin: 0;
	color: #fff;
	background: #66666f;
	background: #66666f url(img/headerbg.png) left top repeat-x;
	text-align: left;
}




/* ----------------------- wordpress required ----------------------- */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}

.alignright {
	float: right;
	margin: 0 0 1em 1em;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
}

.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;
}





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

.clr {
	clear: both;
}

a {
	color: #204080;
	color: #6B8CB7;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

a:hover {
	border-bottom-color: #204080;
	border-bottom-color: #6B8CB7;
}

a.noborder {
	border: none;
}

img {
	/*margin: 1.5em;
	padding: 5px;
	border: 1px solid #ccc;*/
}

a img {
	margin: 0;
	padding: 0;
	border: none;
}

p {
	margin: 1.5em 0;
	line-height: 1.5em;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: .4em 0 0 0;
	padding: 0;
	font-weight: normal;
	letter-spacing: 1px;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #33333f;
	border: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
	color: #204080;
	color: #6B8CB7;
	border: none;
}

h1 { font-size: 2em; }

h2 { font-size: 1.8em; }

h3 {
	font-size: 1.4em;
	margin: 1.5em 0 0 0;
	padding: 0;
}

h1.title {
	color: #000;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	border-bottom: 3px solid #ddd;
}

blockquote {
	color: #66666f;
	margin: 0 15px;
	border-left: 1px solid #ccc;
	padding-left: 5px;
}

code {
	font-family: "Courier New", Courier, monospace;
	background: #eee;
	color: #000;
	font-size: 1.1em;
	padding: 2px;
	font-weight: normal;
}

pre {
	overflow: auto;
}

.left { float: left; }

.right { float: right; }

img.left { margin: .5em 1.5em 1.5em 0; }

img.right { margin: .5em 0 1.5em 1.5em; }

dl dt {
	font-weight: bold;
}

dl dd {
	margin: 10px 30px;
	line-height: 1.5em;
}

ul, ol {
	margin: 1em 2em 1em 1em;
	padding: 0;
}

ul li, ol li {
	margin: .4em 0;
	line-height: 1.5em;
}

#content ol li {
	margin-left: 20px;
	padding-left: 0;
}

#content ul li {
	list-style: none;
	background: url(img/li_bullet.gif) left 5px no-repeat;
	padding-left: 20px;
}

.navigation-links {
	padding: 15px;
	background: #efefef;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	width: 585px;
	overflow: hidden;
}

.navigation-links .older {
	float: left;
	width: 290px;
	text-align: left;
}

.navigation-links .newer {
	width: 295px;
	margin-left: 290px;
	text-align: right;
}

body.sidebarnone .navigation-links { width: 900px; }
body.sidebarnone .navigation-links .older { width: 450px; }
body.sidebarnone .navigation-links .newer { width: 450px; margin-left: 450px; }




/* ----------------------- forms ----------------------- */

input[type=text], input[type=password], textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-left: 2px;
	color: #66666f;
	border: 1px solid #ccc;
}




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

#headercontent {
	width: 960px;
	overflow: hidden;
	margin: 0 auto 25px auto;
	padding: 25px 15px 0 15px;
	color: #fff;
}

#headercontent .clr {
	line-height: 0px;
}

#headercontent h1 {
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 2.4em;
	font-size: 3em;
	letter-spacing: 1px;
	float: left;
	width: 615px;
}

#headercontent h1 a {
	color: #fff;
}

#headercontent h1 a:hover {
	color: #ccc;
}

#headercontent h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #999;
	margin: 0;
	padding: 0;
	letter-spacing: normal;
	margin-left: 660px;
}

#headercontent h3 span {
	display: table-cell;
	height: 3.5em;
	vertical-align: bottom;
	padding-bottom: 5px;
}

#headercontent img {
	float: left;
	border: none;
	margin: 0 15px 0 0;
	padding: 0;
}

#headercontent a {
	border: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#headercontent a:hover {
	border: none;
	text-decoration: none;
}




/* ----------------------- pages ----------------------- */

#amwpages ul {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

#amwpages ul li {
	display: inline;
}

#amwpages ul li a {
	font-weight: bold;
	color: #ccc;
	padding: 5px;
	border: none;
}

#amwpages ul li a:hover {
	background: #888;
	color: #fff;
}

#amwpages ul li.current_page_item a {
	background: #888;
	color: #fff;
}




/* ----------------------- sidebar ----------------------- */

body.sidebarleft #sidebar {
	float: left;
}
body.sidebarleft #content {
	margin: 0 15px 0 330px;
}

body.sidebarnone #sidebar {
	display: none;
}
body.sidebarnone #content {
	margin: 0 15px 0 15px;
	width: 930px;
	overflow: hidden;
}
body.sidebarnone #posts {
	width: 930px;
}

#sidebar .widget {
	margin: 0 0 30px 0;
}

#sidebar h3 {
	font-size: 1.1em;
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
	text-align: left;
	text-transform: uppercase;
	font-weight: normal;
	color: #33333f;
	letter-spacing: 1px;
	border-bottom: 3px solid #ddd;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul li,
#sidebar * ul li {
	display: inline;
	padding: 0;
	margin: 0;
	text-align: left;
	line-height: normal;
}

#sidebar ul li a,
#sidebar * ul li a {
	padding: 5px 0;
	border: none;
	display: block;
	border-bottom: 1px dotted #ccc;
}

#sidebar ul li:last-child a,
#sidebar ul li.last a {
	border-bottom: none;
}

#sidebar li * li:last-child a,
#sidebar li * ul li.last a {
	border-bottom: 1px dotted #ccc;
}

#sidebar ul li a:hover,
#sidebar * ul li a:hover {
	color: #33333f;
}

#sidebar ul li.current_page_item a,
#sidebar * ul li.current_page_item a {
	font-weight: bold;
}

#sidebar * li ul {
	margin: 0 0 0 .4em;
}

#sidebar * li ul li {
	margin: 0;
}

#sidebar ul.blogroll li a img {
	margin-right: 5px;
}




/* ----------------------- widgets ----------------------- */

#sidebar p,
#sidebar .textwidget {
	margin: 0;
	padding: 5px 0;
}

.widget {
	margin: 6px 0 14px 0;
}

.widget_tag_cloud {
	text-align: justify;
}

#recentcomments li.recentcomments {
	display: block !important;
	padding: 5px 0;
	border-bottom: 1px dotted #ccc;
}

#recentcomments li.recentcomments:last-child {
	border-bottom: none;
}

.recentcomments a {
	display: inline !important;
	padding: 0 !important;
	margin: 0 !important;
}

.gallery a {
	border: none;
}




/* ----------------------- search ----------------------- */

.searchform {
	width: 605px;
	margin: 15px 0;
	padding: 5px;
	background: #eee;
}

.searchform input[type=text] {
	width: 569px;
	margin: 0;
	padding: 1px 2px;
	font-size: 1em;
	color: #66666f;
	border: 1px solid #ccc;
	background: #fff;
}

.searchform .button {
	float: right;
	margin: 0;
	padding: 0;
	width: 20px;
	height: 20px;
}

.searchform .spinner {
	width: 16px;
	height: 16px;
}

.searchform #results ul {
	list-style: none;
	padding: 0;
	margin: 5px 0 0 0;
}

.searchform #results ul li {
	padding: 0;
	margin: 0;
}

.searchform #results ul li.pageresult a {
	background: url(img/pageresult.png) left 5px no-repeat;
	padding-left: 20px;
}

.searchform #results ul li.postresult a {
	background: url(img/postresult.png) left 5px no-repeat;
	padding-left: 20px;
}

.searchform #results ul li.noresults {
	padding: 0 4px;
}

.searchform #results ul li a {
	padding: 5px 4px;
}

#sidebar .searchform {
	width: 275px;
	margin: 0 0 15px 0;
}

#sidebar .searchform input[type=text] {
	width: 239px;
	width: 250px;
	border-right-width: 0px;
}




/* ----------------------- archives ----------------------- */

h3.archiveheader {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
	clear: left;
}

ul.archive {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.archive li {
	padding: 0 !important;
	margin: 0;
	background: none !important;
	clear: left;
}

ul.archive li a {
	display: block;
	width: 615px;
	overflow: hidden;
	padding: 5px 0;
	border-bottom: 1px dotted #ccc;
	color: #204080;
	color: #6B8CB7;
}

ul.archive li a:hover {
	border-bottom: 1px dotted #ccc;
	color: #33333f;
	background: #f4f5f9;
}

ul.archive li a:hover span.archivedate {
	color: #204080;
	color: #6B8CB7;
	font-weight: bold;
}

span.archivecount {
	float: right;
	width: 120px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #999;
	letter-spacing: 0;
	text-align: right;
}

span.archivedate {
	display: block;
	float: left;
	width: 90px;
	padding-right: 15px;
	text-transform: uppercase;
	color: #999;
	font-size: 10px;
	letter-spacing: 0;
	text-align: right;
}

span.archivetitle {
	display: block;
	margin-left: 105px;
}




/* ----------------------- posts ----------------------- */

.post {
	margin-bottom: 4em;
	overflow: hidden;
}

/* set these widths so ie6 can apply overflow: hidden; correctly */
body.sidebarnone .post { width: 930px; }

body.sidebarright .post,
body.sidebarleft .post {
	width: 615px;
}

.post .header {
	padding: 0 0 .8em 0;
}

.post .pageheader {
	padding: 0;
}

.post .header h2 {
	margin: 0 0 .4em 0;
	padding: 0 0 .25em 0;
	border-bottom: 3px solid #ddd;
}

.post .header h3 {
	text-align: left;
	color: #666;
	margin: .8em 0;
	padding: 0.25em 0 0 0;
	line-height: 0;
	font-size: 1.2em;
}

.post .excerpt {
	overflow: hidden;
}

.post .excerpt br.clr {
	line-height: 0;
	height: 0;
	margin: 0;
	padding: 0;
}

.post .meta {
	margin-top: 1.5em;
	color: #666;
}

.post .meta .cmt {
	float: right;
	text-align: right;
	width: 180px;
	padding: .4em 0;
	overflow: hidden;
}

.post .meta .tag {
	width: 500px;
	overflow: hidden;
}

.post .meta .cat,
.post .meta .tag,
.post .meta .pages {
	padding: 5px 0;
	color: #666;
}

.post .meta .cat ul,
.post .meta .tag ul,
.post .meta .pages ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

.post .meta .cat ul li,
.post .meta .tag ul li,
.post .meta .pages ul li {
	float: left;
	margin: 0 10px 0 0;
}

#content .post .meta .cat ul li,
#content .post .meta .tag ul li,
#content .post .meta .pages ul li {
	padding: 0;
	background: none;
}

.sticky {
	
}




/* ----------------------- comments ----------------------- */

#comments p,
#respond p,
#commentform p {
	margin: .4em 0;
}

#comments {
	background: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 0;
	margin: 0 0 15px 0;
}

h3.comments {
	color: #33333f;
	letter-spacing: 1px;
	font-weight: normal;
}

#comments h3 {
	color: #33333f;
	letter-spacing: 1px;
	font-weight: normal;
	margin: 15px;
}

#comments .commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
}

#comments .commentlist li {
	color: #33333f;
	margin: 0;
	padding: 5px 15px;
	border-top: 1px solid #ccc;
	/* clear internal floats */
	width: 585px;
	overflow: hidden;
}

body.sidebarnone #comments .commentlist li { width: 900px; }

#comments .commentlist li.alt {
	
}

#comments .commentlist li.authorcomment {
	color: #22222f;
	background: #ddd;
	border-top: 5px solid #ccc;
}

#comments .commentlist li .head {
	width: 180px;
	float: left;
	padding: 5px 10px 10px 0;
	text-align: left;
	overflow: hidden;
}

#comments .commentlist li .head .avatar {
	float: left;
	width: 40px;
	margin: 0 10px 0 0;
	border: none;
	padding: 0;
}

#comments .commentlist li .head a {
	color: #33333f;
}

#comments .commentlist li .head a:hover {
	border-color: #33333f;
}

#comments .commentlist li .head p {
	margin: 0 0 0 50px;
	padding: 0;
	font-size: .8em;
}

#comments .commentlist li cite {
	font-style: normal;
	font-weight: bold;
	display: block;
}

#comments .commentlist li .text {
	margin-left: 190px;
	color: #33333f;
	padding: 0 0 5px 10px;
}

#comments .commentlist li .text p {
	margin: 5px 0 10px 0;
	padding: 0;
}

#comments .nocomments {
	margin: 15px 15px 15px 15px;
	font-weight: bold;
}

#respond {
	background: #eee;
	border-top: 1px solid #ccc;
	padding: 15px;
}

#respond h3 {
	color: #33333f;
	letter-spacing: 1px;
	font-weight: normal;
}

#commentform {
}

#commentform .commentauthor {
	float: left;
	width: 170px;
	padding: 0;
	text-align: right;
}

#commentform .commentauthor p {
	margin: 0 0 15px 0;
	padding: 0;
}

#commentform .commenttext {
	margin-left: 190px;
	padding: 0;
}

#commentform textarea {
	width: 370px;
}




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

#footercontent {
	width: 990px;
	margin: 0 auto;
	padding: 30px 0 30px 0;
	border-top: 14px solid #fff;
	border-bottom: 14px solid #fff;
}

#footercontent p {
	margin: 0;
	padding: 0;
}

#footercontent a {
	color: #ddd;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

#footercontent a:hover {
	color: #fff;
	border-bottom-color: #fff;
}

#footer .footermeta {
	margin: 30px 30px 0 30px;
	padding: 15px 0 0 0;
	/*border-top: 1px dotted #cccccf;*/
	text-align: center;
}

#footer .footerwidgets {
	width: 960px;
	overflow: hidden;
	margin: 0 0 15px 30px;
}

#footer p,
#footer .textwidget {
	margin: 0;
	padding: 5px 0;
}

#footer .widget {
	text-align: left;
	margin: 0 20px 0 0;
	width: 295px;
	float: left;
}

#footer .widget h3 {
	margin-top: 0;
}

#footer .widget h3 {
	font-size: 1.1em;
	margin: 0;
	padding: 0 0 5px 0;
	text-align: left;
	text-transform: uppercase;
	font-weight: normal;
	color: #fff;
	letter-spacing: 1px;
	border-bottom: 1px solid #ccc;
}

#footer .widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer .widget ul li,
#footer .widget * ul li {
	display: inline;
	padding: 0;
	margin: 0;
	text-align: left;
	line-height: normal;
}

#footer .widget ul li a,
#footer .widget * ul li a {
	padding: 5px 0;
	border: none;
	display: block;
	border-bottom: 1px dotted #ccc;
}




/* ----------------------- copyright ----------------------- */

#copyright {
	background: #cccccf url(img/middlebg.png) 50% top repeat-y;
	border-top: 1px solid #fff;
}

#copyrightcontent {
	margin: 0 auto;
	padding: 15px 30px;
	width: 930px;
	background: #fff;
	color: #666;
	text-align: center;
}

#copyrightcontent p {
	margin: 0 0 15px 0;
}




/* ----------------------- wp-calendar ----------------------- */

table#wp-calendar {
	margin: 0;
	padding: 0;
	width: 285px;
	border-collapse: collapse;
}

table#wp-calendar caption {	
	margin: 0;
	padding: 5px 0;
	text-align: left;
	font-weight: normal;
	color: #66666f;
	background: #fff;
	text-transform: uppercase;
}

table#wp-calendar th {
	font-weight: normal;
	color: #66666f;
	border: none;
	padding: 0 .4em .4em 0;
	margin: 0;
	text-align: left;
	background: #fff;
}

table#wp-calendar tbody {
	color: #99999f;
	background: #fff;
}

table#wp-calendar tbody a {
}

table#wp-calendar tr {
	border: none;
	margin: 0;
	padding: 0;
}

table#wp-calendar td {
	text-align: left;
	padding: 0 .4em .4em 0;
	border: none;
	background: #fff;
}

table#wp-calendar tfoot td {
	padding: .4em;
	background: #fff;
}

table#wp-calendar #prev {
	text-align: left;
}

table#wp-calendar #next {
	text-align: right;
}




/* ----------------------- tables ----------------------- */

table {
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
	border-collapse: collapse;
}

table caption {
	background: #ccc;
	font-weight: bold;
	text-align: center;
}

table th {
	color: #fff;
	font-weight: bold;
	text-align: left;
	padding: 0 0.5em;
	background: #66666f;
}

table th.centered {
	text-align: center;
}

table tr {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

table td, table th {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: .5em;
}

table td {
	background: #eee;
}




/* ----------------------- tag clouds ----------------------- */

.tag_cloud {
	margin: 15px 0;
	padding: 0;
	text-align: justify;
	line-height: 4.5em;
}

.tag_cloud a {
	margin: .8em;
	padding: .4em;
	background: #eee;
}




/* ----------------------- tag list ----------------------- */

#tag_list {
	border-bottom: 1px solid #555;
	margin: 0 0 15px 0;
}

#tag_list h4 {
	padding: 2px 5px;
	margin: 0;
	border-bottom: 1px solid #555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	text-align: left;
}

#tag_list ul.wp-tag-cloud {
	width: 930px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

#tag_list ul.wp-tag-cloud li {
	list-style: none;
	display: block;
	float: left;
	width: 300px;
	margin: 0;
	padding: 0 15px 0 0;
	background: none;
}

#tag_list ul.wp-tag-cloud li.last-in-row {
	padding-right: 0;
}

#tag_list ul.wp-tag-cloud li a span {
	display: block;
	float: left;
	text-align: left;
	width: 170px;
}

#tag_list ul.wp-tag-cloud li a {
	display: block;
	padding: 2px 5px;
	color: #fff;
	font-weight: bold;
	font-size: .9em;
	background: none;
	border: none;
	text-decoration: none;
	text-align: right;
}

#tag_list ul.wp-tag-cloud li a:hover {
	background: #888;
	color: #fff;
}


/* ----------------------- video list ----------------------- */

.videosummary {
	width: 585px;
	overflow: hidden;
	margin: 15px 0;
}

.videosummary .videoposter {
	float: left;
	width: 285px;
}

.videosummary .videoposter img {
	width: 285px;
}

.videosummary .videocontent {
	margin-left: 315px;
}


