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

/***** Generics & Layout *****/
body {
    margin: 0; padding: 0;
    color: #666;
  	background:#333;
    text-align: center;
}

html, body {height: 100%; width:100%;}

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:transparent;
}

/***** Site Title & Logo *****/
div#section-top {
    position: relative;
    min-height: 50px;
	max-height:300px;
	width:860px;
	padding:0;
	_margin:0;
	_text-align:left;
	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;
}


/***** Content *****/
div#section-content {
	position:relative;
	width: 700px;
	_width:695px;
	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 30px 10px 10px;
    overflow: auto;
	width:630px;
}
/* emulate in WYSIWIG editor [start] */
div#content-body {
    font-size: 9pt;
    line-height: 1.9em;
}
div#content-body p {
	margin:0px;
    padding: 0px; 
	
}


/***** Forms *****/
form dt {
    margin-top: 5px;
    color: #666;
}
form dd {
    margin-bottom: 5px;
}
form input.inp-text,
form textarea,
form inp-text inp-required {
    padding: 1px;
    color: #666;
    border: 1px solid #666;
    background-color: #fff;
}
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;
}

/***** Gallery *****/
div#container-gallery {
    padding: 0;
}
div#container-gallery ul{
	list-style:inside;
}

div#container-gallery ul#gallery-list {
    list-style: none;
	padding-top:10px;
	margin:0;
}
div#container-gallery ul#gallery-list li {
    float: left;
    overflow: hidden;
    margin: 0 10px 0 0px;
	*padding-top:10px;
}
div#container-gallery ul li p.gallery-item {
    padding: 0 5px 5px 0;
    line-height: 1.25em;
    margin-bottom: 0;
}
/*div#container-gallery ul li p a.link-img {
    display: block;
    border: 1px solid #666;
    background: white;
}*/

div#container-gallery ul li p a.link-img img{
    display: block;
    /*border: 1px solid #666;*/
}

div#gallery-spotlight-container img{
	/*border:1px solid #666;*/
	margin-bottom:10px;
}


div#container-gallery ul li p a.link-img:link,
div#container-gallery ul li p a.link-img:visited,
div#container-gallery ul li p a.link-img:active {
    border-color: #666;
}
div#container-gallery ul li p a.link-img:hover {
    border-color: #666;
}
div#container-gallery ul li p a.link-img img {
    display: block;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
div#container-gallery ul li p a.link-img:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
}

div#container-gallery ul li p span.item-meta {
	padding:5px 0 0 0;
	word-wrap: break-word;
}

div#container-gallery ul li p span.item-meta,
div#container-gallery ul li p span.item-paypal {
    display: block;
    padding: 0;
	line-height: 150%;
    cursor: default;
    color: #666;
}
/*
div#container-gallery ul li p span.item-meta span {
    white-space: nowrap;
}
*/

.gallery-standard li {
    width: 135px; height: 175px;
}
.gallery-standard.gallery-paypal li {
	height: 225px;
}
.gallery-standard li a.link-img {
    padding: 4px;
}
.gallery-standard li a.link-img img {
    width: 120px; height: 120px;
}

.gallery-small li {
    width: 105px; height: 145px;
}
.gallery-small.gallery-paypal li {
	height: 185px;
}
.gallery-small li a.link-img {
    padding: 4px;
}
.gallery-small li a.link-img img {
    width: 90px; height: 90px
}

.gallery-tiny li {
    width: 73px; height: 115px;
}
.gallery-tiny.gallery-paypal li {
	height: 195px;
}
.gallery-tiny li a.link-img {
    padding: 3px;
}
.gallery-tiny li a.link-img img {
    width: 60px; height: 60px;
}

.gallery-nano li {
    width: 51px; height: 55px;
}
.gallery-nano li a.link-img {
    padding: 2px;
}
.gallery-nano li a.link-img img {
    width: 40px; height: 40px;
}
.gallery-nano li p span.item-meta,
.gallery-nano li p span.item-paypal {
    display: none !important;
}

/* paypal */
.paypal-price {
	display: block;
	/*padding-right: 6%;*/
	color: #666;
	text-align: left;
}
.paypal-add2cart-btn {
	display: block;
	padding: 1px;
}
.paypal-add2cart-btn a {
	text-align:left;
}
.paypal-add2cart-btn a:link,
.paypal-add2cart-btn a:visited {
	color: #666;
}
.paypal-add2cart-btn a:hover {
	/*color: #333;*/
	text-decoration: underline;
}

.gallery-view-cart {
	clear:both;
	text-align: left;
}

.gallery-view-cart a {

	color: #666;
	font-weight: bold;
	font-size: 9pt;
}

.gallery-view-cart a:hover {
	/*color: #333;*/
	text-decoration: underline;
}


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

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

div#section-footer form {float:left;}
div#section-footer form {width:480px; *width:400px; padding: 0px 10px; font-weight:bold; font-size: 8pt;}
div#section-footer form label {float:left; color: #666;}
div#section-footer form input {float:left; margin:-3px 0 0 5px; _margin:0 0 0 5px;}
div#section-footer h3 { float:right; font-size:8pt; padding: 0px 30px 0px 0px; color: #666;}


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: 0px 20px 0px 10px; 
	color: #666;
	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: #666;
	font-size: 8pt;
	text-align: left;
	float:left;
}

/*  adsense horizontal banners  */
div#container-adsense728-90,
div#container-adsense468-60,
div#container-adsense234-60 {
	top :0;
	text-align:center;
	display : block;

}
div#container-adsense728-90 {
	width  : 728px;
	height : 90px;
}
div#container-adsense468-60 {
	width  : 468px;
	height : 60px;
}
div#container-adsense234-60 {
	width  : 234px;
	height : 60px;
}
/* adsense vertical banners */
div#container-adsense125-125,
div#container-adsense120-240,
div#container-adsense120-600 {
	top : 0;
	float:right;
}
div#container-adsense125-125 {
	width  : 125px;
	height : 125px;
}
div#container-adsense120-240 {
	width  : 120px;
	height : 240px;
}
div#container-adsense120-600 {
	width  : 120px;
	height : 600px;
}
