/*
Theme Name: Greys
Theme URI: http://wwww.tattoocms.it/templates/greys.html
Author: Nicola Lambathakis


------------------------------------------------------------------------- */

body {
	margin:0px;
	color: #927F6E;
	text-align:center;
	padding:0;
	background-color: #000000;
	background-image: url(imgs/bgpage.jpg);
	background-repeat: repeat-x;
	background-position: top;
 }

#outer {
	text-align:left;
	border:1px solid #000000;
	width:650px;
	margin:auto;
	padding: 0px;
	background-image: url(imgs/bgtop.jpg);
	background-repeat: repeat-x;
	background-position: top;
 }

#hdr {
	height:120px;
	color: #333333;
	background-image: url(imgs/bgtop.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
	padding-left: 15px;
 }

#bar {
	height:25px;
	color: #333333;
	background-color: #c0c0c0;
	background-image: url(imgs/bgtop.jpg);
	border-top-width: thin;
	border-right-width: 0;
	border-bottom-width: thin;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-repeat: repeat-y;
 }

#bodyblock {
	position:relative;
	color: #333333;
	width:650px;
	padding:0;
	background-color: #75726F;
	background-image: url(imgs/paperback.jpg);
 }

#l-col {
	float:left;
	color: #333333;
	width:145px;
	background-image: url(imgs/leftcolumnbg.jpg);
	background-repeat: repeat-x;
	padding-top: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #52504e;
 }
h1 {
	color: #CCCCCC;
}
h2 {
	color: #CCCCCC;
}
h3 {
	color: #FF9900;
	font-size: 130%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(imgs/headlinebg.jpg);
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 10px;
	height: 32px;
	padding-top: 2px;
}


#cont {
	width:495px;
	color: #CCCCCC;
	text-align:left;
	border-top-width: thin;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #75726f;
	padding-left: 20px;
	padding-right: 8px;
 }
h4 {
	font-size: 110%;
	color: #999999;
}


#ftr {
	height:25px;
	color: #333333;
	margin:0;
	background-color: #c0c0c0;
	background-image: url(imgs/bgtop.jpg);
	border-top-width: thin;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
	background-repeat: repeat-y;
 }
/*MENU*/



#menu a:hover{
	color:#FF9900;
	background-image: url(imgs/bgmenu-on.jpg);
	background-repeat:no-repeat; 
}

#menu li{

   list-style:none;

   margin:0;

   height:auto !important;

   height:1%;

   line-height:1.6em;

   font-size:1em;

   color:#000;

   font-weight:bold;

   text-align:left;

}

#menu li a, #menu li.here a{
	color:#CCCCCC;   /* non current menu color */
	display:block;
	text-decoration:none;
	background-image: url(imgs/bgmenu.jpg);
	background-repeat:no-repeat;
	background-position: left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}

#menu li.here{
	color:#FFFFFF;     /* current menu color */
	padding-top:1px;
		background-image: url(imgs/bgmenu.jpg);
	background-repeat:no-repeat; 
	padding-left: 5px;

}

#menu ul{

   margin:0;

   padding-bottom:20px;

   padding-left:5px;

}

#menu ul ul{

   display:none;

}

#menu ul ul ul{

   display:none;

}

#menu li.here ul{

   display:block;

   padding:2px 0px 2px 15px;

   font-size:1em;

}

#menu li.here ul ul {

   display:none;

}

#menu li.here li.here ul {
	display:block;
	color: #FFFF00;
}

/*links*/

A:link {

color:#FFFFFF;

text-decoration:none;
font-weight:bold

}



A:active {

color:#FFFFFF;

text-decoration:none;
font-weight:bold
}



A:visited {

color:#FFFFFF;
font-weight:bold
text-decoration:underline;

}



A:hover {
	color:#FF9900;

font-weight:bold
text-decoration:none;

}
/* FlexSearchForm */

/* Form styles */
.FSF_form{}
.FSF_input {
	border:1px dotted #CCCCCC;
	font-weight: normal;
	font-size:90%;
	color: #FF9900;
	background-color: #999999;
}
.FSF_submit {
	font-weight: normal;
	font-size:90%;
	border:1px  #FFF;
	color:#FF9900;
	background-color: #565553;
}
.FSF_form fieldset {margin:0;padding:0;border:none;}
.FSF_fieldset legend {display:none;}


/* Result Styles */
.FSF_SearchResults {}
.FSF_resultsIntroFailure {color:#900;}
.FSF_result {
position:relative;margin:10px 0;padding:5px 0px 5px 30px;
background:url("imgs/searchdot.gif") no-repeat 0px 5px;
}
.FSF_resultLink {color:#900;}
text-decoration: none;
font-weight: bold;
font-size:100%;
}
.FSF_resultLink:hover {color:#900;}
.FSF_resultDescription {
display:block;
position:relative;margin:0;padding:0;
border-top:1px dotted #CCC;
font-size:100%;
}
.FSF_pagination {}
.FSF_searchString {}
