/*header*/

div#header p, div#header h1, div#header ul {
	margin: 0;
	padding: 0;
}

div#logo a {
	margin-top: 10px;
	display: block;
}

div#logo h1 a span, div#logo p {
	display: none;
}

div#header {
	background: #000000 url(../images/background.jpg) repeat-y  	scroll center top;
	height: 110px;
	border-bottom: 4px solid #2a2a2f;
}

div#header-inside {
	width: 560px;
	margin: 0 auto;
	font: 14px "Comic Sans MS";
	color:#01aff0;
}

div#logo h1 a {
	background: url(../images/header/logogelatiamo.png) no-repeat;
	height: 80px;
	width: 560px;
	float: left;
}

/*body*/

body {
	margin: 0;
	padding: 0;
	font: 10px "Comic Sans MS";
	background: #000000 url(../images/background.jpg) repeat-y  	scroll center top;
	color: #b3b3bb;
	}

/*redefine*/

::-moz-selection {
	background: #111;
	color: #eee;
}

::selection {
	background: #111;
	color: #eee;
}

h1, h2, h3, h4, p, ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}

a:link, a:visited {
	color: #01aff0;
}

a:hover, a:active {
	color: #ed1c24;
}

h1 span {
	display: none;
}

p {
	padding: 5px 0;
	line-height: 1.7;
}

/*headings & link colors*/

h2 {
	font-size: 20px;
	border-bottom: 1px solid #27272a;
	border-top: 1px solid #27272a;
	margin: 0 0 10px;
	padding: 5px 0 4px;
	color: #ccc;
	color: #c17878;
   }

h2, h3.sub {
	text-shadow: 1px 2px 1px #131315;
}

h3.sub {
	position: absolute;
	top: 50px;
	font-size: 9px;
}

/*content*/

#container {
	position: relative;
	width: 560px;
	margin: 0px auto 10px;
}

#content {
	width: 560px;
   /* height: 600px; */
	position: relative;
	z-index: 998;
	/*z-index: 10000;*/
	background: #1d1d1d;
	padding-right: 0px;
}

/*sidebar*/

#sidebar {
	position: absolute;
	z-index: 1;
	width: 180px;
	left: 565px;
	top: 0;
}

#sidebar a, #sidebar h3.cat {
	width: 80px;
     -moz-border-radius: 10px;
     -webkit-border-radius: 10px;
	display: block;
	padding: 3px 5px 3px 20px;
	/*background: url(../images/tab_small.gif) center right no-repeat;*/
	margin: 5px;
	text-decoration: none;
}

/*big menu*/

#my-border, #my-border .sb-inner { background:#333333; }
#my-border .sb-shadow { background:1d1d1d; }
#my-border .sb-border { background:green; }
/*#my-border:hover, #my-border:hover .sb-inner { background:#ed1c24; }*/
#my-border .sb-inner { background:#333333 url(grad.png) repeat-x; }


#box {
	margin-top: 10px;
	font-size:12px;
	color:#01aff0;
}

#box-inside {
      margin: 0 auto;
	font: 12px "Comic Sans MS";
	color:#01aff0;
	text-align: center;
}

/*footer*/

#footer {
	background: #000000 url(../images/background.jpg) repeat-y  	scroll center top;
	border-top: 4px solid #2a2a2f;
	margin-top: 5px;
	font: 10px "Comic Sans MS";
	color: #595965;
	padding: 0px 0;
	height: 1%;
	text-align: center;
}
