/* @group General Styles */

body {
	background: #4c4c4c;
	text-align: center;
	font: 0.8em/1.6em   Arial, Helvetica, sans-serif;
	margin: 20px 50px 50px;
	color: #404040;
}

p {
}

em {
	font-weight: bold;
	color: #bb1822;
	font-style: normal;
}

#content ul li {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: .8em;
}

b, strong {
	font-weight: bold;
}

a:link, a:visited {
	color: #bb1822;
	border-bottom: 1px dashed #bb1822;
	text-decoration: none;
}

a:hover, a:active {
}

tr td a:link {
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-color: #d40017;
	color: #d40017;
}

img {
	border-style: none;

}

.image-left {
    float: left;
    margin: 3px 3px 3px 0;
    padding: 3px 3px 3px 0;
}

.image-right {
    float: right;
    margin: 3px 0 3px 3px;
    padding: 3px 0 3px 3px;
}
	
/* @end *//* @group Layout */

#container {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background: url(images/sidebar_left_bg.png) repeat-y left top #ffffff;
}

.clearer {
	clear: both;
}

#pageHeader {
	margin-bottom: 20px;
	border-bottom: 10px solid #bb1822;
	height: 150px;
	position: relative;
	background: no-repeat url(images/header_background.png);
}

#pageHeader img {
	background: no-repeat url(images/header_background.png);

}

#pageHeader h1 {
	margin: 0;
	color: #bb1822;
	display: inline;
	top: 35px;
	position: absolute;
	font: bold 36px Arial, Helvetica, sans-serif;
	left: 10px;
}

#pageHeader h2 {
}

#contentContainer {
	margin-left: 220px;
	position: relative;

}

#contentContainer #content {
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 50px;
	padding-bottom: 10px;
}

#contentContainer #sidebar {
	float: right;
	width: 220px;
	color: #808080;
	font-size: 0.95em;
}

#sidebar p {
	margin: 0;
	padding-left: 10px;
}

#sidebarContainer {
	float: left;
	width: 220px;
	position: relative;
	display: block;
}

#sidebarContainer #logo {
	width: 220px;
	height: 150px;
	background: url(images/logo.png) no-repeat;
	border-bottom: 10px solid #bb1822;
	display: block;
}

.sideHeader {
	font: bold 1em Arial, Helvetica, sans-serif;
	margin: 0;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.sidecontent {
	margin: 0;
	padding-left: 20px;
	padding-right: 10px;
	font-size: .8em;
}

#sidebarContainer p {
	color: #333333;
	margin: 0;
	padding: 5px 50px 0 10px;
	font: .8em/1.2em Arial, Helvetica, sans-serif;
}

#sidebarContainer a:link {
	text-decoration: none;
	background: transparent;
	border-bottom-style: none;
}

#sidebarContainer a:hover, #sidebarContainer a:active {
	background: transparent;
	border-bottom-style: none;
}

#footer {
	color: #808080;
	font-size: .6em;
}

#footer p {
}

#footer a:link, #footer a:visited {
	background: transparent;
	color: #cccccc;
	border-bottom-style: none;
}

#footer a:hover, #footer a:active {
	color: #191919;
	border-bottom-style: none;
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	display: block;
	color: #333333;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #cdcba3;
	border-top: 1px solid #b3b3b3;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0;
	padding-left: 25px;
	padding-right: 10px;
}

#breadcrumbcontainer li {
	display: inline;
	color: #333333;
}

#breadcrumbcontainer a {
	color: #333333;
	text-decoration: none;
	border-bottom-style: none;
}

#breadcrumbcontainer a:hover {
	border-bottom-style: none;
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
}

#navcontainer #current {
	background: #e9e6ba;
}

#navcontainer #current:hover {
}

#navcontainer a.currentAncestor {
}

/* Parent - Level 0 */

#navcontainer ul{
	list-style: none;
	padding: 0;
	margin: 20px;
}

#navcontainer li {
}

#navcontainer a {
	text-decoration: none;
	color: #bb1822;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: 20px;
	font-weight: bold;
	font-variant: small-caps;
	border-bottom-style: none;
	font-size: 1.2em;
	line-height: 1em;
}

#navcontainer a:hover {
	background: #4c4c4c;
}

#navcontainer a:active {
}

/* Child - Level 1 */

#navcontainer ul ul {
	margin: 0;
	padding: 0;
}

#navcontainer ul ul li {
	margin-bottom: 10px;
}

#navcontainer ul ul a:link {
	padding-left: 15px;
	color: #bb1822;
	border-style: none;
	border-bottom-style: none;
	line-height: 1em;
	font-size: 1em;
}

#navcontainer ul ul a:hover{
	background: #4c4c4c;
}#navcontainer ul ul a:visited {
	padding-left: 15px;
	color: #bb1822;
	border-style: none;
	border-bottom-style: none;
	line-height: 1em;
	font-size: 1em;
}

#navcontainer ul ul #current{
	background: #e9e6ba;
}

#navcontainer ul ul a:link.currentAncestor {
	background: transparent;
	color: #afafaf;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	border: none;
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a:link,
#navcontainer ul ul ul a:visited {
	padding-left: 35px;
}

#navcontainer ul ul ul a:hover{

}

/* Child Level 3 */

#navcontainer ul ul ul a:link,
#navcontainer ul ul ul a:visited {
	padding-left: 50px;
}

/* @end */

/* @group Global Classes */

blockquote, .standout {
}

h1 {
	color: #4c4c4c;
	font: bold 1.8em Arial, Helvetica, sans-serif;
	margin-bottom: 0;
}

h2 {
}

h3 {
}

h4 {
}

.imageStyle {
}

#contentContainer #content ul {
}

#contentContainer #content li {
}

#sidebarContainer #sidebar ul {
}

#sidebarContainer #sidebar li {
} 
	
/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
	text-align: left;
}

.blog-archive-headings-wrapper {
	margin-bottom: 30px;
	background: #ffffff;
	padding: 10px;
}

.blog-archive-entries-wrapper {
	background: #ffffff;
	padding: 10px;
}

.blog-archive-entries-wrapper .blog-entry {
}

.blog-archive-month {
	margin-bottom: 15px;
	
	color: #4c4c4c;
	font-weight: normal;
	font-size: 1.8em;
	display: inline;
}
.blog-archive-link {
	font-size: 1em;
	margin-top: 5px;
}

.blog-archive-link a:link, .blog-archive-link a:visited {
}

	
/* @end */

.blog-entry {
}

.blog-entry-title {
	color: #404040;
	font-size: 1.6em;
	margin-bottom: 5px;
	font-weight: bold;
	line-height: 1.6em;
}
.blog-entry-date {
	font-size: 0.9em;
	margin-bottom: 10px;

}

.blog-entry-body {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.blog-entry-comments {
	margin-top: 10px;
}



/*styles the category link in the main entry */
.blog-entry-category {
	margin-right: 5px;
	padding-left: 5px;
}

.blog-entry-category a:link, .blog-entry-category a:visited {
}

/*styles the permalink link in the main entry */
.blog-entry-permalink {
	display: none;
}

.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
}

/* styles the archives in the blog sidebar */
#blog-archives {
	margin-bottom: 20px;
	padding-left: 20px;
}

.blog-archive-link-enabled {
	padding-left: 10px;
}

.blog-archive-link-disabled {
	padding-left: 10px;
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-bottom: 10px;
	padding-left: 20px;
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	margin-bottom: 10px;
	display: none;
}

#blog-rss-feeds a.blog-rss-link:link,
#blog-rss-feeds a.blog-rss-link:visited {
	background: url(images/rss_icon.gif) no-repeat left top;
	padding-left: 28px;
	display: block;
	height: 20px;
}

#blog-rss-feeds a.blog-rss-link:hover,
#blog-rss-feeds a.blog-rss-link:active {
	background: url(images/rss_icon_over.gif) no-repeat left top;
}

#blog-rss-feeds a.blog-comments-rss-link:link,
#blog-rss-feeds a.blog-comments-rss-link:visited {
	background: url(images/rss_icon.gif) no-repeat left top;
	padding-left: 28px;
	display: block;
	height: 20px;
}

#blog-rss-feeds a.blog-comments-rss-link:hover,
#blog-rss-feeds a.blog-comments-rss-link:active {
	background: url(images/rss_icon_over.gif) no-repeat left top;
}

/* Comment links */
a[href^="javascript:HaloScan"] {
}

a[href^="javascript:HaloScan"]:hover {
}

/* Trackback links */

a[href^="javascript:HaloScanTB"]:hover {
}

/* @end */

/* @group File Sharing */

.filesharing-description {
	margin-bottom: 30px;
}

.filesharing-item {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.filesharing-item-title a:link {
	font-size: 1.2em;
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {

}

.filesharing-item-description {
}

/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
	color: #404040;
	font-size: 1.8em;
	margin-bottom: 5px;
	font-weight: bold;
}

.album-description {
	margin-bottom: 60px;
}

.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 60px;
	margin-right: 20px;
}

.thumbnail-frame {
	position: absolute;
    bottom: 0;
    left: 0;
}

.thumbnail-frame:hover {
}

.thumbnail-frame a:link,
.thumbnail-frame a:visited {
	background-color: transparent;
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	border: 1px solid #cccccc;
	padding: 4px;
}

.thumbnail-caption {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 38px;
	display: block;
	color: #4c4c4c;
}
	
/* @end */

/* @group Single Page (Photo view) */

.photo-background {
	margin: 0;

}

.photo-navigation {
	
	color: #4c4c4c;
	margin-bottom: 20px;
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;

}

.photo-links {
	margin: 0;
}

.photo-navigation a:link, .photo-navigation a:visited {

}

.photo-navigation a:hover {

}

.photo-frame{
	padding: 5px;
	background: #ffffff;
}

.photo-title {
	margin: 0;
	font-size: 1.8em;
	color: #ffffff;
}

.photo-caption {
	font-size: 1em;
	margin: 0 0 10px;
	color: #ffffff;
}

/* @end */
	
/* @end */

/* @group Quicktime Page */

.movie-description {
	text-align: center;
}
	
/* @end */


/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
	color: #404040;
	font-size: 1.8em;
	margin-bottom: 5px;
	font-weight: bold;
}

.movie-page-description {
	margin-bottom: 10px;
}

.movie-thumbnail-frame {
	float: left;
	width: 132px;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
	border: 1px solid #cccccc;
	padding: 1px;
}

.movie-thumbnail-frame:hover {
}


.movie-thumbnail-caption {
	margin-top: 1px;
	
	color: #4c4c4c;
}
	
/* @end */

/* @group Single Page (Movie View) */

.movie-background {
	background: #222222;
	margin: 10px;
}

.movie-title {
	color: #ffffff;
	font-size: 1.8em;
}

.movie-frame {

}
	
/* @end */


/* @end */

/* @group Contact Form */.message-text { 
} 

.required-text {
} 

.form-input-field {
	background: #e6e6e6;
	color: #4c4c4c;
}

.form-input-button { 
} 
/* @end */

/* @group Tables */
/*-----------------------------------
		CSS TABLE GALLERY
		STYLESHEET: CLEAR BLUE
		AUTHOR: ROBERT HARTL
------------------------------------*/

table {
	font-size: 90%;
	font-family: "trebuchet ms", "lucidia grande", verdana, arial, sans-serif;
	line-height:1.2em;
	color: #333;
	background-color:#fff;
	border-collapse:collapse;
	text-align:left;
	letter-spacing:.1em;
}

caption {
	padding-bottom: 1em;
	text-align: center;
	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .6em;
	color: #333;
	background: transparent;
}

thead th, tfoot th, tfoot td {
	font-family: arial, verdana, sans-serif;
	border-right: 1px solid #fff;
	padding-left: 5px;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	color: #fff;
	background: #bb1822;
}

tfoot th, tfoot td {
	border-top: 2pt double #bb1822;
	border-color: #bb1822;
}

td, th {
	padding: 4px;
}

tbody tr th, tbody tr td {
	border-bottom: 1px dotted #bb1822;
}

table a[title^="Download"] {
	font-style: italic;
}

tbody td a, tbody th a {
	background: transparent;
	color: #009;
	text-decoration: none;
	border: none;
}

tbody td a:hover, tbody th a:hover {
	background: transparent;
	color: #a9a9a9;
	text-decoration: none;
}

.odd {
	background: #fffccb;
}

tbody tr th:hover {
	background: #fff;
}

table a:visited {
	color: #930;
	text-decoration: none;
}

	
/* @end */

/* @group Contact info */

#contact p {
	font-size: 1em;
	line-height: 1em;
}
#contact a:link {
	border-style: none;
}

#contact td {
	border-bottom-style: none;
}
	
/* @end */

/* @group Sitemap */

/* @end */

/* @group Flags */

#flags {
	float: right;
	margin: 10px 25px 0 0;
}

#flags #uk {
	width: 25px;
	float: left;
	margin: 0 5px 0 5px;
}

#flags #de {
	width: 25px;
	float: left;
	margin: 0 5px 0 5px;
}

#flags #uk a {
	background-color:transparent;
	background-image:url(http://www.tmccl.co.uk/images/tmccl-flags/uk.jpg);
	background-repeat:no-repeat;
	display:block;
	height:0 !important;
	margin:0;
	overflow:hidden;
	padding-top:15px;
	text-decoration:none;
	border: none;
}

#flags #de a {
	background-color:transparent;
	background-image:url(http://www.tmccl.co.uk/images/tmccl-flags/de.jpg);
	background-repeat:no-repeat;
	display:block;
	height:0 !important;
	margin:0;
	overflow:hidden;
	padding-top:15px;
	text-decoration:none;
	border: none;
}

#flags a:link {
	background-position: -25px 0;
}

#flags a:visited {
	background-position: -25px 0;
}

#flags a:hover {
	background-position: 0 0;
}

#flags a:active {
	background-position: -25px 0;
}

/* @end */

#sitemap a:link {
	text-decoration: none;
	border-style: none;
}


