/*
Theme Name: Rathbun
Theme URI: http://www.rathbunphotography.com/
Description: Rathbun Photography theme by <a href="http://www.johnjamesjacoby.com">John James Jacoby</a>.
Version: 1.0
Author: John James Jacoby
Author URI: http://www.johnjamesjacoby.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Rathbun v1.0
	http://www.johnjamesjacoby.com/

	This theme was designed and built by John James Jacoby,
	whose blog you will find at http://www.johnjamesjacoby.com/

*/

/*	-------------------- 
	Global styling
	--------------------- */
	img {
		border: 0;
	}
	body, form, img, p, div, ul, dl, dt, dd, h1, h2, h3, h4, span {
		padding: 0;
		margin: 0;
		font-family: "century gothic", "verdana";
	}
	.float_right {
		float: right;
		margin: 0 0 5px 5px;
	}
	.float_left {
		float: left;
	}

/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	width: 100px;
	}


/* Begin Typography & Colors */
	body {
		background: #eee;
		color: #333;
		text-align: center;
	}

	#page {
		text-align: left;
		width: 800px;
		margin: 0 auto;
	}


/* links  */
	#top {
		position: absolute;
		top: 35px;
		left: 50px;
	}
	#bottom {
		position: relative;
		margin: -5px 0 0 50px;
	}
	#top, #bottom {
		color: #000;
		font-size: .7em;
		text-decoration: none;
		height: 15px;
	}
	#extra1 {
		position: absolute;
		left: 0;
		top: 50px;
		height: 90px;
		width: 100%;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		background-color: #fff;
	}
	#extra4 {
		position: relative;
		height: 40px;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		background-color: #fff;
	}

/* header */
	#header {
		padding: 56px 0 0 0;
		position: relative;
		height: 100px;
	}
		#header dl {
			color: #000;
			float: right;
			margin: -99px 49px 0 0;
			font-size: .7em;
		}
			#header dl a {
				text-decoration: none;
				font-weight: bold;
				color: #000;
			}
			#header dl a:hover {
				text-decoration: none;
				color: #888;
			}
			#header dd {
				padding-left: 2px;
			}
			#header dt {
				padding-left: 19px;
			}
			#header dd , #header dt {
				float: left;
			}
			#header h1 {
				margin-left: 50px;
				background: url(./images/rathbun_logo.jpg) top left no-repeat;
				height: 77px;
			}
			#header span {
				height: 0;
				width: 0;
				overflow: hidden;
				position: absolute;
			}

/* navigation */
	#navigation {
		position: absolute;
		right: 50px;
		top: 76px;
		font-size: 1em;
		font-weight: bold;
		padding: 5px 0 6px 0;
		text-transform: lowercase;
		list-style: none;
	}
		#navigation li {
			float: left;
		}
		#navigation a {
			padding: 5px 6px 6px 6px;
			height: 19px;
			float: left;
		}
			#navigation a:link, 
			#navigation a:active, 
			#navigation a:visited { 
				color: #000;
				text-decoration: none; 
			}
			#navigation a:hover {
				color: #fff;
				background-color: #888;
			}
				#navigation .current_page_item {
					background-color: #000 !important;
				}

				#navigation .current_page_item a {
					color: #fff !important;
				}
/* body */
	#body {
		padding: 0 50px 0px 50px;
	}
		#body h3 {
			letter-spacing: 3px;
			margin-bottom: .7em;
			font-size: 2.2em;
			font-weight: normal;
		}
		#body h4 {
			font-size: .9em;
		}
		#body dl {
			margin: 5px 0 5px 5px;
			padding: 10px;
			border-left: 5px solid #000;
		}
		#body dt {
			font-weight: bold;
		}
		#body dd {
			margin: 5px;
		}

/* content */
#content {
	font-size: 1em;
	padding: 0 50px 0px 50px;
	}
	#content a {
		height: 19px;
		font-weight: bold;
	}
		#content a:link, 
		#content a:active, 
		#content a:visited { 
			color: #000;
		}
		#content a:hover {
			color: #888;
		}
		#content a:visited {
			color: #000;
		}
	#content p {
		text-align: left;
		line-height: 20px;
		padding: 5px 0 5px 0;
		margin: 5px 0 5px 0;
	}
	#content h2 {
		font-size: 2.2em;
		font-weight: normal;
		text-transform: lowercase;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: #eee url('') no-repeat top;
	border: none;
	}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

#sidebar h2 {
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h2, h2 a, h2 a:hover, h2 a:visited, 
h3, h3 a, h3 a:hover, h3 a:visited, 
#sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {

	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.narrowcolumn {
	float: left;
	padding: 0 0 20px 50px;
	margin: 0px 0 0;
	width: 550px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 50px;
	width: 550px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 800px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 100px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 0 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/