/************************************************************************************************
Theme Name: mt
Theme URI: http://martintierney.com
Description: The default Martin Tierney theme.
Version: 1.0
Author: Chris Poplawski
Author URI: http://actonbv.com/

	mt v1.0

	This theme was designed and built by Chris Poplawski

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*************************************************************************************************/

/*	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, strong, 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: top;
	font-weight: normal;
	font-family: georgia, arial, verdana, sans-serif;
	font-size: 12px;
}

td {
	vertical-align: top;
}

:focus {
	outline: 0;
}

body {
	line-height: normal;
	color: #000;
	background: #fff;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

*.cb {
	display: block;
	font-size: 0;
	height: 0;
	clear: both;
}

*.hide {
	display: none !important;
}


/*	body	
--------------------------------------------------*/
body {
	background-image: url('images/header-bg.jpg');
	background-position: center 0;
	background-repeat: no-repeat;
}


/*	header
--------------------------------------------------*/
#header {
	position: relative;
	width: 900px;
	height: 265px;
	margin: 0 auto;
}

	#font-switcher {
		position: absolute;
		bottom: 10px;
		right: 0;
		height: 23px;
		width: 73px;
		}
		
			#font-switcher a {
				display: block;
				height: 23px;
				width: 23px;
				margin: 0 0 0 1px;
				float: left;
				background-position: 0 0;
				background-repeat: no-repeat;
				}
				
				#font-switcher a#font-1 {
					background-image: url('images/font-1.png');
					}
					
				#font-switcher a#font-2 {
					background-image: url('images/font-2.png');
					}
					
				#font-switcher a#font-3 {
					background-image: url('images/font-3.png');
					}
					
				#font-switcher a:hover {
					background-position: 0 -23px;
					}

	#logo {
		position: absolute;
		top: 23px;
		left: 0;
		display: block;
		width: 240px;
		height: 28px;
		background-image: url('images/logo.png');
		background-position: 0 0;
		background-repeat: no-repeat;
	}
	
	#top-navigation {
		position: absolute;
		top: 30px;
		right: 0;
		display: block;
		height: 16px;
		width: 311px;
	}
	
	#top-navigation li {
		float: left;
		border-left: 15px #fff solid;
	}
	
	#top-navigation li,
	#top-navigation li a {
		display: block;
		height: 16px;
	}
	
	li.articles,
	li.articles a {
		width: 76px;
	}
	
		li.articles a {
			background-image: url('images/articles.png');
			background-position: 0 0;
			background-repeat: no-repeat;
		}
		
	li.guest-articles,
	li.guest-articles a {
		width: 130px;
	}
	
		li.guest-articles a {
			background-image: url('images/guest-articles.png');
			background-position: 0 0;
			background-repeat: no-repeat;
		}
		
	li.editor,
	li.editor a {
		width: 60px;
	}
	
		li.editor a {
			background-image: url('images/editor.png');
			background-position: 0 0;
			background-repeat: no-repeat;
		}
	
	
/*	content
--------------------------------------------------*/
#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 20px 0;
}

	#content {
		width: 620px;/*660*/
		padding-right: 40px;
		float: left
	}
	
	#sidebar {
		width: 240px;
		float: left;
		padding: 0;
	}
	
	
/*	page/post navigation
--------------------------------------------------*/
h2.pagetitle {
	display: inline;
	background-color: inherit;
	color: #2c1c10;
	font-size: 16px;
	font-weight: bold;
}

 .navigation {
 	text-align: center;
 	padding: 15px 0 15px 0;
 	background-color: inherit;
 	color: #ccc;
 }
 
		.navigation span,
		.navigation span a {
			font-size: 14px;
		}
		
		.navigation span a {
			background-color: inherit;
			color: #9e5e02;
		}
		
		.navigation span a:hover {
			background-color: inherit;
			color: #000;
		}
 
  .navigation .alignright {
  	padding: 0 0 0 10px;
  }
  
  .navigation .alignleft {
  	padding: 0 10px;
  }
	
	
/*	thought
--------------------------------------------------*/
#thought {
}

#thought-container {
	margin: 20px 0;
	padding: 0 0 30px 0;
	background-image: url('images/thougth-bottom-shape.png');
	background-position: 50% 100%;
	background-repeat: no-repeat;
	}

	#thought-container p {
		text-align: center;
		font-size: 22px;
		line-height: 22px;
		font-style: italic;
		}
		
		#thought-container h3 {
			font-size: 24px;
			text-align: center;
			padding: 35px 0 0 0 ;
			margin: 0 0 10px 0;
			background-image: url('images/thougth-top-shape.png');
			background-position: 50% 0;
			background-repeat: no-repeat;
			}



/*	post
--------------------------------------------------*/
.post {
}

	.post h2 {
		display: block;
	}
	
		.date {
			display: block;
			width: 40px;
			height: 63px;/*77*/
			padding: 14px 0 0 0;
			background-color: inherit;
			color: #fff6b2;
			text-align: center;
			font-size: 22px;
			float: left;
			background-image: url('images/date.jpg');
			background-position: 0 0;
			background-repeat: no-repeat;
		}
		
		.date-page {
			display: block;
			width: 40px;
			height: 63px;/*77*/
			padding: 14px 0 0 0;
			background-color: inherit;
			color: #fff6b2;
			text-align: center;
			font-size: 22px;
			float: left;
			background-image: url('images/date-page.jpg');
			background-position: 0 0;
			background-repeat: no-repeat;
		}
		
			.date span {
				display: block;
				font-size: 13px;
			}
			
		.title {
			display: block;
			float: left;
			padding: 24px 0 0 10px;
			font-size: 22px;
			background-color: inherit;
			color: #2c1c10;
		}
		
			.title a {
				font-size: 22px;
				background-color: inherit;
				color: #2c1c10;
			}
			
			.title a:hover {
				
			}
			
	.entry {
		padding: 0 30px 0 50px;
	}
	
		.entry p {
			margin: 0 0 40px 0;
			font-size: 24px;
			line-height: 28px;
			background-color: inherit;
			color: #2c1c10;
		}
		
		.read-more-excerpt {
			padding: 0 0 15px 0;
			}
			
			.read-more-excerpt a {
				background-color: inherit;
				color: #006cb0;
				}
				
			.read-more-excerpt a:hover {
				background-color: #006cb0;
				color: #fff;
				text-decoration: none;
				}
	
	.postmetadata {
		padding: 10px 0 20px 50px;
	}
	
		.postmetadata span {
			padding: 0 0 0 85px;
			display: block;
			background-color: inherit;
			color: #9e5e02;
			line-height: 20px;
			background-position: 2px 3px;
			background-repeat: no-repeat;
		}
		
		.postmetadata span.postmeta-tags {
			background-image: url('images/t.png');
		}
		
		.postmetadata span.postmeta-categories {
			background-image: url('images/c.png');
		}
		
			.postmetadata span a {
				background-color: inherit;
				color: #9e5e02;
				font-size: 12px;
			}
			
			.postmetadata span a:hover {
				background-color: inherit;
				color: #000;
			}
			

/*	calendar
--------------------------------------------------*/
#calendar_wrap {
	position: relative;
	width: 224px;/*240*/
	padding: 0 0 16px 16px;
	background-image: url('images/calendar-bg.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

#calendar-wrap-bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 13px;
	width: 240px;
	background-image: url('images/calendar-bg-bottom.png');
	font-size: 0;
	line-height: 0;
}

#calendar-top {
	width: 208px;
	margin: 0 0 5px 0;
}

	td#calendar-top-left,
	td#calendar-top-right {
		background-color: green;
		color: #000;
		width: 40px;
		vertical-align: bottom;
		font-size: 26px;
		text-align: center;
		background-color: inherit;
		color: #ccc;
	}
	
		td#calendar-top-left a,
		td#calendar-top-right a {
			font-size: 26px;
			text-decoration: none;
			background-color: inherit;
			color: #887f79;
		}
		
		td#calendar-top-left a:hover,
		td#calendar-top-right a:hover {
			background-color: inherit;
			color: #2c1c10;
		}

	td#calendar-top-center {
		text-align: center;
	}
	
		td#calendar-top-center #big-year {
			display: block;
			font-size: 34px;
		}
	
			td#calendar-top-center a {
				background-color: inherit;
				color: #2c1c10;
				font-size: 16px;
				text-decoration: none;
			}

#wp-calendar {
}

	#wp-calendar th,
	#wp-calendar td {
		border-top: 2px #eee solid;
		border-right: 2px #eee solid;
	}
	
		#wp-calendar th span,
		#wp-calendar td span {
			display: block;
			width: 28px;
			height: 22px;/*28*/
			padding: 6px 0 0 0;
			text-align: center;
		}
	
	#wp-calendar th {
		background-color: #120a02;
		color: #eee;
	}
	
	#wp-calendar td {
		background-color: #ccc9c7;
		color: #fff;
	}
	
		#wp-calendar td#today span,
		#wp-calendar td#today  a {
			background-color: #a2ca55;
			color: #fff;
		}
		
		#wp-calendar td#today a:hover {
			background-color: #779b33 !important;
			color: #fff;
		}
	
		#wp-calendar td a {
			display: block;
			width: 28px;
			height: 22px;/*28*/
			padding: 6px 0 0 0;
			text-align: center;
			background-color: #d5ae4f;
			color: #fff;
			text-decoration: none;
		}
		
		#wp-calendar td a:hover {
			background-color: #c80000;
			color: #fff;
		}
	
	#wp-calendar td.pad {
		background-color: #efefef;
		color: #000;
	}


	
/* tags	
--------------------------------------------------*/
#tag-wrapper-1 {
	width: 240px;/*240*/
	background-image: url('images/tags-bg.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 50px 0 0 0;
	margin-bottom: 20px;
}

#tag-wrapper-2 {
	background-image: url('images/tags-bg-2.jpg');
	background-position: 0 100%;
	background-repeat: no-repeat;
	padding: 20px 20px 30px 20px;
	text-align: center;
}

	#tag-wrapper-2 a {
		background-color: inherit;
		color: #201313;
		text-decoration: none;
	}
	
	#tag-wrapper-2 a:hover {
		background-color: inherit;
		color: #de0000;
	}
	
	
	
/*	categories
--------------------------------------------------*/
#categories-wrap {
	position: relative;
	width: 240px;/*240*/
	padding: 55px 0 23px 0;
	background-image: url('images/categories-bg.png');
	background-position: 0 0;
	background-repeat: no-repeat;
}

	#categories-wrap ul li {
		padding: 3px 20px 3px 30px;
	}
	
		#categories-wrap ul li a {
			font-size: 14px;
			background-color: inherit;
			color: #120a02;
		}
		
		#categories-wrap ul li a:hover {
			background-color: #120a02;
			color: #ffd46d;
			text-decoration: none;
		}

		#categories-wrap ul li.current-cat a {
			font-weight: bold;
		}
	
	#categories-wrap-bottom {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 240px;
		height: 13px;
		background-image: url('images/categories-wrap-bottom.png');
		font-size: 0;
		line-height: 0;
	}
		

	
/*	comments
--------------------------------------------------*/
#comments-wrapper {
	padding: 20px 0 20px 50px;
}

#comments {
	font-size: 18px;
	padding: 0 0 5px 0;
	border-bottom: 1px #eee solid;
}

 ol.commentlist li {
 	margin: 20px 0;
 	padding: 0 0 10px 0;
 	border-bottom: 1px #eee solid;
 	font-size: 12px;
 	line-height: 20px;
 	background-color: inherit;
 	color: #6b6057;
 }
 
 	 ol.commentlist li cite,
 	 ol.commentlist li cite a {
 	 	font-size: 16px;
 	 	font-weight: bold;
 	 	background-color: inherit;
 	 	color: #2c1c10;
 	 	font-style: italic;
 	 }
 	 
 	 ol.commentlist li p {
 	 	padding: 0 30px 0 15px;
 	 }
 	 
 	  small.commentmetadata {
 	  	font-size: 11px;
 	  	padding: 0 0 10px 0;
 	  	display: block;
 	  	background-color: inherit;
 	  	color: #2c1c10;
 	  }
 	  
 	  	 small.commentmetadata a {
 	  	 	background-color: inherit;
 	  	 	color: #a2ca55;
 	  	 	font-size: 11px;
 	  	 }
 	  
 	  textarea#comment {
 	  	width: 560px;
 	  }
 	  
 	  #respond {
 	  	font-size: 18px;
 	  	padding: 0 0 5px 0;
 	  	border-bottom: 1px #eee solid;
 	  	margin: 0 0 20px 0;
 	  }
 	  
 	  form#commentform p {
 	  	margin: 10px 0;
 	  }
 	  
 	  	form#commentform p a {
 	  		background-color: inherit;
 	  		color: #6b6057;
 	  	}
 	  	
 	  	form#commentform p a:hover {
 	  		background-color: inherit;
 	  		color: #000;
 	  	}
 	  	
 	  	
/*	search form
--------------------------------------------------*/
#searchform {
}

	#searchform div {
		padding: 0 0 20px 0;
	}
	
		#searchform div input {
			font-size: 16px;
		}
		
			#s {
				margin: 0 7px 0 0;
				width: 150px;
			}

	#searchform div br {
		display: none;
	}
	
	.search-post {
		padding: 10px 0 10px 0;
	}
	
		.search-post h3 a {
			font-size: 18px;
			padding: 0 0 5px 0;
			background-color: inherit;
			color: #2c1c10;
		}
 	  	
	
/*	footer
--------------------------------------------------*/
#footer {
	background-color: #120a02;
	color: #fff6b2;
}

	#footer-wrapper {
		width: 900px;
		background-color: #120a02;
		color: #fff6b2;
		margin: 0 auto;
		padding: 0 0 10px 0;
	}
	
	.footer-box {
		width: 280px;/*300*/
		padding: 30px 10px 30px 10px;
		background-color: inherit;
		color: #fff6b2;
		float: left;
	}
	
		.footer-box h3 {
			font-size: 21px;
			background-color: inherit;
			color: #fff6b2;
			border-bottom: 1px #2c251e solid;
			margin: 0 0 10px 0;
		}
		
		.footer-box p {
			font-size: 12px;
			background-color: inherit;
			color: #756d4c;
			line-height: 20px;
			padding: 0 0 110px 0;
			background-image: url('images/sign.png');
			background-position: 100% 100%;
			background-repeat: no-repeat;
		}
		
		.footer-box ul li {
			padding: 0 0 0 25px;
			background-image: url('images/li-footer.png');
			background-position: 0 4px;
			background-repeat: no-repeat;
		}
		
			.footer-box ul li a {
				font-size: 12px;
				background-color: inherit;
				color: #756d4c;
				text-decoration: none;
				line-height: 20px;
			}
			
			.footer-box ul li a:hover {
				background-color: inherit;
				color: #fff6b2;
				text-decoration: underline;
			}