/* CSS Document */

* {
}

/* ELEMENTS */
html, body, form {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	min-width:900px;
}

html {
	overflow-y:scroll; /* always show scroll so pages dont jump in FF */
}

body {
	font-size:0.8em;
	padding:0 0 0 0;
	margin:0;
	text-align:center;
	background:#53514B url(/img/bodyBg.gif) center top repeat-y;
	color:#53514B;
}

h1, h2, h3, h4 {
	margin:0;
	padding:0;
}

h1 {
	font-size:2.5em;
	margin-bottom:0.6em;
	font-family:"Trebuchet MS", "Trebuchet", Verdana, Helvetica, sans-serif;
	font-weight:normal;
	color:#fff;
}

h2 {
	font-size:1.4em;
	font-weight:normal;
	font-family:"Trebuchet MS", "Trebuchet", Verdana, Helvetica, sans-serif;
	letter-spacing:1px;
	font-weight:bold;
	text-align:center;
	background:#E1E9EE url(/img/headingCurves.gif) left top no-repeat;
}
h2 a {
	text-decoration:none;
	display:block;
	background:transparent url(/img/headingCurves.gif) right top no-repeat;
	padding:0px 5px;
}
h2 a:hover {
	color:#848685;
	text-decoration:none;
}
h3 {
	font-size:1.3em;
	margin-bottom:0.3em;
	font-weight:normal;
	/*color:#447791;
	border-bottom:1px solid #447791;*/
	color:#42609C;
	border-bottom:1px solid #53514B;
	font-family:"Trebuchet MS", "Trebuchet", Verdana, Helvetica, sans-serif;
}


h4 {
	clear:both;
	font-size:1.2em;
	margin:0.2em 0 0 0;
	font-weight:bold;
	color:#53514B;
	border-bottom:1px solid #A8B1B5;
}


p {
	margin:0;
	padding:0;
	margin-bottom:2em;
}

img {
	border:none;
	vertical-align:middle;
}

hr {
	background:none;
	border:none;
	border-bottom:1px solid #5a5a5a;
	height:0px;
	clear:both;
	padding:1.7em 0 0 0;
	margin:0 0 1.7em 0;
	margin:1.7em 0 1.7em 0 !justIE;
	padding:0 !justIE;
}

input, textarea, select {
	font-size:1em;
	background-color:#C4CCD1;
	color:#53514B;
	font-family:Arial, Helvetica, sans-serif;
}

input.textbox, textarea.textbox {
	border:1px solid #447791;
	background-color:#C4CCD1;
	color:#53514B;
}
a.button, a.button:hover {
	text-decoration:none;
	padding:1px 5px;
	cursor:pointer;
	cursor:default;
	text-align:center;
}
a.button:active {
	padding:1px 4px 1px 6px;
}
input.button, a.button {
	background-color:#C4CCD1;
	color:#53514B;
	border:1px solid #e9e9e9;
	font-weight:bold;
	border-width:1px;
	border-style:outset;
}

input.button[disabled] {		
	color:#eee;
}

ul {
	list-style:circle;
	margin:0;
	padding:0;
	padding-left:20px;
}

li {
	margin:0;
	padding:0;
}

small {
	font-size:0.8em;
}

big {
	font-size:1.5em;
}

a {
	text-decoration:underline;
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
	color:#53514B;
}
a:hover {
	text-decoration:underline;
}


/* CONTENT */
.altColor {
	color:#B0232A;
}
a.altColor:hover {
	color:#B0232A;
}

.altColor2 {
	color:#aaa;
}

strong, .bold {
	font-weight:bold;
}

.normal {
	font-weight:normal;
}

.error {
	color:#c00;
	font-weight:bold;
}

.note {
	color:#fff;
	font-weight:bold;
	margin-bottom:2em;
	font-size:1.3em;
}

/* SECTIONS */


#container, #footer {
	text-align:left;
	width:900px;
	width:899px !justIE;
	margin:0px auto;
	overflow:visible;
}

#masthead {
	background:transparent url(/img/mastheadBg.gif) left top repeat-x;
	height:128px;
	float:left;
	width:556px;
}

#masthead h1 {
	float:right;
	padding:44px 26px 0 0;
}
#masthead h1 a {
	display: block;
	width: 405px;
	height: 61px;
	background:transparent url(/img/mastheadLogo.gif) top left no-repeat;
	text-decoration: none;
	text-indent: -2000em;
}
#breadcrumb {
	background-color:#CED7DC;
	font-family:"Trebuchet MS", "Trebuchet", Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.2em;
	line-height:1.7em;
	width:556px;
	clear:both;
}
#breadcrumb div {
	width:512px;
	margin:0 22px;
	overflow:hidden;
	white-space:nowrap;
	position:relative;
}
#breadcrumb div span {
	display:block;
	background:transparent url(/img/breadcrumbRightFade.png) right top repeat-y;
	width:30px;
	height:50px;
	position:absolute;
	right:0px;
	top:0px;
} * html #breadcrumb div span {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/breadcrumbRightFade.png', sizingMethod='crop');
}


#breadcrumb div a {
	text-decoration:none;
	text-transform:lowercase;
}
#breadcrumb div a:hover {
	text-decoration:underline;
}
#footer {
	line-height:1.2em;
	text-align:left;
	width:900px;
	clear:both;
	margin:50px auto 0 auto;
	font-size:0.8em;
	border-top:1px dashed #53514B;
}
#footer div {
	float:right;
	padding:10px 20px;
}
#mainPanel {
	float:left;
	width:534px;
}
#mainPanel div#contentPadding {
	margin:22px 0 22px 22px;
	text-align:left;
}
#sidePanel {
	padding: 0 21px 0 577px;
} * html #sidePanel {
	padding-left:575px;
}

#searchbar {
	height:28px;
	background:transparent url(/img/searchbar.gif) left top no-repeat;
	overflow:hidden;
	width:300px;
	float:left;
	padding-bottom:20px;
}
#searchbar a, #searchbar a:hover {
	display:block;
	width:42px;
	height:27px;
	float:right;
	text-decoration:none;
}
#searchbar input {
	float:left;
	margin:5px 0 0 5px;
	width:250px;
	padding:0;
	border:none;
}
#searchbar input.focusedSearchBox {
	background-image:none;
	background-color:#fff;
}
#searchbar input.emptySearchBox {
	background:#fff url(/img/searchText.gif) 0px 2px no-repeat;
}

/* NAVIGATION */

/* Primary Nav */
ul#siteNav {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	margin-bottom:20px;
}
ul#siteNav li {
	display:block;
	padding:0 11px 0 0;
	margin:0;
	float:left;
}
ul#siteNav li.last {
	padding:0;
}
ul#siteNav li a {
	font-size:13px;
	display:block;
	letter-spacing:1px;
	padding:35px 4px 7px 4px;
	text-decoration:none;
	background-color:#C4CCD1;
	text-transform:lowercase;
}
ul#siteNav li a:hover {
	text-decoration:none;
	background-color:#BDC3C7;
}
ul#siteNav li a.selected {
	background-color:#848685;
	color:#fff;
}

/* Subjects Nav */
ul#subjectNav {
	margin:0;
	padding:0;
	list-style:none;
	font-size:0.9em;
}
ul#subjectNav li {
	margin:0;
	padding:0;
}
ul#subjectNav li a {
	text-decoration:none;
	font-size:1.2em;
	margin-right:2px;
	padding:0px 2px;
}
ul#subjectNav li a:hover {
	text-decoration:underline;
}
ul#subjectNav li a.selected {
/*	text-decoration:none;
	font-weight:bold;*/
	background-color:#848685;
	color:#fff;
}
ul#subjectNav li ul {
	margin:0;
	padding:0;
	list-style:none;
}
ul#subjectNav li ul li {
	margin:0;
	padding:0 0 0 20px;
}

/* Tags Nav */
#tagsWrap {
	font-size:0.7em;
}
#tagsWrap a {
	text-decoration:none;
	margin-right:10px;
	white-space:nowrap;
	padding:0px 2px;
}
#tagsWrap a:hover {
	text-decoration:underline;
}
#tagsWrap a.selected {
	background-color:#848685;
	color:#fff;
}

/* Time Nav */
#timeNav {
	overflow:hidden;
} * html #timeNav {
	overflow:visible;
	height:1%;
}
#timeNav a {
	text-decoration:none;
	margin-right:5px;
}
#timeNav a.last {
	margin-right:0;
}
#timeNav a.selected {
	/*color:#447791;
	border-bottom:1px solid #53514B;*/
	color:#42609C;
	border-bottom:1px solid #53514B;
}
#timeNav #monthsWrap {
	padding-bottom:5px;
	white-space:nowrap;
}
#timeNav #monthsWrap a  {
	font-size:0.8em;
	display:block;
	float:left;
}
#timeNav #monthsWrap a:first-letter {
	font-size:1.4em;
}
#timeNav #yearsWrap {
	clear:both;
	font-size:1.4em;
}



/* Paging Nav */
ul#pagingNav {
	padding-top:20px;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
ul#pagingNav li {
	float:left;
	padding:0;
	margin:0 3px 3px 0;
}
ul#pagingNav li big {
	color:#fff;
}
ul#pagingNav li a {
	border:1px solid #fff;
	color:#fff;
	padding:0 0.4em;
	text-decoration:none;
	font-size:1.2em;
	display:block;
	font-weight:normal;
	background-color:#C3CFD6;
	font-family:"Trebuchet MS", "Trebuchet", Verdana, Helvetica, sans-serif;
}

ul#pagingNav li a.textual, ul#pagingNav li a.textual:hover {
	border:none;
	text-decoration:underline;
	margin:0px 20px;
	background-color:transparent;
	font-weight:1.3em;
}
ul#pagingNav li a:hover {
	background-color:#BDC3C7;
}
ul#pagingNav li a.selected {
	background-color:#A1A9AC;
}





/* CONTENT LAYOUT */
.post {
	clear:both;
	background:#CED7DC url(/img/headingGradient.gif) center top no-repeat;
	padding:1em 11px 0px 11px;
	overflow:hidden;
	min-height:90px;
} * html .post {
	overflow:visible;
	height:90px;
}
.post .postDate {
	text-align:center;
	color:#fff;
	font-size:1.9em;
	float:right;
	width:3em;
	font-weight:bold;
	line-height:0.95em;
	margin:0 0 0.3em 0;
	font-family:"Trebuchet MS", "Trebuchet", Verdana, Helvetica, sans-serif;
}
.post a {
	font-weight:bold;
}
.post a.standOut {
	color:#c00;
}
.post code {
	font-family:"Courier New", Courier, mono;
	font-size:0.9em;
	background-color:#E1E9EE;
}
.post img.introImage {
	float:left;
	margin:0 10px 5px 0;
}
.postFooter {
	clear:both;
	border-top:1px solid #A8B1B5;
	line-height:1.7em;
	margin:0em 0 2em 0;
	background:#CED7DC url(/img/baseCurves.gif) left bottom no-repeat;
	overflow:hidden;
} * html .postFooter {
	overflow:visible;
	height:1%;
}
.postFooter div {
	background:transparent url(/img/baseCurves.gif) right bottom no-repeat;
	overflow:hidden;
	padding:0px 11px;	
} * html .postFooter div {
	overflow:visible;
	height:1%;
}

.postFooter div a {
	float:right;
	white-space:nowrap;
}
.postFooter div span {
	float:left;
}
.postFooter div span.right {
	float:right;
}
.postFooter div span a {
	float:none;
}
.browseTypeSelectionWrap {
	padding-bottom:20px;
}
.browseTypeSelectionWrap div {
	overflow:hidden;
	padding-bottom:2px;
} * html .browseTypeSelectionWrap div {
	overflow:visible;
	height:1%;
}
a.moreLink {
	text-transform:lowercase;
	font-style:italic;
	letter-spacing:1px;
	padding:0px 2px;
	text-decoration:none;
	background-color:#E1E9EE;
}
a.moreLink:hover {
	background-color:#BDC3C7;
	color:#fff;
}

.comment {
	padding:0.5em 0 1em 0;
}
.comment .commentFooter {
	background-color:#CED7DC;
	padding:0.1em 0.2em;
	overflow:hidden;
	margin:0 0 0.3em 0;
} * html .comment .commentFooter {
	overflow:visible;
	height:1%;
}
#postCommentForm {
}
#postCommentForm big {
	color:#fff;
}
#postCommentForm strong {
	display:block;
	margin-top:0.7em;
}
#postCommentForm .button {
	font-size:1.4em;
	margin-top:1em;
	clear:both;
	float:right;
	padding:0 !justIE;
	font-size:1.2em !justIE;
}


.tableLayout {
	width:500px;
}
.tableLayout label {
	width:200px;
	float:left;
	display:block;
	text-align:left;
	margin-bottom:5px;
	padding-top:3px;
	font-weight:bold;
}
.tableLayout .textbox {
	display:block;
	width:280px;
	float:left;
	font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	margin-bottom:5px;
}
.tableLayout select.textbox {
	width:100%;
}
.tableLayout br {
	clear:left;
}

/* UTILITIES */

.clearfix {
	overflow:hidden;
} * html .clearfix { overflow:visible; height: 1%;}
.clearfix:after {
	content:".";
	height:1px;
	visibility:hidden;
	overflow:hidden;
	clear:both;
}

div.placeholder { /* Used solely for development */
	background-color:#eee;
	text-align:center;
	overflow:hidden;
	position:relative;
} div.placeholder div { position:absolute; overflow:visible; top:45%; left:0px; height:1em; width:100%; font-size:1.3em; font-weight:bold; color:#999; }



