/* Global Stuff */

html {
	height: 100%;
	margin-bottom: 0px;
}

body {
	font-family: Georgia, serif, helvetica, wingdings;
	color: #333;
	text-transform: lowercase;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background: url('../images/bg.png') no-repeat bottom right;
}

/* Link Styling */

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

a:hover {
	text-decoration: none;
	color: #ff0000;
}

#about a:link, #about a:active, #about a:visited {
	text-decoration: none;
	color: #191919;
}

#about a:hover {
	color: #000;
	background: #FFFF00;
}

#block a:link, #block a:active, #block a:visited {
	text-decoration: none;
	color: Gray;
}

#block a:hover {
	color: #ff0000;
}

#footer a:link, #footer a:visited {
	color: #AAAAAA;
	margin-left: 2px;
	margin-right: 2px;
}

#footer a:hover {
	color: Gray;
}

h3 a:link, h3 a:visited {
	color: #3D3D3D;
}

h3 a:hover {
	color: #0092F2;
}

h3 {
	margin: 0px 0 0;
	cursor: pointer;
}

h3 a:link, h3 a:visited {
	padding: 8px;
	font-weight: normal;
}

/* Body */

#container {
	text-align: right;
	margin: 0 auto;
	vertical-align: top;
	font-size: 35px;
}

/* Sliders */

.stretcher {
	
}

.block {
	padding: 10px;
	padding-left: 73px;
	font-size: 12px;
	font-family: Verdana;
	line-height: 16px;
	text-transform: none;
	color: #333;
}

#container {
	width: 860px;
	background: url('../images/x.gif') repeat;
	text-align: left;
	margin: 0 auto;
	float: left;
	padding-left: 20px;
}

/* Styling for the different headers of the site */

#about {
    font-family: Courier New;
	font-weight: normal;
	font-size: 25px;
	text-transform: none;
	margin-left: 69px;
	padding-top: 20px;
	padding-bottom: 13px;
	border-bottom: 1px dashed #666;
	margin-bottom: 13px;
}

#bio, #work, #follow, #contact {
	padding-left: 55px;
	font-size: 40px;
}

#bio {
	background: url(../images/bio.jpg) no-repeat left center;
}

#work {
	background: url(../images/work.jpg) no-repeat left center;
}

#follow {
	background: url(../images/follow.jpg) no-repeat left center;
}

#contact {
	background: url(../images/contact.jpg) no-repeat left center;
}

/* headers of the site */

#facebook, #twitter, #linkedin {
	border: 0px;
	padding-left: 25px;
	float: left;
	display: inline;
	width: 520px;
	position: relative;
	margin: 5px;
}

#facebook {
	background: url('../images/facebook.png') no-repeat left center;
}

#twitter {
	background: url('../images/twitter.png') no-repeat left center;
}

#linkedin {
	background: url('../images/linkedin.png') no-repeat left center;
}

img {
    border:0px;
}
code {
	margin: 10px 0;
	font-family: Verdana;
	font-size: 12px;
	color: #666;
	background-color: #000;
}

#loghi {
	bottom: 0;
	height: 80px;
	position:absolute; top:10px; right:10px;
	width: 50%;
	z-index: 990;
	font-size: 11px;
	text-align: right;
	margin: 0px;
}

#footer {
	bottom: 0;
	height: 3%;
	position: fixed;
	width: 92%;
	z-index: 1000;
	font-family: Verdana;
	font-size: 11px;
	text-align: center;	
	margin: 0px;
	color: #666;
}
