/* CSS Reset
-------------------------------------------------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
/* Base
-------------------------------------------------------------- */

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */

body {
	background: #ffffff url(images/bdbg.png) top left repeat-x;
	color: #4b4b4b;
	font: 13px/1.231 Arial, "Trebuchet MS", sans-serif;
	/**font-size:small;*font:x-small;*/
	margin: 0;
	padding: 0;
}
a {
	color:	#3b7eff;
	text-decoration: none;
	outline: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
}
table {
	font-size: inherit;/*font:100%;*/
}
/**
 * Bump up IE to get to 13px equivalent
 */

pre, code, kbd, samp, tt {
	font-family: monospace;
	/***/
	font-size: 108%;
	line-height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color:	#4b4b4b;
	font-family: Arial, Helvetica, sans-serif;
	/*bringing boldness back to headers and the strong element*/
	font-weight: bold;
}
h1 {
	/*18px*/
	font-size: 138.5%;
}
h2 {
	color:	#4e86a8;
	/*16px*/
	font-size: 123.1%;
}
h3 {
	/*14px*/
	font-size: 108%;
}
h1, h2, h3 {
	/* top & bottom margin based on font size */
	margin: 1em 0;
}
h4 {
	margin: 0 0 .5em;
}
strong {
	font-weight: bold;
}
abbr, acronym {
	/*indicating to users that more info is available */
	border-bottom: 1px dotted #000;
	cursor: help;
}
em {
	color: #7C3223;
	/*bringing italics back to the em element*/
	font-style: italic;
}
blockquote, ul, ol, dl {
	/*giving blockquotes and lists room to breath*/
	margin: 1em;
}
ol, ul, dl {
	/*bringing lists on to the page with breathing room */
	margin-left: 2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;
	margin-bottom: 12px;
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left: 1em;
}
th, td {
	/*borders and padding to make the table readable
	border:1px solid #000;*/
	padding: .5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight: bold;
	text-align: center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom: .5em;
	/*centered so it doesn't blend in to other content*/
	text-align: center;
}
p, fieldset, table {
	/*so things don't run into each other*/
	margin-bottom: 1em;
}
/* Custom
-------------------------------------------------------------- */

.no-border {
	border: 0 none!important;
}
.no-italic {
	font-style: normal!important;
}
.right {
	float: right!important;
}
.nmb {
	margin-bottom: .5em;
}
.red {
	color: #7C3223;
}
.top-right {
	position: absolute;
	top: 13px;
	right: 28px;
}
.image-holder {
	float:left;
	width:150px;
	height:88px;
	/*background:#eee url(loading.gif) 50% 50% no-repeat;*/
	display:inline;
}
.no-float {
	float: none!important;
}
.hidden {
	display: none;
}
#atff {
	display: none!important;
}
.error {
	color: #C00;
	font-size: 93%;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.bold {
	font-weight: bold;
}
.block {
	display: block;
}
.imgRight {
	float: right;
	margin: 0 0 1em 1em;
}
.clear {
	clear: both;
}
.arrow {
	background: transparent url(images/arrow.png) left center no-repeat;
	color: #3b7eff;
	padding-left: 13px;
}
.arrowList {
	margin-left: 0;
}
.arrowList li {
	list-style: none;
	margin-bottom: .3em;
}
.arrowList li a {
	background: transparent url(images/arrow.png) left center no-repeat;
	padding-left: 13px;
}

/* wp stuff */
.imgright, .alignright { margin: 5px 0px 5px 15px; float: right; }
.imgleft, .alignleft { margin: 5px 15px 5px 0px; float: left; }
.narrowcolumn { padding-top: 8px; }
.entry, .commentlist li { border-width: 0px 0px 1px 0px; border-style: dotted; border-color: #d1d1d1; margin: 0px 0px 10px 0px; padding: 0px 0px 10px 0px; }

/* wp comments */
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 480px;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

