/* CSS Document */
body { padding:0; margin:0; background:#fff url(../images/bg.png) repeat-y left top; font-family: Arial, Helvetica, sans-serif; word-wrap:break-word;}

img { max-width:470px; width: expression(this.width > 400 ? 400: true); }

a img { border: none; }

#outer_wrap { padding:0; width:832px; margin:0 0 9px 0; border-bottom:1px solid #b1cf5f; }

#main_wrap { background-color:#fff; float:left; width:514px; border-left:128px solid #f7faef; border-right:190px solid #eff5df;}

#header { clear:both; padding:0; margin:0; background:#fff; width:832px; height:123px; border-bottom:#b1cf5f 6px solid;}
	#header img.dp_logo { padding:0; margin:50px 0 13px 55px; float:left;}
	#header img.adobe_logo { padding:0; margin:65px 75px 14px 0; float:right;}


#main_content { float:left; min-height: 1505px; width:512px; padding-bottom:20px; margin-right:-511px; background:#fff; border-left:1px solid #b1cf5f; border-right:1px solid #b1cf5f;}
* html #main_content { height: 1505px; border-right:none; } /* IE hack */

	#main_content.main_graphic { padding:0; margin:0; border:none; width:512px; height:302px;}
	
	#main_content h1 { 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 17px;
		font-weight: bold;
		line-height: 24px;
		margin: 0;
		color: #000;
		letter-spacing: -0.5px;
	}

	#main_content h1 a {
		color: #648d33;
		text-decoration: none;
	}

	#main_content h1 a:hover {
		color: #648d33;
		text-decoration: underline;
	}
	
	
	#main_content p { padding:0; margin:5px 0px 15px 0px; color:#6b6961; font-size:12px; line-height:18px;}
	#main_content p strong { color:#6a4f11; font-weight:bold;}
	#main_content p a, #main_content a { color:#6a4f11; text-decoration:none; font-weight:bold; }
	#main_content p a:hover, #main_content a:hover { color:#6a4f11; text-decoration:underline; font-weight:bold; }

#sidebar_left { background:#f7faef; float:left; width:128px; padding-bottom:20px; margin-left:-132px; position:relative; }
	
	#nav { margin:0px; padding:0px; font-size:11px; list-style:none;}
		#nav li a { width:7.4em; display:block; padding:1.06em 1em 1em 3.2em; background:#fff; border-bottom:#b1cf5f 1px solid;}
		#nav li a:hover { width:7.5em; border-left:#b1cf5f 6px solid; background:#f7faef; padding-left:2.6em;}
		* html #nav li a:hover { border-left:#b1cf5f 4px solid; padding-left:2.7em; }
		#nav a:link, #nav a:visited { text-decoration:none; color:#6a4f11;}
			
			#nav li.current { border-left:#b1cf5f 6px solid; background:#f7faef;}
			* html #nav li.current { border-left:#b1cf5f 4px solid; }
			#nav li.current a { border-left:none; display:block; padding:1.06em 1em 1em 2.6em; background:#f7faef; border-bottom:#b1cf5f 1px solid;}
			#nav li.current a:hover { width:7.4em; background:#f7faef; }
			* html #nav li.current a { border-left:none; }
			* html #nav li.current a:hover { border-left:none; }
			
			

#sidebar_right { background:#eff5df; float:right; width:188px; padding-bottom:20px; margin-right:-191px; position:relative; }
* html #sidebar_right { margin-left: 0px; }

	#sidebar_right a { font-size:11px; color:#6a4f11; text-decoration:none; }
		#sidebar_right a:hover { font-size:11px; color:#6a4f11; text-decoration:underline;}
	

#footer { clear:both; width:704; height:68px; background:#b1cf5f; border-right:#b1cf5f 1px solid; border-left:#f7faef 128px solid; margin-right:0px; }
	#footer p { padding:14px 0; margin:0px 0 0px 22px; color:#fff; font-size:9px; font-weight:bold; line-height:18px; letter-spacing:1px;}
	
		
#clearme { clear:both;}

/*-- Blog Header --*/

#banner {
	background-color: #f7faef;	
	border-bottom: #b1cf5f 1px solid;
	padding-top: 1px;
	text-align: left;
	height: 73px;
	min-height: 73px;
}

#banner p {
	color: #b0cf5e;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 22px;
	line-height: 28px;
	font-weight: bold;
	font-stretch: extra-condensed;
	letter-spacing: -0.5px;
	margin: 21px 21px 0px 21px;
}

#banner p a {
	color: #668d34;
	text-decoration: none;
}

#banner p a:hover {
	color: #668d34;
	text-decoration: underline;
}

/*-- Posts --*/

#blogText {
	margin: 0px 21px 8px 21px;
}

.body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: .8em;
	line-height: 18px; 
	color: #666; 
	margin-left: 0px;
	margin-bottom: 8px;
}


.entry {
	padding-top: 23px;
	padding-bottom: 3px;
	border-bottom:1px dotted #666;
}

.entryLast {
	padding-top: 23px;
	padding-bottom: 3px;
}


.code {
	font-family: courier, monospace;
	font-size: .7em;
	color: #666;
	border: solid 1px #b1cf5f;
	background-color: #f7faef;
	overflow: auto;
	max-height: 200px;
	padding: 4px 4px 4px 4px;
	line-height: 15px;
	margin:5px 0 5px 0;
	max-width:470px; 
	width: expression(this.width > 400 ? 400: true);
	word-wrap: normal;
	overflow: scroll;
}

.codePrint {
	font-family: courier, monospace;
	font-size: .7em;
	color: #666;
	border: solid 1px #b1cf5f;
	background-color: #f7faef;
	padding: 4px 4px 4px 4px;
	line-height: 15px;	
}

.byline, .entryfooter, .trackbackfooter {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	line-height: 135%;
	margin: 0;
	padding: 0 0 8px 0;
	color: #444;
}

.byline {
	clear:both;
}

.commentByLine {
	clear: left;
}

/*-- Comments & Trackbacks --*/

.comment, .trackback, .commentAlt, .trackbackAlt {
	border: 1px solid #b1cf5f;
	padding: 10px;
	margin:10px 0;
	position:relative;

}

.commentAlt, .trackbackAlt {
	background-color: #f7faef;
}

.blogHeader, .trackbackHeader, .commentHeader, .relatedentriesHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 15px;
	font-weight: bold;
	color: #648d33;
	letter-spacing: -0.5px;
	padding: 5px 0 5px 0;
	margin-bottom:10px;
}

.comment img, .commentAlt img {
	float:left;
	position:relative;
	margin: 0 5px 5px 0;
}

.commentBody, .trackbackBody {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 15px;
	color: #666; 
	margin-right: 12px;
	margin-bottom: 12px;
}

#relatedEntriesList {
 	font-family: Arial, Helvetica, sans-serif; 
	font-size: .7em; 
	color: #6b6961;
}

.commentByLine, .trackbackByLine {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 10px;
	line-height: 135%
	color: #444;
}

.addCommentLink,.addTrackbackLink {
	
}

#trackbacks, #comments {
	margin-top:8px;
	margin-bottom: 8px;
}

#trackbacks .body {
	margin-bottom: 8px;
}



/*-- Search --*/

.date { /* this is the "Search" header */
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 17px;
	font-weight: bold;
	color: #648d33;
	letter-spacing: -0.5px;
	padding: 5px 0 5px 0;
	margin-bottom:10px;
}

.highlight {
	background-color: #eff5df;
}

.body input {
	color: #444;
}

/*-- Sidebar --*/

.rightMenu {
	background-color: #eff5df;
	border-bottom:1px solid #b1cf5f;
	padding: 7px 6px 6px 6px;
	margin-left: -3px;
}

*html .rightMenu {
	margin-left: 0px;
	border-left:1px solid #b1cf5f;
}

.menuTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 15px;
	font-weight: bold;
	color: #648d33;
	letter-spacing: -0.5px;
}

.menuBody {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	color: #444;
	padding-top: 2px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1em; 
	color: #000000; 
}

.menuBody form p input {
	color: #666;
}

.menuBody div p {
	padding-left: 0px;
	marign-left: 0px;
}

.button {
	background-color: #eff5df;
	font-weight: bold;
	border: 1px solid #666;
	color: #666;
}


/*-- Miscellaneous --*/

.footerHeader {
	background-color: #eff5df;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: .7em; 
	color: #666; 
	border: 1px solid #b1cf5f;
	padding: 5px;
	margin: 0px 21px 8px 21px;
	font-weight: normal;
}