/*  
Theme Name: 1 - PatCampbell.net Version 1.0
Theme URI: 
Description: The original theme for the PatCampbell.net Web site, launched in January 2008.
Version: 1.0
Author: Patrick Campbell
Author URI: http://www.patcampbell.net

*/


@import "post-specific-styles.css";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	background-color: #D1DAE4;
}

#pagebackground {
	background: #D1DAE4 url(/images/page-bg.gif) repeat-y center top;
}

#topshadow {
	width: 999px;
	height: 16px;
	margin-right: auto;
	margin-left: auto;
	background: url(/images/top-shadow.gif) no-repeat center top;
}

#bottomshadow {
	width: 999px;
	height: 16px;
	margin-right: auto;
	margin-left: auto;
	background: url(/images/bottom-shadow.gif) no-repeat center top;
}

a { /* Set Link Colors */
	color: #2E5D8C;
}

h1 { /* Generally Used for Post Titles */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h2.pagetitle { /* Used for titles within Archives */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 6px;
	text-align: center;
}

/* Broad Containers for content */
#parent { /* Holds all page elements within a fixed width and centers them in the browser*/
	width: 775px;
	background-image: url(images/parent-bg.gif);
	margin: 0px auto 0px auto;
}

#top { /* Title, Banner Image, and Navigation */
	background: url(/images/top-bg.gif) no-repeat;
	display: block;
	height: 128px;
	color: #EBEBEB;
	font-size: 14px;
	font-weight: bold;
}
#title {
	float: left;
}

#title a {
	text-decoration: none;
	color: #EBEBEB;
}

#title h1 {
	padding: 0px;
	margin: 0px;
}

.tagline {
	font-size: 10px;
}

#navigation {
	margin-left: 517px;
	text-align: center;
}

#navigation a {
	text-decoration: none;
	color: #97ACC0;
}

#navigation a.active {
	background-position: 0px -127px;
	border-bottom: none;
	color: #EBEBEB;
}

#navigation a:hover {
	background-position: 0 -127px;
	color: #EBEBEB;
	/*border: none;*/
}

#home-tab a {
	width: 87px;
	padding-top: 30px;
	height: 96px;
	float: left;
	text-align: center;
	background: url(images/home.gif) no-repeat left top;
	color: #97ACC0;
	border-bottom: 1px solid #C6C6C6;	
	padding-bottom: 1px;
}

/*#home-tab a.active {
	background: url(images/archive.gif) no-repeat 0px -127px;
	border-bottom: none;
	color: #EBEBEB;
}*/

#archive-tab a {
	margin-left: 87px;
	width: 85px;
	display: block;
	padding-top: 30px;
	padding-bottom: 1px;
	height: 96px;
	text-align: center;
	background: url(images/archive.gif) no-repeat left top;
	border-bottom: 1px solid #C6C6C6;	
}

/*#archive-tab a.active {
	background: url(images/archive.gif) no-repeat 0px -127px;
	border-bottom: none;
	color: #EBEBEB;
}*/

#contact-tab a {
	width: 86px;
	padding-top: 30px;
	padding-bottom: 1px;
	height: 96px;
	float: right;
	text-align: center;
	background: url(images/contact.gif) no-repeat left top;
	border-bottom: 1px solid #C6C6C6;
}

/*#contact-tab a.active {
	background: url(images/archive.gif) no-repeat 0px -127px;
	border-bottom: none;
	color: #EBEBEB;
}*/

#mid { /* Pictures and Subcriptions - currently only appears on home page */
	border-color: #C6C6C6;
	padding-top: 15px;
	padding-bottom: 5px;
	background: #2E5D8C url(images/mid-bg.gif) repeat-x left bottom;
	height: 81px;
	border-left: 1px solid #C4C4C4;
	border-right: 1px solid #C4C4C4;
}
#mid .title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #EBEBEB;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 3px;
}

#mid a {
	color: #EBEBEB;
	text-decoration: none;
}

#mid.notmain {
	height: 15px;
	margin-bottom: 10px;
}

/* Begin styles for Recent Photos */
#flickr { 
	padding-left: 15px;
}

/*#flickr img {
	margin-right: 29px;
	margin-top: 4px;
	padding: 3px;
	background-color: #D1DAE4;
	width: 40px;
	height: 40px;
	border: 0px;
}*/

#flickr img {
	margin-right: 29px;
	margin-top: 4px;
	width: 44px;
	height: 44px;
	border: 1px solid #D1DAE4;
}

#flickr img:hover {
	background-color: #FFFFFF;
}
/* End styles for Recent Photos */

/* Begin styles for Subscription Box */
#subscribe {

	float: right;
}

#subscriptions_box {
	width: 176px;
	height: 38px;
	border: 1px solid #C4C4C4;
	background-color: #426C95;
	margin-right: 27px;
	margin-top: 4px;
	padding: 3px;
}

#subscriptions_box ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	/*line-height: 1.3em;*/
}

#subscriptions_box li {
	padding: 0px;
	margin: 0px;
}


#subscriptions_box a:hover {
	text-decoration: underline;
}
/*End styles for Subscription Box*/

/* Begin styles for Post Information Box */
.postinfo {
	margin: 6px 189px 6px 6px; 
	border: solid 1px #6A6A6A;
	background-color: #D1DAE4;
	padding-bottom: 3px;
	padding-top: 3px;
}

.postinfo h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 3px 3px 3px;
	margin: 0px;
}

.postinfo p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	/* width: 500px; */
	line-height: 1.8em;

}

.postinfo p img {
	margin-bottom: -2px;
	margin-right: 2px;
}

.byline {
	float: right;
	margin-right: 3px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
/* End styles for Post Information Box */

/* Begin styles for Posts */
.post {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 6px 189px 6px 10px; 
	padding-bottom: 3px;
	padding-top: 3px;
	line-height: 1.6em;
}

.post p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.post h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 3px 0px;
	padding: 0px;
}

.post img.interest {
	float: right;
	border: 1px solid #336699;
	padding: 3px;
	margin-left: 2px;
	margin-bottom: 2px;
	background-color: #FFFFFF;
}

.post img.nofloat {
	float: none;
}

.post div.postfooter {
	margin-bottom: 30px;
	text-align: right;
	margin-top: 15px;
}

.post p.postfooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border-top: 1px solid #6A6A6A;
	padding-top: 3px;
	display: inline;
}

.post ul {
	padding: 0px;
	margin-left: 20px;
}

.post li {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 10px 10px;
}
/* End Styles for Posts */


#sidebar {
	width: 175px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #6A6A6A;
	float: right;
	margin: 6px;
	padding: 0px;
}

#sidebar .linkinfo {
	font-size: 85%;
}

#sidebar .grouping {
	float: left;
	margin-top: 9px;
	margin-right: -100px;
}

#sidebar h1 {
	font-size: 11px;
	color: #6A6A6A;
	padding: 0px;
	margin: 0px 0px 0px 26px;
}

#sidebar ul {
	margin: 5px 0px 20px 0px;
	padding: 0px;
	border-left: 1px solid #6A6A6A;
	display: block;
}

#sidebar li {
	list-style: none;
	margin: 7px 0px 0px 0px;
	padding: 2px 0px 4px 6px;
}

#sidebar li.first {
	background: url(images/bracket.gif) no-repeat left top;
}

#sidebar li.last {
	background: url(images/bracket.gif) no-repeat left bottom;
	padding-bottom: 4px;
}

#sidebar ul.friends li {
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 6px;
}

#sidebar ul.friends li.last {
	padding-bottom: 4px;
}

#sidebar p {
	margin: 0px; 
	padding: 0px;
}

#footer { /* Footer information */
	border-left: 1px solid #C4C4C4; 
	border-right: 1px solid #C4C4C4; 
/*	background-color: #426C95; */
	clear: both;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: black url(images/bottomfade.gif) repeat-x left top;
}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EBEBEB;
	margin: 13px 0px 0px 13px;	
}

#footer p a {
	color: #EBEBEB;
}

#footer div {
	margin: 13px 13px 0px 5px;
}

#archive-date h1, #archive-tag h1 {
	margin-top: 0px;
	padding: 0px;
}

#archive-date {
	width: 545px;
	float: left;
	margin: 0px 0px 40px 0px;
/*	border: solid 1px red;*/
}

#archive-date a {
	text-decoration: none;
}

#archive-date a:hover {
	text-decoration: underline;
}

#archive-date table {
	background-color: #6286A9;
	border: solid 1px #6A6A6A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	font-variant: small-caps;

}

#archive-date table tr td {
	padding: 5px 0px 5px 0px;
}

#archive-date table tr td.year {
	background-color: #6286A9;
	padding: 0px 10px 0px 10px;
	/*border-right: solid 1px #6A6A6A;*/
	font-weight: bold;
}

#archive-date table tr.alt td.empty-month, table tr.alt td.month {


	background-color: #2E5D8C;
}

#archive-date table td.empty-month {
	text-align: center;
	color: #97ACC0;
	padding-right: 7px;
	padding-left: 7px;
}

#archive-date table td.month {
	text-align: center;
	color: #EBEBEB;
	padding-right: 7px;
	padding-left: 7px;
}

#archive-date table a {
	color: #EBEBEB;
}

#archive-tag {
	width: 220px;
	margin: 0px 0px 40px 553px;
	border-left: solid 1px #6A6A6A;
}

ul.wp-tag-cloud {
	list-style: none;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

ul.wp-tag-cloud a {
	text-decoration: none;
}

ul.wp-tag-cloud a:hover {
	text-decoration: underline;
}

#contactinfo {
	width: 463px;
	text-align: left;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 30px;
}

#contactinfo h1 {
	margin-top: 0px;
	padding: 0px;
}

#contactinfo td {
	padding-top: 5px;
	padding-bottom: 5px;
}

#contactimage {
	width: 272px;
	margin: 45px 0px 45px 501px;
	text-align: center;
}

#contactimage img {
	padding: 1px;
	border: 1px solid #2E5D8C;
}

/* Styles for comments on single-post pages*/
#comments {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 6px 189px 6px 10px; 
	padding-bottom: 3px;
	padding-top: 3px;
}

#comments h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

ul.commentlist {
	padding: 0px;
	list-style: none;
	border-bottom: solid 1px #6A6A6A;
}

ul.commentlist li {
	padding: 5px;
	display: block;
	min-height: 60px;
}

ul.commentlist li.alt {
	background-color: #E8ECF1;
	border-top: solid 1px #6A6A6A;
	border-bottom: solid 1px #6A6A6A;
}
.commentauthor {
	width: 120px;
	float: left;
}
.commenttext {
	margin-left: 125px;
}

.commenttext p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	line-height: 1.6em;
}
img.gravatar {
	float: right;
	padding: 2px;
	border: 1px solid #2E5D8C;
	margin: 0px 0px 3px 3px;
}

#commentspopup {
	background: #F5F6F8;
	margin: 3px;
}

/* iPod Shuffle Post Styles */
table.ipodshuffle {
	border: 1px solid #818181;
	background-color: #FFFFFF;
}

table.ipodshuffle img {
	margin-top: 5px;
}

.ipodshuffle tr.oddrow {
	background-color: #F5F6F8;
}

.ipodshuffle td {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt;
	border-bottom: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
	padding: 1px;
}

th.ipodshuffleheader {
	background-color: #D1DAE4;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt;
	border-bottom: 1px solid #818181;
	padding: 1px;
}