@charset "UTF-8";

/* CSS Document */


html, body {
	margin:0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #630;
	font-size: 95%;
}


p, li{
	line-height: 2em;
	font-size: 1em;
	}
p a {
	text-decoration: none;
}
a {
	color: #C30;
}

h2 {
	text-align: left;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 1.3em;
}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding: 12px;
	border: 1px solid #CCC;
	margin-top: 12px;
	margin-bottom: 12px;
	-moz-box-shadow: 3px 3px 4px #CCC;
	-webkit-box-shadow: 3px 3px 4px #CCC;
	box-shadow: 3px 3px 4px #CCC;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* NAVIGATION  */
#nav {
	height: auto;
	margin-bottom: 18px;
	padding-top: 10px;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#nav h1 {
	padding-left: 22px;
	text-align: left;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 2.5em;
}

#nav h1 a {
	text-decoration: none;
	color: #333;
	font-size: 1.3em;
}
#nav ul {
	float: right;
}
#nav ul li {
	display: inline;
	list-style-type: none;
	padding-right: 12px;
	padding-left: 12px;
	font-size: 90%;
}
#nav ul li a {
	text-decoration: none;
}


#nav ul li a:hover{
	text-decoration: none;
}


/* CONTENT  */
#main_content {
	clear: both;
	padding: 12px;
}
#main_content p {
	padding-right: 22px;
	padding-left: 12px;
}


#index_description {
	width: 450px;
	padding-left: 22px;
	padding-right: 12px;
	margin-bottom: 44px;
}
#index_description h1 {
	font-size: 1.3em;
	font-weight: bold;
}



/* ABOUT  */
#about_content {
	margin-right: auto;
	margin-left: auto;
	width: 600px;
	
}



/* PORTFOLIO  */
#portfolio {
}
#portfolio ul li {
	display: inline;
	list-style-type: none;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 24px;
	padding-left: 12px;
}
#portfolio ul li img {
	padding-bottom: 3em;
}

#slideshow {
	width: 350px;
	float: right;
	margin-right: 11px;
	margin-left: 40px;
}

.gallery.clearfix li {
	list-style-type: none;
	display: inline;
	padding-right: 16px;
}

.hint {
	font-style: italic;
	color: #666;
	font-size: 90%;
	padding-left: 22px;
}



/* FOOTER  */
#footer {
	text-align: center;
	position: relative;
	bottom: 12px;
	font-size: 70%;
	font-style: italic;
	clear: both;
	margin-top: 44px;
	padding-top: 22px;
}
#footer  a {
	text-decoration: none;
}


/* MISC  */
.centered {
	text-align: center;
}
.floatRight {
	padding: 12px;
	float: right;
}

.floatLeft {
	padding: 12px;
	float: LEFT;
}
.imageborder {
	border: 1px solid #AAA;
}
