.scrollable {
	position:relative;
	overflow:hidden;
	width: 650px;
	height:370px;
	border:2px solid black;
	margin:40px 0;
}

.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}

.scrollable img {
	float:left;
	margin:0;
	background-color:#fff;
	padding:0;
	cursor:pointer;
	width:650px;
	height:462px;
}

.scrollable .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}

body {
	background:url(/images/bg.jpg);
	padding:0;
	margin:0;
	font-family:  'american typewriter', 'trebuchet ms', serif;
	font-size: 1em;
	line-height: 1.5;
	letter-spacing:0.3pt;
	word-spacing: 0.1em;
	color: #222;
}
#container {
	background:url(/images/header.jpg) no-repeat;
	width:1070px;
	height:800px;
	margin:0;
}
#header {
	height:350px;
}
#header h1 {
	text-indent:-9999px;
	margin:0;
}
h2 {
	letter-spacing: 0.133em;
	text-transform: uppercase;
	text-align: right;
	color: #800;
	width: 300px;
	font-weight:normal;
	font-size:1.1em;
	float:left;
}
#about, #technologies, #applications {
	width:650px;
	float:left;
	margin-left:50px;
}
em {
	color: #552222;
}
a {
	color: #600;
}
a:hover {
	color: maroon;
	text-decoration:none;
}
.application {
	font-size:18px;
	font-weight:normal;
}
.screenshot {
	border:2px solid black;
	display:block;
	margin:auto;
}
.section {
	overflow:auto;
}

#top_link {
	overflow: auto;
	margin: 50px 20px 0;
}

#top_link img {
	border:none;
	display:block;
	float:right;
}
#footer {
	height:180px;
	background:url(../images/bottom.jpg) no-repeat center bottom;
}
#credits {
	margin-right:50px;
	margin-top:20px;
}

#footer p {
	text-align:right;
	font-size:15px;
	color: #2B3C45;
}


#navbar ul {
	margin:0;
	padding-left:65px;
	list-style-type:none;
	text-indent:-9999px;
}

#navbar li {
	display:inline;
}

#navbar li {
	display:block;
	float:left;
}

#navbar a {
	display:block;
	line-height:30px;
	padding:5px;
}

li#home a{
	width:40px;
}

li#blog a{
	margin-left:35px;
	width:30px;
}

li#contatti a {
	margin-left:40px;
	width:60px;
}

li#login a {
	width:40px;
	margin-left:685px;
}

#shiny {
	display:none;
}

div#login {
	width:650px;
	float:left;
	margin-left:50px;
	height:700px;
}

p.alert, p.notice {
	text-align: center;
}

.fieldWithErrors {
	display: inline;
}

#user_new, .edit_post {
	background: url('/images/bg-dark.jpg');
	padding:20px;
	border:1px solid #b4b6a5;
}

#user_new input {
	padding:7px;
	-moz-border-radius:5px;
	border:1px solid gray;
	margin:10px 20px;
}

#user_new th {
	font-weight:normal;
	text-align:right;
}

.new_post input, .edit_post input {
	padding: 7px;
}

input#post_submit {
	padding:10px 20px;
	border:1px solid gray;
	-moz-border-radius:5px;
}

.new_post .field, .new_post .actions, .edit_post .field, .edit_post .actions {
	margin:15px 0;
}

.new_post .actions a, .edit_post .actions a {
	margin-right:30px;
}

.center {
	text-align: center;
}

hr {
	width: 90%
}

p#badges {
	overflow: hidden;
}

#badges a {
	padding: 0;
	margin: 0 0 0 20px;
}

#fb_share, #refactormycode {
	display:block;
	float:right;
}

#refactormycode img {
	border: 0;
}

span.code {
	font-family: monospace;
	color: #552222;
}
