
/***********************************************************************
 @ 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 *****/
body {
    margin: 0; padding: 0;
    color: #fff;
    text-align: center;
	background: #689BD0;
	background-attachment: fixed; 
}

a {color:  #fff; font-weight:bold;}

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

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

div#section-skip {
    display: none;
}

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

div#main-content {
	min-height:95%;
}



/***** Site Title & Logo *****/
div#section-top {
    position: relative;
	padding:20px 0 20px 0;
}
div#container-logo {
    position: absolute;
    left: 25px; 
	top: 50px;
}
h1#title-site,
div#description-site { 
    display: none; 
}

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

#navigationLeft {float:left;}
#navigationRight {float:left;}

div#section-nav {
	position:relative;
	font-size: 10pt;
	width:850px;
	margin:0 auto;
}


h2#title-nav {
    display: none;
}

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

/***** Content *****/
div#section-content {
	width:100%; 
	height:auto;
	padding:20px 0 20px 0;
	clear:both;
}

div#section-content h4 {position:absolute; top:115px; right:34px; width:200px; text-align:right;}


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: 10px 0 10px 0;
}
/* emulate in WYSIWIG editor [start] */
div#content-body {
    font-size: 9pt;
    line-height: 1.6em;
	width:100%;
	height:100%;
}




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



/***** Footer *****/

div#section-footer {
    clear: right;
    padding: 0 0px 0px 0px; 
	height:auto;
    cursor: default;
	font-size: 8pt;
	margin: 0 auto;

}
div#section-footer p {
    padding: 8px 10px;
    font-size: 8pt;
    color: #fff;
 	width:auto;
	float:left;
}

div#section-footer form {float:left;}
div#section-footer form { margin:0 10px 0 0;font-size: 8pt;}
div#section-footer form label {float:left; color: #fff; padding: 8px 10px; }
div#section-footer form input {float:left; margin:0 0 0 5px; background:#689BD0;}


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

div#section-footer div#time-display {
	float:right; 
	font-size:8pt; 
	padding: 8px 10px 8px 10px; 
	color: #fff;
	font-weight:bold;
}

div#bg-music-player {
	clear:both;
	padding: 0px 0px; 
	width:290px;
	height:24px;
}

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



/****WIDGETS****/

div#sideBarBox div.sideBarClass {
	background:#transparent;
	border:1px solid #fff;
}


