/***************Reset***************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	line-height: 1;
	color: black;
	background: white;
	}
ol, ul {
	list-style: none;
	}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}


/***************Basic Elements***************/
body {
	background: #ffffff;
	color: #333333;
	font-family: Georgia, Times, serif;
	font-size: 100.1%;
	line-height: 1.5em;
	}
	
strong { font-weight: bold; }

p {
	color:#1D1D1D;
	font-size:0.8em;
	margin:0 0 1.4em;
	}

p.first {
	color:#666666;
	font-size:0.9em;
	font-style:italic;
	}

object { border: 1px solid #c3c3c3; padding: 3px; margin: 20px;}

blockquote {
	background: url(images/blockquote.gif) no-repeat scroll 0 0;
	color: #c3c3c3;
	font-size: 0.8em;
	font-style: italic;
	line-height: 1.4em;
	margin: 30px 0px;
	padding-left: 50px;
}

ul {
font-size: 0.8em;
list-style-type: none;
margin-left: 30px;
}

/*
ul li:before {
	content: "\00BB \0020";
}
*/

/***************Forms and Buttons***************/


input { background: #fff; border: 1px dashed #c3c3c3; margin-left: 10px; }

input:focus { border: 3px double #c3c3c3; }

textarea { background: #fff; border: 1px dashed #c3c3c3; margin-left: 10px; }

textarea:focus { border: 3px double #c3c3c3; }



/***************Links***************/


a, a:visited { color: #066689; text-decoration: none; }

a:active, a:hover { color: #21594D;	text-decoration: none; }

.post h1 a, .post h1 a:visited { color: #000; text-decoration: none; }

.post h1 a:active, .post h1 a:hover { color: #c3c3c3; text-decoration: none; }

#navContainer a, #navContainer a:visited { color: #666666; text-decoration: none; }

#navContainer a:active, #navContainer a:hover { color: #1d1d1d; text-decoration: none; }

#archive a, #archive:visited { color: #666666; text-decoration: none; }

#archive a:hover, #archive:active { color: #000; text-decoration: none; }

.logo a, .logo a:visited { color: #000; text-decoration: none; }

.logo a:active, .logo a:hover { color: #c3c3c3; text-decoration: none; }



/***************Headings***************/


h1 {
	border-bottom:1px solid #DDDDDD;
	color:#000000;
	font-size:1.65em;
	font-style:normal;
	font-weight:400;
	line-height:1.2em;
	margin-bottom:0.6em;
	padding-bottom:0.2em;
	text-transform:capitalize;
	}
h2 {
	border-bottom:1px solid #DDDDDD;
	color:#000000;
	font-size:1.3em;
	font-style:normal;
	font-weight:400;
	margin:1.2em 0 0.6em;
	padding-bottom:0.2em;
	}
h3 {
	color:#000000;
	font-size:1.1em;
	font-style:italic;
	font-weight:400;
	margin:0.6em 0 0.3em;
	}

h4 { 
	border-bottom: 1px solid #DDDDDD;
	color: #666666;
	font-size: 1.65em;
	font-weight: 400;
	line-height: 1.2em;
	padding-bottom: 6px;
	text-transform: capitalize;
	}


h5 {
	color: #066689;
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.4em;
	}

/***************Generic Classes***************/

.clear { clear: both; }

.alignleft {float: left;}

.alignright {float: right;}

/***************Basic Layout***************/

#wrapper {
	background: #f0f0f0;
	margin: 0 auto;
	width: 960px;
	}

#headContainer {
	background: url(images/header.jpg) repeat-x scroll 0 0;
	background-color: #fff;
	border-bottom: 1px dashed #c3c3c3;
	float: left;
	margin-bottom: 40px;
	padding-top: 10px;
	position: relative;
	width: 100%;
	}

#contentContainer {
	float: left;
	height: 100%;
	margin: 20px 0px;
	position: relative;
	width: 767px;
	}

.leftBar {
	float: left;
	height: 100%;
	margin-bottom: 50px;
	width: 167px;
	}

.middleBar {
	float: left;
	height: 100%;
	margin-bottom: 50px;
	width: 600px;	
	}

.rightBar {
	float: left;
	height: 100%;
	margin: 20px 0 0 46px;
	width: 147px;
}

#footContainer {
	background: #fff;
	border-top: 3px double #c3c3c3;
	float: left;
	margin-top: 20px;
	padding: 40px 0px;
	position: relative;
	width: 100%;
	}
	
#navBar {
	background: #f0f0f0;
	border-bottom: 1px solid #c3c3c3;
	height: 30px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 2;
}

/***************Header***************/


.headContent {
	margin: 0 auto;
	width: 960px;
	z-index: 2;
	}

.navBarContent {
	margin: 0 auto;
	vertical-align: middle;
	width: 960px;
	z-index: 3;
	}


#logoContainer {
	float: left;
	height: 200px;
	margin-top: 100px;
	padding: 0px;
	position: relative;
	width: 960px;
	z-index: 4;
	}


.logo {
	float: left;
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin-right: 80px;
	margin-top: 4px;
	text-transform: uppercase;
	z-index: 5;
	}


/* LOGO ALT	
.logo {
	border-bottom: 1px solid #c3c3c3;
	font-family: Calibri, Helvetica, Arial, sans-serif;
	padding-bottom: 15px;
	text-transform: uppercase;
	font-size: 3em;
	font-weight: bold;
	}
*/

#tweeter {
	float: right;
	margin-top: 100px;
	z-index: 2;
	}

.logoSubline {
	color: #c3c3c3;
	font-style: italic;
	font-size: 1.2em;
	line-height: 1.6em;
	margin-top: 10px;
	text-align: center;
	}

#navContainer {
	float: left;
	margin-top: 3px;
	position: relative;
	vertical-align: middle;
	z-index: 9999;
	}

#navContainer ul { font-size: 1em; list-style: none; }

#navContainer ul li { display: inline; margin-right: 20px; }

#searchContainer { 
	float: right; 
	margin-top: 1px;
	position: relative; 
	z-index: 9999; 
	}

.search { border: none; }

button { background: #f0f0f0; border: 1px solid #c3c3c3; cursor: pointer;}

button:hover { background: #7fabbf; border: 1px solid #066689; cursor: pointer;}


/***************Content***************/

.dateContainer {
	color: #c3c3c3;
	float: left;
	margin-right: 67px;
	position: relative;
	text-align: center;
	width: 100px;
	}
	
.dateDay { 
	border-bottom: 1px solid #DDDDDD;
	color: #000;
	font-size: 1.65em; 
	line-height: 1.2em;
	margin-bottom: 0.2em; 
	padding-bottom: 0.2em;
	text-align: center;
	width: 100px;
	}

.dateName { 
	font-size: 0.9em; 
	text-align: center;
	margin-bottom: 40px; 
	width: 100px;
	}

.author { 
	border-top: 1px solid #DDDDDD;
	color: #666666; 
	float: right; 
	font-size: 0.8em;
	margin-bottom: 80px;
	width: 600px;
	}

.postmetadata { color: #c3c3c3; font-size: 0.7em; text-align: center;}

.postNavigation { font-size: 0.6em; }

.post { min-height: 250px; width: 600px; }


/***************Sidebar***************/

#archive {
	color: #666666;
	font-size: 0.8em;
	list-style-type: none;
	margin: 0;
	text-transform: capitalize;
}

ul#archive li {
	border-bottom: 1px dashed #cccccc;
	padding: 6px 0;

}

/***************Footer***************/

.footerHead {
	margin: 0 0px 25px 0px;

}

.footerContainer {
	margin: 0 auto;
	width: 960px;
}

.footerBox {
	float: left;
	font-size: 0.8em;
	font-style: italic;
	margin-bottom: 30px;
	position: relative;
	width: 360px;
}

.contactformContainer {
	float: left;
	font-size: 0.8em;
	font-style: italic;
	margin-bottom: 30px;
	position: relative;
	width: 600px;
}

.info {
	font-size: 0.9em;
	font-style: italic;
}


.commentBalloonContainer {
	position: relative;
	width: 600px;
}

.commentTriangle {
	background: url(images/triangle.gif) no-repeat scroll 0 0;
	float: left;
	height: 31px;
	margin-top: 10px;
	position: relative;
	width: 16px;
	}

.commentBalloon {
	background: #ececec;
/*	float: left; */
	padding: 15px;
	position: relative;
	width: 584px;
	}

.commentAvatar {
	border: 1px solid #c3c3c3;
	float: left;
	height: 60px;
	margin: 10px;
	width: 60px;
	}

.commentAuthor {
	color: #333333;
/*	float: left; */
	margin-top: 5px;
	font-size: 1.0em;
	width: 290px;
	}

.commentDate {
	color: #666666;
	font-size: 0.8em;
	font-style: italic;
	line-height: 0.8em;
	}

.commentSubmit {
	width: 100px;
	}

/***************Etc***************/

.amp {
	font-family: 'Hoefler Text', 'Palatino Linotype', 'Adobe Caslon Pro', Georgia, serif;
	font-style: italic;
	}

.caps { font-size: 85%;}

.imageFull { background: #f0f0f0; border: 1px solid #c3c3c3; padding: 4px;}

.infoBlock { 
	-moz-border-radius: 10px;
	background: #f0f0f0; 
	font-size: 0.8em;
	font-style: italic;
	padding: 30px; 
	 }
	 
.infoBlock:first-letter {
	float: left;
	font-size: 3.5em;
	padding: 10px 5px 0 2px;

}

.ads_125 {
	float: left;
	height: 125px;
	margin: 10px 0px;
	width: 125px;
	}
	
.ads_banner {
	margin: 0 auto;
	}
