/*  
Theme Name: Deborah
Description: Business Zen
Version: 1.01
Author: Jon Armstrong
Author URI: http://www.jonarmstrong.com/
*/

/*************************************
 +Containers
 *************************************/
body{
	/* border: 1px solid black; */
	background:#fff;
	color:#000;
	font-family: Helvetica, Ariel, Verdana, sans-serif;
	font-size:12px;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
}
#wrap{
	/* border: 1px dashed black; */
	margin:0 auto;
	text-align:left;
	width:898px;	
}
#content{
	/* border: 1px solid green; */
	font-size:1.2em;
	float:left;
	padding:0;
	padding-top:15px;
	width:660px;
}
#sidebar{
	/* border: 1px solid red; */
	position: relative;
	top: -20px;
	font-size:1.1em;
	float:right;
	/* padding-top:2em; */
	width:232px;
	color: black;
}
#header{
	/* border: 3px solid pink; */
	height:240px;
	background-image: url(./images/top.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#footer{
	background:white;
	/* border-top:1px solid #777; */
	/* color:#888; */
	clear:both;
	font-size:11px;
	padding:0.5em;
	text-align: center;
}
/*************************************
 Navigation Image Map
 *************************************/
#image {
	height:240px;
	background-image: url(./images/top.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background: url(top.jpg) top left no-repeat;
}
#zone1 {
	float: left;
	width : 36px;
	height: 50px;
	margin-left: 232px;
	margin-top: 71px;
	/*border: 1px dotted black; */
}
#zone2 {
	float: left;
	width : 42px;
	height: 50px;
	margin-left: 109px;
	margin-top: 71px;
	/* border: 1px dotted black; */
}
#zone3 {
	float: left;
	width : 56px;
	height: 50px;
	margin-left: 101px;
	margin-top: 71px;
	/* border: 1px dotted black; */
}
#zone4{
	float: left;
	width : 75px;
	height: 50px;
	margin-left: 88px;
	margin-top: 72px;
	/* border: 1px dotted black; */
}
#zone5 {
	float: left;
	width : 53px;
	height: 50px;
	margin-left: 71px;
	margin-top: 71px;
	/* border: 1px dotted black; */
}

#zone1:hover {
	border-bottom: 1px dotted black;
	z-index: 100;
}
#zone2:hover {
	border-bottom: 1px dotted black;
	z-index: 100;
}
#zone3:hover {
	border-bottom: 1px dotted black;
	z-index: 100;
}
#zone4:hover {
	border-bottom: 1px dotted black;
	z-index: 100;
}
#zone5:hover {
	border-bottom: 1px dotted black;
	z-index: 100;
}

#zone1:active {
	border-bottom: 1px dotted black;
	z-index: 100;
}
#zone2:active {
	border-bottom: 1px dotted black;
	z-index: 100;
}
#zone3:active {
	border-bottom: 1px dotted black;
	z-index: 100;
}
#zone4:active {
	border-bottom: 1px dotted black;
	z-index: 100;
}
#zone5:active {
	border-bottom: 1px dotted black;
	z-index: 100;
}
/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-family: Helvetica, Ariel, Verdana, sans-serif;
	font-size:14px;	
	font-weight:normal;
	margin:0;
}
#header h1{
	font-family: Verdana, Helvetica, Ariel, sans-serif;
	font-size:1em;
	margin:0;
	font-size:70.5%;
}
#header h1 a{
	color:black;
}
#header h1 a:hover{
	color:#CC0000;
}
#header p{
	color:#aaa;
	font-size:1.1em;
	margin:0;
	margin-top:-0.5em;
}
.entrytitle h2{
	font-variant: small-caps;
	color:black;
	font-size:16px;
}
.entrytitle h2 a{
	font-variant: small-caps;
	color:black;
	font-size:16px;
}
.entrytitle h2 a:hover{
	font-variant: small-caps;
	color:#ccc
	font-size:16px;
}
.entrytitle h3{
	font-variant: small-caps;
	font-size:1.8em;
	color:#6F6F6F;
}
#sidebar h3{
	color:#555;
	font-size:1.5em;
	margin:1em 0;
}
/*************************************
 +Entry
 *************************************/
.entry{
	/* border: 1px solid red; */
	padding: 0;
	margin: 0;
	margin-left:160px;
	width:485px;
	font-size: 13px;
}
.entrybody{
	font-size:15px;
	line-height:1.5;
}
.entrymeta{
	font-size:0.9em;
}
.postedby{
	background:#fff url(./images/user.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.filedto{
	background:#fff url(./images/post.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.commentslink{
	background:#fff url(./images/packaged.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar ul li{
	border-bottom:1px dotted #ddd;
	margin-bottom:0.3em;
	padding:0.3em;
}
/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;
	padding:1em;

}
.commentsblock textarea{
	width:35em;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#777;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background:#f3f5e9;
	border:1px dotted #d1d1d1;
	padding:0.5em;
}
h3#comments{
font-size:1.6em;
}

/*************************************
 +Misc
 *************************************/
a{
	color:#579;
	text-decoration:none;
}
a:hover{
	color:#CC0000;
}
