/* ------------------------------------------------------------------ */
/* Element Defaults */
/* ------------------------------------------------------------------ */

/* These got reset by reset.css. */
p { margin: 1.12em 0 }
strong, strong em { font-weight: bold }
em { font-style: italic }

/* Fonts and such. */
body {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 78%;
	color: #222;
}

a { color: #094760; }
a:hover { color: #C70E0F; }


/* ------------------------------------------------------------------ */
/* Common Class Defaults */
/* ------------------------------------------------------------------ */

/* clearfix - for closing elements containing floats across browsers */
.clearfix:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */

a.inlineEdit, span.inlineEdit {
  font-family: Arial, Helvetica, Verdana, sans-serif!important;
  font-weight:normal!important;
  font-size:10px!important;
  color:#CCC!important;
  text-decoration:none!important;
  text-transform:uppercase;
}
a.inlineEdit:hover, span.inlineEdit:hover { color:#C70E0F!important; }


.headline, .headline a {
    font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #094760;
		text-decoration: none;
}
	.headline a:hover { color: #C70E0F; }

.subheadline {
    font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    color: #1A1818;
}

.byline {
    font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
		color:#646568;
}
.byline span {
    font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    text-transform: lowercase;
}

.excerpt {                   /* XXX Where is this used? */
    background: #EEEEEF;
    padding: 15px;
    margin: 10px 15px;
    border: 1px dotted #666;
}

.pagination { font-size: 10px; }

a.memberThumb {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
}

input.searchbox {
	width: 134px;
	height: 16px;
	background: url(/images/backgrounds/keywords.png) no-repeat;
	padding: 3px 9px 0 21px;
	border: 0;
	font-size: 10px;
}
	input.searchbox:focus { outline: none; }

.BlogButton {
	display: block;
	width: 140px;
	height: 45px;
	background-repeat: no-repeat;
	text-indent: -6000px;
}

.sectionHeader { 
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left; 
	font-weight: bold;
	font-size: 16px;
	color: #004961;
}
	.sectionHeader a, .sectionHeader span {
		display: block;
		text-indent: -6000px;
	}

h1.sectionHeader {
	height: 22px;
}
	h1.sectionHeader a, h1.sectionHeader span { 
		height: 22px; 
		line-height: 22px;
		}

h2.sectionHeader {
	height: 13px;
}
	h2.sectionHeader a, h2.sectionHeader span { 
		height: 13px; 
		line-height: 13px;
		}

#gridMainSidebar1 div.MainSidebar { 
	background: none;
	margin-bottom: 15px; 
}
	#gridMainSidebar1 div.MainSidebar h3 {
		background: none;
		padding: 0 0 10px;
		font-family: Helvetica, Arial, Verdana, sans-serif;
		font-weight: bold;
		font-size: 18px;
		color: #b5d939;
		text-align: left;
		text-transform: uppercase;
		line-height: 1em;
		letter-spacing: -1px;
	}
		#gridMainSidebar1 div.MainSidebar h3 a { 
			color: #b5d939;
			text-decoration: none;
		}
		#gridMainSidebar1 div.MainSidebar ul {
			padding: 0;
		}

/* ------------------------------------------------------------------ */

div.tools {
    margin-bottom: 5px;
    width: 156px;
    background-color: #E1E8EC;
    padding: 2px;
    color: #757673;
}
div.tools h3 {
    padding: 5px 0;
    border: 1px solid #FFF;
    border-bottom: none;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
div.tools h4 {
    padding: 0 0 3px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
}
div.tools *+h4 { padding-top: 8px; }
div.tools ul {
    border: 1px solid #fff;
    border-top: none;
}
div.tools ul li {
    border-top: 1px solid #FFF;
    font-size: 13px;
}
div.tools ul li a {
    background-repeat: no-repeat;
    background-position: 5px center;
    display: block;
    padding: 5px 0 5px 28px;
    text-transform: lowercase;
}
div.tools ul li * a {
    display: inline;
    padding: 0;
    text-transform: none;
}
div.tools ul li.l1 {
    padding: 5px;
}
div.tools ul li.l0 ul {
    margin-bottom: 5px;
}

div.tools div.togglePanel {
    padding: 5px;
    background-color: #D3DCDE;
}
div.tools div.togglePanel textarea,
div.tools div.togglePanel input[type=text] {
    width: 132px;
    padding: 2px;
    border: solid 1px #ccc;
}
div.tools div.loading {
    /* loader image from ajaxload.info */
    background-image: url(/images/icons/toolsloader.gif);
    background-repeat: no-repeat;
    background-position: 0px center;
    padding: 0 20px;
}

div.tools a.emailAction {
    background-image: url(/images/icons/article_tools/email.gif);
}
div.tools a.printAction {
    background-image: url(/images/icons/article_tools/print.gif);
}
div.tools a.shareAction {
    background-image: url(/images/icons/article_tools/share.gif);
}
div.tools a.saveAction {
    background-image: url(/images/icons/article_tools/save.gif);
}
div.tools a.commentItem {
    background-image: url(/images/icons/article_tools/comment.gif);
}
div.tools a.reminderAction {
    /* xxx need background image */
}
div.tools a.addAction {
    display: block;
    padding: 5px 0 5px 18px;
    background-repeat: no-repeat;
    background-position: 0px center;
    background-image: url(/images/icons/article_tools/add.gif);
}
	div.tools form a.addAction {
		background-image: none;
		padding:5px;
		text-decoration: none;
	}

div.processOutput {
	background: #ffffcc;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #ffff00;
}

/* ------------------------------------------------------------------ */

div.tinyTools {
    background-color: #F3F3F3;
    float: right;
    font-size: 10px;
    line-height: 1em;
    margin-left: 5px;
    padding: 8px 7px;
    width: 116px;
}
div.tinyTools h3 {
    font-size: 10px;
    line-height: 1em;
    font-weight: bold;
}
div.tinyTools h4 {
    margin: 5px 0 2px 0;
    font-size: 10px;
    font-weight: bold;
}
div.tinyTools ul {
    margin: 10px 0 0 0;
}
div.tinyTools ul li.l0 {
    border-bottom: solid 1px #E3E3E3;
    margin-bottom: 4px;
}
div.tinyTools ul li.l0 a {
    background: #FFF;
	background-repeat: no-repeat;
	display: block;
	padding: 4px;
	text-decoration: none;
}
div.tinyTools div.togglePanel ul {
    margin: 0;
}
div.tinyTools div.togglePanel {
    padding: 4px;
}
div.tinyTools div.togglePanel textarea,
div.tinyTools div.togglePanel input[type=text] {
    width: 102px;
    padding: 2px;
    border: solid 1px #ccc;
}

/* ------------------------------------------------------------------ */

div.flipBook {
    position: relative;
}
div.flipBook .credit {
    margin-top: 2px 0 2px 0;
	text-align: right;
	font-family: "Trebuchet MS";
	font-size: 9px;
	text-transform: uppercase;
}
div.flipBook div.photGridWrap {
    text-align: center;
}
div.flipBook div.photoGrid {
    display: inline-block;
    margin-top: 4px;
    border-top: dotted 1px;
    padding: 4px 0 4px 1px;
}
div.flipBook div.photoGrid a,
div.flipBook div.photoGrid a:link,
div.flipBook div.photoGrid a:visited,
div.flipBook div.photoGrid a:hover {
    position: relative;
    float: left;
    text-decoration: none;
    border: none;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: 1px solid #999;
    margin: 3px 5px 4px 0;
    width: 46px;
    height: 46px;
}
div.flipBook div.photoGrid a:hover {
    width: 50px;
    height: 50px;
    left: -2px;
    top: -2px;
    margin-right: 1px;
    margin-bottom: 0px;
}

/* ------------------------------------------------------------------ */
