/*
Theme Name: Allhome.eu
Theme URI: http://wordpress.org/
Description: Famous pino accommodations ideal theme!<a href="http://www.giuseppesurace.com">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://www.giuseppesurace.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


body {
text-align:left;
font-size:13px;
/*font-family:Cambria,Georgia,Myriad Pro,Arial,Helvetica;*/
font-family:Georgia;

/*background:url(http://www.bluenity.com/images/body.gif) repeat-x;*/
}



a:link, a:visited{
color:#D3005F;
text-decoration:none;
}

a:hover{
	color:#ff3301;}


h2 a:link, h2 a:visited{
color:#ff3301;
text-decoration:none;
}

h2 a:hover{
	color:#ff6600;}




.nav{
width: 100%;
overflow: hidden;
/* border-bottom: 1px solid #ccc; bottom horizontal line that runs beneath tabs*/
}

.nav ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/

list-style-type: none;
}

.nav li{
display: inline;
margin: 0;
}

.nav li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #414141; /*background of tabs (default state)*/
}

.nav li a:visited{
color: white;
}

.nav li a:hover, .nav li.selected a{
background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}



#vertmenu {
font-family: Arial, Helvetica, sans-serif;
font-size: 120%;

padding: 0px;
margin: 0px;
}

#vertmenu h1 {
display: block;
background-color:#FF9900;

padding: 3px 0 5px 3px;
border: 1px solid #000000;
color: #333333;
margin: 0px;

}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
}
#vertmenu ul li a {

border-bottom: 1px dashed #C39C4E;
padding: 5px 0px 2px 4px;
text-decoration: none;
color: #D3005F;

}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #ff3301;
background-color: #eeeeee;
}


