body {
	background: #fff url(/i/bg.gif) top left repeat;
	font: 11px/1.5em "Lucida Grande", helvetica, serif;
	color: #444;
	text-align: center;
	padding-bottom: 15px;
	}

a {
	text-decoration: none;
	color: #ba0000;
	}
	
	a:hover {
		text-decoration: underline;
		}

a img {
	border: none;
	}

strong {
	font-weight: bold;
	}
	
em {
	font-family: georgia;
	font-style: italic;
	}
	
p, ul {
	padding: 0 4px 8px 0;
	}

	span.highlight {
		font-weight: bold;
		color: #344260;
		}

p.blog_meta+p {
/*text-indent: 15px;*/
}
	
ul {
	list-style: none;
	}
	ul li {
		padding: 3px 3px 3px 14px;
		background: url(/i/li.gif) center left no-repeat;
		}
	ul li.current {
		background-image: url(/i/li_on.gif);
		}

h1, h2, h3, h4, h5, h6 {
	font-family: georgia, helvetica, arial, verdana, sans-serif; 
	font-weight: normal;
	padding: 0;	
	margin: 14px 0 10px 0;
	color: #333;
	}

	h1 + h2, h2 + h3, h3 + h4, h4 + h5 {
		margin-top: 0;
		}

h1 {
	font-size: 155%;
	margin: 0 0 14px 0;
	line-height: 1.3em;
	color: #344260;
	}
	h1 a {
		color: #344260;
		}

h2 {
	font-size: 130%;
	line-height: 1.3em;
	color: #993300;
	}
	
	h2 span {
		font-family: georgia;
		font-size: 90%;
		font-style: italic;
		margin-left: 5px;
		}
	
	h2 a {
		color: #344260;
		}
		
		h2 a:hover {
			text-decoration: underline;
			color: #993300;
			}

h3 {
	font-size: 100%;
	text-transform: uppercase;
	color: #333;
	line-height: 1.3em;
	padding: 0.5em 0 0 0;
	}

h4 {
	font-size: 110%;
	line-height: 1.3em;
	}

#content img {
	margin: 5px 12px;
	padding: 2px;
	border: 1px solid #ccc;
	}
	
	#content img.left { float: left; margin-left: 0; }
	#content img.right { float: right; margin-right: 0; }
	#content img.none { float: none; margin: 0; border: 0; }

#side .gallery a img {
	background-color: #fff;
	margin: 0 8px 4px 0;
	padding: 3px 3px 8px 3px;
	border: 1px solid #eee;
	}
	#side .gallery a:hover img {
		border-color: #ccc;
		}

div.endnote {
	margin: 12px 0 8px 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	}
	
	div.endnote p {
		margin: 0;
		padding: 4px 0;
		}

.footnotes {
	margin: 10px 0;
	padding: 5px;
	border: 1px solid #ddd;
	background-color: #f5f5f5;
	}
	
	.footnotes ol li {
		font-size: 85%;
		margin-left: 3em;
		list-style: decimal;
		}

/* */

td, th {
	line-height: 1.5em;
	}

	tr.alt {
		background-color: #eee;
		}

table.clean, table.standard {
	margin: 0 4px 8px 0;
	width: 100%;
	// border-bottom: 1px solid #eee;
	}
	
	table.clean th, table.clean td, table.standard th, table.standard td {
		// border-top: 1px solid #eee;
		padding: 3px 4px;
		}
		
	table.clean th.blank, table.clean td.blank, table.standard th.blank, table.standard td.blank {
		border-top: 0;
		}
	
	table.standard th {
		font-weight: bold;
		background-color: #39357d;
		color: #fff;
		}

	table.clean th {
		font-weight: bold;
		width: 120px;
		padding-left: 1px;
		border-bottom: 1px solid #eee;
		}
	
	table.clean td {
		border-bottom: 1px solid #eee;
		}

	table h3 {
		margin: 0;
		padding: 0;
		}

	.survey th, .survey td { padding: 5px; border-bottom: 1px solid #eee; }
	.survey th { padding-left: 0; }
	table.survey { border-top: 1px solid #eee; }

/* blog specific */

p.blog_meta {
	}
	
	h2 + p.blog_meta {
		margin-top: -10px;
		}
	
	p.blog_meta span.publication {
		text-transform: uppercase;
		}

#blogLanding .entry {
	border-bottom: 1px solid #ddd;
	}

p.blog_post_actions {
	margin: 0 0 8px 0;
	padding: 2px;
	/* border-bottom: 1px solid #eee; */
	}
	
	p.blog_post_actions a.more {
		display: block;
		padding: 2px 2px 2px 12px;
		background: url(http://static.j2strategies.com/i/icons/mini/arrow_mini_right.gif) left center no-repeat;
		color: #666;
		}

div.paginate p {
	margin: 10px 0;
	padding: 5px 8px;
	background-color: #eee;
	}
	
	div.paginate p span.pagination_links {
		float: right;
		text-align: right;
		}

/* forms */

#content form fieldset input, #content form fieldset textarea {
	border: 1px solid #999;
	border-bottom-color: #ddd;
	border-right-color: #ddd;
	padding: 2px;
	}

	#content form input:focus,#content form textarea:focus,#content form select:focus {
		background-color: #ffffe0;
		}

#content form fieldset fieldset input {
	margin-right: 8px;
	}

#content form fieldset {
	margin-bottom: 15px;
	border: 1px #666 solid;
	padding: 8px;
	}

#content form fieldset fieldset {
	border: none;
	padding: 0;
	}

#content form fieldset legend {
	color: #333;
	font-size: 110%;
	padding: 0 4px;
	margin: 0 0 0 7px;
	}
	
#content form fieldset fieldset legend {
	padding: 0 0 2px 0;
	font-weight: normal;
}

#content form fieldset fieldset legend span {
	display: block;
	}

#content form label {
	display: block;
	float: left;
	vertical-align: top;
	width: 10em;
	margin-right: .5em; 
	text-align: left; 
	}

#content form fieldset fieldset legend, #content form label {
	color: #333;
	}

#content form fieldset fieldset label {
	float: none;
	margin-left: 11em;
	display: block;
	width: auto;
	}


#content form fieldset ol {
	margin: .5em;
	padding: 0;
	background: none;
	}

#content form fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	clear: left;
	border-bottom: 1px #ddd solid;
	background: none;
	}

#content form em {
	font-weight: bold;
	font-style: normal;
	color: #cc0000;
	margin-left: 4px;
	}

#content form option {
	padding-right: .25em;
	}

form .compliance {
	margin: 10px 0;
	padding: 5px 10px;
	border: 1px solid #ff6633;
	background-color: #fff8e5;
	}
	
	form .compliance h2 {
		color: #ff6633;
		font-size: 120%;
		}
	
	form .compliance li {
		border: 1px solid #FFB399;
		border-left-width: 3px;
		background: none;
		margin-top: 8px;
		padding: 3px 3px 3px 8px;
		}

form dd span {
	clear: both;
	color: #ccc;
	}

	input.validation-failed, textarea.validation-failed {
		color : #b12f20;
		}
	
	.validation-advice {
		margin: 5px 0;
		padding: 5px;
		background-color: #b12f20;
		color : #FFF;
		font-weight: bold;
		}
	
	.custom-advice {
		margin: 5px 0;
		padding: 5px;
		background-color: #C8AA00;
		color : #FFF;
		font-weight: bold;
		}