/*
Theme Name: Atzum Wordpress Theme
Description: Custom theme to match previous design at atzum.org
Version: 1.0
Author: Peter Butler
Author URI: http://apartmentonesix.com
*/

/* @group General */
a{
	color: #7E0000;
	text-decoration: none;

}
strong{
	font-weight: bold;
}
em{
	font-style: italic;
	font-weight: inherit;
}
h1, h2, h3, h4, h5, h6{
	font-weight: bold;
	color: #7E0000;
}
h1{
	font-size: 24px;
}
h2{
	font-size: 18px;
}
h3{
	font-size: 16px;
}
h4{
	font-size: 14px;
}
img{
	display: inline;
}
.alignright{
	float: right;
}
.wp-caption{
	width: auto !important;
}
.entry .wp-caption img{
	margin-bottom: 0px;
}
p.wp-caption-text{
	text-align: center;
	padding: 0px !important;
	font-style: italic;
	font-size: 10px;
}
.alignleft{
	float: left;
}
.aligncenter{
	text-align:center;
	margin: auto;
}

/* @end */


/* @group Structure */


html{
	background: #B2B2B2 url(images/ascale.gif) no-repeat;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: black;
    font-size: 12px;
    line-height: 18px;

}
#page{
	width: 900px;
	margin-top: 36px;
	border-left: 4px solid #7E0000;
}

/* @end */

/* @group Header */
#header{
	padding-top: 26px;
	float: left;
}
#header #headerimg h1 a img{
	margin: 18px;
	margin-top: 0px;
}
#header #headerimg h1{
	float: left;
	height: 180px;
}
#header .header_block_1{
	width: 720px;
	float: left;
	display: block;
	height: 88px;
	font-size: 16px;
	margin-top: -5px;
	margin-bottom: 5px;
	margin-left: 3px;
}
#header .header_block_1 a, #header .header_block_2 a{
	text-decoration: underline;
}
#header .header_block_1 h3{
	font-weight: bold;
	font-size: 16px;
}
#header .header_block_2{
	float: right;
	padding-top: 10px;
	height: 78px;
	text-align: right;
}
#header .header_description{
	float: left;
	clear: none;
	height: 94px;
}
#header .header_description img{
	float: left;
}


/* @end */

/* @group Sidebar */
#sidebar{
	width: 163px;
	float: left;
	padding-top: 0px;
}
#sidebar h2.widgettitle{
	color: #000;
	font-size: 14px;
	text-align: center;;
}
#sidebar ul{
	margin-top: 0;
}
#sidebar ul li{
	padding: 10px 0;
}
#sidebar ul.pagenav li{
	padding: 0;
}
#sidebar ul.pagenav li a{
	display: block;
	background: url(images/sidebar_item_bg.png);
	padding: 4px 20px;
	margin-bottom: 10px;
	width: 123px;
	color: #000;
	font: 13px Palatino;
}
#sidebar ul.pagenav li a:hover{
	background-position: -163px;
	color: #fff;
}
#sidebar ul.pagenav li ul{
	padding: 0 0 10px 17px;
}
#sidebar ul.pagenav li ul li{
	list-style-image: url(images/chevron.png);
	list-style-position: outside;
	padding-left: 0px;
}
#sidebar ul.pagenav li ul li a{
	background: none;
	padding: 0px;
	margin: 0px;
	width: auto;
	color: #7E0000;
	display: inline;
	font: 12px Verdana, sans-serif;
}
#sidebar ul.pagenav li ul li a:hover{
	color: #7E0000;
	text-decoration: underline;
}
#sidebar ul.pagenav li ul li a.currentpage{
	color: #000;
}
#sidebar .textwidget{
	padding: 0 5px;
}
.textwidget img{
	margin: auto;
	display: block;
}
/* @end */

/* @group Content */
#rightblock{
	width: 735px;
	float: right;
	margin-right: 2px;
	background: #E5E5E5;
}
#content{
	padding: 10px;
}
.post{
	margin-bottom: 50px;
}
.post h2{
	font-size: 14px;
	padding-bottom: 10px;
}
.post h3{
	font-size: 12px;
	color: #000;
	border-bottom: 1px dotted #000;
}
.post p{
	padding: 10px 0;
}
.post ul{
	padding-top:30px;
	list-style-position: inside;
	padding-left:40px
}
.post ul li{
	list-style-type: disc;
}

.wpcf7-form label{
	font-size: 12px;
	font-weight: bold;
	color: #7E0000;
	width: 100px;
	display: block;
	float: left;
	position: relative;
	top: 3px;
}
.wpcf7-form input, input{
	font-size: 14px;
	padding: 3px;
	width: 300px;
	border: 1px solid #999999;
}
.wpcf7-form textarea{
	width: 300px;
	padding: 3px;
	border: 1px solid #999999;
}
.wpcf7-form .submit input{
	width: 100px;
}
.entry span.wpcf7-not-valid-tip{
	position: relative;
	left: 0px;
	border: none;
	background: none;
	color: #ff0000;
}
.profile{
	clear: both;
	margin: 10px 0;
}
 .profile_title{
	font-weight: bold;
	border-bottom: 1px dotted #000;
	margin-top: -16px;

}
 .profile_image{
	float: left;
}
 .entry .profile_image img{
	display: block;
	margin: 0px;
	margin-right: 10px;
}
.entry img{
	padding: 5px;
	background: #fff;
	border: 1px dotted #000;
	margin: 10px;
}
.profile_short{
	margin-top:-10px;
}
.profile .position{
	font-style: italic;
}
/* @end */

/* @group Footer */
#footer{
	clear: both;
}
#footer p{
	text-align: center;

}


/* @end */

/* @group Comments */
#commentform p{
	margin:10px
}
textarea#comment{
	width: 700px;
}
#commentform input#submit{
	width: 200px;
}
/* @end */