/*

	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
	amberandgold.com v3 CSS
	last edit: 09 Nov 2007
	copyright: philipp hofstätter, fietstouring.com
	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
	

*/


/* -- Basic HTML Elements -- */

* { margin:0; padding:0; }

html, body { margin:0; padding:0; width:100%; height:100%; overflow:hidden;}

body {
	font-family: Helvetica,Arial,Tahoma,sans-serif;
	font-size:76%;
	color: #141414;
	}
	
ul, li { list-style-type:none;  }
a img { border:none; }
p { line-height: 1.6em; margin: 12px 0 5px 0; }
form { display:inline; }
hr { background: transparent url(spacer-star.png) no-repeat center bottom; border:none; height:15px; margin: 0 0 9px 0; }

a:link, a {
  border-bottom: 1px dotted #cac8c8;
  text-decoration: none; 
  color: #394a89;
}

a:hover {
	border-bottom: 1px solid #000;
}

h2, #popUpcontent h1, div#popUpcontentAudio h4  {
	font-weight:bold;
	line-height: 18px;
	font-size: 1.7em;
	color: #ca3e02;
	border-left: 3px solid #ca3e02;
	padding-left: 7px;
	margin-bottom:8px;
}

h3 {
	font-size: 14px;
	margin: 0 0 5px 0;
	padding-bottom: 5px;
	color: #141414;
}

h4 {
	font-size: 12px;
	color: #141414;
}

#content-inner h4 {
	margin-top: 0px;
	line-height: 1.5em;
}

div#select-project { 
	font-weight:bold;
	font-size: 14px;
	border-bottom: 6px solid #f6f6f8;
	padding: 10px 12px 8px 12px;
}

div#select-project select { border: 1px solid #dfdfdf; width: 350px; margin-left: 10px; }

/* -- Seitenlayout -- */
	
#background {  /* Resizable Background Image */
	position:absolute; 
	z-index:1; 
	width:100%; 
	height:100%;
}

div#logo {
	position:absolute;
	top: 45px;
	right: 10px;
	width: 281px;
	height: 55px;
	z-index:10;
}

div#logo h1 a {  /* amberandgold Logo */
	display:block;
	width: 281px;
	height: 55px;
	text-indent: -5000em;
	background: transparent url(amberandgold-logo.png) no-repeat top left;
	border:none;
	outline:0;
}

#topbar { 
	background: #141414;
	height:8px;
	width:100%;
}

#scroller {  /* Inhaltscontainer */
	position:absolute; 
	width:100%; 
	height:100%; 
	top:0; 
	left:0; 
	overflow:auto; 
	overflow-x:hidden;
	z-index:2;
} 

#content {
	position:absolute;
	top: 115px;
	left: 35px;
	width: 650px;
	background-color: #fff;	
	line-height: 1.4em;
}

#content-start {
	position:absolute;
	top:115px;
	left:40px;
	width:605px;
	background:transparent;
}

#sound-title {
	position:absolute;
	z-index:2;
	top: 337px;
	left: 10px;
	color: #646464;
}

#sound-title span { font-style:italic; }

#content-inner {
	padding: 15px 15px 8px 15px;
	border-left: 15px solid #dcdcdc;
}

#right {
	position:absolute;
	top: 210px; 
	left: 688px;
	width: 287px;
	height:auto;
	z-index:10;
	padding: 5px 5px 0px 8px;
}

#footer {
	clear:both;
	border-top: 1px dotted #333;
	margin-top: 15px;
	padding: 5px 0 15px 0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	font-size: 12px;
	color: #141414;
	border:none;
}

#footer a:hover {
	background-color: #ef6024;
	border-bottom: 1px solid #000;
}


/* =Main Navigation
**********************************************************************************/

ul#navigation { 
	position:absolute;
	top: 51px;
	left:0;
	width:100%;
	border-bottom: 1px dotted #acacac;
	z-index:10;
}

ul#navigation ul { padding-left: 40px; }

ul#navigation li { display:inline; margin:0; }

ul#navigation li a { 
	display:block;
	float:left;
	color: #000;
	text-decoration:none;
	font-size: 14px;
	font-weight:normal;
	padding: 5px 0 3px 0;
	width: 107px; 
	text-align:center;
	border-bottom:none;
}

ul#navigation li a.active { 
	border-bottom: 1px solid #000;
	color: #000;
	font-weight:bold;
}

ul#navigation li a:hover {
	background-color: #ef6024;
	border-bottom: 1px solid #000;
}

ul#navigation li a.active:hover {
	background:none;
	padding: 5px 0 3px 0;
}


/* =Content
**********************************************************************************/

/* WYSIWIG Text */

#content-inner div.text-section p {
	margin-top:0;
	margin: 3px 0 10px 0;
}

div.text-section h4 { margin-bottom: 8px; }

div.text-section h5 {
	font-weight:bold;
	line-height: 20px;
	font-size: 1.2em;
	color: #ca3e02;
	margin: 12px 0 6px 0;
}

div.text-section ul { margin-bottom: 12px; }

div.text-section li { 
	list-style-type:disc; 
	list-style-position: outside;
	margin-bottom: 6px;
	margin-left: 15px;
	 line-height: 1.6em; 
}

div.text-section {
}

/* Project Teaser Image */

img.pr-teaser {
	margin-bottom: 8px;
}

/* -- Article List -- */

div.articleTeaserContainerSmall { margin-top: 15px; }

dl.articleTeaser, dl.articleTeaserSmall { 
	margin: 0 0 10px 0;
} 

dl.articleTeaser dt, dl.articleTeaserSmall dt {
	float:left;
}

dl.articleTeaser dt a, dl.articleTeaserSmall dt a { 
	padding: 5px;
	height: 95px;
	width: 160px;
	border: 1px solid #dcdcdc;
	display:block;
	text-decoration:none;
	text-align:center;
}

dl.articleTeaserSmall dt a { width: 100px; }

dl.articleTeaser dt a:hover, dl.articleTeaserSmall dt a:hover {
	background-color: #ef6024;
}

dl.articleTeaser dd {
		margin-left: 190px;
}

dl.articleTeaserSmall dd { 
	margin-left: 120px; 
}

dl.articleTeaser h4, dl.articleTeaserSmall h4 {
	font-size: 15px;
	line-height: 1.5em;
}

dl.articleTeaser h5, dl.articleTeaserSmall h5 {
	font-size: 12px;
	line-height: 1.5em;
	font-weight:bold;
	margin-bottom: 3px;
}

dl.articleTeaser p, dl.articleTeaserSmall p { margin-top:1px; line-height: 1.5em; }


/* -- Articles -- */

#content div.singleImage {  width:100%; text-align:center; margin: 8px 0 6px 0; }
p.imgByline { text-align:left; font-size:11px; color: #333; margin:0;}


div.imageSection a {
	border: 1px solid #dcdcdc;
	padding: 5px 4px 0 4px;
	text-decoration:none;
	display:block;
	float:left;
	margin: 0 8px 8px 0;
}


/* -- Links -- */

div.linkList a { 
	display:block;
	float:left;
	padding: 7px 7px 4px 7px;
	border: 1px solid #dcdcdc;
	margin: 0 17px 15px 0;
}

div.linkList a.rand, div.imageSection a.rand {  margin-right:0; }

div.linkList a span {
	display:block;
	font-size:10px;
	text-align:center;
	margin-top: 2px;
}

div.linkList a:hover, div.imageSection a:hover {
	background-color: #ef6024;
}

/* Neu */

table.new-project {
	padding: 2px 0 22px 0;
	background: transparent url(spacer-star.png) no-repeat center bottom;
}

table.new-project td {
	padding: 1px 0;
}

table.new-project td.td-header { padding-right: 10px; font-weight:bold; }


/* MONOSLIDESHOW */

div.slideshow {
	margin: 12px 0; 
}





/* =RIGHT BLOCK
=================================================*/

#right div.imageRight { padding: 8px 0 5px 0; }
#right div.imageRight a { display:block; text-decoration:none; border:none;  } 

#right h4 { 
	font-size: 14px; 
	margin-bottom: 5px; 
	color: #ca3e02; 
}

#right h4.audio {
	padding-left: 21px; 
	background: transparent url(audio-x-generic.png) no-repeat left -1px;
}

/* MP3-Player, Video-Player */

div.mp3-player {
	background-color: #fff;
	padding-left: 4px;
	width:275px;
	margin-bottom: 8px;
}

h4.video a {
	display:block;
	font-weight:bold;
	font-size: 14px;
	margin-bottom: 15px;
	border:none;
	padding-left: 21px; 
	background: transparent url(video-x-generic.png) no-repeat left 50%;
	line-height:20px;
}

h4.video a:hover { color: #141414; }


/* VIDEO & AUDIO POPUP */

div#popUpcontent, div#popUpcontentAudio {
	width: 100%;
	text-align:center;
	padding-top: 20px;
}

div#popUpcontentAudio { 
	text-align:left;
	padding: 20px 0 15px 20px;
}

div#popUpcontent h1, div#popUpcontentAudio h4 { margin-bottom: 12px; font-size: 16px; line-height: 18px; }

div.video-player { 
	width: 480px;
	text-align:left; 
	margin:0 auto;
}

#content-inner div.video-player { width: 100%; text-align:center; margin: 20px 0 20px 0; }
#content-inner div.video-player h1 { display:none; }

p.video-credits { 
	font-size: 11px; 
}

div.pop-audio { 
	text-align:right;
	font-size: 11px;
	margin-bottom: 12px;
	padding-right:10px;
}


/* Steve Amber & Phil Gold Projekte Links */

a#gold, a#amber { 
	display:block; 
	font-weight:bold; 
	border-bottom: none; 
	margin-bottom: 15px;
	padding: 0 0 0 65px;
	height: 65px;	
	width: 100px;
	line-height: 1.1em;
}

a#gold:hover, a#amber:hover { color: #141414; }

a#gold { 
	background: transparent url(philgold-lo_1.jpg) no-repeat left top;
}

a#gold:hover {
	background: transparent url(philgold_1.jpg) no-repeat left top;
}

a#amber  { 
	background: transparent url(steveamber-lo_1.jpg) no-repeat left top;
}	

a#amber:hover  { 
	background: transparent url(steveamber_1.jpg) no-repeat left top;
}	

/* FORMULAR STYLES */

form { padding: 10px 0 10px 0; }
fieldset { border:none; }
legend { display:none; }
label { display:block; width: 120px; padding: 5px 0 1px 0; }
input.formtext, textarea.formtextfield { 
	border: 1px solid #dcdcdc;
	width: 550px;
	padding: 4px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}
textarea.formtextfield { height: 80px; }

.formtext:hover, .formtext:focus, .formtextfield:hover, .formtextfield:focus { 
	background-color: #ffbc9f; 
}

input.formsubmit {
	background-color: #fff;
	border: 1px solid #dcdcdc;
	padding: 8px;
	cursor:pointer;
}

input.formsubmit:hover { 
	background-color: #ef6024;
	color: #000;
}

div.forminfo {
	margin-top: 10px;
	color: red;
	font-weight:bold; 
}

#form-module-thanks { 
	margin-top: 20px;
	font-size: 16px;
}


/* =EXTRAS (clears floats - do not edit or delete)
================================================ */
dl.articleTeaser:after, div.linkList:after, div.imageSection:after, dl.articleTeaserSmall:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
