/***********************************************************************
 @ 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: #000;
  	background:  #FF00AA;
	background-attachment: fixed;
    text-align: center;
}

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


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

div#section-skip {
    display: none;
}


div#main-content{
	position: relative;
    margin: 20px auto 20px;
	padding:0;
    width: 900px;
    text-align: left;
	background:#fff;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
   
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	box-shadow:2px 2px 4px rgba(0, 0, 0, 0.2);
}

/***** Site Title & Logo *****/
div#section-top {
    position: relative;
    min-height: 50px;
	max-height:300px;
	width:860px;
	padding:0;
	padding:0 0 0 20px;
	overflow:hidden;
}

div#container-logo {
    position: absolute;
    left: 25px; top: 90px;
}
h1#title-site,
div#description-site { 
    display: none; 
}


/***** Navigation *****/
div#section-nav {
	padding:20px 0 0 20px;
	margin:0;
    width:180px;
	min-height:100px;
	float:left;
	font-size: 10pt;
}
h2#title-nav {
    display: none;
}

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

/***** Content *****/
div#section-content {
	position:relative;
	width: 690px;
	margin:0;
	padding:20px 0 0 0;
	min-height:350px;
	height:auto !important;
	margin-left:200px;
	 /*background: transparent url(../img/bg_content.png) top right repeat-y;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg_content.png',sizingMethod='scale');
	overflow:visible;*/
}

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

.content_left {float:left; width:350px;}
.content_right {float:right; padding:0 20px 0 0 ;}

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


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



/***** Footer *****/
div#section-footer {
	position:relative;
	width:900px;
	height:30px;
    clear: both;
    padding: 20px 0 10px 0;
    cursor: default;
	font-size:8pt;
}

div#section-footer p {
    padding: 0px 5px 0px 25px;
    color: #000;
    float: left;
	text-align:left;
	font-weight:bold;
	font-size:8pt;
	float:left;
}

div#section-footer form {float:left;}
div#section-footer form { padding: 0px 10px; font-weight:bold; font-size: 8pt;}
div#section-footer form label {float:left; color: #000;}
div#section-footer form input {float:left; margin:0 0 0 5px;}
div#section-footer h3 { float:right; font-size:8pt; padding: 0px 30px 0px 0px; color: #000;}


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

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

div#bg-music-player {
	position: relative;
    margin: 0 auto;
	clear:both;
	padding: 0; 
	width:900px;
	height:24px;
}


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



/****WIDGETS****/




div#sideBarBox div.sideBarClass {
	background:#FF00AA;
	color: #fff;
}

div#sideBarBox div.sideBarClass form input.inp-text {
	background:#fff;
	color:#FF00AA;
	border:none;
}


