/***********************************************************************
 @ filename         : /tpl/templates/tpl-002/css/default.css
 @ author           : ?
 @ description      : template 002 default styles
 @ media            : screen
 @ created          : 2008-07-06
 @ modified         : 2008-07-06, version 1.0
**********************************************************************/

@import url(base.css);
@import url(../../shared/css/shared.css);

/***** Generics & Layout *****/
html, body {margin:0; padding:0; width: 100%;}
body {
    
	margin: 0; padding: 0;
    color:#97c0b5;
  	background:#97c0b5;
   /* text-align: center;*/
}

a {color:  #97c0b5; }



div#container {margin:0; padding:0;  position:relative; height:100%;}

div#section-skip {
    display: none;
}

div#section-outline {	
    position: relative;
    margin: 0px auto;
	padding:0;
    width: 850px;
    text-align: left;
	min-height:100%;
	background:#fff;
}


/***** Site Title & Logo *****/
div#section-top {
    position: relative;
    /*max-height: 250px;*/
	margin:0px 10px 0 10px;
	padding:10px 0 0px 0;
	overflow:hidden;
}
div#container-logo {
    position: absolute;
    left: 25px; 
	top: 8px;
}
h1#title-site,
div#description-site { 
    display: none; 
}

/***** Navigation *****/

#navigationLeft {float:left;}
#navigationRight {float:left;}
div#section-nav {
	clear:both;
	width:830px;
	height:20px;
	font-size: 10pt;
	padding:3px 0 3px 0;
	margin:0px 10px 0 10px;
}
div#container-nav {
	position:absolute;
}

div#container-nav ul li.current_page_item {font-weight:bold;}	

h2#title-nav {
    display: none;
}

/***** Content *****/
div#section-content {
	padding:20px 10px 50px 10px;
}

div#content-meta {
    /*padding: 5px 10px 10px;*/
	padding: 0 10px 0 0;
}
h2#title-page {
    font-size: 12pt;
	letter-spacing:-0.05em;
}
div#content-body {
    padding: 20px 0 0 0;
    overflow: hidden;
	/*width:800px;*/
}
/* emulate in WYSIWIG editor [start] */
div#content-body {
    font-size: 9pt;
    line-height: 1.6em;
}



/***** Forms *****/

form#contact-form {
}

form dt {
    margin-top: 5px;
    color: #97c0b5;
}
form dd {
    margin-bottom: 5px;
}
form input.inp-text,
form textarea,
form inp-text inp-required  {
    color: #97c0b5;width:auto;
    border: 1px solid #97c0b5;
    background-color: #fff;
}
/*form input.inp-required {width:230px;}
form textarea{width:280px;height:100px;}*/
form input.inp-text:focus,
form textarea:focus {
    color: #97c0b5;
}
form dd.buttons {
    padding: 5px 0;
	vertical-align: middle;
}
form dd.buttons a {
    margin-left: 6px; 
	padding: 3px 6px;
    border-left: 1px solid #97c0b5;
}
form dd.buttons a:link,
form dd.buttons a:visited,
form dd.buttons a:active {
    color: #97c0b5;
}
form dd.buttons a:hover {
    color: #97c0b5;
}



/***** Footer *****/
div#section-footer {
    width:840px;
	clear: both;
	position:absolute;
	bottom:10px;
	left:0;
    padding: 20px 0 0 10px;
    cursor: default;
	background:#fff;
	
}
div#section-footer p { 
	float:left;
	text-align:left;
    padding: 0px 10px;
    color: #97c0b5;
	font-weight:bold;
	font-size: 8pt;
	width:auto;
}

div#section-footer form {float:left;width:auto; }
div#section-footer form { margin:0 10px 0 0; font-weight:bold; font-size: 8pt;}
div#section-footer form label {float:left; padding: 0px 10px; color: #97c0b5;}
div#section-footer form input {float:left; margin:0 0 0 5px;}

	
	
div#section-footer p a,
div#section-footer p a:link,
div#section-footer p a:visited,
div#section-footer p a:active {
    color: #97c0b5;
}

div#section-footer div#time-display {
	font-size:8pt; 
	padding: 0px 20px 0px 10px; 
	color: #97c0b5;
	font-weight:bold;
}

div#bg-music-player {
	clear: both;
    position:absolute;
	bottom:-25px;
	left:20px;
	padding: 0;
	width:290px;
	height:24px;
}



/***** Subscription *****/
div#container-mailinglist {
	color: #97c0b5;
	font-size: 8pt;
	text-align: left;
	float:left;
}


div#section-nav div.edit_link { text-align:right;}
