/*
Theme Name: Cathouse2
*/

* {
	margin: 0; padding: 0;
}
h2{font-size: 1.4em; margin: 0 0;}
body {
	text-align: center;
	color: #212121;
	background-color: #F5F5F5;
	background-color: #333333;
}
a {
	color: #BB2222;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}

#wrapper {
	width: 1024px;
	margin: auto auto;
	text-align: left;
}

#header {
	background-position: top;
	background: url(/cathouse_image.jpg);
	background-repeat:no-repeat;
	background-color: #FFF5FF;
	
}
	#header h1, #header h2 {
		color: #CC0066;
	}
		#header h1 a, #header h1 a:hover, #header h2 {
			display: block;
			padding-left: 105px;
			color: #CC0033;
			outline: none;
			text-decoration: none;
		}
	#header ul {
		list-style-type: none;
		margin-top: 0px;
		margin-left: 100px;
	}
		#header ul li {
			width: 180px;
			float: left;
			border: 1px inset #BB2222;
			background-color: #FFF6FF;
		}
		#header ul li a {
			display: block;
			color: #000000;
			text-decoration: none;
			padding: 5px 5px 5px;
			font-size: 14px;
			font-weight:bold;
		}
		#header ul li a:hover {
			background-color: #BB2222;
			color: #ffffff;
		}

#contentwrapper{
	width: 1024px;
	margin: auto;
	clear: both;
	background-color: #fff6ff;
}

#content {
	width: 740px;
    float: left;
	margin-top: 7px;
	background-color: #ffffff;
	border: 1px solid #D5D5D5;
}
	#content .post {
		/* for index page */
		/*width: 730px;*/
		clear: both;
		padding-top: 10px;
		text-align: center;
		margin: 0 5px;
	}
		#content .post .thumb img {
			float: left;
			background-color: #F2F2F1;
			border: 1px solid #e9e9e9;
			padding: 6px;
			margin: 4px 0 10px;
			width: 134px; height: 134px;
		}
		#content .post h2 {
			font-size: 22px;
			font-weight: bold;
			margin-bottom: 10px;
		}
			#content .post h2 a {
				color: #212121;
				text-decoration: none;
			}
		#content .post p {
			margin-bottom: 10px;
		}
		#content .post .links {
			}
		#content .post .comments {
			float: right;
		}
			#content .post .comments a {
				display: block;
				padding: 5px 0 11px;
				color: #ffffff;
				text-decoration: none;
				text-align: center;
				width: 91px;
				margin-bottom: 10px;
			}

#content .single {
	/* for single posts and pages */
	/*width: 800px;*/
	border-top: 0;
	padding-top: 5px;
}
	#content .single p {
		line-height: 1.5em;
		margin-bottom: 10px;
	}
	#content .single ul, #content .single ol {
		list-style-position: inside;
		margin-bottom: 10px;
	}
	#content .single li {
		line-height: 1.5em;
		padding: 2px 0;
	}
	#content .single blockquote {
		padding: 10px 10px 5px;
		margin-bottom: 10px;
		background-color: #eeeeee;
		border-width: 1px 0;
		border-style: solid;
		border-color: #eeeeee;
	}
	#content .single h3, #content .single h4, #content .single h5, #content .single h6 {
		font-size: 1.2em;
		margin-bottom: 5px;
	}
#sidebar {
	width: 280px;
	float: right;
	padding-top: 7px;
}
	#sidebar .box {
		border: 1px solid #D5D5D5;
		background-color: #ffffff;
		margin-bottom: 2px;
	}
		#sidebar .box h2 {
			background-color: #BB2222;
			color: #ffffff;
			padding: 0px 3px;
		}
		
		#sidebar .box ul {
			list-style-type: none;
		}
			#sidebar .box ul li {
				margin: 4px;
				border-top: 1px solid #D5D5D5;
			}
			#sidebar .box ul li a {
			}
			#sidebar .box ul li a:hover{
			}
		
		#sidebar .box .tags {
			padding: 10px 20px;
		}
			#sidebar .box .tags a {
				color: #212121;
			}
			#sidebar .box .tags a:hover {
				text-decoration: underline;
				color: #BB2222;
			}
		
	#sidebar .l {
		width: 140px;
		float: left;
	}
	#sidebar .r {
		width: 140px;
		float: right;
	}
	
.textwidget{
	margin: 2px;
}

#footer {
	clear: both;
	background-color: #000000;
	color: #ffffff;
	width: 100%;
	margin: auto;
}
	#footer p {
		margin: auto auto;
	}
	#footer a {
		color: #ffffff;
		text-decoration: none;
	}
	#footer a:hover {
		color: #BB2222;
		text-decoration: underline;
	}
	#footer .designer {
		font-size: 0.9em;
	}
		#footer .designer a:hover {
			color: #ffffff;
		}

#comments {
	padding: 20px 0;
}
	#comments a {
		text-decoration: none;
	}
	#comments h2 {
		font-size: 1.5em;
		margin: 10px 0;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	.required {
		color: #ff0000;
	}

.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}

.aligncenter{
	margin:auto;
	text-align:center;
}
