/**********************************************/
/*  XHTML This ********************************/
/*  @url http://www.xhtmlthis.com *************/
/**********************************************/
/*  Code is not to be redistributed or sold.  */
/**********************************************/

/* @group CSS Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0; padding: 0;
}
body {
	font: 14px/21px "Lucida Grande", Arial, sans-serif;
	color: #2b2b2b;
}
img, a img { 
	border: 0;
}
ol,ul {
	list-style: none;
}
q:before,q:after {
	content: '';
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

/* @end */

/* @group Wrapper */
.wrapper {
	width: 871px;
	margin: 0 auto;
}

/* @end */

/* @group Header */

#header {
	background: url('images/header/background.gif') repeat-x top;
	height: 134px;
}
#header .wrapper {
	background: url('images/header/cello.gif') no-repeat 600px 0;
}
	#header h1 {
		background: url('images/header/logo.gif') no-repeat top left;
		width: 479px; height: 134px;
	}
		#header h1 a, #header h1 a:hover {
			text-decoration: none;
			width: 479px; height: 134px;
			float: left;
			text-indent: -1000000px;
		}
	#header p {
		background: url('images/header/top_right.gif') no-repeat;
		float: right;
		width: 184px; height: 32px;
		color: #ecf7ed;
		text-align: center;
		padding: 8px 0 0;
	}
		#header p a {
			text-decoration: none;
			color: #ecf7ed;
		}
		#header p a:hover {
			text-decoration: underline;
			color: #ecf7ed;
		}

/* @end */

/* @group Navigation */

#navigation {
	background: url('images/navigation/background.gif') repeat-x top;
	height: 49px;
	color: #e0b7e2;
	font-size: 16px;
	padding: 17px 0 0;
}
	#navigation a {
		text-decoration: none;
		color: #ecf7ed;
		padding: 0 3px;
	}
	#navigation a:hover {
		text-decoration: underline;
		color: #dfafaf;
		padding: 0 3px;
	}

/* @end */

/* @group Content */

#content {
	background: url('images/content/background.gif') repeat-x top;
	padding: 15px 0;
}
#content .wrapper {
	background: #fff;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}
	#page_name {
		background: url('images/content/title_bg.gif') repeat-x top;
		font-size: 22px;
		font-weight: bold;
		height: 51px;
		padding: 30px 0 0 30px;
		color: #000;
	}
		#page_name a {
			text-decoration: underline;
			color: rgb(20, 129, 164);
		}
		#page_name a:hover {
			text-decoration: none;
			color: rgb(20, 129, 164);
		}
	#post_name {
		background: url('images/content/title_bg.gif') repeat-x top;
		font-size: 22px;
		font-weight: bold;
		height: 63px;
		padding: 18px 0 0 30px;
		color: #000;
	}
		#post_name h2 {
			font-size: 14px;
			font-weight: normal;
			padding: 5px 0 0;
			color: #666;
		}
		#post_name small {
			font-size: 13px;
			color: #5e6365;
		}
		#post_name a {
			text-decoration: underline;
			color: rgb(20, 129, 164);
		}
		#post_name a:hover {
			text-decoration: none;
			color: rgb(20, 129, 164);
		}
	#page_content {
		padding: 20px 30px;
	}
		#page_content p {
			padding: 0 0 15px;
		}
		#page_content h2 {
			padding: 0 0 15px;
		}
	#post_content {
		padding: 20px 30px;
	}
		#post_content p {
			padding: 10px 0;
		}
	#page_content a, #post_content a {
		text-decoration: underline;
		color: #1481a4;
	}
	#page_content a:hover, #post_content a:hover {
		text-decoration: none;
		color: #1481a4;
	}

/* @end */

/* @group Footer */

#footer {
	background: #f8e1ec url('images/footer/background.gif') repeat-x top;
	font: 18px Georgia, serif;
}
#footer .wrapper {
	background: url('images/footer/cellists.gif') no-repeat right top;
	min-height: 150px;
	height: auto !important;
	height: 150px;
}
	#footer p {
		padding: 80px 0 0;
	}

/* @end */

/* @group Posts Field */

.logged_in_as {
	padding: 4px 0 10px;
}
.posts_field {
	
}
.field {
	padding: 5px 0;
}
	.username {
		color: #1481a4;
		border-bottom: 1px solid #87bfd1;
	}
	.post_field {
		padding: 5px 0;
	}
		.post_field label {
			font-weight: bold;
			color: #000;
			padding: 0 10px 0 0;
		}
		.post_field input {
			padding: 5px;
			width: 200px;
			font-size: 13px;
			color: #333;
		}
		.field textarea {
			width: 650px; height: 300px;
			padding: 2px;
			font-size: 12px;
		}
		.field p {
			padding: 3px 0;
		}
		.post_extra {
			padding: 0 0 10px;
			font-size: 12px;
		}
			.post_extra p em {
				color: #753d3c;
			}
			#posts_field #submit, #register_fields #submit, #login_fields #submit, #edit_fields #submit, #comment_fields #submit {
				border: 0;
				margin: 10px 0 0; padding: 10px 25px;
				color: #fff;
				background: #753d3c;
				font-weight: bold;
				font-size: 14px;
				cursor: pointer;
			}
	
/* @end */

/* @group Register Fields */

.register_fields {
	
}
	#register_fields .post_field label, #login_fields .post_field label, #edit_fields .post_field label {
		width: 100px;
		float: left;
		padding: 3px 0 0;
	}
	#register_fields .post_field input, #register_fields .post_field label, #edit_fields .post_field label {
		float: left;
	}

/* @end */

/* @group Admin Area */

.column {
	width: 300px;
	float: left;
}
	.column h2 {
		padding: 0 0 10px;
	}
	.column li {
		padding: 2px 0;
	}
	.column a {
		text-decoration: none;
		color: #1481a4;
	}
	.column a:hover {
		text-decoration: none;
		color: #1481a4;
	}
	.column a strong {
		color: #753d3c;
	}

/* @end */

/* @group Post Styles */

#comments {
	padding: 15px 0;
}
.thanks_to {
	color: #753d3c;
	font-weight: bold;
	border-bottom: 1px solid #dfe0e1;
	padding: 0 0 10px;
}
#comments h1 {
	font-weight: bold;
	border-bottom: 1px solid #dfe0e1;
	padding: 10px 0;
	font-size: 14px;
}
#comment_fields em {
	font-style: normal;
	color: #666;
}
#comment_fields textarea {
	border: 1px solid #999;
	padding: 3px;
}
.user_side {
	width: 175px;
	float: left;
}
.comment_side {
	width: 525px;
	float: left;
}
.comment_date {
	font-size: 12px;
	color: #999;
}
.comment {
	border-bottom: 1px dotted #87bec3;
	padding: 25px 0;
}
.comment_form {
	padding: 25px 0 0;
}

/* @end */

/* @group Page List View */

.page_list {
	padding: 25px 0;
	border-bottom: 1px solid #e0e1e1;
}
	.page_list h2 {
		font-size: 17px;
	}
	.page_list div {
		font-size: 13px;
		color: #999;
		padding: 4px 0 0;
	}

/* @end */

/* @group Search */

.cat_do {
	float: left;
	width: 350px;
	padding: 25px;
}
	.cat_do li li a {
		text-decoration: none;
	}
	.cat_do ul ul li {
		padding: 1px 0 1px 10px;
	}
	.cat_do a {
		text-decoration: none;
	}
	.cat_do ul ul a strong {
		text-decoration: none;
		color: #000;
		font-size: 12px;
	}
	.cat_do ul li a:hover strong {
		text-decoration: underline;
		color: #000;
		font-size: 12px;
	}
	
/* @end */