/* @override http://www.bodyworkskills.eu/tl_files/styles/main.css */

/* @group Layout */

body {
	font: 14px/1.5 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #6eccde url(/tl_files/styles/backgrounds/html.jpg) repeat-x 0 top;
	color: #333;
}

#wrapper {
	background-color: #6dc2d2;
	background-image: url(/tl_files/styles/backgrounds/wrapper.jpg);
}

#header {
	overflow: hidden;
}

div#siteInfo {
	background: #323232 url(/tl_files/styles/backgrounds/siteInfo.jpg) repeat-x 0 bottom;
	height: 52px;
	margin-bottom: 36px;
}

h1#siteName {
	color: rgba(255,255,255,0.9);
	font-weight: bold;
	line-height: 42px;
	font-size: 42px;
	text-align: left;
	padding-bottom: 36px;
	margin: 24px 24px 0;
}

span#byline {
	color: #424242;
	display: block;
	margin-top: 4px;
}

#header .mod_article {
	margin-right: 24px;
	margin-left: 24px;
	text-align: left;
}

#main .inside {
	margin-right: 24px;
	margin-left: 24px;
}

#main .mod_article {
	padding-left: 24px;
	padding-right: 24px;
	background-color: #e9f7f8;
	padding-bottom: 12px;
	margin-bottom: 1px;
}



/* @end */

/* @group Info navigation */

#navInfo {
	padding-top: 18px;
}

#navInfo ul {
	line-height: normal;
	list-style: none;
	padding: 0;
	float: right;
	margin: 0 24px 0 0;
}

#navInfo ul li {
	float: left;
	margin-right: 10px;
	border-right: 1px solid #8f8f8f;
	padding-right: 10px;
}

#navInfo ul li.last {
	border-right-style: none;
	padding-right: 0;
	margin-right: 0;
}

#navInfo ul a, #navInfo ul span {
	display: block;
	float: left;
	font-size: 12px;
	line-height: 14px;
	color: #d5d5d5;
	text-decoration: none;
	font-weight: bold;
}

#navInfo ul a:hover, #navInfo ul a.trail:hover {
	color: #fff;
}

#navInfo ul span.active, #navInfo ul a.trail {
	}




/* @end */

/* @group Main navigation */

#navMain {
	margin-left: 24px;
	border-bottom: 1px solid #94dce7;
	margin-right: 24px;
	padding-bottom: 5px;
	margin-bottom: 24px;
}

#navMain ul {
	line-height: normal;
	list-style: none;
	margin: 0 0 0 24px;
	padding: 0;
	float: left;
}

#navMain ul li {
	float: left;
	margin-right: 20px;
	background: url(/tl_files/styles/backgrounds/vert.gif) no-repeat right 50%;
	padding-right: 20px;
}

#navMain ul li.last {
	border-right-style: none;
	background-image: none;
	margin-right: 0;
}

#navMain ul a, #navMain ul span {
	display: block;
	float: left;
	text-transform: uppercase;
	color: #d7eaed;
	text-decoration: none;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
}

#navMain ul a:hover, #navMain ul a.trail:hover {
	color: #fff;
}

#navMain ul span.active, #navMain ul a.trail {
	}




/* @end */

#header .mod_article p {
	font-size: 24px;
	color: rgba(66,66,66,0.9);
}

#main a {
	text-decoration: none;
	color: #119db2;
}

#main a:hover {
	color: #fff;
	background-color: #6eccde;
}

#main h1 {
	font-weight: bold;
	text-transform: capitalize;
}

#main h2 {
	font-weight: bold;
}

#main #hello p {
	font-size: 18px;
	font-weight: bold;
}

#main blockquote {
	padding-left: 24px;
	font-weight: bold;
}

#main .author_quote {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

/* @group Table */

/*
  project: CSS - table design
  type: stylesheet
  description: golden style
  edited: 14.09.2005, Michael Horn
*/
table {
  border-collapse: collapse;
  color: #333;
	width: 99%;
	font-style: normal;
}
caption {
  padding: 0 .4em .4em;
  text-align: left;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
  background: transparent;
  }
td, th {
  border: 1px solid #6eccde;
  padding: .3em;
  }
thead th, tfoot th {
  border: 1px solid #cc9;
  text-align: left;
  font-size: 1em;
  font-weight: bold;
  color: #444;
  }
tbody td a {
  background: transparent;
  color: #72724c;
  text-decoration: none;
  border-bottom: 1px dotted #cc9;
  }
tbody td a:hover {
  background: transparent;
  color: #666;
  border-bottom: 1px dotted #72724c;
  }
tbody th a {
  background: transparent;
  color: #72724c;
  text-decoration: none;
  font-weight:bold;
  border-bottom: 1px dotted #cc9;
  }
tbody th a:hover {
  background: transparent;
  color: #666;
  border-bottom: 1px dotted #72724c;
  }
tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
tfoot td {
  border: 1px solid #996;
  }
.odd {
  color: #333;
  background: #d7f1f6;
  }
tbody tr:hover {
  color: #333;
  }
tbody tr:hover th,
tbody tr.odd:hover th {
  color: #333;
  }




/* @end */

/* @group hibernation */

#main h2 {
	font-size: 30px;
}

#main p {
	font-size: 18px;
}

body.hibernation div#siteInfo {
	height: 12px;
}

body.hibernation {
	background-position: 0 -40px;
}



/* @end */