/*
Theme Name: My Site
Theme URI: http://www.davidgillhespy.com
Description: 3 Columns, 2 Left Sidebars
Version: 1.0
Author: dave
Author URI: http://www.davidgillhespy.com
*/

/* ================================================================ 
css released for public use under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/
All graphics copyright 2007, David Gillhespy
=================================================================== */

/*------------------------------------------------------------------
[Table of contents]
1. Main Containers - body, #wrapper, #main, #header, #content, #footer, etc.
2. General Classes - .entry-meta, .post, .description, .underpost, etc.
3. General Links - #content a:link, #footer a:link, etc.
4. Menu - #menu, #menu ul, #menu ul li, #menu ul li a:link, etc.
5. Sidebar Links - #sidebar ul li a:link
6. Headings - #header h1, #content h1, .post h2, .post h3, etc.
7. Date - .entry-date, .entry-month, .entry-day
8. Comments - #commentform, #respond p, etc.
9. Blockquotes - blockquote, blockquote p:first-letter, etc.
10. Align - .alignleft, .alignright, img.alignleft, img.alignright, etc.
11. Misc. and Preventative - Styles to prevent image hover strangeness etc.
12. Lightbox 2.04
13. Content Slider
-------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	border: 0;
}
/*===START SECTION 1 - the main containers===*/
body {
	font-family: Helvetica, Arial, sans-serif;
	background: #660000 url(images/main_bg.gif) top left repeat-y;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	color: #333;
}
#wrapper {
	background: transparent url(images/bg.jpg) top left no-repeat;
	width: 1040px;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#header {
	height: 100px;
	width: 563px;
	margin: 0;
	padding: 185px 0 0 330px;
}
#main {
	width: 800px;
	margin: 0 0 0 93px;
	background-color: #f8f7e5;
}
#content {
	width: 586px;
	padding: 10px;
	float: right;
	line-height: 1.3em;
	background-color: #f8f7e5;
}
#sidebar {
	width: 175px;
	float: left;
	margin-top: 10px;
	margin-right: 15px;
	background-color: #f8f7e5;
}
/*#sidebar-small {
	width: 160px;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	margin-top: 2px;
	text-align: center;
	background-color: #660000;
}
#sidebar-small img{
	margin: 5px 0;
	padding: 2px;
	border: 1px solid #f8f7e5;
}*/
#footer {
	height: 50px;
	width: 800px;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	padding: 13px 0 0 0;
	margin-left: 93px;
	background: transparent url(images/footer.png) top left no-repeat;
}
/*===END SECTION 1===*/

/*===START SECTION 2 - general classes===*/
.description {
	clear: left;
	margin: -15px 0 0 0;
	float: right;
	padding: 0 25px 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
}
.post {
	padding: 5px;
	font-size: .9em;
}
.post ul {
	margin-left: 35px;
}
.entry-text p {
	padding: 5px;
}
#content div.post div.entry-text ol, #content div.post div.entry-text ul {
	margin: 5px 0 5px 45px;
}
.entry-content, .entry-excerpt {
	clear: left;
	padding: 5px;
}
.entry-content ol, .entry-content ul {
	margin: 5px 0 5px 45px;
}
.entry-content p {
	padding: 5px 0;
}
.navigation {
  clear: both;
}
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
.entry-meta {
  margin: 0 0 10px 0;
}
.underpost {
	font-size: .9em;
}
#content div.post div.entry-text ul.portfolio {
	margin: 10px 0 0 0;
}
#content div.post div.entry-text ul.portfolio li {
	background: #E8E8E8 none repeat scroll 0 0;
	border: 1px solid #FFFFFF;
	display: inline;
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
	width: 280px;
}
#content div.post div.entry-text ul.portfolio li a {
	padding: 0;
}
#content div.post div.entry-text ul.portfolio li a img {
	border: medium none;
}
#content div.post div.entry-text ul.portfolio li img {
	display: block;
	margin: 20px 20px 0 20px;
}
#content div.post div.entry-text ul.portfolio li a.view-more img {
	margin: 0px 0 5px 0;
}
#content div.post div.entry-text ul.portfolio li h4 {
	font-size: 16px;
	margin-left: 23px;
}
#content div.post div.entry-text ul.portfolio li p {
	padding-left: 23px;
}
#content div.post div.entry-text h3.port-sub-h3 a {
	text-decoration: none;
}
#content div.post div.entry-text h3.port-sub-h3 a:hover {
	text-decoration: underline;
}
#content div.post div.entry-text p img.port-sub-img {
	border: 5px solid #e8e8e8;
}
/*===END SECTION 2===*/

/*START SECTION 3 - style content and footer links*/
#content a:link, #content a:visited {
	color: #7E250D;
	text-decoration: underline;
	padding: 2px;
}
#content a:hover {
	text-decoration: none;
}

#content div.post h2 a:link, #content div.post h2 a:visited {
	text-decoration: none;
}
#content div.post h2 a:hover {
	text-decoration: underline;
}
#footer a:link, #footer a:visited {
	color: #474200;
}
#footer a:hover {
	text-decoration: none;
}
/*===END SECTION 3===*/

/*===START SECTION 4 - style for menu, page links in the header===*/
#menu{
	padding: 0;
	font-size: 1.4em;
	white-space: nowrap;
	width: 385px;
	position: absolute;
	left: 494px;
	top: 149px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
}
#menu li a:link, #menu li a:visited {
	color: #fff;
	padding: 3px 3px 0 3px;
	text-decoration: none;
	border-bottom: solid 10px #660000;
	border-top: solid 20px #660000;
}
#menu li a:hover {
	text-decoration: none;
	color: #eee;
	border-bottom: solid 10px #000;
	border-top: solid 30px #000;
}
/*===END SECTION 4===*/

/*===START SECTION 5 - sidebar links===*/
#sidebar ul, #sidebar-small ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar li a:link, #sidebar li a:visited {
	display: block;
	color: #7E250D;
	text-decoration: none;
	padding: 5px 5px 5px 15px;
}
#sidebar li a:hover {
	text-decoration: none;
	background-color: #000;
	color: #fff;
}
#sidebar ul ul {
  margin-left: 0px;
}
#sidebar ul ul li, #sidebar ul ul li {
  font-size: 1em;
  margin-left: 0px;
}
/*===END SECTION 5===*/

/*===START SECTION 6 - style the headings===*/
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	display: none;
}
#header h1 {
	background: url(images/title.png) top left no-repeat;
	width: 546px;
	height: 83px;
}
#header h1 span {
	display: none;
}
#header h1 a:link, #header h1 a:visited {
	font-size: 2em;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	width: 600px;
	padding: 1px 0 0 5px;
	clear: both;
}
#header h1 a:hover {
	text-decoration: underline;
}
#content h1 {
	font-size: 1.5em;
}
#about {
	margin-bottom: -35px;
}
#about h3 {
  font-size: 1.8em;
  color: #660000;
  margin: -5px 0 5px 0;
  padding: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
}
#about p {
	padding: 5px;
}
#about ul {
	margin-left: 35px;
}
#sidebar h1 {
	font-size: 1.4em;
}
#sidebar h2 {
	font-size: 1.1em;
	background-color: #ccc;
	padding: 3px 0 3px 7px;
	border-top: 1px #999 solid;
	border-bottom: 1px #999 solid;
	border-right: 1px #999 solid;
}
#sidebar-small li#text-297068761 h2.widgettitle {
	color: #fff;
}

.post h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	margin: 45px 0 10px 0;
	padding: 0;
  	line-height: 1em;
}
.post h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 2em;
  color: #660000;
  margin: -5px 0 5px 0;
  padding: 0;
}
/*===END SECTION 6===*/

/*===START SECTION 7 - style the post date===*/
.entry-date {
	height: 62px;
	width: 75px;
	background: url(images/date_bg.png) top left no-repeat;
	display: inline;
	float: left;
	margin: 35px 10px 0 0;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.entry-month {
	font-size: 19px;
	width: 71px;
	text-align: center;
	height: 5px;
	margin: 7px 0 0 0;
	font-weight: bold;
	padding: 2px 0 2px 0;
}
.entry-day {
	font-size: 28px;
	text-align: center;
	height: 20px;
	width: 71px;
	margin: 4px 0 0 0;
	font-weight: bold;
	line-height: 30px;
}
/*===END SECTION 7===*/

/*===START SECTION 8 - comment form and comments===*/
#respond p {
	font-size: .9em;
}
#commentform input {
	border: 1px solid #AA0000;
}
#commentform textarea {
	border: 1px solid #AA0000;
}
#commentform {	
	padding: 10px;
}
li.author {
	padding: 5px;
}
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
#content ol.commentlist li a {
	text-decoration: underline;
}
/*===END SECTION 8===*/

/*===START SECTION 9 - oh you're so fancy with those blockquotes....===*/
blockquote {
  font: .92em/1.5em Helvetica, Arial, sans-serif;
  color: #000;
  width: 500px;
  /*background: url(images/blockquote1.png) no-repeat right bottom;*/
  padding: 0 20px 0 30px;
  text-indent: -30px;
}
blockquote p:first-letter {
  background: url(images/blockquote2.png) no-repeat left center;
  color: #660000;
  padding: 5px 0 0 35px;
  font: italic 1.7em Georgia, "Times New Roman", Times, serif;
}
/*===END SECTION 9===*/

/*===START SECTION 10 - images when inserted into a post.===*/
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
.wp-caption-text {
  font-size: .7em;
  line-height: 1.1em;
  margin: 0;
}
/*===END SECTION 10===*/

/*===START SECTION 11 - Misc. and Preventatives===*/
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
acronym {
	border-bottom:1px dotted #555040;
	cursor:help;
}

a acronym {
	border-bottom:1px dotted #555040;
}
.seperator1 {
	border-top: 1px solid #333;
}
#sidebar div.aktt_tweets ul {
	margin-left: 25px;
	list-style-type: decimal;
}
#sidebar div.aktt_tweets ul li {
	padding: 3px 0;
	font-size: 10px;
}
#sidebar ul li div.aktt_tweets ul li a {
	padding-left: 0px;
}
#sidebar div.aktt_tweets ul li.aktt_more_updates {
	list-style-type: none;
	font-size: 12px;
}
#sidebar li#add-to-any-subscribe {
	margin-left: -12px;
	margin-top: -5px;
}
#sidebar li#add-to-any-subscribe a:hover {
	background-color: transparent;
}
#sidebar li#categories-297792191 select.postform {
	margin: 5px 5px 5px 7px;
	border: 1px #999 solid;
	width: 163px;
}
#sidebar div.suboptions_widget {
	text-align: center;
	padding-bottom: 5px;
}
#sidebar div.suboptions_widget a {
	display: inline;
	padding: 2px;
}
#sidebar div.suboptions_widget a:hover {
	background-color: #F8F7E5;
}
/*===END SECTION 11===*/

/*===START SECTION 12 - Lightbox 2.04===*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/*===END SECTION 12===*/

/*===START SECTION 13 - Content Slider===*/
#rotation {
	width: 560px; 
	height: 150px; 
	padding: 0; 
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	background: transparent url(http://davidgillhespy.com/images/bg-rotator.png) top center no-repeat;
	text-align: center;
}

#slider {
	
}

#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}

#slider li { 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:560px;
	height:150px;
	overflow:hidden;
}

#slider li img {
	
}

#slider ul li h3 {
	padding-left: 35px;
	padding-top: 4px;
	text-decoration: none;
}

#content #slider ul li h3 a {
	color: #660000;
	font-size: 22px;
	font-family: Georgia;
	text-decoration: none;
	float: left;
}

#slider ul li h3 a:hover {
	color: #333;
}

#slider li p.slider-more {
	position: absolute;
	top: 120px;
	right: 40px;
	width: 64px;
	height: 25px;
}

#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:50px;
	position:absolute;
	left:0px;
	top:35px;
}
	
#nextBtn{ 
	left:530px;
}

#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:50px;
	background: url(http://davidgillhespy.com/images/btn_prev.png) no-repeat 0 0;	
}

#nextBtn a{ 
	background: url(http://davidgillhespy.com/images/btn_next.png) no-repeat 0 0;	
}

#prevBtn a:focus, #nextBtn a:focus{
	border: none;
}
/*===END SECTION 13===*/