/*
Theme Name: Megalith
Theme URI: http://www.susan-jackson.com/
Description: The default WordPress theme for Susan-Jackson.com
Version: 1.0
Author: Daniel Quinn
Author URI: http://www.dquinn.net/

	Megalith v1.0
	http://www.dquinn.net

	This theme was designed and built by Daniel Quinn,
	whose blog you will find at http://www.dquinn.net

	All rights reserved.
*/
/************************* GLOBALS */
body {
	background: url(images/bg.jpg) repeat;
	margin: 0;
	font: 13px "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
}

.clear { clear: both; }

a img { border: none; }

.left { float: left; }
.right { float: left; }
.alignright { 
	border: 1px solid #000;
	margin-left: 5px;
	float: right; 
}
.alignleft { 
	border: 1px solid #000;
	margin-right: 5px;
	float: left;
}

/************************* STRUCTURE */
#bounds {
	min-width: 875px;
	margin: 0 auto;
	background: url(images/speckles.jpg) no-repeat center top;
}

#bounds #header {
	margin: 0 auto;
	width: 875px;
	position: relative;
	height: 210px;
	background: url(images/header-bg.jpg) no-repeat;
}

#bounds #header #logo {
	position: absolute;
	top: 10px;
	left: 20px;
}

#bounds #header #submenu {
	right: 30px;
	top: 10px;
	position: absolute;
}

#bounds #menu {
	position: relative;
	width: 860px;
	height: 45px;
	border-top: 1px dotted #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
	margin: 5px auto;
}

#bounds #menu #search {
	position: absolute;
	right: 35px;
	top: 11px;
}

#bounds #menu #search input#s {
	border: 3px solid #749287;
	width: 250px;
	background-color: #4d3f3e;
	color: #fff;
}

#bounds #menu #search input#s:focus {
	border: 3px solid #fff; 
}

#bounds #menu #search #searchsubmit {
	position: absolute;
	right: -20px;
	top: 5px;
	height: 18px;
}

#bounds #content-bounds {
	width: 875px;
	position: relative;
	margin: 0 auto;
	background: url(images/content-repeaty.jpg) repeat-y;
}

#bounds #content {
	padding-top: 6px;
	padding-left: 7px;
	background: url(images/content-top.jpg) no-repeat top;
}

#bounds #footer {
	position: relative;
	height: 50px;
	width: 855px;
	font-size: 14px;
	margin: 10px auto 0px;
}

/************************* MENU */
#bounds #menu ul {
	top: 8px;
	left: 15px;
	position: absolute;
	margin: 0;
	padding: 0;
}

#bounds #menu ul li {
	float: left;
	list-style: none;
	margin-left: 5px;
}

#bounds #menu ul li a {
	text-decoration: none;
	font-size: 14px;
	display: block;
	padding: 5px 10px;
	background-color: #749287;
	text-transform: uppercase;
	color: #fff;	
}

#bounds #menu ul li a:hover {
	background-color: #fff;
	color: #4E403E;	
}

/************************* SUBMENU */
#header #submenu ul {
	margin: 0;
	padding: 0;
}

#header #submenu ul li {
	list-style: none;
	margin-bottom: 5px;
}

#header #submenu ul li#freelance {
	background: url(images/pencil.png) no-repeat left center;
	padding-left: 20px;
}

#submenu ul li#subscribe {
	background: url(images/feed.png) no-repeat left center;
	padding-left: 20px;
}

#submenu ul li#archive {
	background: url(images/icon-clock.gif) no-repeat left center;
	padding-left: 20px;
}

#header #submenu ul li a {
	text-decoration: none;
	font-size: 14px;
	display: block;
	padding: 5px 10px;
	background-color: #749287;
	text-transform: uppercase;
	color: #fff;	
}

#header #submenu ul li a:hover {
	background-color: #fff;
	color: #4E403E;	
}

/************************* ENTRY */
#content #entry-bounds {
	background: url(images/paper-repeat.jpg) repeat-y;
}

#content #entry-bounds #entry {
	position: relative;
	height: 100%;
	background: url(images/paper-top.jpg) no-repeat top left;	
}

#content #entry-bounds #entry .excerpt-image a img {
	border: 3px solid #749287;
}

#content #entry-bounds #entry .excerpt-image a:hover img {
	text-decoration: none;
}

#content #entry-bounds #entry .excerpt-image {
	margin-top: 20px;
	width: 110px;
	height: 75px;
	margin-right: 5px;
}

#content #entry-bounds #entry .excerpt-text {
	width: 300px;
}

#content #entry-bounds #entry #post {
	position: relative;
	top: -10px;
}

#content #entry-bounds #entry #entry-meta {
	width: 716px;
	height: 156px;
	position: relative;
	background: url(images/paper-bottom.jpg) no-repeat;
}

/************************* ARCHIVE */
#entry-content .archive-post {
	margin-bottom: 20px;
}

#entry #entry-content .archive-post h3 {
	background-color: #749287;
	padding: 3px 5px;
}

#entry #entry-content .archive-post h3 a {
	text-decoration: none;
	color: #eee;	
}

#entry #entry-content .archive-post h3 a:hover {
	color: #000;
}

#entry #entry-content .archive-post small {
	color: #999;
}

/************************* PAGINATION */
#entry #entry-content .pagination {
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
}

#entry #entry-content .pagination a,
#entry #entry-content .pagination span {
	padding-left: 5px;
	padding-right: 5px;
}

#entry #entry-content .pagination a:hover { 
	background: none; 
	color: #000;
}

#entry #entry-content .pagination .icon {
	position: relative;
	top: 3px;
	padding-right: 5px;
	padding-left: 5px;
}

/************************* META */
#entry-meta #meta {
	padding-left: 120px;
	height: 156px;
	position: relative;
	width: 422px;
	background: url(images/hr.png) no-repeat right top;
}

#entry-meta #meta ul {
	position: absolute;
	margin: 0;
	left: 120px;
	top: 25px;
	padding: 0;
}

#entry-meta #meta ul li {
	display: inline;
	font-size: 14px;
	color: #999;
}

#entry-meta #meta ul li.back a,
#entry-meta #meta ul li.more a,
#entry-meta #meta ul li.edit a,
#entry-meta #meta ul li.comment-count a { color: #999; }

#entry-meta #meta ul li.back a:hover,
#entry-meta #meta ul li.more a:hover,
#entry-meta #meta ul li.edit a:hover,
#entry-meta #meta ul li.comment-count a:hover { color: #000; }

#entry-meta #meta ul li.more {
	background: url(images/action_go.gif) no-repeat;
	padding-left: 20px;
	padding-right: 10px;
	margin-left: 10px;
}

#entry-meta #meta ul li.back {
	background: url(images/action_back.gif) no-repeat;
	padding-left: 20px;
	padding-right: 10px;
	margin-left: 10px;
}


#entry-meta #meta ul li.comment-count {
	background: url(images/comment_new.gif) no-repeat;
	padding-left: 20px;
	padding-right: 10px;
	margin-left: 10px;
}

#entry-meta #meta ul li.edit {
	background: url(images/pencil_go.gif) no-repeat;
	padding-left: 20px;
	padding-right: 0px;
	margin-left: 10px;
}

#entry-meta #meta ul li.date {
	background: url(images/date.gif) no-repeat;
	padding-left: 20px;
	padding-right: 10px;
}

/************************* ENTRY/GALLERY NAV */
#entry-meta .nav {
	position: absolute;
	right: 180px;
	top: 25px;
}

.nav ul {
	margin: 0;
	padding: 0;
}

.nav ul li a {
	color: #999;
	font-weight: normal;
}

.nav ul li a:hover { color: #000; }

.nav ul li {
	margin-left: 2px;
	margin-right: 2px;
	display: inline;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

#gallery-content .nav {
	text-align: center;
}

#gallery-content .nav span {
	color: #333;
	font-size: 14px;
	font-weight: bold;
}

#gallery-content .nav span a {
	color: #fff; 
	text-decoration: underline;
}

#gallery-content .nav span a:hover { color: #f4b784; }

#gallery-content .nav span {
	padding-left: 3px;
	padding-right: 3px;
}

/************************* ENTRY-CONTENT*/
#entry #entry-content {
	padding-top: 100px;
	width: 420px;
	padding-left: 120px;
	float: left;
}

#entry #entry-content h1.special {
	margin: 0;
	font-size: 22px;
	font-weight: normal;
}

#entry #entry-content {
	line-height: 20px;
}

#entry #entry-content a {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

#entry #entry-content small {
	font-size: 14px;
	font-style: italic;
	color: #759287;
}

#entry #entry-content h1 {
	font-size: 20px;
	font-weight: normal;
	margin: 0;
}

#entry #entry-content h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
}

#entry #entry-content h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 0;
} 

#entry #entry-content h4 {
	font-size: 14px;
	font-weight: normal;
	margin: 0;
} 

/************************* SIDEBAR */
#content-bounds #sidebar {
	width: 300px;
	float: right;
	margin-right: 19px;
}

#content-bounds #sidebar #categories {
	margin-top: 27px;
	position: relative;
	width: 300px;
	height: 381px;
	background: url(images/category-bg.jpg) no-repeat;	
}

/************************* CATEGORIES */
#sidebar #categories h2.special {
	top: 30px;
	left: 45px;
	font-weight: normal;
	position: absolute;
	margin: 0;
}

#sidebar #categories ul {
	overflow: hidden;
	height: 280px;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 70px;
	left: 40px;
}

#sidebar #categories ul li {
	list-style: none;
	margin: 0;
	background: url(images/check.png) no-repeat;
	padding-left: 40px;
}

#sidebar #categories ul li:hover { background: url(images/check-selected.png) no-repeat; }

#sidebar #categories ul li h3 {
	margin: 0;
	font-weight: normal;
	font-size: 22px;
}

#sidebar #categories ul li h3.red a { color: #ff2000; }
#sidebar #categories ul li h3.blue a { color: #2d11ff; }
#sidebar #categories ul li h3.green a { color: #3bc047; }
#sidebar #categories ul li h3.orange a { color: #fe9b43; }
#sidebar #categories ul li h3.pink a { color: #fa3fd1; }
#sidebar #categories ul li h3.purple a { color: #9f17de; }

#sidebar #categories ul li h3 a { text-decoration: none; }

/************************* GALLERY */
#sidebar #gallery {
	margin-left: 25px;
	width: 275px;
	height: 305px;
	position: relative;
}

#sidebar #gallery #demo {
	margin-top: 50px;
	margin-left: 30px;
}

#sidebar #gallery #polaroid-frame {
	width: 272px;
	height: 304px;
	position: absolute;
	background: url(images/polaroid-frame.png) no-repeat;
}

#sidebar #gallery #polaroid-frame img {
	position: absolute;
	top: 55px;
	left: 35px;
}

/************************* ALL STICKIES */
#sidebar .sticky {
	position: relative;
	margin-left: 30px;
	width: 250px;
	height: 250px;
	background: url(images/sticky-pink.png) no-repeat;	
}

#sidebar .sticky ul li a { color: #000; }

#sidebar .sticky ul li a:hover { text-decoration: line-through; }

#sidebar .sticky h2.special { padding: 25px 0 0 40px; }

/************************* FAVORITES */
#sidebar #favorites h2.special {
	padding: 25px 0 0 45px;
	margin: 0;
}

#sidebar #favorites ul {
	margin: 10px 0 0 40px;
	padding: 0;
}

#sidebar #favorites ul li {
	list-style: none;
	background: url(images/star.png) no-repeat;
	padding-left: 22px;
	margin: 0px;
}

#sidebar #favorites ul li a { 
	color: #000;
	text-decoration: none;
}

#sidebar #favorites ul li a:hover { text-decoration: line-through; }

/************************* LATEST, RECENT, RANDOM, RELATED */
#sidebar #latest-work { background: url(images/sticky-yellow.png) no-repeat; }
#sidebar #random-posts { background: url(images/sticky-green.png) no-repeat; }
#sidebar #related-posts { background: url(images/sticky-blue.png) no-repeat; }

#sidebar #related-posts h2.special,
#sidebar #random-posts h2.special,
#sidebar #latest-work h2.special { margin: 0; }

#sidebar #related-posts ul,
#sidebar #random-posts ul,
#sidebar #latest-work ul {
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 50px;
	margin-right: 25px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
}

#sidebar #related-posts ul li,
#sidebar #random-posts ul li,
#sidebar #latest-work ul li {
	list-style: decimal;
}

#sidebar #related-posts ul li a,
#sidebar #random-posts ul li a,
#sidebar #latest-work ul li a {
	font-weight: normal;
	font-size: 12px;
}

/************************* COMMENT TREE */
#content #comment-tree {
	position: relative;
	top: -30px;
	margin-left: 25px;
	width: 510px;
	float: left;
}

#content #comment-tree h2.special {
	margin: 0;
	color: #000;
}


#content #comment-tree .comment-author .left a img {
	border: 3px solid #749287;
	margin-right: 10px;
}

#content #comment-tree .comment-author .left a:hover img {
	border: 3px solid #fff;
}

#content #comment-tree ol#comments {
	padding: 0;
	margin: 5px 0px 0px;
}

#content #comment-tree ol#comments .comment-content p { 
	color: #eee;
	line-height: 20px; 
} 

#content #comment-tree ol#comments li.alt { background-color: #574e4d; }
#content #comment-tree ol#comments li { background-color: #4e403e; }

#content #comment-tree ol#comments li,
#content #comment-tree ol#comments li.alt { 
	list-style: none;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

#content #comment-tree span.author { 
	margin-top: 5px;
	color: #749287;
	font-weight: bold;
	display: block;
}

#content #comment-tree span.author a {
	text-decoration: underline; 
	color: #749287;
}

#content #comment-tree span.author a:hover { color: #fff; }

#content #comment-tree span.date { color: #999; }

.editComment, .editableComment, .textComment{ display: inline; }

#content #comment-tree .comment-childs{
	margin: 5px 0px 0px 0px;
	padding: 5px 10px 10px;
	background-color: #666666; 
}

#content #comment-tree .chalt { background-color: #635b4a; }

#content #comment-tree #newcomment{ 
	width:90%;
}

#content #comment-tree #newcommentsubmit{
	color:red;
}

#content #comment-tree .adminreplycomment{
	width:99%;
	margin:4px;
	padding:4px;
}

#content #comment-tree .mvccls{ color: #999; }

#content #comment-tree .thdrpy a {
	border: 1px solid #4e403e;
	text-transform: uppercase;
	padding: 3px;
	color: #eee;
	text-decoration: none;
	background-color: #749287;
}
#content #comment-tree .thdrpy a:hover {
	background-color: #000;
}

form#commentform label {
	padding-left: 10px;
	font-style: italic;
}

/************************* CONTACT FORM */
form#contact-form fieldset {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;	
	border-right: none;
	border-left: none;
	padding-left: 0;
	padding-right: 0;
}

form#contact-form input.textfield,
form#contact-form textarea.textfield { width: 300px; }

form#contact-form .field-widget {
	width: 308px;
}

form#contact-form .form-item { padding-top: 5px; }

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.validation-failed, textarea.validation-failed {
	border: 2px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 2px solid #00CC00;
	color : #000;
}

p.success {
	margin: 5px 0;
	padding: 5px;
	background-color: #00CC00;
	color : #FFF;
	font-weight: bold;
}

.validation-advice {
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

/************************* COMMENT FORM */
#content #comment-form .first-p { margin-top: 5px; }

#content #comment-form h2.special {
	margin: 0;
	color: #000;
}

#content #comment-form {
	margin-right: 7px;
	position: relative;
	top: -30px;
	width: 310px;
	float: right;
}

form#commentform p a {
	font-weight: bold;
	color: #D08B61;
	text-decoration: none;
}

span.required {
	padding-left: 5px;
	color: #749287;
}

select.textfield { width: 300px; }

select.textfield,
input.textfield,
textarea.textfield {
	border: 1px solid #4e403e;
	background-color: #FFF;
	color: #000;
	padding: 3px;
	font: 12px Georgia, "Times New Roman", Times, serif;
}

select.textfield:focus,
input.textfield:focus,
textarea.textfield:focus {
	border: 1px solid #749287;
}

input.disabled {
	border: 1px solid #cccccc;
	background-color: #cccccc;
}

input.validation-failed, textarea.validation-failed {
	border: 2px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 2px solid #00CC00;
	color : #000;
}

p.success {
	margin: 5px 0;
	padding: 5px;
	background-color: #00CC00;
	color : #FFF;
	font-weight: bold;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

input.button {
	border: 1px solid #4e403e;
	text-transform: uppercase;
	padding: 3px;
	color: #eee;
	font-size: 12px;
	background-color: #749287;
}

input.button:hover {
	background-color: #000;
}

textarea {
	width: 250px;
}

.lg_admin_captions {
	position: absolute;
	right: 115px;
	bottom: 40px;	
}

.lg_admin {
	position: absolute;
	right: 50px;
	bottom: 40px;
}

.lg_admin_captions small a,
.lg_admin small a,
#comment-tree small a {
	background-color:#fff;
	color:#000;
	padding:2px;
	text-decoration:none;
	text-transform:uppercase;
	font-size: 11px;
}

.lg_admin small a:hover,
#comment-tree small a:hover {
	background-color: #000;
	color: #fff;
}

/************************* GALLERY */
#content #gallery-bounds {
	margin-top: 21px;
	margin-left: 18px;
	padding-bottom: 15px;
	width: 831px;
	min-height: 660px;
	background: url(images/stained-paper.jpg) no-repeat top;
}

#content #gallery-bounds #gallery-content {
	width: 720px;
	padding-top: 30px;
	margin: 0px auto;
}

#content #gallery-bounds #gallery-content h2.gallery {
	margin-left: 10px;
	color: #fff;
	margin-top: 0;
	margin-bottom: 5px;
}

#content #gallery-bounds #gallery-content .photo {
	width: 164px;
	height: 168px;
	margin-left: 10px;
	margin-bottom: 10px;
	background: url(images/polaroid-frame.jpg) no-repeat;	
	position: relative;
}

#content #gallery-bounds #gallery-content .photo img {
	top: 11px;
	left: 11px;
	position: absolute;
}

#content #gallery-bounds #gallery-content .photo .caption {
	position: absolute;
	overflow: hidden;
	bottom: 10px;
	text-align: center;
	width: 100%;
}

.pagination-bg {
	position: absolute;
	left: 100px;
	bottom: 45px;
}

.pagination-bg span {
	padding-right: 5px;
	padding-left: 5px;
}

.pagination-bg a {
	color: #eee;
	padding-right: 5px;
	padding-left: 5px;
}

.pagination-bg a img {
	position: relative;
	top: 3px;
}
/************************* ARCHIVES */
.car-toggler {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	margin-top: 10px;
	display: block;
}

ul.car-list li { margin-bottom: 10px; }

ul.car-list li ul.car-monthlisting li { margin-bottom: 0px; }

.car-yearmonth {
	font-size: 18px;
	color: #749287;
}

.car-yearmonth span {
	font-size: 12px;
	color: #000;
}

/************************* VALIDATION */
input.iok,
textarea.iok,
input.ierror,
textarea.ierror {
	background-color: #FFF;
	color: #000;
	padding: 3px;
	font: 12px Georgia, "Times New Roman", Times, serif;
}
input.ierror,
textarea.ierror { border: 2px solid #CC0000; }
input.iok,
textarea.iok{ border: 2px solid #00CC00; }

/************************* SNAIL */
#bounds #footer #credits {
	position: absolute;
	left: 0;
}

#bounds #footer #snail {
	position: absolute;
	right: 0;
}

#bounds #footer #snail ul,
#bounds #footer #credits ul {
	margin: 0;
	padding: 0;
}

#bounds #footer #snail ul li,
#bounds #footer #credits ul li {
	display: inline;
	list-style: none;
	padding: 0;
	color: #fff;
}

#bounds #footer #snail ul li { color: #749287; }

#bounds #footer #credits ul li span {
	color: #749287;
	padding-right: 5px;
	padding-left: 5px;
}

#bounds #footer #snail ul li a,
#bounds #footer #credits ul li a {
	text-decoration: underline;
	color: #fff;
}

#bounds #footer #snail ul li a {
	padding-left: 3px;
	padding-right: 3px;
}

#bounds #footer #snail ul li a:hover,
#bounds #footer #credits ul li a:hover { color: #749287; }