/* CSS Document - App Trail*/

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 76%;
	text-align: left;
	border: 0px;
	background-color: #000000;
	color: #000000;
}

img {
	border: 0px;
}

a {
	color: #585858;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


p {
	font-size: 1em;
	}

h1, h2, h3, h4, h5, h6 {
	color: #585858;
	/*color: #585858;*/
	margin: 0px;
}

h1 {
	font-size: 1.65em;
	margin-bottom: 3px;
}

h4 {
	color: #585858;
	font-size: 10px;
	margin-bottom: 6px;
}

h5 {
	font-size: 1.15em;
	margin-bottom: 0px;
}

#outer_wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 894px;
}

#wrapper {
	margin: 0 auto;
	width: 894px;
}

#header {
	/*background: url("http://media.gatewaync.com/wsj/images/blog/app_trail/app_trail_header.jpg") no-repeat top center;
	height: 152px; */
	margin-bottom: -3px;
}

#content {
	background-color: #ffffff;
	background: url("http://media.gatewaync.com/wsj/images/blog/app_trail/app_trail_textarea.jpg") repeat-y top center;
	width: 894px;
	margin-top: -2px;
	padding-bottom: 5px;
}

#top_ad {
	width: 728px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0px 20px 0px;
}

#content_bottom {
	background: url("http://media.gatewaync.com/wsj/images/blog/app_trail/app_trail_footer.jpg") no-repeat top center;
	width: 894px;
	height: 40px;
	margin-top: -1px;
}

#main_content {
	float: left;
	width: 604px;
	padding: 0px 0px 0px 20px;
	
}

.postdetails {
	padding: 4px 5px 4px 5px;
	border-top: 2px solid #f4e098;
	border-bottom: 2px solid #f4e098;
	background-color: #f4e098;
	font-size: .95em;
	margin-bottom: 20px;
	}



.postdetails a {
	color: #404040;

}

 #postcomment, #comments{
margin-bottom: 20px;
	} 


/* Siderail -------------------------------------------------------------- */

#siderail {
	float: right;
	width: 230px;
	padding: 0px 20px 0px 0px;
	/* @height:100%; */
	}

.rail_entry {
	padding: 0px 0px 10px 0px;
	}

.rail_entry p {
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 0.9em;
	}

/* end of Siderail ------------------------------------------------------ */

/* Site Navigation Bar -------------------------------------------------*/

#navigation {
	background: url("http://media.gatewaync.com/wsj/images/blog/app_trail/app_trail_navbar.jpg") no-repeat top center;
	height: 48px;
	width: 894px;
	margin-bottom: -8px;
}

#sitenav {
	width: 100%;
	padding: 9px 13px 0px 13px;
}
	
#sitenav ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 0.93em;
	color: #ffffff;
	line-height: 30px;
	white-space: nowrap;
	}
	
#sitenav li {
	list-style-type: none;
	display: inline;
	}
	
#sitenav li a {
	text-decoration: none;
	padding: 8px 10px;
	font-weight: bold;
	color: #ffffff;
	}
	
#sitenav lia:link {
	color: #ffffff:
	}
	
#sitenav lia:visited {
	color: #aaaaaa;
	}
	
#sitenav li a:hover {
	color: #ffffff;
	background-color: #585858;
	}
#sitenav img {
	padding: 7px 0px 0px 0px;
	float: right;
	}
	
/* End of Site Navigation Bar ------------------------------------ */



.spacer {
	clear: both;
	}