/* !===================== */
/* != Table of contents = */
/* ======================

Original Creator:	Jason Robb (JasonRobb.com)

Outline:
	
	Proportions
	Reset
	Clearing
	Type
	Color
	Layout
	Modules
	Forms
	Pages
		Home
		Building
		news
		Visit
		

========================= */




/* !=============== */
/* !=============== */
/* !=============== */
/* != Proportions = */
/* ================

	1.285em - bottom margin on most things
	.714em - space between photos

*/








/* !========= */
/* !========= */
/* !========= */
/* != Reset = */
/* ========== Details: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/  */


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 {
	border: 0;
	direction:ltr;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	text-align:left;
	vertical-align: baseline;
}

a img { border-bottom: 3px solid #f1f1f2;}
a img:hover { border-bottom: 3px solid #0076bf;}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

th {
	white-space: nowrap;
}

.hide { display: none; }









/* !============ */
/* !============ */
/* !============ */
/* != Clearing = */
/* ============= Details: http://www.positioniseverything.net/easyclearing.html */


.group:after,
.header:after,
.content:after,
.footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.group, .header, .content, .footer {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .group,
* html .header,
* html .content,
* html .footer {
	height: 1%;
}

.group, .header, .content, .footer {
	display: block;
}

/* End hide from IE-mac */


.clear {
	clear: both;
}











/* !======== */
/* !======== */
/* !======== */
/* != Type = */
/* ========= */



body {
	font-family: Futura, Tw Cen MT, "Century gothic", Arial, Calibri,"Trebuchet MS", "Apple Gothic", URW Gothic L, sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.588;
	}

h1 {
	color: #5f3b25;
	/* font-family: Times, "Times New Roman", Georgia, serif; */
	font-size: 2em;
	line-height: 1.125;
	padding: .325em 0 .785em;
	}
	
	.home h1 {
		padding: .208em 0 .187em;
		}
	
	.link h1 {
		font-size: 1.25em;
		padding-top: .75em;
		}
	
h2 {
	font-size: 1.285em;
	}
	
h3 {
	font-size: 1em;
	font-weight: bold;
	}

h4 { 
	color: #5f3b25;
	font-size: .75em;
	text-transform: uppercase;
	letter-spacing: .125em;
	padding: .458em 0;
	}

strong { font-weight: bold; }

p { padding-bottom: 1.285em; }

ul { }
ul li { }
ol { }
ol li { }











/* !========= */
/* !========= */
/* !========= */
/* != Color = */
/* ========== */

body {
	background-color: #f1f1f2;
	color: #231f20;
	}

a:link { color: #0066a6; text-decoration: underline; }
a:hover, a:focus { color: #0076bf; text-decoration: none; }
a:active { color: #0096bf; }
a:visited { color: #0066a6; } /* reminder: change later, once # links are removed. */
.branding{
		position:absolute;
		top:0px;
		left:5px;
		width:332px;
		height:20px;
		text-indent:-300em;
		background:transparent url(http://capitol.org/i/branding-graphic.gif) 0 0 no-repeat;
	}
p {
	color: #656e73;
	}










/* !========== */
/* !========== */
/* !========== */
/* != Layout = */
/* =========== */

body {
	border-top: 20px solid #313d44;
	font-size: .875em;
	width: 100%;
	}
	
	a.skipToContent {
		display: none;
		visibility: hidden;
		}
	
	.header,
	.content,
	.footer {
		margin: 0 auto;
		width: 68.571em; /* 960px / 14px = 28.571em  reminder: target ÷ context = result. Hat tip Ethan: http://www.alistapart.com/articles/fluidgrids/ */
		}
	
		.headerWrap {
			width: 100%;
			}
		
		.header {
			position: relative;
			}

			.header .logo a,
			.header .logo h1 {
				background-image: url(/i/logo-new.png);
				background-position: 0 0;
				background-repeat: no-repeat;
				color: #313d44;
				display: block;
				font-size: 2em;
				float: left;
				height: 30px;
				left: 0;
				position: absolute;
				text-indent: -9999px;
				top: 20px;
				width: 430px;
				z-index: 10;
				}
				
			
			.header .weather {
				float: right;
				height: auto;
				position: absolute;
				right: 0;
				top: 10px;
				width: 30%;
				z-index: 10;
				}
				
				.header .weather .current { 
					display: inline;
					font-size: 2.25em;
					letter-spacing: -.1em;
					float: right;
					margin: 0 10px;
					color: #2d3f45;
					width: auto;
					}
					
				.header .weather .current img {
					margin-bottom: -2px;
					padding-right: 10px;
					vertical-align: baseline;
					}
					
				.header .weather .highLow {
					color: #777e83;
					float: right;
					font-size: .825em;
					line-height: 1.33;
					margin-top: .75em;
					text-transform: uppercase;
					}
					
				.header .weather a {
					text-transform: none;
					}

		
			.header .nav {
				background: white url(/i/nav-bg2.gif) bottom left repeat-x;
				border-top: 1px solid #eaebec;
				border-right: 1px solid #ebeced;
				border-bottom: 3px solid #ebeced;
				border-left: 1px solid #ebeced;
				clear: both;
				display: block;
				float: left;
				font-size: .825em;
				margin-top: 70px;
				width: 100%;
				}
				
				.header .nav li {
					border-right: 1px solid #ebeced;
					float: left;
					margin-top: -1px;
					}
					
					.header .nav li a,
					.header .nav li strong {
						border-top: 1px solid #eaebec;
						/*color: #313d44;*/
						display: block;
						float: left;
						padding: 1.25em 1em;
						text-decoration: none;
						}
					
					.header .nav li a:hover {
						background-color: #f6f7f7;
						background-image: url(/i/nav-bg3.png);
						background-position: 0 0;
						background-repeat: repeat-x;
						border-top-color: #eee;
						color: #0076bf;/*color: #0067a6;*/
						text-decoration: underline;
						}
					
				
				.header .nav li strong,
				.header .nav li a strong {
					background-image: url(/i/nav-current.gif);
					background-position: center bottom;
					background-repeat: no-repeat;
					font-weight: normal;
					/*color: #0067a6;*/
					}
					
				.header .nav li a strong {
					border-top: none;
					font-weight: normal;
					margin-top: -1.25em;
					margin-bottom: -1.25em;
					padding: 1.25em 0;
					}
				
				
		
				.header .nav li.search {
					border-top: 1px solid #eaebec;
					border-right: 0;
					float: right;
					padding: .75em 1em 0;
					}
					
					.header .nav li.search .formText {
						display: inline;
						padding: .5em;
						width: 15em;
						}
						
					.header .nav li.search .formSubmit {
							background-image: url(/i/search-button.gif);
							display: inline;
							padding-left: 25px;
							min-height: 25px;
							}

					.header .nav li.search .formSubmit:hover {
						background-position: left center;
						}


		
		.contentWrap {
			width: 100%;
			}
		
		.content {
			clear: both;
			padding-top: 1.285em;
			position: relative;
			}
			
			.primary {
				width: 68.75%;
				}
			
			.secondary {
				width: 29.167%;
				}
				
	
		
		.footer {
			clear: both;
			display: block;
			padding-bottom: 2em;
			position: relative;
			}
			
		.footerWrap {
			background: #fff;
			border-top: 2px solid #eeeeef;
			display: block;
			margin: 0 auto;
			text-align: center;
			width: 100%;
			}
				
			.footer .nav li.visit,
			.footer .nav li.news,
			.footer .nav li.building,
			.footer .nav li.education,
			.footer .nav li.about {
				border-right: 1px solid #e3e4e6;
				display: block;
				float: left;
				height: 20em;
				padding: 0 3%;
				width: 13.5%;
				/* width: 13.5%; - 5 columns 18 for 4*/
				}
				
				.footer .nav li.about {
					border-right: none;
					}

					.footer .nav li.about.current {
						border-right: 1px solid #e3e4e6;
						}
				
				.footer .nav li.current {
					background-color: #f1f1f2;
					border-bottom: 1px solid #e3e4e6;
					}
					
					.footer .nav li.current h4 {
						margin-top: 1.333em;
						}
					
				
				.footer .nav li li {
					padding-left: 5px;
					}
				
				.footer .nav li li a {
					line-height: 1.125;
					padding: .285em 0;
					text-indent: -5px;
					}
				.footer .nav li li a:hover {
					text-decoration: underline;
					}

			
			.footer .nav h4 {
				font-size: 1em;
				letter-spacing: 0;
				line-height: 1.125;
				margin: 1.428em 0 1.142em;
				text-transform: none;
				}
			
			.footer .nav h4 a {
				color: #5f3b25;
				text-decoration: none;
				}
			
			.footer .nav li li a {
				color: #8b9296;
				display: block;
				font-size: .825em;
				text-decoration: none;
				}
				
				.footer .nav li {
					color: #8b9296;
					}
				
				.footer a:hover {
					text-decoration: underline;
					}
				
			
			.footer .copyright {
				clear: both;
				color: #8b9296;
				display: block;
				font-size: .825em;
				margin-top: 2em;
				text-align: center;
				}
			




/* !=========== */
/* !=========== */
/* !=========== */
/* != Modules = */
/* ============ */


/* White box */
.box {
	background-color: #fff;
	border: 1px solid #eeeeef;
	border-bottom: 2px solid #e3e4e6;
	margin-bottom: 1.285em;
	padding: .25em .714em 1.285em;
	}

/* Blue alert */
.alert {
	background-color: #e5f0f6;
	border: 1px solid #b5cedf;
	border-bottom: 2px solid #b5cedf;
	color: #0067a6;
	margin-bottom: 1.285em;
	padding: 1.285em;
	}
	
	.alert h2 {
		line-height: 1.333;
		padding-bottom: .581em;
		}

	.alert p {
		color: #599cc5;
		padding-bottom: 0;
		}
/*
.fauxbox {
	padding: .25em .714em .714em;
	}
*/

/* Brown note */

.note {
	background: #efebe9 url(/i/alert.gif) 10px center no-repeat;
	border-bottom: 2px solid #e2dedd;
	margin-bottom: 1.285em;
	width: auto;
	}
	
	.note p {
		border: 1px solid #ccc3bf;
		color: #978071;
		line-height: 1.5;
		padding-bottom: .581em;
		padding: 1.25em 1.25em 1.25em 45px;
		}
	
	.note p strong {
		color: #231f20;
		font-weight: normal;
		}

		

/* Bulleted lists */

ul.hours, ul.facts, .topics ul, ul.links, .recentPosts ul {
	list-style: none;
	margin-bottom: .714em;
	}
	
	ul.hours li, .hours ul li, ul.facts li, .elsewhere ul li, .topics ul li, .recentPosts ul li {
		background-image: url(/i/li.gif);
		background-position: 0 1em;
		background-repeat: no-repeat;
		border-bottom: 1px solid #e3e4e6;
		display: block;
		font-size: 11px; /*.825em */
		padding: 5px 10px 5px; /*.25em .916em .585em;*/
		}
	
		.elsewhere ul li, .topics ul li, .recentPosts ul li {
			border: none;
			}
		
		.elsewhere ul li {
			padding: .25em .916em;
			}
	
	ul.hours li em, .hours ul li em, .facts li em, .elsewhere li em, .topics ul li em, .recentPosts ul li em {
		color: #656e73;
		}
	
	ul.hours li:last-child, .hours ul li:last-child, ul.facts li:last-child, .elsewhere ul li:last-child {
		border: none;
		}

	ul.links li {
	    background-image: url(/i/link.png);
	    background-position: 0 .3em;
	    background-repeat: no-repeat;
		font-size: .825em;
	    padding: .25em 0 .25em 1.75em;
	    }


article.ul {
	list-style: none;
	margin-bottom: .714em;
	}
	
	ul.article li {
		background-image: url(/i/li.gif);
		background-position: 0 1em;
		background-repeat: no-repeat;
		border-bottom: 1px solid #e3e4e6;
		display: block;
		font-size: 11px; /*.825em */
		padding: 5px 10px 5px; /*.25em .916em .585em;*/
		}

p.twitter  {
	    background-image: url(/i/twitter.gif);
	    background-position: 0 .3em;
	    background-repeat: no-repeat;
	    padding: .5em 0 .25em 3em;
	    }

/* Address */

.address {
	margin-bottom: 1.285em;
	}
	
	.address div {
		font-size: .825em;
		}
	
	
/* Map */

.map {
	margin-bottom: 1.285em;
	}


/* Subscribe */

.subscribe h2 {
	font-weight: bold;
	}
	
.subscribe p {
		display: inline;
		font-size: .825em;
		}




/* Discover links */

.discover {
	clear: both;
	display: block;
	margin: 1.571em auto 0;
	width: 100%;
	}

.home .discover, .visit .discover {
	margin-bottom: 1.571em;
	}

	.discover ul,
	.discover h4 {
		text-align: center;
		}
	
	.discover ul li {
		background-image: url(/i/li.gif);
		background-position: 0 .625em;
		background-repeat: no-repeat;
		display: inline;
		margin: 0 1em 0 0;
		padding-left: 1.625em;
		}
		
		.discover ul li:first-child {
			background-image: none;
			}
	
	.discover ul li a {
		font-size: .825em;
		padding: .714em 0;
		}



/* Visiting info section, "pre-footer" with rooftop */

.visitInfo {
	background-color: #fff;
	border-top: 1px solid #eeeeef;
	border-right: 1px solid #eeeeef;
	border-left: 1px solid #eeeeef;
	border-bottom: 3px solid #e3e4e6;
	clear: both;
	margin-top: 2em;
	margin-left: 0;
	margin-bottom: -2px;
	padding: .714em 1.285em;
	position: relative;
	width: 96%;
	}
	
	.visitInfo .map {
		float: left;
		margin-top: .825em;
		margin-right: 1.285em;
		}
	
	.visitInfo .address {
		float: left;
		}
		
		.visitInfo .address p {
			border-top: 1px solid #f1f1f2;
			display: block;
			margin-top: 1.285em;
			padding-bottom: 0;
			}
	
	.visitInfo div.hours {
		margin-left: 60%;
		}
	
	
	/* Image sticking out of the box */
	.rooftop {
		bottom: 0;
		left: 42.5%;
		position: absolute;
		}


/* See all link */

.seeAll {
	border-top: 1px solid #f1f1f2;
	margin-top: 1.285em;
	padding-top: .417em;
	padding-bottom: 0;
	}







/* !========= */
/* != Forms = */
/* ========== */

.formItem {
	margin-bottom: .5em;
	}

.formItem label {
	color: #656e73;
	display: block;
	font-size: .714em;
	padding: .571em 0;
	text-transform: uppercase;
	}

.formText {
	background-color: #fff;
	border: 1px solid #eaebec;
	padding: 1em;
	}
	
	.formText:hover {
		border: 1px solid #ccc;
		}


.formSubmit {
	background-color: #fff;
	background-image: url(/i/button.gif);
	background-position: center left;
	background-repeat: repeat-x;
	border: 1px solid #eaebec;
	border-bottom: 2px solid #eaebec;
	padding: .5em;
	}

.formSubmit:hover {
	background-position: left 40%;
	border: 1px solid #e3e4e6;
	border-bottom: 2px solid #e3e4e6;
	color: #000;
	cursor: pointer;
	}
	
.formSubmit:active {
    background-position: left 60%;
    border: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
    color: #000;
    }

	a.formSubmit {
		display: block;
		margin-top: 1em;
		}
	
.formItemSubscribe input	{
	width: 15em;
	padding: 1em;
	}

.formItemSubscribeSubmit input	{
	padding: 1em;
	width: 100%;
	}








/* !================== */
/* !================== */
/* !================== */
/* != Pages ========== */
/* =================== */




/* !======== */
/* != Home = */
/* ========= */


.home .primary {
	float: left;
	}

	.home .primary h1 {
	margin-bottom: 5px;
	font-size: 32px;
	}

.home .secondary {
	float: right;
	/*margin-left: 1.667%;*/
	margin-top: 0px;/*1.285em;*/
	}

.getStarted {
	margin-bottom: 15px;/*1.285em;*/
	}
	
	.getStarted h4 {
		/* background-image: url(/i/start-here.gif);
		background-position: 0 .333em;*/
		background-repeat: no-repeat;
		float: left;
		padding: 2px .5em 0 0;
		}
	
	.getStarted ul li a {
		background-image: url(/i/li.gif);
		background-position: center left;
		background-repeat: no-repeat;
		display: block;
		float: left;
		font-size: 12px; /*.75em;*/
		padding: 0 .5em .25em 15px; /*0 .5em .25em .75em;*/
		}
	
	.getStarted ul li:first-child a {
		background-image: url(/i/start-here.gif);
		background-position: 0 .333em;
		background-repeat: no-repeat;
		float: left;
		padding: 0px .5em 0 25px;
		}
	
	
.latest {
	float: left;
	margin-right: 2%;
	margin-bottom: 1.285em;
	width: 40.5%;
	}
	
	.latest h2 {
		font-size: 1.667em;
		font-weight: normal;
		line-height: 1.25;
		padding: .25em 0;
		margin-bottom: 10px;
		}
	
		.latest h2 a {
			color: #0066a6;
			text-decoration: underline;
			}
		
			.latest h2 a:hover {
				text-decoration: none;
				color: #0076bf;
				}

	.latest h4 {
		clear: both;
		}
		
	.latest .author h4 {
		clear: none;
		margin-bottom: 10px;
		}
	
	

.home .photos {
	float: right;
	padding-bottom: .333em;
	width: 50.5%;
	}
	
	.home .photos .first {
		float: right;
		}
	
	.home .photos li {
		margin-bottom: .714em;
		}
	







/* !============ */
/* != Building = */
/* ============= */


.building .articles {
	padding: .5em 1.285em 1.285em;
	}
.building .articles h4,
.building .articles li {
	float: left;
	width: 28%;
	}
	
/* 3 articles at top of page */

.building .articles li {
	clear: left;
	margin-top: .215em;
    margin-right: .875%;
	}
	
	.building .articles ul li:last-child {
		border-top: 1px solid #ebeced;
		padding-top: 1em;
		}
	
	
	.building .articles li img {
		float: left;
		margin-bottom: .875em;
		}
		
	.building .articles li h2 {
		font-size: 1.417em;
		font-weight: normal;
		line-height: 1.125;
		margin-left: 6.642em;
		padding: 0 0 .285em;
		}
	
		.building .articles li h2 a, .featuredArticle h2 a, .multimedia li h2 a {
			color: #5f3b25;
			color: rgba(95,59,37,.8);
			text-decoration: none;
			}
		
			.building .articles li h2 a:hover, .featuredArticle h2 a:hover, .multimedia li h2 a:hover {
				text-decoration: underline;
				}

/* Big article at the top */

.building li.highlight {
	clear: none;
	float: right;
	width: 68.75%;
	}
	
	li.highlight img {
		margin-top: .825em;
		margin-right: 1.575em;
		}
	
	.building li.highlight h2, .featuredArticle h2 {
		font-size: 1.714em;
		font-weight: normal;
		line-height: 1.125;
		margin: .417em 0 .585em;
		padding-bottom: 0;
		}
		
		li.highlight h2 a, .featuredArticle h2 a {
			color: #231F20;
			}
		
	
	.building li.highlight p, .featuredArticle p {
		color: #656e73;
		clear: none;
		font-size: 1em;
		padding-bottom: .417em;
		}
	
	/*.visit .featuredArticle p {
		padding-left: 170px;
		} */
	
	.visit .featuredArticle img {
		float: left; 
		margin-right: 1.285em;
		}
	


.building .primary {
	float: left;
	width: 56.875%;
	}


.building .secondary {
	clear: none;
	float: right;
	margin-left: 1.875%;
	width: 41.25%;
	}
	

	.building .slideshow {
		margin-bottom: 1.285em;
		}
	
	.building #formSubscribeEvents .formSubmit,
	.building #formSubscribeEvents .formText {
		display: inline;
		}
	
	.building .team img {
		float: left;
		margin-right: 10px;
		margin-bottom: 0;/*.417em;*/
		padding-bottom: 10px;
		}
			
	.building .team li, .building .projects li {
		border-bottom: 1px solid #ebeced;
		clear: both;
		padding: .417em 0 12px;/*.875em;*/
		}
	
	.building .team li h4, .building .projects li h4 {
		color: #656e73;
		font-size: .75em;
		padding: 0;
		}
		
	.building .team li h4 {
		margin-left: 5.25em;
	}
	
	.building .team li h2 {
		margin-left: 3em;
	}
	
	
	.building .team h2 a, .building .projects h2 a {
		color: #231f20;
		text-decoration: none;
		line-height: 1.125em;
		}
	
		.building .team h2 a:hover, .building .projects h2 a:hover {
			text-decoration: underline;
			}
	
	.building .team p {
		padding-top: .714em;
		padding-bottom: 0;
		}
	
.history .section h4, .team .section h4 {
	padding-bottom: 0;
	}

	

/* !======== */
/* != Team = */
/* ========= */

.team .primary {
	float: left;
	}

.team .secondary {
	float: right;
	}



/* !========== */
/* != News = */
/* =========== */


.news .primary {
	float: left;
	margin-top: 1.285em;
	width: 60.5%;
	}

.news .secondary {
	float: right;
	margin-top: 1.285em;
	width: 37.5%;
	}

.sower {
	margin-top: .4em;
	margin-left: 20px;
	margin-bottom: -1px;
	}

	.sower img {
		/*border-bottom: 1px solid #f1f1f2;*/
		margin: -60px auto 0 auto;
		}

.author {
		font-size: .825em;
		}
	
	.author h4 {
		clear: none;
		color: #656e73;
		display: block;
		padding: 0;
		}

	.author img {
		float: left;
		margin: .333em .833em .833em 0;
		}


.news .categories p {
	padding-bottom: 0;
	}
	
.news .categories a {
	background-image: url(/i/li.gif);
	background-position: center left;
	background-repeat: no-repeat;
	display: block;
	float: left;
	font-size: .75em;
	padding: 0 .5em .25em .75em;
	}
	
.news h4 span {
	background-color: #985;
	color: #fff;
	margin-left: -10px;
	padding: .25em;
    }
    
	.news .multimedia h4 span {
		background-color: #956;
		}

	.news .link h4 span {
		background-color: #596;
		}



/* Calendar */

.calendar .month {
	background-color: #f1f1f2;
	border-bottom: 2px solid #eff0f1;
	text-align: center;
	}

	.calendar li {
		clear: both;
		display: block;
		margin: .5em 0;
		}
	
	.calendar .date {
		background-color: #fff;
		display: block;
		float: left;
		font-size: .75em;
		line-height: 1;
		margin-right: .714em;
		padding: .25em;
		text-align: center;
		text-transform: uppercase;
		width: 3em;
		}
		
		.calendar .date em {
			display: block;
			font-size: 2em;
			text-align: center;
			}
		
	
	.calendar li a {
		background-color: #f1f1f2;
		color: #5f3b25;
		display: block;
		min-height: 3em;
		margin-left: 3.5em;
		padding: .417em .714em 0;
		}
	





/* !========= */
/* != Visit = */
/* ========== */


.visit .location {
	padding: 1.285em;
	}


.visit .primary {
	float: left;
	}

.visit .secondary {
	float: right;
	}
	
.visit .recommended {
	float: right;
	width: 50%;
	}

.visit .primary .subscribe {
	float: left;
	margin-right: 1.285em;
	width: 40%;
	}











/* !================ */
/* != Sub sections = */
/* ================= */

.subsection .primary {
	float: left;
	margin-top: 1.285em;
	padding: 1.285em;
	width: 56.25%;
	}

.subsection .secondary {
	float: right;
	margin-top: 1.285em;
	width: 38%;
	}

	.section {
		margin-bottom: 1.285em;
		}







/* !=========== */
/* != Article = */
/* ============ Phase this out... becoming Sub section ".subsection" */


.article .primary {
	float: left;
	margin-top: 1.285em;
	padding: 1.285em;
	width: 56.25%;
	}

/*.article p {font-size: 1em; line-height: 25px;} This is to make the line-spacing bigger */

.article .secondary {
	float: right;
	margin-top: 1.285em;
	width: 38%;
	}


.breadcrumb {
	color: #5f3b25;
    font-size: .825em;
	}

.box .breadcrumb {
    border-bottom: 1px solid #f1f1f2;
	margin-bottom: .5em;
    padding-bottom: 1.285em;
    }


.article .pagination {
	background-color: #f1f1f2;
	margin-bottom: 1.285em;
	width: 96% !important;
	}
	
	.article .pagination .next,
	.article .pagination .prev {
		width: 50%;

		}
	
	.article .pagination .prev {
		float: left;
		}
		
		.article .pagination .prev h4,
		.article .pagination .prev p {
			text-align: left;
			}
	
		.article .pagination .prev img {
			float: left;
			padding-right: .714em;
			}
	
	.article .pagination .next {
		float: right;
		text-align: right;
		}
		
		.article .pagination .next h4,
		.article .pagination .next p {
			text-align: right;
			}
		
		.article .pagination .next img {
			float: right;
			padding-left: .714em;
			}
		
	.article .pagination h4.title {
		color: #656e73;
		line-height: 1;
		padding-top: 0;
		}
	
	.article .pagination p {
		font-size: 1.417em;
		padding-bottom: 0;
		}
		
		.article .pagination a {
			color: #231f20;
			text-decoration: none;
			}
			
			.article .pagination a:hover {
				text-decoration: underline;
				}
		
	
	


/* Article supporting material */

.article .topics, .article .multimedia {
	float: left;
	margin-right: 1.285em;
	}
	
.article .topics {
	width: 34%;
	}

/*
.article .multimedia {
	width: 54%;
	}
*/


.article .comments {
	clear: both;
	}

#comment_form {
	border-top: 1px solid #f1f1f2;
	margin-top: .5em;
	padding-top: .5em;
	}

	#comment_form .formText {
		border: 1px solid #ccc;
		}
	
	.comments #comment_form .right {
		float: right;
		width: 60%;
		}
	
	.comments #comment_form textarea {
		height: 10em;
		width: 96%;
		}





/* Modular layout styles */


/* identifier */
.pic p, .caption {
    font-size: .741em;
    line-height: 1.285;
    color: #666;
    margin: .714em 0 0;
}

/* placement */
.left {float: left;}
.right {float: right;}

.right.inset {margin-right: -10px;}
.left.inset {margin-left: -10px;}

.article .right.inset {margin-right: -3.25%;} /* img floated right within text */
.article .left.inset {margin-left: -3.25%;} /* img floated left within text */

.left.inset p {
	padding-left: 1.875em;
	}
.right.inset p {
	padding-right: 1.875em;
	}


/* size */
.one {width: 11.49%;}
.two {width: 24.137%;}
.three {width: 36.781%;}
.four {width: 49.425%;}
.five {width: 62.069%;}
.six {width: 74.712%;}
.seven {width: 87.356;}
.eight {width: 100%;}

.left1 {float: left; width: 8.24%; padding-right: 3.25%;}
.left2 {float: left; width: 20.887%; padding-right: 3.25%;}
.left3 {float: left; width: 33.531%; padding-right: 3.25%;}
.left4 {float: left; width: 46.175%; padding-right: 3.25%;}
.left5 {float: left; width: 58.819%; padding-right: 3.25%;}
.left6 {float: left; width: 71.462%; padding-right: 3.25%;}
.left7 {float: left; width: 84.106%; padding-right: 3.25%;}
.left8 {float: left; width: 96.75%; padding-right: 3.25%;}
 
.right1 {float: right; width: 8.24%; padding-left: 3.25%;}
.right2 {float: right; width: 20.887%; padding-left: 3.25%;}
.right3 {float: right; width: 33.531%; padding-left: 3.25%;}
.right4 {float: right; width: 46.175%; padding-left: 3.25%;}
.right5 {float: right; width: 58.819%; padding-left: 3.25%;}
.right6 {float: right; width: 71.462%; padding-left: 3.25%;}
.right7 {float: right; width: 84.106%; padding-left: 3.25%;}
.right8 {float: right; width: 96.75%; padding-left: 3.25%;}



/* additions */
.frame {border: 1px solid #f1f1f2;}
.solo {margin-bottom: .875em;}
.solo img {margin-bottom: .875em;}

/* End modular styles */



/* Sidebar content */

.video {
	margin-bottom: 1.285em;
	}

.donate .scoreboard span {
	display: inline;
	float: left;
	font-size: .75em;
	line-height: 1;
	margin: 0 .5% 3em;
	text-align: center;
	text-transform: uppercase;
	width: 32%;
	}

	.donate .scoreboard span div {
		display: block;
		font-size: 2.285em;
		font-weight: bold;
		line-height: 1.125;
		margin-bottom: .125em;
		text-align: center;
		}

.donate p {
	clear: both;
	margin-top: 1em;
	}
	
	.donate a.formSubmit {
		color: #656E73;
		display: block;
		padding: 1.285em;
		text-decoration: none;
		}
		
		.donate a.formSubmit:hover {
			
		}
		
	
	.donate .formSubmit img {
		margin-top: -.333em;
		vertical-align: middle;
		}

.featuredArticle {
	padding: 1.285em;
	}

	.featuredArticle p:last-child {
		padding-bottom: 0;
		}






