
/* **************************** DEFAULT STYLE ****************************** */
/* **************************** DEFAULT STYLE ****************************** */
/* **************************** DEFAULT STYLE ****************************** */
/* **************************** DEFAULT STYLE ****************************** */
/* **************************** DEFAULT STYLE ****************************** */

html, body {border: 0; margin: 0; padding: 0;}

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	background-color: #000;
	background-image:url('images/sfondo_opt.jpg');
	background-image:url('images/sback_gd.jpg');
	background-repeat: repeat-x;
	color: #FFF;
  	width: 100%;
  	min-width: 970px;
	background-attachment: fixed;
}

a {
	color: #FFCC00;
	padding: 2px;
	text-decoration: none;
}

a:hover {
	color: #FF0;
	padding: 2px;
	background-color: #FFCC00;
	color: black;
}
#topmenu {
	
}
#topmenu a {
	font-size: 16px;
	font-weight:700;
	color: #FC0;
	background-color: none;
}
#topmenu a:hover {
	color: black;
	background-color: #FFCC00;
}

a img {
  border: none;
}

.highlight {
	background-color:#FF9D9D;
	border-bottom:#F30 1px solid;
	border-top:#F30 1px solid;
	padding: 4px 10px;
	}

/* **************************** CONTAINERS ****************************** */
/* **************************** CONTAINERS ****************************** */
/* **************************** CONTAINERS ****************************** */
/* **************************** CONTAINERS ****************************** */

#container {
  	text-align: center;/* IE fix to center the page */
	margin: 0 auto;/* center the page in Firefox */
	width:950px;
	padding:0px;
	margin-top:0px;
}

#content {
	margin: 0 auto;/* center the page in Firefox */
  	width: 740px;
	height: 500px;
	background-color: #2D2e2e;
  	test-align: left;
	padding: 20px;
	background-color: brown;	
}

#left,#der {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

img.thumbs {
	margin-left: 15px;
	cursor: hand;
	cursor: pointer;
}
img.thumbs:hover,a img.thumbs:hover {
	background-color: transparent;
}

a.img,a.fix,a.previous,a.next {
	background-color: transparent;
	padding:0px;
	border:0px;
}
a.img:hover,a.fix:hover,a.previous:hover,a.next:hover {
	border:0px solid yellow;
	background-color: transparent;
	padding:0px;
}


a.previous:hover,a.next:hover {
	color: white;
}

#overlay {
	position:absolute;
	margin:0px auto;
	width:750px;
	height:300px;
	background:black;
	margin-left:93px;
	opacity: 0.65;-moz-opacity: 0.65; filter:alpha(opacity=65);
	margin-top: 0px;
	_display:none;
	*display:none;
	*background-color: black;
	*text-align: center;/* IE fix to center the page */
}

#topmenu {
	position:relative;
	margin-top:80px;
	display:block;
	float:left;
	clear:left;
	
	width:712px;
	margin-left:113px;
	height:30px;
	line-height:30px;
	background:transparent;
	font-family:Arial;
	font-size:12px;
	border-bottom:1px dotted gray;
	color:white;
	font-weight:700;
	_margin-left:55px;
}

#containercar {
	display:block;
	float:left;
	position:relative;
	margin-top:5px;
	width:715px;
	margin-left:113px;
	height:255px;
	background-color:none;
	text-align:center;
	font-family:Tahoma;font-size:10px;
	margin-bottom:20px;
	_margin-left:55px;
}

#left {
	display:block;
	float:left;
	width:455px;
	padding-left:5px;
	padding-right:20px;
	margin-top:10px;
	background-color:black;
	color:white;
	text-align:left;
	position:relative;
	z-index:5;
	margin-left:108px;
	margin-bottom:10px;
	_margin-left:52px;
}

#der {
	display:block;
	float:left;
	width:215px;
	padding-left:10px;
	padding-right:10px;
	margin-top:10px;
	background-color:transparent;
	color:white;
	text-align:left;
	border-left:1px dotted #666;
	position:relative
}

#item {
	width:455px;
	display:block;
	float:left;
	clear:left;
	padding-bottom:5px;
	border-bottom:1px dotted gray;
	color: #CCC;
}

#menu {
	margin-left:125px;
	margin-top:30px; 
	width:720px;
	height:150px;
	padding-top:50px;
	background-color:none;
	position:relative;
	display:block;
	float:left;
	background-image:url('images/artmenu/fondo.jpg');
	_margin-left:52px;
}

#footer {
	margin-top:15px;
	display:block;
	float:left;
	clear:left;
	width:950px;
	background:transparent;
	text-align:center;
	padding-bottom:50px;
	position:relative;
	right:15px;
}

a#DAMN {
	cursor: hand;
	cursor: pointer;
}

/* **************************** SLIDING PANEL ****************************** */
/* **************************** SLIDING PANEL ****************************** */
/* **************************** SLIDING PANEL ****************************** */
/* **************************** SLIDING PANEL ****************************** */
/* **************************** SLIDING PANEL ****************************** */

/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Script URI: http://web-kreation.com/index.php/tutorials/nice-clean-sliding-login-panel-built-with-jquery/
Date: March 26, 2009
Version: 1.0

	The CSS, XHTML and design is released under Creative Common License 3.0:
	http://creativecommons.org/licenses/by-sa/3.0/

*/ 

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */
.tab {
  	background: url(images/tab_b.png) repeat-x 0 0;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 999;
}

.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
	right: 150px;
  	color: white;
  	font-size: 80%;
	text-align: center;
}

.tab ul.login li.left {
  	background: url(images/tab_l.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	background: url(images/tab_r.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
  	background: url(images/tab_m.png) repeat-x 0 0;
}

.tab ul.login li a {
	color: #15ADFF;
}

.tab ul.login li a:hover {
	color: white;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;
}

.tab a.open {background: url(images/bt_open.png) no-repeat left 0;padding:0px}
.tab a.close {background: url(images/bt_close.png) no-repeat left 0;padding:0px}
.tab a:hover.open {background: url(images/bt_open.png) no-repeat left -19px;padding:0px}
.tab a:hover.close {background: url(images/bt_close.png) no-repeat left -19px;padding:0px}

/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	*left:0px;
}

#panel {
	width: 100%;
	height: 230px;
	color: #999999;
	background: #272727;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
	font-size: 11px;
}

#panel h1 {
	font-size: 15px;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

#panel h2{
	font-size: 12px;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}

#panel p {
	font-size: 11px;
	margin: 5px 0;
	padding: 0;
	line-height: 16px;
}

#panel a {
	text-decoration: none;
	color: orange;
	font-size:11px;
	padding:0px;
}

#panel a:hover {
	background-color: none;
	color: white;
}

#panel a-lost-pwd {
	display: block;
	float: left;
}

#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 11px;
}

#panel .content .left {
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
	font-size: 11px;
}

#panel .content .right {
	border-right: 1px solid #333;
}

#panel .content form {
	margin: 0 0 10px 0;
}

#panel .content label {
	float: left;
	padding-top: 3px;
	margin-left: 5px;
	clear: both;
	width: 280px;
	display: block;
	font-size: 11px;
}

#panel .content input.field, input.gen {
	font-size: 11px;
	padding-left: 5px;
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 195px;
	color: white;
	height: 16px;
}

#panel .content input:focus.field {
	background: #545454;
}

/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login,
#panel .content input.bt_register,input.gens {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
	margin-left:10px;
}

#panel .content input.bt_login {
	/*width: 74px;*/
	/*background: transparent url(images/bt_login.png) no-repeat 0 0;*/
}

#panel .content input.bt_register {
	/*width: 94px;*/
	/*color: white;*/
	/*background: transparent url(images/bt_register.png) no-repeat 0 0;*/
}

#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}

/* **************************** FOOTER MENU WP CAT ****************************** */
/* **************************** FOOTER MENU WP CAT ****************************** */
/* **************************** FOOTER MENU WP CAT ****************************** */
/* **************************** FOOTER MENU WP CAT ****************************** */
/* **************************** FOOTER MENU WP CAT ****************************** */

ul#ART{
	margin:0;
	padding:0;
	margin-left: 5px;
}

ul#ART li{
	width:100px;
	height:25px;
	float:left;
	color:#191919;
	text-align:center;
	overflow:hidden;
}
ul#ART li p {
	margin-top: 3px;
	margin-bottom: 3px;
}
ul#ART li p a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	padding: 3px;
	background-color: black;
	color: #FFF;
	font-weight: 700;
}

	.subtext{
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 10px;
		margin-top:5px;
		padding-top: 0px;
		background-color: black;
		color: white;
		opacity: 0.65;-moz-opacity: 0.65; filter:alpha(opacity=65);
		
	}

/*Menu Color Classes*/
.green{background:#6AA63B url('images/artmenu/green-item-bg.jpg') top left no-repeat;}
.yellow{background:#FBC700 url('images/artmenu/yellow-item-bg.jpg') top left no-repeat;}
.red{background:#D52100 url('images/artmenu/red-item-bg.jpg') top left no-repeat;}
.redd{background:#D52100 url('images/artmenu/red-item-bg2.jpg') top left no-repeat;}
.reddd{background:#D52100 url('images/artmenu/red-item-bg3.jpg') top left no-repeat;}
.purple{background:#5122B4 url('images/artmenu/purple-item-bg.jpg') top left no-repeat;}
.blue{background:#0292C0 url('images/artmenu/blue-item-bg.jpg') top left no-repeat;}


/* **************************** CAROUSSEL ****************************** */
/* **************************** CAROUSSEL ****************************** */
/* **************************** CAROUSSEL ****************************** */
/* **************************** CAROUSSEL ****************************** */
/* **************************** CAROUSSEL ****************************** */

.container { margin:0px; padding:0px; width:715px; height:240px; overflow:hidden; position:relative; cursor:pointer; background-color: transparent; }
.slides { position:absolute; top:0; left:0; }
.slides div { position:absolute; top:0; width:715px; display:none; }

#loopedSlider,#newsSlider { margin:0px;width:715px; padding:0px; position:relative; clear:both; }
ul.pagination { list-style:none; padding:0; margin:0; }
ul.pagination li  { float:left; }
ul.pagination li a { padding:0px; }
ul.pagination li.active a { background:blue; color:white; }

#newuser {  }
#newuser label {  }
#newuser label.error { font-size:11px; }
#newuser input.error { border: 1px solid red }
#free { position:absolute;width:200px;height:50px;border:0px solid red;top:60px;left:300px;color:orange }

a img:hover {
	background-color:none;
}

a.Fringe {
	color: #FFCC00;
}
a.Fringe:hover {
	padding:2px;
	background-color: #333;
}
p.grey img,#RES_ID_fb_login {
	border:0px red solid;
	background-color:transparent;
}

h1 {
	*font-size:19px;
}
h2 {
	*font-size:17px
}

input.puja {
	padding:2px;
	border:1px solid white;
	background:green;
	color: #FFF;
	font-size:11px;
	cursor:pointer;
	cursor:hand;
}

#fillme p {
	font-size:12px;
	color:#FFCC00;
	margin:0px;
	font-weight:700;
	margin-top:5px;
}