/* ==== Defaults ==== */
html
{
	overflow: auto; /* hidden */
	height: 99%;
	width: 982px;
	margin:auto;
	margin-top:5px;
		
	background: rgb(173, 184, 190);
	font-size: 12px;
	font-family: Verdana, "Trebuchet MS", Tahoma, sans-serif; 
	
/*	line-height: 150%;*/

}

body {
	/*	IE fix */
/*	text-align: center;*/
	/*	IE fix */	
}

*
{
	color: #334e5c;
	text-align: left;
	margin: 0px;
	padding: 0px;
	
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.clear { clear:both; height: 0px; overflow:hidden; }

/* ==== Specials ==== */
h1 {
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 16px;
	margin-bottom: 0px;
}

/* ==== Semantic ==== */
#body {
	
	/*	IE fix */
/*	width: 982px;
	margin: 0 auto;
	text-align: left;
*/	/* IE fix */
		
	background: rgb(173, 184, 190);	
}

#container {
	background: white;
}

#content-container {
	height:376px;
	overflow: auto;
}

#content {
	margin:10px;
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	line-height: 18px;
}

#content h1 {
	padding-bottom:30px;
}
#partner {
	text-align: left;
	margin-top:12px;
	margin-left:15px;
}

#actions {
	text-align: center;
	margin-top:6px;
	margin-left: 12px;
}

#actions a {
	font-size:11px;
	text-decoration: none;
	color: #B0483F;
}

#actions a:hover {
	text-decoration: underline;
}

#thumbnails {

	border: 0px;
	margin: 0px;
	padding: 0px;
}

#thumbnails img {
	float:left;
	border: 0px;
	margin: 0px;
	padding: 1px;
}

/* ==== Raw ====*/
.left {
	float:left;
	width:360px;
}

.mid {
	margin-left:360px;
	width:512px;
}

.right {
	float:right;
	width:109px;
}

#mid {
	height:376px;
}

#top {
	height:60px;	
}

#bottom {
	height:128px;
	padding-bottom: 2px;
}

#top {}
#top-left {}
#top-mid {}
#top-right {}

#mid {}
#mid-left {}
#mid-mid {}
#mid-right {}

#navigation {
	color:white;
	background-color: #f15d4f;
	line-height:11px;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 2px 0px;
}

.navigation-item a {
	padding: 5px 15px 5px 15px;
	color:white;
	text-decoration: none;
}

.navigation-item a:hover {
	padding: 5px 15px 5px 15px;
	color:#B0483F;
	background: white;
	font-size: 12px;
	text-decoration: none;
}

#bottom {}
#bottom-left {}
#bottom-mid {}
#bottom-right {}

/* ==== Pressroom ====*/

.article {

}

.article-set {
	margin-bottom: 15px;
}

.article-date {
	color: gray;
}

.headline {
	font-size: 16px;
}

.summary {
	
}

.photo-block {
	
}

.inline-left {
	float:left;
	padding:1px;
}




/* ==== Testing ====*/

#breadcrumbs {
	padding-top: 40px;
	margin-left: 20px;
}

#breadcrumbs li { 
	display: inline; 
	color: gray;
	font-size: 10px;
}

.l {
	float: left;
}

.r {
	float: right;
}

.project {
	margin-bottom:15px;
}

.edit-link {
	font-family: verdana;
	font-weight: none;
	font-size:10px;
	color:gray;
}

.small-font {
	font-size: 10px;
}

.hidden {
	display: none;
	visibility: hidden;
}

a {
	text-decoration: none;
	color: #B0483F;
}

a:hover {
	text-decoration: underline;
}

ul.errorlist li {
	list-style: none;
	color:orange;
}

.about-me a {
	text-decoration: underline;
}

#messages p {
	text-align:center;
	color:orange;	
}

.children-pages {
	margin-left:40px;
}

.line {
	border-bottom: dotted thin gray;
}