/*
	CSS files kept in the 'styles' directory can be used to
	customize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select styles from the K2 Options  in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	:	Graziano
	Author Site	:	http://www.agendissima.it
	Style Name	:	software agenda appuntamenti
	Style URI	:	http://getk2.com
	Version		:	1.0
	Comments	:	K2 style for agendissima.it website
*/

html {
	
}

body {
	background: #666666 url("images/html-bg.png") repeat-x top center;
	font-family: Arial, Verdana, Helvetica,  sans-serif;
	text-align: left;

	}
	
	.columns-two #page {
width:955px;
		}
		
strong, em, b, i {
    font-family: Arial, "Trebuchet MS", "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Helvetica,  sans-serif;
	}
	
a {
	color: #0026FF;
	}

# {
	/* The entire design is contained within the '' id */
	border: none;
	width: 780px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	background: url("images/-bg.png") repeat-y top center;
	}
#page{
border:none;
}
.address {
padding:30px 0 10px;
font-size: 10px;
color:#999999;
}
#footer {
	/* The entire design is contained within the '' id */

	background:url("/wp-content/themes/k2/styles/agendissima/images/box-footer.jpg") no-repeat scroll center top #FFFFFF;
border:medium none;
color: white;
font-size:1.4em;
height:170px;
margin-top:0;
width:955px;
	}
#footer a {
	color: white;
		text-decoration: underline;
	}

#footer a:hover {
	color: #2a7fff;
		text-decoration: underline;
	}
	
.footerCntent div{
  float: left;
  margin: 0 5px;
  width: 212px;
  min-height: 100px;
  padding-left:8px;
	padding-right:8px;
}

.content{
	border-bottom: 1px solid #EAEAEA;
	padding:0 5px 10px;

	}
	
/* MENU */

ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	background: url("images/menu-bg.png") repeat-x top center;
	height: 30px;
	font-weight: bold
	}

ul.menu li {
	display: inline;
	margin: 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
	
	
	}

ul.menu,
ul.menu li a {
	left: 0px;
	width: 100%;
	}

ul.menu li a {
	font-size: 1.5em;
	color: white;
	margin: 0;
	}

ul.menu li a:hover {
	background: #333;
	background: url("images/menu-bg-hover.png") repeat-x top center;
	color: #eee;
	text-decoration: none;
	}

ul.menu li.current__item a,
ul.menu li.current__item a:hover,
ul.menu li.current__ancestor a,
ul.menu li.current__ancestor a:hover {
	color: #333;
	background: url("images/menu-bg-active.png") repeat-x top center;
	text-decoration: none;
	}

/* FINE MENU */

#header {
	position: relative;
	background: #FFFFFF url("images/header-bg.png") repeat-x top center;
	background-position: top right;
	height: 265px;
	}
	
#header h1 a:hover{
	color:#666666;
	text-decoration:none;
	}
#header h1{
	margin-bottom: 7px;
	}

h1.blog-title{
	padding: 20px 140px 0;
	width: 600px; 
padding-left: 350px; padding-right: 0px; width: 600px;
	}

div.content {
	background-color: white;
	}
	
#primary {
	/* Contains the main column */
	background-color: white;
	float:left;
padding:10px;
position:relative;
width:680px;
	}
	
	

.hentry {
	/*padding-right:20px;*/
	background-color: white;
	}

.entry-content {
color:#000000;
font-size:1.4em;
line-height:1.4em;
text-align: left;

	}

#sidebar-1 {
	/* The first sidebar */
	background-color: white;
	font-size:1.4em;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	color:#000000;

	}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {

color:#666666;
float:left;
font-size:1em;
line-height:1.5em;
overflow:hidden;
padding:0px;
padding-top:110px;
position:relative;
width:220px;
	}
#dynamic-content {
padding-top:10px;
}

h1, h2, h3, h4 {
font-family: arial ,Verdana,Sans-Serif;
}

.tabgraz {
vertical-align: top;
text-align: center;
border-top: 1px solid #DDDDDD;
border-right: 1px solid #DDDDDD;
text-align:center;
vertical-align: middle;
padding-left: 5px;
padding-right: 5px;
width:150px;

}

.tabgrazsx {
background-color:#cccccc;
vertical-align: top;
text-align: left;
border-top: 1px solid #DDDDDD;
border-right: 1px solid #DDDDDD;
border-left: 1px solid #DDDDDD;
padding-left: 5px;
padding-right: 5px;
vertical-align: middle;
}
#header .description {
font-size:1em;
margin:0 5px;
}
