/*
Theme Name: Josh 3.0
Theme URI: http://blog.joshuaeichorn.com
Description: My newest website theme
Version: 0.1
Author: Joshua Eichorn
Author URI: http://blog.joshuaeichorn.com
*/



/* default element rules */
* {
	margin: 0;
	padding: 0;
	font: normal small/1.3em 'Lucida Grande', 'trebuchet ms', sans-serif;
	color: #111;
}

body {
	margin: 0;
	background: #ddd;
}

small {
	font-size: .8em;
	color: #444;
}

img {
	border: 0;
}

code, pre {
	width: 720px;
	overflow: auto;
	border: solid 1px #515151;
	margin: 3px 0 0 10px;
	padding: 4px;
	background: white;
}

.post h2 {
	color: #333;
	border-bottom: 1px solid #aaa;
}
.post h3 {
	font-weight: bold;
}
.post h4 {
	color: #666;
	font-weight: bold;
}

/* layout */

#page {	
	background: url(/wp-content/themes/josh/images/background.png);
	position: relative;
	margin: 15px auto;
	padding: 0;
	width: 960px;
}


/* header */
#header {
	padding: 15px 0;
	background: url(/wp-content/themes/josh/images/Stonehenge.jpg) no-repeat;
	height: 95px;
}
#header h1, #header h1 a {
	color: white;
	padding-left: 5px;
}
#header .name {
	height: 85px;
}

.description {
	padding-left: 30px;
	color: white;
}

/* dock */
.dock {
	top: 22px;
	margin-top: 1px;
	height: 10px;
	background: url(/wp-content/themes/josh/images/shadow.png) no-repeat bottom left;
}

/* top nav */

/* layout */

#page {	
	background: url(/wp-content/themes/josh/images/background.png);
	position: relative;
	margin: 15px auto;
	padding: 0;
	width: 960px;
}


/* header */
#header {
	padding: 15px 0;
	background: url(/wp-content/themes/josh/images/Stonehenge.jpg) no-repeat;
	height: 95px;
}
#header h1, #header h1 a {
	color: white;
	padding-left: 5px;
}
#header .name {
	height: 85px;
}

.description {
	padding-left: 30px;
	color: white;
}

/* dock */
.dock {
	top: 22px;
	margin-top: 1px;
	height: 10px;
	background: url(/wp-content/themes/josh/images/shadow.png) no-repeat bottom left;
}

/* top nav */
#topNav {
	position: absolute;
	width: 100%;
	height: 22px;
	top: 100px;
	left: 0;
}
ul#navVert {
	display: block;
	width: 954px;
	overflow: hidden;
	list-style: none;
	border-bottom: solid 1px #787775;
	height: 22px;
}

ul#navVert li {
	display: block;
	float: left;
}

ul#navVert li a {
	display: block;
	border-right: 1px solid #787775;
	padding: 0 10px;
	line-height: 22px;
	text-decoration: none;
	color: #eee;
}

ul#navVert li a:hover {
	background: #999;
}

#content {
	float: right;
	padding: 25px;
	width: 724px;
	margin-right: 6px;
}

#content.narrowcolumn {
}

#content.widecolumn {
	width: 800px;
}

/* post formatting */
.post {
	width: 500px;
	margin: 0 0 35px 0;
}

.post ul, .post ol {
	padding: 0 10px 10px 10px;
	margin: 0 10px 10px 10px;
}



.entry p {
	padding: 10px;
	line-height: 1.5em;	
}


p.postmetadata, p.postmetadata a {
	font-size: 1em;
	color: #999;
}

#sidebar {
	padding: 0;
	margin: 0;
	float: left;
	padding-top: 25px;
	width: 155px;
	/*background: #787775;*/
	overflow: hidden;
}
#sidebar a, #sidebar h2 {
	color: #333;
}
#sidebar ul {
	margin: 0;
	padding: 0 5px 5px 5px;
}
#sidebar li {
	list-style: none;
}

#sidebar .amzshcs-item {
	margin-left: 15px;
	padding: 2px;
	width: 130px;
	height: 170px;
	background: url(images/bookback.png) no-repeat;
}

#search {
	width: 180px;
}

#searchform {
	margin: 0 0 15px 0;
}

#s {
	width: 145px;
}

#commentform input, #commentform textarea {
	width: 500px;
	border: 1px solid #ccc;
	background: #fff;
}

#commentform input#submit {
	margin: 10px 10px 10px 0;
	width: 300px;
	background: #555;
	color: #eee;
 	cursor: pointer;
}

#commentform p {
	color: #888;
	margin: 5px 0;
} 

#comments {
	margin: 5px 0;
}

.commentlist {
	margin: 5px 0;
}

#respond {
	font-size: small;
	color: #999;
	font-style: italic;
}
#comment {
	width: 500px;
}


#author,
#email,
#url {
	width: 300px;
	margin: 5px 0;
}



#footer {
	text-align: center;
	background: #eee;
	border-top: 1px solid #777;
	clear: both;
	padding: 20px;
}

#footer p {
	color: #999;
	font-size: .8em;
}

h1 {
	font-size: 1.5em;
	background: url(/wp-content/themes/josh/images/ThereAndBackAgain.png) no-repeat;
}
h1 a {
	display: block;
	text-decoration: none;
	width: 310px;
	height: 30px;
}
h1 span {
	position: absolute;
	left: -891em;
}

h2, h2 a {
	font-size: 1.3em;
	text-decoration: none;
	color: #999;
}

h3, h3 a {
	font-size: 1.1em;
	text-decoration: none;
}

h4, h4 a {
	font-size: .9em;
	text-decoration: none;
}

p {

}

a {
	color: #555;
}

hr {
	display: none;
}

.widget > ul, 
.widget .textwidget, 
#akismetwrap, 
#calendar_wrap 
{
/*	display: none;*/ /*hide this if using compactor js*/
	padding: 8px 15px 25px 15px;
}

.widgettitle {
	line-height: 1.5em;
	margin: 0;
	padding: 10px 0 0 0;
	color: #eee;
}

.widget .linkOver,
.widget .linkOn {
	background: #eee;
	border-color: #ccc;
	cursor: pointer;
}

.widget .linkOn {
	margin: 15px 0 0 0;
}

strong {
	font-weight: bold;
}

#dock {
	list-style: none;
	color: red;
	overflow: auto;
	height: 180px;
}
#dock a {
	color: #eee;
}
#dock p.postmetadata, #dock p.postmetadata a {
	font-size: 1em;
	color: #eee;
}
#dock h2 {
	margin: 0;
	padding: 0;
}
#dock ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#dock li {
	float: left;
	padding: 0 0 0 10px;
	max-width: 230px;
	color: #eee;
}
#dock li ul li {
	float: none;
	border-right: 0;
}

#comments {
	margin-left: 15px;
}

#comments li {
	width: 332px;
	padding: 5px;
	margin: 5px;
	float: left;
	margin-right: 10px;
	overflow: auto;
	background: #fff;
}
#comments li.alt {
	background: #aaa;
}
#comments li.josh {
	float: right;
	margin-left: 0;
	margin-right: 0;
	clear: right;
	background: #515151;
}
#comments li.josh p, #comments li.josh a, #comments li.josh {
	color: #eee;
}
#comments li.josh .marker {
	color: #ddd;
}
#comments li .marker {
	float: right;
	font-size: 2em;
	font-weight: bold;
	margin: -6px -2px 0 0;
}
#comments small {
	margin-bottom: 5px;
}
#comments p {
	margin-bottom: 5px;
}
.commenthead {
	margin-bottom: 1em;
}
.clear {
	clear:both;
}
.bubble {
	position: absolute;
	z-index: 1;
	display: none;
}
.bubble.up {
	background: url(/wp-content/themes/josh/images/bubble-up.png);
	width: 150px;
	height: 75px;
	text-align: center;
}
.bubble.left {
	background: url(/wp-content/themes/josh/images/bubble-left.png);
	width: 200px;
	height: 219px;
}
.bubble.left span {
	top: 5px;
	left: 30px;
	width: 150px;
}
.bubble.up span {
	left: 0;
	top: 20px;
	width: 140px;
}
.bubble span {
	position: absolute;
	padding: 4px 0 0 0;
	color: white;
}
#dockBubble {
	top: 75px;
	left: 762px;
}
#bookBubble {
	top: 105px;
	left: 159px;
}

.tallGoogleAd {
	margin-left: 20px;
}

p.photoFrame {
	margin: 5px;
	padding: 3px;
	background: url(images/photo-frame.png) no-repeat;
	width: 170px;
	height: 170px;
}
.photoFrame img {
	padding: 0;
	margin: 0;
}
.diggBox {
	position: relative;
}
.dugg {
	position: absolute;
	top: 0;
	right: -76px;
}

.columnWrapper {
	width: 640px;
}

.leftColumn {
	width: 300px;
	padding: 10px;
	float: left;
}
.rightColumn {
	width: 300px;
	padding: 10px;
	float: right;
}

.postImage {
	float: right;
	padding: 15px;
	margin-right: -240px;
}
.postImage p, .postImage a {
	font-size: 8pt;
}
.postImage img{
	border: solid 1px black;
}
.postImage .imageWrapper {
	border-bottom: solid 2px #777;
	border-right: solid 2px #777;
}

