@import url(standard.css);

/***********************************************************************************
This stylesheet overrides elements from the original CSS file as well as the CMS's. 
************************************************************************************/

table {
	width: 100%;
}

.mainContainer .admin .content {
	width: 100%;
	padding-bottom: 20px;
	float: none;
	padding-top: 2px;
}

#texture-image .textElement p {
	margin: 0;
	padding: 0;
}

/* Blog */

.blogList .postTitle a img, .post h2 a img {
	
}

.mainContainer .content .post h2 {
	font-weight: bold;
	margin-top: 0;
}

.blogList ul li {
	background: none;
	padding-left: 0;
}

.mainContainer .content .blogList h2, .mainContainer .content .blogList a {
	margin: 0;
	padding: 0;
}

.postBody {
	margin-bottom: 10px;
}

.rss, .postInfo {
	display: none;
}

.postViewInfo {
	display: none;
}

.blogBack {
	text-transform: lowercase;
}

/* Breadcrumb */

.mainContainer #breadcrumb {
	width: 300px;
	height: 32px;
	float: left;
}
#breadcrumb h2 {
	margin: 0 0 0 11px;
	padding: 0 0 1px 0;
	list-style: none;
	border-bottom: 1px solid #ebebeb;
	height: 11pt;
	line-height: 11pt;
	text-transform: lowercase;
	color: #666;
	font-size: 1em;
	font-weight: normal;
}

#breadcrumb a, #breadcrumb a:hover {
	color: #666;
	text-decoration: none;
}

#breadcrumb .arrow {
	background: url(../images/template/sub_nav_arrow.gif) no-repeat left center;
	margin: 0 12px;
	text-indent: -9999px;
	display: inline-block;
	width: 4px;
}

/* Projects heading */

.mainContainer #projects.content h1 {
	font-weight: normal;
	color: #999;
	margin: 0;
	padding: 0;
}

.mainContainer #projects.content h1 em {
	color: #666;
	font-weight: bold;
	font-style: normal;
}