
/***********************************************************************
 @ 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);

html, body {overflow-y :auto; overflow-x:hidden;}
/***** Generics & Layout *****/
body {
    margin: 0; padding: 0;
    color: #666;
	background: #fff;
	background-attachment: fixed;
    text-align: center;
	
}

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

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

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


/******/

div#section-skip {
    display: none;
}

div#section-outline {	
    position: relative;
	margin: 0 0 0 20px;
	padding:0;
    text-align: left;
	overflow:visible;
	height: 94%; 
}

div#main-content {
	
	min-height:94%;
	width:100%;
	overflow:visible;
	
}


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

/***** Navigation *****/
div#section-nav {
 	position:relative;   
    width: 20%;
	padding:10px 0 0 0;
	font-size: 10pt;z-index:2000;
	float:left;
}
h2#title-nav {
    display: none;
}


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

/***** Content *****/
div#section-content {
	position:relative;
	width:70%;
	height:100%;
	float:left;
	padding:0 0 0 0;
	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: #666;
	letter-spacing:-0.05em;
}
div#content-body {
    padding: 0px;
	width:98%;
	height:100%;
	background:transparent;
}

div#content-body {
    font-size: 9pt;
}


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




/***** Footer *****/
div#section-footer {
    position:relative;
	clear: both;
	left:0;margin: 0px auto 0px auto;
	padding: 0 0 0 0;text-align:left;
    cursor: default;height:3em;
	font-size: 12pxwidth:99%;
	
}
div#section-footer p {
    padding: 8px 0px;
    font-size: 12px;
    color: #666;
    text-align: left;
	font-weight:bold;
	max-width:100%;
	float:left;
}




div#section-footer form { float:left;}
div#section-footer form { margin:0 40px 0 0;padding: 8px 10px; font-weight:bold; font-size: 12px;}
div#section-footer form label {float:left; color: #666;}
div#section-footer form input {float:left; margin:0 0 0 5px; background:#ccc;}


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

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

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



/****WIDGETS *****/


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


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


