@charset "UTF-8";
/* CSS Document */


#wrapper {
	width: 860px;
	padding: 0px;
	background-color: transparent;
	margin: 30px auto 0px;
	position:relative;
}

body {
	font-family:Courier New,Courier,serif;
	background: silver url(../images/cardboard.jpg) repeat;
	font-size: 70%;
	overflow:scroll;
}

#navigation {
	float: right;
	width: 300px;
	margin: 35px 5px 0px 0px;
	padding-bottom: 0.125em;
	display: inline-block;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

#navigation_top ul li a {
	float: right;
	margin: 0px 20px 0px 0px;
	top: 100px;
	font-size: 15px;
	color: #000000;
	text-decoration: none;
	display: inline;
}

#navigation_top ul li a:hover {
	color: #621a4b;
}

#portfolio_nav {
	width: 210px;
	float: left;
	text-decoration: none;
	color: #999999;
	margin: 20px 10px 20px 10px;
	font-size: 20px;
	line-height: 1.5em;

}

#portfolio_nav ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2.125em;
	font-style:normal;
	font-weight:lighter;

}

#portfolio_nav a{
	text-decoration:none;
	color:#000;
	}
	
#portfolio_nav ul li a:hover {
	color:#621a4b;
	text-decoration:none
}
#portfolio_nav ul li a:visited {
	color:#333333;
}

ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #666;
}

#list {
	background-color: #FFF;
	float: left;
	width: 200px;
	display: block;
	padding: 0px;
	margin-right: 50px;
	margin-top: 20px;
}

.clear {
	clear: both;
	float: left;
}
a img {
	border: 0px solid #fff;
}
.img_left {
	float: left;
	margin:0px 3px 0px 0px;
	clear: none;
}

h1 img {
	float: left;
	padding-bottom: 0px;
	left: auto;
	top: auto;
	position: relative;
}

h1 {
}

h2 {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #323232;
	text-align: left;
	line-height: 1.5em;
	font-variant: small-caps;
	font-weight: normal;
	font-style:normal;
}

h2 a {
	text-decoration:none;
	}

h3 {
	font-size: 25px;
	color: #000000;
	text-align: right;
	font-variant: small-caps;
	line-height: 1.5em;
	font-weight: normal;
}

p {
	font-size: 12px;
	color: #000000;
	word-spacing: 0em;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2, h3, p {
	margin: 0.5em 0;
	padding: 0px;
	text-align: left;
}

a, a:visited, a:active {
	color: 	#621a4b;
}

#welcome {
	width: 400px;
	margin: 5px 5px 5px 0;
	font-size: 14px;
	font-style: italic;
	color: #000000;
	text-align: right;
	display: inline;
	float: right;
	padding-right: 10px;
}



#project_nav a {
	text-decoration:none;
	color:#621a4b;
}
#project_nav {
} 

#header p a {
	text-decoration:none;
	color:#621a4b;
}
.item {
	width:590px;
	padding-bottom: 3px;
}
.content {
	position:relative;
	width:590px;
	float: right;
	margin-top: 15px;
	padding-bottom: 10px;
}


#img_container {
	width: 600px;
}


#s1 a {
	text-decoration: none;
	}
	
/*#description*/
 .description {
	width: 590px;
	float: right;
	top:582px;
	clear: both;
	position:absolute;
	left: 269px;
}

.description p{
	font-size:11px;
}
.description p a{
	font-size:11px;
	color:#621a4b;
	text-decoration:none;
}

/** About page**/

#about {
	float: left;
	width: 380px;
	position: relative;
	margin-left:10px;
}

/** normal footer**/

.footer {
	backround:#FBFAF4 no-repeat scroll 20px 50%;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	margin-bottom:3em;
	text-align: right;
	font-size:12px;
	color: #000000;
	background-position: bottom;
	clear: both;
	display: block;
	position: absolute;
	top: 700px;
	width: 860px;
	left: 0px;
}

/** footer on index **/

.footeralt {
	backround:#FBFAF4 no-repeat scroll 20px 50%;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	margin-bottom:3em;
	text-align: right;
	font-size:10px;
	color: #000000;
	background-position: bottom;
	clear: both;
	display: block;
	margin-top: 50px;
}
/** blog navigation **/

#blog_nav {
	clear: both;
	margin-top: 20px;
	text-align: center;
}
#blog_nav a {
	padding: 25px;
	display: inline-block;
}
/** slideshow content box ?? **/

.content {
	position:relative;
	width:590px;
	float: right;
	margin-top: 15px;
	padding-bottom: 10px;
}

