/***********************************************************************
 @ 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: #666;
  	 background:  #ccc;

    text-align: center;
}

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


div#container { position:absolute; width:100%; height: 90%; top:50%; margin-top:-300px;}

div#section-skip {
    display: none;
}

/***** Extra margin height for Google Adsense *****/

div#container-adsense125-125 {
	margin-top:-60px;
}

div#container-adsense728-90{
	margin-top:-45px;
}

div#container-adsense468-60{
	margin-top:-30px;
}

div#container-adsense234-60{
	margin-top:-30px;
}

/***** Main Outline *****/

div#section-outline {	
    position: relative;
    margin: 0px auto;
	padding:0;
    width: 826px;
	height:560px;
    text-align: left;
	
}


/***** Site Title & Logo *****/
div#section-top {
    height: 100px;
	padding:0 0 0 25px;
	margin-right:25px;
	overflow:hidden;
}
div#container-logo {
    position: absolute;
    left: 5px; 
	top: 12px;
}
h1#title-site,
div#description-site { 
    display: none; 
}

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

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

div#section-nav {
	position:absolute;
	top:80px;
	right:0px;
	height:25px;
	padding: 0 20px 5px 0;
	background:none;
	z-index:10;
	font-size: 9pt;
}

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

.navSection {
	float:left;
	min-width:80px;
}

h2#title-nav {
    display: none;
}


/***** Content *****/

div#section-content {
	position: static;
	padding:30px 0 0 25px;
	height:420px;
	background:transparent url(../img/bg_content.png) top left no-repeat;
}

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 20px;
}
h2#title-page {
    font-size: 12pt;
	letter-spacing:-0.05em;
}
div#content-body {
	position:relative;
    padding: 10px 10px 10px 20px;
    overflow-y: auto;
	overflow-x:hidden;
	width:746px;
	height:380px;
}
/* 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: #666;
}
form dd {
    margin-bottom: 5px;
}
form input.inp-text,
form textarea,
form inp-text inp-required  {
    color: #666;width:auto;
    border: 1px solid #666;
    background-color: transparent;
}
/*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 {
	width:820px;
    padding: 40px 0 0 15px;
    cursor: default;
    font-size: 8pt;
	background:transparent url(../img/bg_footer.png) bottom left no-repeat;
}
div#section-footer p {
    padding: 0px 5px;
    color: #666;
    float: left;
	text-align:left;
	font-weight:bold;
	z-index:100;
}

div#section-footer form {float:left;}
div#section-footer form {margin:0 0 0 0; font-weight:bold; font-size: 8pt;}
div#section-footer form label {float:left;padding: 0px 5px;  color: #666;}
div#section-footer form input {float:left; margin:0 0 0 5px; color:#666; background:transparent; height:17px;}
input#btn-subscribe {font-weight:bold; border:none;}

	
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 {
	font-size:8pt; 
	padding: 0px 10px 0px 0px;
	color: #666;
	font-weight:bold;
}

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



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


/****WIDGETS****/

div#mainBar {
	width: 70%!important;
	
}

div#sideBar {
	width: 28%!important;
}


div#sideBarBox div.sideBarClass form input.inp-text {
			color:#666;
			border: 1px solid #666;
			background:#fff!important;
		}
		
		
 div#sideBarBox div.sideBarClass {
      border: 1px solid #666;
	  background:#ccc;
	  color:#666;
}




