/* ---------->>> COLORS <<<-----------  */
/*
Dark red:			#510100
Bright red:			#A41E1D
Really bright red:	#cdb1b1
*/





/* ---------->>> RESET <<<----------- */

* {
	margin: 0;
	padding: 0;
}

ul {
	list-style-position: inside;
}
ul.layout,
form ul {
	list-style: none;
}



/* ------------------------------------------------------------------------------------------------------------------------ */
/* ---------->>> LAYOT <<<----------- */
/* ------------------------------------------------------------------------------------------------------------------------ */


html, body {	
	height: 100%;
}

body {
	background: #fff;
	font-size: 75%;
	line-height: 1.33;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #111; 
}

#wrapper {
	position: relative;
	width: 73.83em;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
	background: url('/img/bg.jpg') repeat-y left;
}


/* ---------->>> HEADER <<<----------- */

#header {
	position: relative;
	width: 73.83em;
	height: 15.4em;
	background: #fff;
}

#logo {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 52em;
	height: 14em;
}
#logo img {
	width: 100%;
}

#image {
	position: absolute;
	bottom: -2.67em;
	right: 0;
	overflow: hidden;
	width: 21.67em;
	height: 16.67em;
}
#image .overlay {
	position: absolute;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 16.67em;
	z-index: 10;
}
#image img  {
	width: 21.67em;
	height: 16.67em;
}
#cycle {
	z-index: 1;
}

#nav-main {
	position: absolute;
	left: 0;
	bottom: -2.67em;
	width: 52em;
	height: 2.67em;
	background: #bc7675 url('/img/nav-main-bg.jpg') repeat-x bottom;
}


/* ---------->>> CONTENT <<<----------- */

#main {
	margin: 0;
	padding: 2.67em 0 18em 0;
	overflow: hidden;
}

#nav-sub {
	float: right;
	margin: 0.5em 0 0 0;
	width: 21.67em;
}

#content {
	margin-right: 21.8em;
	padding: 2em 2em 0 1.08em;
}
#content .text {
	overflow: hidden;
}


/* ---------->>> FOOTER <<<----------- */

#footer {
	width: 73.83em;
	background: #6c6c6c url('/img/footer.jpg') no-repeat top right;
	/*position: absolute;
	bottom: 0;
	height: 14em;*/
	margin: -14em auto 0 auto;
	position: relative;
	z-index: 10;
}

#footer div.cols {
	overflow: hidden;
	background: url('/img/footer-l.jpg') no-repeat top left;
}

#footer div.cl {
	float: left;
	width: 21.67em;
}
#footer div.cr {
	float: right;
	width: 21.67em;
}
#footer div.cm {
	margin: 0 21.67em;
	min-height: 14em;
	border: 1px solid #fff;
	border-width: 0 1px;
}

#footer div.col div {
	padding: 0.8em 1.08em;
}

#imprint {
	position: absolute;
	top: -4em;
	right: 0;
	width: 24.6em;
	font-size: 0.84em;
	color: #999;
}
#footer #imprint a {
	color: #999;
}





/* ------------------------------------------------------------------------------------------------------------------------ */
/* ---------->>> TYPO <<<----------- */
/* ------------------------------------------------------------------------------------------------------------------------ */


/* ---------->>> PARAGRAPHS <<<-----------*/

span.download {
	background: #a41e1d;
	color: #fff;
	padding: 1px;
}
.cm li {
	margin-bottom: 0.6em;
}


/* ---------->>> LINKS <<<-----------*/

a {
	color: #a41e1d; 
	text-decoration: underline;
  	outline: 0;
}

a:focus,
a:hover, 
a:active {
	text-decoration: none;
}

a img {
	border: none;
}

#footer a {
	color: #fff;
}


/* ---------->>> TITLES <<<-----------*/

h1, h2, h3, h4 {
	font-weight: normal;
	margin-bottom: 0.8em;
}

h1, h2 {
	font-size: 1.83em;
	line-height: 1;
	color: #510100;
}
h2 span {
	font-size: 0.64em;
	color: #a41e1d;
}

h3 {
	font-size: 1.5em;
	margin-bottom: 0.5em;
}
ul.gbook h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.2em;
}
ul.gbook h3 span {
	font-weight: normal;
}
#footer h3 {
	color: #fff;
}

h4 {
	font-size: 1.2em;
	margin-bottom: 0;
}
#footer h4 {
	color: #fff;
}


/* ---------->>> TABLES <<<-----------*/

table {
	border-collapse: collapse;
}

th, td {
	padding: 0.3em 0.5em;
  	border: 1px solid #cdb1b1;
  	vertical-align: top;
  	text-align: left;
  	font-size: 1em;
}


/* ---------->>> LISTS <<<-----------*/

ul.gbook li {
	padding-bottom: 1em;
}


/* ---------->>> FORMS <<<-----------*/

form {
	padding-bottom: 1em;
}

form ul {
	padding-bottom: 0.5em;
}
form ul li {
	overflow: hidden;
	padding: 0.2em 0;
}

form label,
form span {
	display: block;
	float: left;
	padding-top: 0.3em;
}

form label {
	width: 10em;
}
form table label {
	width: auto;
	margin-right: 1em;
}
form .readme label {
	width: 30em;
	position: relative;
}
form .readme label img {
	position: absolute;
	right: 1em;
	top: -0.1em;
}

form input.text,
form textarea {
	float: left;
	width: 25em;
	padding: 0.1em 0.2em;
	margin-right: 1em;
	border: 1px solid #ccc;
	border-color: #999 #ccc #ccc #999;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #333;
}

form .checkbox input {
	float: left;
	margin: 0.3em 0.5em 0 0;
}
form .checkbox label {
	float: none;
	width: auto;
}

form .readme input {
	width: 5em;
}
form.shop table input {
	width: 2em;
}

form textarea {
	height: 10em;
}
form input.submit {
	font-size: 1em;
	margin-left: 10em;
	outline: none;
}

form input.submit-left {
	margin-left: 0;
}


/* ---------->>> IMAGES <<<-----------*/

img.abs {
	/*border: 2px #cdb1b1 solid;*/
	width: 150px;
	float: left;
	margin: 0 15px 15px 0;
}

img.gal {
	border: 1px #cdb1b1 solid;
	float: left;
	margin: 0 10px 10px 0;
}


/* ---------->>> NAVIGATIONS <<<-----------*/

li.members {
	display: none;
}



#nav-main ul {
	float: left;
	height: 2.67em;
	padding: 0 0 0 0.33em;
	list-style: none;
	background: #bc7675 url('/img/nav-main.jpg') no-repeat bottom left;
}


#nav-main li {
	float: left;
	position: relative;
	margin-right: 1px;
}
#nav-main li a {
	display: block;
	padding: 0.28em 0.53em;
	font-size: 1.5em;
	color: #fff;
	text-decoration: none;
	background: none;
}

#nav-main li a:hover,
#nav-main li:hover a,
#nav-main li.hover a,
#nav-main li a.selected {
	color: #510100;
}

#nav-main li a.selected {
	background: #fff;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}

* html #nav-main li a.selected {
	zoom: 1;
	float: left;
}

*+html #nav-main li a.selected {
	zoom: 1;
}



#nav-main li ul {
	position: absolute;
	top: 2.67em;
	left: -1px;
	width: 13em;
	height: auto;
	list-style: none;
	display: none;
	z-index: 10;
	padding: 0.5em 0;
	background: #fff;
	border: 1px solid #dbb6b5;
	border-top: 0;
}
#nav-main li:hover ul {
	display: block;
}

#nav-main li ul li {
	float: none;
}

#nav-main li ul a {
	padding: 0.1em 0 0.1em 0.75em;
	font-size: 1.2em;
	color: #a41e1d;
	text-decoration: none;
	background: none;
	display: block;
}


#nav-sub li {
	padding: 0;
	background: url('/img/nav-sub-line.jpg') no-repeat bottom left;
	float: none;
}

#nav-sub ul {
	list-style: none;
	margin: 10px 0 3em 10px;
}

* html #nav-sub li {
	padding: 3px 0 2px 0;
}

#nav-sub li a {
	padding: 0.2em 0 0.2em 15px;
	font-size: 1.2em;
	color: #510100;
	text-decoration: none;
	background: none;
	display: block;
}

* html #nav-sub li a {
	width: 90%;
	float: left;
	padding: 2px 0 1px 15px;
}

#nav-main li:hover ul a:hover,
#nav-main li:hover ul li.selected a,
#nav-sub li a:hover,
#nav-sub li.selected a {
	color: #a41e1d;
}

#nav-sub li.selected a {
	background: url('/img/nav-sub-arrow.gif') no-repeat center left;
}





/* ------------------------------------------------------------------------------------------------------------------------ */
/* ---------->>> SOCIAL MEDIA <<<----------- */
/* ------------------------------------------------------------------------------------------------------------------------ */


.feed {
	padding-left: 1.5em;
	margin-bottom: 2em;
}
.feed h3 {
	background: url(../img/twitter-16x16.png) no-repeat;
	font-size: 1.2em;
	margin-bottom: 1em;
	padding-left: 22px;
}
#flickr_results h3 {
	background-image: url(../img/flickr-16x16.png);
}
#twitter_results ul {
	list-style: disc;
	margin-left: 23px;
}
.feed li {
	background: none;
	margin-bottom: 0.5em;
}
#twitter_results li {
	background: none;
	margin-bottom: 0.5em;
}
.feed a {
	display: inline !important;
	font-size: 1em !important;
	padding: 0 !important;
}
#flickr_results div {
	margin-left: 23px;
	overflow: hidden;
}
#flickr_results img {
	float: left;
	margin: 0 0.5em 0.5em 0;
	width: 8em;
}




/* ------------------------------------------------------------------------------------------------------------------------ */
/* ---------->>> THICKBOX <<<----------- */
/* ------------------------------------------------------------------------------------------------------------------------ */


#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url('/img/thickbox_bg.png') repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	/*border: 4px solid #525252;*/
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	padding: 10px 15px 15px 15px;
	float:left;
}

#TB_caption span.hint {
	color: #999;
	line-height: 1.5;
}

#TB_closeWindow{
	padding: 10px 15px 15px 15px;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

