/*  
Theme Name: Keith Donegan
Theme URI: http://www.keithdonegan.com/
Description: For my own personal site
Version: 2.0
Author: Keith Donegan
Author URI: http://www.keithdonegan.com/
*/



/* --------------- ( Reset ) --------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white; position: relative;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}




#banner_120_600 {
	text-align: center;
}




/* --------------- ( Clearfix ) --------------------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




/* --------------- ( General ) --------------------------------------------- */
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 30px 0px;
	color: #282828;
	background: #F7F7F7;
}
#wrapper {
	width: 820px;
	margin: 0 auto;
}
.alignleft { float: left; }
.alignright { float: right; }
em { font-style: italic; }
a { color: #5F7C43; }
h2.grid {
	background: url(images/green-grid.png);
	border: 1px solid #ccc;
	font-weight: bold;
	padding: 5px;
	text-transform: uppercase;
}
pre { 
        margin-top: 14px; 
        background: #fff;
        padding: 14px;
        line-height: 18px;
}
blockquote { 
      border-left: 4px solid #ccc;
      border-top: 1px solid #ccc;
      border-right: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      padding: 0px 14px 14px 14px;
      font-style: italic;
      margin-top: 14px;
} 




/* --------------- ( Header ) --------------------------------------------- */
#header {
	margin-bottom: 30px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ccc;
}
	#header h1 a {
		background: url(images/logo.png) no-repeat;
		width: 420px;
		height: 38px;
		text-indent: -9999px;
		display: block;
		float: left;
	}
	#header form {
		float: right;
		margin-top: 6px;
	}
		#header form input#s {
			border: 1px solid #ccc;
			font: 11px Verdana, Arial, Helvetica, sans-serif;
			padding: 5px;
			width: 238px;
			float: right;
		}
		#header form input#searchsubmit {
			background: url(images/search.png) no-repeat;
			height: 18px;
			width: 18px;
			border: none;
			float: right;
			margin: 4px 0px 0px 8px;
		}




/* --------------- ( Left Sidebar ) --------------------------------------------- */
.side-left {
	float: left;
	width: 150px;
	margin: 0px 30px 0px 0px;
}
	.side-left ul {
		margin-bottom: 15px;
	}
		.side-left ul li {
			display: inline;
		}
			.side-left ul li a {
				text-decoration: none;
				padding: 3px 5px;
				background: #fff;
				display: block;
				font-size: 11px;
				line-height: 15px;
				border-bottom: 1px solid #ccc;
				border-right: 1px solid #ccc;
				border-left: 1px solid #ccc;
			}
				.side-left ul li a:hover {
					background: #5F7C43;
					color: #fff;
					border-right: 1px solid #5F7C43;
					border-left: 1px solid #5F7C43;
				}
			.side-left ul li ul {
				margin: 0px 0px 0px 0px;
			}
				.side-left ul li ul li a {
					padding: 3px 5px 3px 21px;
					background: url(images/green-bullet.png) #fff 6px 10px no-repeat;
				}
			.side-left ul.rss a:hover {
				background: #FAA01B;
				border-left: 1px solid #FAA01B;
				border-right: 1px solid #FAA01B;
				border-bottom: 1px solid #FAA01B;
			}
				



/* --------------- ( Content ) --------------------------------------------- */
.content {
	width: 480px;
	float: left;
	margin: 0px 30px 0px 0px;
}
	.content .post {
		margin-bottom: 15px;
	}
	.content .twitter-post {
		border: 1px solid #5F7C43;
		display: none;
	}
		.content .post .alignleft {
			margin: 6px 16px 0px 0px;
		}
		.content .post .alignright {
			margin: 6px 0px 0px 16px;
		}
		.content .post table {
			margin: 22px 0px 4px 0px;
			border-collapse: collapse;
			border-left: 1px solid #6D8C53;
			width: 100%;
		}
			.content .post table th {
				background: #BBCFA7;
				font-weight: bold;
				padding: 8px;
				color: #465B31;
				border-bottom: 1px solid #6D8C53;
				border-right: 1px solid #6D8C53;
				
				/* width: 25%; */
				vertical-align: middle;
			}
			.content .post table th.caption {
				/* background: url(images/green-grid.png); */
				text-align: center;
				background: #5F7C43;
				color: #fff;
				border-bottom: 1px solid #5F7C43;
				border-right: 1px solid #5F7C43;
			}
			.content .post table td {
				padding: 8px;
				line-height: 17px;
				background: #fff;
				border-bottom: 1px solid #6D8C53;
				border-right: 1px solid #6D8C53;
				vertical-align: top;
			}
		
		.content .post h1 a, .content .post h1 {
			font: 23px Arial, Helvetica, sans-serif;
			text-decoration: none;
		}
		.content .post .meta {
			color: #999;
			letter-spacing: 3px;
			font-size: 11px;
			margin-top: 8px;
		}
		.content .post p {
			line-height: 20px;
			margin-top: 10px;
		}
		.content .post ul, .content .post ol {
			margin-top: 10px;
		}
		.content .post ul li {
		    margin: 0px 0px 4px 20px;
            font-size: 11px;
			padding-left: 20px;
            line-height: 18px;
			background: url(images/grey-bullet.png) no-repeat 0px 5px;
		}
			.content .post ol li {
				margin-bottom: 8px;
				margin-left: 42px;
				list-style: decimal;
			}
		.content .post p.line-comment {
			background: url(images/grey-border.png) 0px 10px repeat-x;
		}
			.content .post p.line-comment a {
				text-decoration: none;
				background: #F7F7F7;
				padding-right: 15px;
				color: #999;
				letter-spacing: 3px;
			}
	.content #pagination {
		
	}
		.content #pagination a {
			margin-bottom: 8px;
			display: block;
			font-size: 12px;
			font-weight: bold;
		}




/* Calendar */
table#calendar {
	margin: 0px 0px 4px 0px;
	border-collapse: collapse;
	border-left: 1px solid #6D8C53;
	width: 100%;
}
	table#calendar th {
		background: #BBCFA7;
		font-weight: bold;
		padding: 8px;
		color: #465B31;
		border-bottom: 1px solid #6D8C53;
		border-right: 1px solid #6D8C53;
				
		/* width: 25%; */
		vertical-align: middle;
	}
	table#calendar th.caption {
		/* background: url(images/green-grid.png); */
		text-align: center;
		background: #5F7C43;
		color: #fff;
		border-bottom: 1px solid #5F7C43;
		border-right: 1px solid #5F7C43;
	}
	table#calendar td {
		padding: 8px;
		line-height: 17px;
		background: #fff;
		border-bottom: 1px solid #6D8C53;
		border-right: 1px solid #6D8C53;
		vertical-align: top;
	}
	table#calendar td.week {
		border-bottom: 3px solid #6D8C53;
	}
	table#calendar td.day {
		background: #BBCFA7;
		font-weight: bold;
		padding: 8px;
		color: #465B31;
	}
	table#calendar td.empty {
		background: url(images/green-grid.png);
	}
	table#calendar td.good {
		background: #00FF00;
	}
	table#calendar td.bad {
		background: #F00;
	}
	table#calendar td.hol {
		background: #00F;
		color: #fff;
	}
	




/* --------------- ( Right Sidebar ) --------------------------------------------- */
.side-right {
	float: left;
	width: 130px;
}
	.side-right a img {
		margin-bottom: 15px;
	}
	.side-right ul {
		
	}
		.side-right ul li a {
			text-decoration: none;
			padding: 3px 5px;
			display: block;
			font-size: 11px;
			line-height: 15px;
			border-bottom: 1px solid #ccc;
			border-right: 1px solid #ccc;
			border-left: 1px solid #ccc;
		}
			.side-right ul li a:hover {
				background: #5F7C43;
				color: #fff;
				border-right: 1px solid #5F7C43;
				border-left: 1px solid #5F7C43;
			}
	.side-right h2 {
		font-weight: bold;
		text-transform: uppercase;
		margin-bottom: 8px;
	}



/* --------------- ( Footer ) --------------------------------------------- */
#footer {
	border-top: 1px solid #ccc;
	float: left;
	width: 820px;
	padding: 15px 0px 20px 0px;
	margin-top: 15px;
}
	#footer #credits {
		float: left;
	}
	#footer #copyright {
		float: right;
	}
#footer .side-right h2 {
	margin-bottom: 0px;
}
ul#twitter_update_list {
	
}
	ul#twitter_update_list li {
		padding: 3px 5px;
		display: block;
		font-size: 11px;
		line-height: 15px;
		background: #fff;
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-left: 1px solid #ccc;
	}
		ul#twitter_update_list li a {
			
			font-size: 11px !important;
		}
		ul#twitter_update_list li span {
			float: right;
			width: 330px;
		}
		ul#twitter_update_list li span a {
			border: none;
			float: none;
			width: auto;
			text-decoration: none;
		}




/* --------------- ( Comments ) --------------------------------------------- */
.comments-template {
	margin-bottom: 25px;
}
	.comments-template p {
		margin-bottom: 10px;
	}
		.comments-template p input {
			width: 230px;
			font-size: 11px;
			float: left;
		}
		.comments-template p input {
			width: 230px;
			float: left;
			padding: 5px;
			letter-spacing: 1px;
			border: 1px solid #ccc;
			font: 11px Verdana, Arial, Helvetica, sans-serif;
		}
		.comments-template p textarea {
			width: 435px;
			border: 1px solid #ccc;
			float: left;
			padding: 5px;
			font: 11px Verdana, Arial, Helvetica, sans-serif;
			letter-spacing: 1px;
		}
		.comments-template p label {
			float: left;
			margin: 5px 0px 0px 12px;
			color: #666;
		}
		.comments-template h2 {
			margin: 0px 0px 17px 0px;
			letter-spacing: 1px;
			font: bold 12px Verdana, Arial, Helvetica, sans-serif; 
		}
		.comments-template #submit {
			background: #666;
			color: #fff;
			letter-spacing: 0px;
			font: 11px Verdana, Arial, Helvetica, sans-serif;
			width: 118px;
			padding: 4px 0px;
		}
	.comments-template ol {
		
	}
		.comments-template ol li {
			border-top: 1px solid #ccc;
			border-bottom: 1px solid #ccc;
			border-left: 1px solid #ccc;
			border-right: 1px solid #ccc;
			background: #fff;
			padding-top: 15px;
			margin-bottom: 15px;
		}
			.comments-template ol li p {
				margin: 0px 15px 15px 15px;
				line-height: 17px;
			}
			.comments-template ol li blockquote {
				margin: 0px 18px 14px 14px;
			}
				.comments-template ol li blockquote p {
					padding: 14px 0px 0px 0px;
					margin: 0px;
				}
			.comments-template ol li .commentmetadata {
				border-bottom: 1px solid #eee;
				padding: 6px;
				background: #eee;
				color: #333;
			}
				.comments-template ol li .commentmetadata a {
					color: #333;
				}
	.comments-template #form {
		background: #E3E3E3;
		border: 1px solid #ccc;
		padding: 15px 15px 8px 15px;
	}
		.comments-template #form h2 {
			color: #333;
			font-size: 13px;
		}








