/*
Theme Name: Anticiplate
Theme URI: http://www.anticiplate.com
Version: 1.0
Author: James McDonald
Author URI: http://flockey.com
*/

* {
	padding: 0;
	margin: 0;
}

body {
	background: url(images/bg.gif) repeat-x top left #a59a84;
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #8a745e;
}

a, a:link, a:visited {
	color: #553515;
	text-decoration: underline;
}
a:hover, a:active {
	color: #f4932e;
}

.wrapper {
	width: 952px;
	margin: 0 auto;
}
.clear { clear: both; }
.uppercase { text-transform: uppercase; }
h2 { letter-spacing: 2px; }

/* *** header *** */
#header {
	background: url(images/header/bg.gif) repeat-x bottom left #f4932e;
	padding-top: 19px;
	height: 88px;
	width: 1100px;
	margin: 0 auto;
}
	#header h1 {
		margin-left: 92px;
		height: 77px;
		width: 188px;
		background: url(images/header/logo.gif) no-repeat center left;
	}
		#header h1 a {
			display: block;
			height: 77px;
			text-indent: -9999px;
			outline: none;
		}

/* *** navigation *** */
#nav {
	height: 32px;
	margin-bottom: 20px;
}
	#nav ul {
		margin-left: 22px;
	}
		#nav li {
			line-height: 32px;
			float: left;
			list-style: none outside;
			margin-right: 45px;
			font-family: Georgia;
			font-size: 13px;
			font-weight: bold;
		}
			#nav li a {
				color: #794f25;
				text-decoration: none;
			}
				#nav li a:hover {
					text-decoration: underline;
				}
				
/* *** content *** */
#lower {
	background: url(images/bg.gif) repeat-x top left #eae6dd;
	background-position: 0 -159px;
}
#contentWrap {
	position: relative;
	padding: 17px 22px;
	background: #FFF;
	border: 1px solid #e2ded5;
	border-width: 0 1px;
}
	.authorphoto {
		position: absolute;
		right: 18px;
		top: -150px;
	}
	/* *** top corners *** */
	#topLeft {
		float: left;
		height: 5px;
		width: 5px;
		display: block;
		background: url(images/topleft.gif) no-repeat top left #FFF;
		font-size: 0;
		line-height: 0;
	}
	#topRight {
		float: right;
		height: 5px;
		width: 5px;
		display: block;
		background: url(images/topright.gif) no-repeat top right #FFF;
		font-size: 0;
		line-height: 0;
	}
	#top {
		height: 5px;
		background: url(images/middle.gif) repeat-x top left #FFF;
		font-size: 0;
		line-height: 0;
	}
	
	/* *** left column *** */
	#content {
		position: relative;
		width: 566px;
		float: left;
	}
		#intro {
			color: #a3794f;
			line-height: 150%;
			margin-bottom: 26px;
		}
		
		/* *** post styles *** */
		.post {
			margin-bottom: 20px;
		}
			.post h2 {
				font: normal 17px Georgia, "Times New Roman", Times, serif;
				text-transform: uppercase;
				color: #573615;
				margin-bottom: 8px;
			}
				.post h2 a, .post h2 a:link, .post h2 a:visited {
					color: #573615;
					text-decoration: none;
				}
				.post h2 span {
					padding-bottom: 1px;
					border-bottom: 1px solid #cfc3b7;
				}
				.postmeta {
					color: #b89b79;
					font-size: 10px;
					text-transform: uppercase;
					margin-bottom: 15px;
					float: left;
				}
					.postmeta a, .postmeta a:link, .postmeta a:visited {
						color: #b89b79;
						text-decoration: none;
					}
				
				.commentcount {
					color: #b89b79;
					font-size: 10px;
					text-transform: uppercase;
					margin-bottom: 15px;	
					float: right;				
				}
				.subscribe-to-comments {
					width: 230px;	
					float: right;
					margin: 10px 0 0 0;
				}
				input#subscribe {
					float: right;
					margin: 0 0 0 10px;
				}
				.date-comments {
					width: 560px;	
				}
				/* *** post entry styles *** */
				.postimgleft {
					margin-right: 10px;
				}
				.entry {
					clear: left;
				}
				.entry p, .entry ul, .entry ol, .entry blockquote {
					margin-bottom: 8px;
					line-height: 150%;
				}
				.entry ul { margin-left: 25px; }
				.entry ol { margin-left: 30px; }
				.entry blockquote {
					padding: 5px 14px;
					border-left: 2px solid #eae6dd;
				}
				#prevnext {
					width: 560px;
					margin-bottom: 10px;
				}
				#prevnext .prev {
					margin-right: 20px;	
					float: left;
					display: inline;
				}
				#prevnext .next {
					margin-right: 0px;	
					float: right;
					display: inline;
				}
								
		/* *** home page small posts *** */
		#homeposts {
			background: url(images/border2px.gif) repeat-y top center;
			min-height: 95px;
		}
			* html #homeposts {
				height: 95px;
			}
			.postsborder {
				border-top: 1px solid #d6d6d6;
				background: url(images/border3px.gif) repeat-x top left;
				height: 2px;
			}
		#homeposts .post {
			border-top: 1px solid #d6d6d6;
			background: url(images/border3px.gif) repeat-x 0 -1px;
			padding: 16px 10px 0px 16px;
			width: 256px;
			height: 110px !important;
			overflow: hidden;
			float: left;
		}
			#homeposts .date {
				margin-bottom: 35px;
				height: 49px;
				width: 44px;
				margin-bottom: 5px;
				float: left;
				font-family: Georgia;
				margin-right: 10px;
				background: url(images/date.gif) no-repeat center center;
			}
				#homeposts .date strong {
					display: block;
					font-style: italic;
					height: 26px;
					line-height: 26px;
					text-align: center;
				}
				#homeposts .date span {
					display: block;
					margin-top: 2px;
					height: 16px;
					line-height: 16px;
					text-align: center;
					color: #FFF;
					font-size: 11px;
				}
			#homeposts h2 {
				font-size: 12px;
				margin-bottom: 5px;
				letter-spacing: 1px;
				font-weight: bold;
			}
				#homeposts h2 a span {
					padding-bottom: 0px;
				}
			#homeposts .postmeta {
				margin-bottom: 5px;
			}
			#homeposts .entry {
				font-size: 11px;
				margin-bottom: 5px;
				margin-left: 54px;
				margin-right: 10px;
			}
			.readmore {
				margin-left: 54px;
				color: #888576;
				font-size: 11px;
			}
				.readmore a, .readmore a:link, .readmore a:visited {
					color: #f5942d;
					font-weight: bold;
					text-transform: lowercase;
				}
		
		.navigation .alignleft {
			display: block;
			margin-top: 10px;
			margin-bottom: 10px;
			height: 15px;
			font-size: 12px;
			line-height: 15px;
			float: left;
		}		
		.navigation .alignright {
			display: block;
			margin-top: 15px;
			margin-bottom: 10px;
			font-size: 12px;
			height: 15px;
			line-height: 15px;
			float: right;
		}
			.navigation {
				clear: both;
			}
				
		/* *** comments *** */
		#comments {
			padding-top: 10px;
			background: url(images/border.gif) repeat-x top left;
			border-top: 1px solid #d0ccc3;
		}
			#comments h3 {
				color: #b89b79;
				font-size: 10px;
				text-transform: uppercase;
				margin-bottom: 15px;
				font-weight: normal;
			}
			
			#commentlist li {
				font-size: 12px;
				list-style: none outside;
				margin-top: 16px;
			}
				.commentLeft {
					margin-top: 10px;
					width: 175px;
					float: left;
				}
					.gravatar {
						display: block;
						height: 35px;
						width: 35px;
						float: left;
						margin-right: 10px;
						border: 1px solid #d2d2d2;
						text-align: center;
						margin-bottom: 10px;
					}
					.commentLeft, .commentLeft a, .commentLeft a:link, .commentLeft a:visited {
						color: #888479;
						font-family: Georgia;
						font-weight: bold;
						text-decoration: none;
					}
					.reditalic {
						font-weight: normal;
						font-style: italic;
						font-family: Georgia;
						color: #f6572f;
					}
				
				.commentRight {
					width: 364px;
					float: right;
					background: url(images/comment_top.gif) no-repeat top center #efece7;
					padding-top: 14px;
				}
					.children .commentRight {
						width: 349px;
						background: url(images/comment_top_2.gif) no-repeat top center #efece7;
					}
						.children .children .commentRight {
							width: 319px;
							background: url(images/comment_top_3.gif) no-repeat top center #efece7;
						}
				.comment {
					background: url(images/comment_bottom.gif) no-repeat bottom center;
					padding: 15px;
					padding-top: 1px;
				}
					.children .comment {
						background: url(images/comment_bottom_2.gif) no-repeat bottom center;
						padding: 15px;
						padding-top: 1px;
					}
						.children .children .comment {
							background: url(images/comment_bottom_3.gif) no-repeat bottom center;
							padding: 15px;
							padding-top: 1px;
						}
						
			.children { margin-left: 15px; }
					
		/* *** comments form *** */
		#commentForm {
			padding: 15px 0;
		}
			#commentForm label {
				font-style: italic;
				font-family: Georgia;
				color: #f6572f;
				display: block;
				height: 12px;
				font-size: 10px;
				margin-bottom: 7px;
				text-align: right;
			}
				#commentForm label span {
					float: left;
					font-family: Georgia;
					color: #8a8478;
					font-weight: bold;
					font-style: normal;
					font-size: 11px;
				}
			#commentsLeft {
				width: 190px;
				float: left;
			}
				#commentsLeft p {
					margin-bottom: 14px;
					font-size: 11px;
					font-family: Georgia;
				}
				#commentsLeft input {
					width: 178px;
					height: 15px;
					padding: 5px;
					border: 1px solid #e2ded5;
					font-size: 11px;
					color: #b19474;
					font-family: Arial, Helvetica, sans-serif;
					background: #efece7;
				}
			
			#commentsRight {
				width: 352px;
				float: right;
			}
				#commentsRight textarea {
					width: 340px;
					height: 135px;
					padding: 5px;
					border: 1px solid #e2ded5;
					font-size: 11px;
					color: #b19474;
					font-family: Arial, Helvetica, sans-serif;
					background: #efece7;
				}
				.submit {
					width: 103px;
					height: 26px;
					margin-top: 10px;
					border: 0;
					background: url(images/submit.gif) no-repeat center center #f49a3a;
				}
					


	/* *** sidebar *** */
	#sidebar {
		position: relative;
		width: 285px;
		float: right;
		margin-top: 110px;
		padding-right: 26px;
	}
		#sidebar a img { border: 0; }

		#sidebar h2 {
			font: normal 14px Georgia, "Times New Roman", Times, serif;
			text-transform: uppercase;
			color: #573615;
			margin-bottom: 11px;
		}
			#sidebar h2 span {
				padding-bottom: 1px;
				border-bottom: 1px solid #cfc3b7;
			}
		#rss {
			width: 95px;
			float: left;
			margin-right: 22px;
		}
		#searchForm fieldset {
			border: none;	
		}
		#searchBox {
		}
			.searchInput {
				padding: 4px 11px;
				width: 106px;
				height: 12px;
				font-size: 11px;
				border: 0;
				background: url(images/searchinput.gif) no-repeat center left;
				color: #515151;
				font-family: Georgia;
			}
			.go {
				border: 0;
				height: 17px;
				width: 22px;
				background: url(images/go.gif) no-repeat center center #7c7c7c;
			}
		#sideAds {
			margin-top: 25px;
			height: 270px;
			margin-bottom: 22px;
			width: 295px;
		}
			#sideAds li {
				width: 125px;
				height: 125px;
				float: left;
				margin: 0 10px 0 5px;
				margin-bottom: 10px;
				list-style: none outside;
			}
			
		#sidebar_one, #sidebar_two {
			width: 140px;
			float: left;
			line-height: 140%;
			font-size: 12px;
			color: #a4937f;
			margin-top: 20px;
		}
		#sidebar_one {
			margin-left: 5px;
		}
		#sidebar_two { float: right; }
		
			#sidebar_one h2, #sidebar_two h2 {
				margin-bottom: 8px;
			}
			#sidebar_one ul, #sidebar_two ul {
				margin-bottom: 30px;
			}
			#sidebar_one li, #sidebar_two li {
				list-style: none outside;
			}
			#sidebar_one li ul li a, #sidebar_two li ul li a {
				font-weight: bold;
			}
				#sidebar_one a, #sidebar_two a {
					text-decoration: none;
				}
				#sidebar_one p a,
				#sidebar_two p a,
				#sidebar_one p a:link,
				#sidebar_two p a:link,
				#sidebar_one p a:visited,
				#sidebar_two p a:visited {
					color: #f4942e;
					text-decoration: underline;
				}
				#sidebar_one a,
				#sidebar_two a,
				#sidebar_one a:link,
				#sidebar_two a:link,
				#sidebar_one a:visited,
				#sidebar_two a:visited {
					color: #a4937f;
				}
				#sidebar_one a:hover, #sidebar_two a:hover {
					color: #f4942e;
					text-decoration: underline;
				}
	
/* *** bottom corners *** */
#categoriesTop {
	height: 17px;
	background: url(images/cat_top.gif) repeat-x top left #6d6656;
}
	#bottomLeft {
		display: block;
		height: 17px;
		width: 17px;
		background: url(images/bottomleft.gif) no-repeat bottom left;
		float: left;
	}
	#bottomRight {
		display: block;
		height: 17px;
		width: 17px;
		background: url(images/bottomright.gif) no-repeat bottom right;
		float: right;
	}
	#bottom {
		width: 950px;
		height: 17px;
		background: url(images/middle.gif) repeat-x bottom left #FFF;
	}
	
/* *** categories *** */
#categories {
	background: url(images/cat_bg.gif) repeat-x bottom left #6d6656;
	padding: 30px;
}
	#categories .wrapper {
		width: 820px;
	}
	#categories h3 {
		color: #FFF;
		font-size: 15px;
		width: 793px;
		margin: 0 auto;
	}
		#categories h3 span {
			padding-bottom: 1px;
			border-bottom: 1px solid #8a8478;
		}
	#categories ul {
		width: 793px;
		margin: 0 auto;
		margin-top: 15px;
	}
	#categories li {
		margin-bottom: 10px;
		white-space: nowrap;
		float: left;
		list-style: none outside;
		margin-right: 20px;
	}
		#categories a {
			font: italic bold 12px georgia;
			color: #c7a963;
		}
	
/* *** footer *** */
#footer {
	color: #FFF;
	padding-top: 22px;
	border-top: 1px solid #b6ad9c;
	padding-bottom: 47px;
	background: url(images/footer.gif) repeat-x bottom left #a59a84;
}
	#footer .wrapper {
		width: 922px;
	}
		.footerBox {
			margin-left: 45px;
			width: 172px;
			margin-right: 105px;
			float: left;
		}
		.footerBox h3 {
			font-weight: normal;
			font-size: 20px;
			margin-bottom: 15px;
		}
			.footerBox h3 span {
				border-bottom: 1px solid #b7ae9c;
			}
			.footerBox a {
				text-decoration: none !important;
			}
			.footerBox li {
				font-family: Georgia;
				font-size: 12px;
				margin-bottom: 7px;
				list-style: none outside;
			}
			span.username {
				color: #ffe5aa;
				font-style: italic;
				text-decoration: underline;
			}
	
	/* *** archive page *** */
	.archive-list, .archive-list li ul {
		list-style: none;	
		font-family: Georgia;
		font-size: 14px;
		margin-bottom: 25px;
	}
	.archive-list li, .archive-list li ul li {
		line-height: 1.2em;
	}
	h2.archive-header {
		font: normal 17px Georgia, "Times New Roman", Times, serif;
		text-transform: uppercase;
		color: #573615;
		margin-bottom: 8px;
	}	
	
	/* *** footer box archives *** */
	#archives {
		margin-left: 0 !important;
		padding-left: 45px;
	}
		#archives h2 {
		}
		#archives li {
			text-transform: uppercase;
		}
			#archives li a:hover {
				font-style: italic;
				color: #fee3ab;
				text-decoration: underline;
			}
		
	/* *** footer box comments *** */
	#recentComments {
	}
		#recentComments li {
			font-size: 13px;
			padding-bottom: 17px;
			margin-bottom: 8px;
			line-height: 150%;
			background: url(images/recentcomment.gif) no-repeat bottom center;
		}
		#recentComments a:hover {
			color: #553515;
		}
	
	/* *** footer box videos *** */
	#recentVideos {
		margin-right: 0 !important;
	}
		#recentVideos li {
			font-size: 13px;
			line-height: 160%;
			margin-bottom: 15px;
		}
		#recentVideos a:hover {
			color: #553515;
		}
		
	/* *** footer links *** */
	#footerLinks {
		margin-top: 15px;
		padding-top: 11px;
		margin-bottom: 15px;
		border-top: 1px solid #928775;
	}
		#footerLinks li {
			font-size: 12px;
			float: left;
			list-style: none outside;
			margin-right: 10px;
			color: #595242;
		}
		#footerLinks a {
			margin-left: 8px;
			font-weight: bold;
			text-decoration: none;
			color: #fefffd;
		}
		
	#copyright {
		text-transform: uppercase;
		line-height: 180%;
		padding-top: 15px;
		margin-left: 7px;
		font-size: 10px;
		font-family: Georgia;
	}
		#copyright a {
			font-style: italic;
			color: #f0dba6;
		}
		
  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */

