/* @override http://support.ribuoli.it/themes/ribuoli/stylesheets/application.css?1225553452 */

/* @override http://support.ribuoli.it/themes/ribuoli/stylesheets/application.css?1225123986 */

/* load the default Redmine stylesheet */
@import url(../../../stylesheets/application.css);

body, html
{
	background-color: #f9f9f9;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	min-width: auto;
}

body
{
	background-color: #f9f9f9;
	color: #555353;
	font: normal 62.5% sans-serif;
	padding: 2% 0;
	padding-top: 0;
}

p
{
	margin-bottom: .7em;
	margin-top: 0;
}

ul
{
	margin-bottom: .7em;
	margin-top: 0;
}

#wrapper
{
	background-color: #f9f9f9;
	width: 900px;
	margin: 10px auto;
	font-size: 1.3em;
}

#top-menu
{
	background-color: #f9f9f9;
	font-size: .8em;
	width: 890px;
	height: 2em;
	margin: 0 0 10px;
	padding: 0 10px;
}

#top-menu #loggedas
{
	margin-right: 10px;
	color: #555;
}

#top-menu ul
{
	height: 2em;
}

#top-menu a
{
	color: #000;
}

h1, h2, h3 {
	color: #3A3939;
	padding: 8px 0 2px;
}

h1
{
	font: bold 2em Helvetica,sans-serif;
	margin-bottom: 20px;
	text-shadow: rgb(255, 255, 255) 1px 1px 1px;
}

h2
{
	font: b 1.6em Tahoma,sans-serif;
	margin-top: 10px;
	margin-bottom: 15px;
	text-shadow: rgb(255, 255, 255) 1px 1px 1px;
	border-bottom: 1px solid #777;
}

h3
{
	font: bold 1.2em sans-serif;
	margin-bottom: 1em;
	padding: 8px 0;
}

/* add a logo in the header */
#header
{
	color: black;
	width: 880px;
	height: 100px;
	padding: 10px;
	border: 1px solid #777;
	background-color: #e8e8e8;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

#header a
{
	color: black;
}

/* move the project menu to the right */
#main-menu {
	margin-left: 4px;
}

#main-menu li a
{
	color: black;
}

#main-menu li a:hover
{
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	color: #fff;
	background-color: #555;
}

#main-menu li a.selected, #main-menu li a.selected:hover
{
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	color: #fff;
	background-color: #777;
}


a.home
{
    content: url(http://www.ribuoli.it/images/home.png);
}

#main
{
	width: 880px;
	padding: 10px;
	border: 1px solid #777;
	border-top: none;
	background-color: #fff;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#sidebar
{
	width: 18%;
	padding: 5px;
	background-color: #e8e8e8;
	-webkit-border-radius: 10px;
}

#sidebar h3
{
	border: none;
	text-shadow: none;
	margin-top: 5px;
	margin-bottom: 5px;
	
}


#content
{
	width: 78%;
	border: none;
}

.box
{
	-webkit-border-radius: 10px;
}


#footer
{
	width: 500px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	border-top: none;
	background-color: #e8e8e8;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#footer a
{
	color: #000;
}

.icon
{
	
}

.icon22-tracker
{
	background-image: url(../images/issues.png);
}
.icon22-users
{
	background-image: url(../images/users.png);
}
