/* Privatin/* Gleitbau /css/content.css
---------------------------------------------------------------------
For content site

Author: 	http://www.gleitbau.com/ [grre]
Version: 	v 1.0 
Time: 		2009-04-29 
---------------------------------------------------------------------
Color Guide

A selection of the most used colors in this CSS.


--------------------------------------------------------------------- */

h1, h2, h3, h4 {
  margin: 0;
  color: #fff;
  font-size: 1.6em;
  text-transform: uppercase;
}

h1 {
  font-size: 1.6em;
  margin-bottom: .5em;
}

h2 {
  font-size: 1.4em;
  margin-top: .5em;
}

h3 {
  font-size: 1.2em;
  margin-top: .5em;  
}

h4 {
  font-size: 1.1em;
  margin-top: .5em;  
}

/* CONTENT AREA
--------------------------------------------------------------------- */
#content_area_c {
  background: url(../images/content_area_bg.jpg) top left repeat-y;
  float: left;
  width: 936px;
}

/* Breadcrumb
--------------------------------------------------------------------- */
#breadcrumb {
  background: #2D2D2D;
  border-bottom: 1px solid #000;
  height: 25px;
  width: 100%;
  float: left;
}

#breadcrumb p {
  font-size: 1em;
  text-transform: uppercase;
  color: #fff;
  margin: 3px 10px 0 10px;
}

#breadcrumb p span {
  font-size: 1.3em;
  padding: 0 .2em;
}

#breadcrumb a:link, #breadcrumb a:visited {
  color: #9c0;
  text-decoration: none;
}

#breadcrumb a:hover, #breadcrumb a:active {
  color: #fff;
  text-decoration: none;
}

/* CONTENT
--------------------------------------------------------------------- */
#content {
  float: right;
  width: 600px;
  padding-bottom: 65px;
  margin-top: 20px;
  overflow: hidden;
}

#content a:link {
  color: #9c0;
  text-decoration: none;
  border-bottom: 1px dotted #9c0;
}

#content a:visited {
  color: #789F00;
  text-decoration: none;
  border-bottom: 1px dotted #789F00;
}

#content a:hover, #content a:active {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted #fff;
}

#content p {
  font-size: 1.2em;
  color: #ccc;
  margin: 0 3em 1.5em 0;
}

#content ul, #content ol {
  list-style-position: outside;
  color: #ccc;
  margin: 0 0 1em 0;
  font-size: 1.2em;
  list-style: none;
}

#content ol {
  list-style: decimal;
  list-style-position: outside;
  color: #ccc;
  margin: 0 0 1em 1.3em;
  font-size: 1.2em;
}  

#content ul li, #content ol li {
  line-height: 1.5;
}

#content ul li {
  background: url(../images/content_bullet.gif) 0 .35em no-repeat;
  padding-left: 1.3em;
}


/* GENERIC TABLE RULES
---------------------------------------------------------------------  */
#content table {
	margin: .5em 3em 1.5em 0;
	padding: 0;
	border-collapse: collapse;
}

#content table td, #content table th {
	font-size: 11px;
	line-height: 1.63;
	padding: .5em .7em;
	border: 1px solid #1E1E1E !important;
}

#content table th {
  text-align: left;
  font-weight: normal;
}

/* CTYPE TABLE RULES
--------------------------------------------------------------------- 


Here are the CSS rules for the CTYPE Table.


--------------------------------------------------------------------- */ 
/* BASIC RULES
--------------------------------------------------------------------- */
#content .contenttable td {
	color: #fff;

}

/* table header <th>
------------------------------------------- */
#content .contenttable th {
	background: #569DD1 url(../images/table_th_bg.jpg) 0 bottom repeat-x;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

/* first column
------------------------------------------- */
#content .contenttable .td-0 {} 

/* rows even
------------------------------------------- */
#content .contenttable .tr-even td {
	background: #3f3f3f;
}

/* rows odd
------------------------------------------- */
#content .contenttable .tr-odd td {
	background: #494949;
}

/* DEFAULT TABLE (DO NOT EDIT) COPY ELEMENTS IF YOU NEED THEM 
--------------------------------------------------------------------- */
#content .contenttable-0 {} 

/* table header <th>
------------------------------------------- */
#content .contenttable-0 th {}

/* generic rule
------------------------------------------- */
#content .contenttable-0 td {}

/* first column
------------------------------------------- */
#content .contenttable-0 .td-0 {} 

/* rows even
------------------------------------------- */
#content .contenttable-0 .tr-even td {}

/* rows odd
------------------------------------------- */
#content .contenttable-0 .tr-odd td {}



/* 100% Width (DO NOT EDIT except the width)
--------------------------------------------------------------------- */
#content .contenttable-1 {
  width: 100%;
} 


/* FIRST COLUMN FIXED - WIDTH 100%
--------------------------------------------------------------------- */
#content .contenttable-2 {
  width: 100%;
} 

/* first column
------------------------------------------- */
#content .contenttable-2 .td-0 {
  width: 150px;
} 

/* 100% Width + red Header
--------------------------------------------------------------------- */
#content .contenttable-3 {
  width: 465px;
  margin-top: 10px;
  margin-bottom: 0px;  
} 

#content .contenttable-3 .td-0 {
  width: 20px;
} 

#content .contenttable-3 .td-1 {
  width: 280px;
} 

/* 100% Width + orange Header
--------------------------------------------------------------------- */
#content .contenttable-4 {
  width: 465px;
  margin-top: 10px;
  margin-bottom: 0px;
} 

#content .contenttable-4 .td-0 {
  width: 20px;
} 

#content .contenttable-4 .td-1 {
  width: 280px;
} 


#content .contenttable-4 th {
	background: #f60;
}


/* 100% Width + green Header
--------------------------------------------------------------------- */
#content .contenttable-5 {
  width: 465px;
  margin-top: 10px;
  margin-bottom: 0px;
} 

#content .contenttable-5 .td-0 {
  width: 20px;
} 


#content .contenttable-5 .td-1 {
  width: 280px;
} 


#content .contenttable-5 th {
	background: #393;
}

/* 100% Width + red Header
--------------------------------------------------------------------- */
#content .contenttable-6 {
  width: 465px;
  margin-top: 10px;
  margin-bottom: 0px;  
} 

#content .contenttable-6 .td-0 {
  width: 65px;
} 

#content .contenttable-6 .td-1 {
  width: 250px;
} 

/* SIDEBAR
--------------------------------------------------------------------- */
#sidebar {
  width: 305px;
  float: left;
  padding-bottom: 65px;
}

/* Left Menu
--------------------------------------------------------------------- */
#left_menu {
  margin-left: 2.7em;
  margin-top: 
}

#left_menu ul {
	padding-bottom: .2em;
	width: 25em;
	margin-top: .5em;
}

#left_menu ul strong {
  color: #fff;
}

#left_menu ul li {
	*float: left;
	*width: 100%;
}

#left_menu ul a {	
	display: block;
	width: 100%;
	padding: .55em 0 .65em 1.4em;
	font-size: 1em;
	text-transform: uppercase;
}

#left_menu ul li#last a {
	background: none;
}

#left_menu ul a:link, #left_menu ul a:visited, #left_menu ul a.nohref {
	background: url(../images/left_menu_L1_bg.jpg) 0 0 no-repeat;
	color: #9c0;
	text-decoration: none;
}

#left_menu ul a:hover, #left_menu ul a:active, #left_menu ul a.active:hover, #left_menu ul a.active:active, #left_menu ul a.nohref {
	background-position: 0 -84px;
	color: #fff;
	text-decoration: none;
}

#left_menu ul a.active{
	background-position: 0 -44px;
	color: #fff;
	text-decoration: none;
}


/* Level 2
--------------------------------------------------------------------- */
#left_menu ul ul {
	background: none;
	padding-bottom: 0;
	margin: 0;
	
}

#left_menu ul ul li a {	
	padding-top: .55em;
  padding-left: 2.4em;
  padding-bottom: .65em;
}

#left_menu ul ul li a:link, #left_menu ul ul li a:visited {
	background: url(../images/left_menu_L2_bg.jpg) 0 0 no-repeat;
}

#left_menu ul ul li a:hover, #left_menu ul ul li a:active, #left_menu ul ul li a.active:hover, #left_menu ul ul li a.active:active, #left_menu ul ul a.nohref {
	background-position: 0 -84px;
}

#left_menu ul ul li a.active{
	background-position: 0 -44px;
	color: #fff;
	text-decoration: none;
}

/* References
--------------------------------------------------------------------- */
.ref_list_c {
  width: 400px; 
  float: left;
}

.ref_list_entry {
  background: url(../images/dotted_line.gif) repeat-x;
  float: left;
  width: 400px;
  padding-top: 10px;
  margin-top: -1px;
}

.ref_long .ref_list_entry {
  width: 100%;
}

.ref_list_entry .wrap {
  background: url(../images/dotted_line.gif) bottom repeat-x;
  padding-bottom: 0px;
  float: left;
  
}

.ref_list_img {
  background: url(../images/ref_empty.gif) center center no-repeat;
  width: 80px;
  height: 70px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 5px solid #fff;
}

.ref_list_img img {
  width: 140px;
  height: 93px;
}

.ref_list_img a {
  border: 0 !important;
  font-size: 0;
}

.ref_list_body {
  float: left;
  width: 290px;
}

.ref_long .ref_list_body {
  width: 500px;
}

#content .ref_list_body p {
  margin: 0;
}


#content .ref_list_body h3 {
  font-size: 12px;
  margin: .3em 0 0 0;
}

#content .ref_list_body h3 a {
  background: url(../images/h3_icon.gif) 0 .25em no-repeat;
  padding-left: 15px;
}

#content .ref_list_body h3 a:link, #content .ref_list_body h3 a:visited {
  color: #9c0;
  border: 0;
}

#content .ref_list_body h3 a:hover, #content .ref_list_body h3 a:active {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

#content .ref_list_body h4 {
  font-size: 1em;
  margin: 0 0 0 0;
  font-weight: normal;
  color: #999;
  text-transform: uppercase;  
}

#content .ref_list_body h4 a:link, #content .ref_list_body h4 a:visited {
  color: #1586E2;
  border: 0;
}

#content .ref_list_body h4 a:hover, #content .ref_list_body h4 a:active {
  color: #eb6a0a;
  border-bottom: 1px solid #eb6a0a;

}

/* REFERENCE SINGLE VIEW
--------------------------------------------------------------------- */
#ref_single {
  width: 373px;
  float: left;
  margin-right: 15px;
}

#ref_single_data {
  width: 210px;
}

#content #ref_single_data a:link,#content #ref_single_data a:visited {
  color: #fff;
  border-color: #fff;
}

#content #ref_single_data a:hover,#content #ref_single_data a:active {
  border-bottom: 1px solid #fff;
}

#content #ref_single_data td {
  background: #1F1F1F;
  color: #fff;
  border: 1px solid #333 !important;
}

#content td#ref_single_logo {
  background: #fff url(../images/magnifier.gif) bottom right no-repeat;
  padding: 5px 5px 0 5px;
  overflow: hidden;
  height: 140px;  
}


#content #ref_single_logo a {
}

#ref_single_logo #gallery {
  width: 200px;
  margin: 0;
}

#content #ref_single_logo a {
  border: 0 !important;
  
  padding-bottom: 20px;
  display: block;
  height: 100%;
  width: 100%;
  
}


/* Chapterplayer Rule */
.tx-cnvachplayer-pi1 {
  margin-bottom: 20px;
}

#lightbox-image-details-currentNumber {
  color: #86B622;
  font-size: 16px;
  font-weight: bold;
  padding-top: 5px;
}

/* Search Page
--------------------------------------------------------------------- */
#search_page_search form {
	background: #F5F5F5;
	padding: 10px 0
}
#search_page_search form label {
	width: 89px;
	display: block;
	float: left;
	margin: 3px 0 0 0
}
#sps_term {
	border: 1px solid #999;
	padding: 2px 0 3px 5px;
	width: 200px;
	margin-right: 5px
}
#search_page_search form #sps_checkbox_c {
	margin-left: 100px
}
#search_page_search form #sps_checkbox_c label {
	margin-left: 3px;
	float: none;
	display: inline;
	width: auto
}
#sps_submit {
	background: url(../images/login_submit_bg.gif) repeat-x;
	border: 1px solid #999;
	padding: 0;
	width: 4.7em;
	text-align: center;
	font-size: 1em;
	margin-top: 0;
	cursor: pointer;
	height: 1.9em;
	margin-bottom: -1px
}
#content #sps_result_count {
	margin: 0
}
#sps_result_count span {
	font-weight: bold
}
#content #sps_pages ul {
	margin-left: 0
}
#content #sps_pages ul li {
	background: none;
	display: inline;
	padding-left: 0
}
#sps_pages ul li a {
	margin-right: 5px
}
#content #sps_searched_for {
	margin: 0 0 20px 0
}
#content #sps_searched_for span {
	font-weight: bold
}
.sps_result {
	margin-bottom: 20px
}
.sps_result h3 {
	font-size: .7em;
	border-bottom: 10px solid #fff;
	width: 440px
}
.sps_result h3 img {
	margin-bottom: -4px
}
.sps_result h3 span {
	float: left
}
.sps_result h3 span.sps_rating {
	float: right
}
.sps_description {
	clear: both;
	width: 440px
}
#content .sps_description p {
	margin-left: 0
}
.sps_misc {
	background: #f5f5f5;
	padding: 5px 0;
	width: 440px
}

/* Footer
--------------------------------------------------------------------- */
#footer {
  margin-top: -55px;
}
