@charset "macintosh";
/* CSS Document */

/*
	Structure
*/

body, html {
	margin: 0;
	height: 100%;
	padding: 0;
	background-image: url('images/bg_body2.jpg');
	background-color: #000000;
	background-attachment: fixed;
	background-repeat:repeat-x;
}

#wrapper {
	background-image: url('images/bg_body_alt.gif');
	background-color: #ffffff;
	display: table;
	width: 640px;
	height: 100%;
	float: none;
	margin: 0 auto;
	padding: 0px 40px 0px 40px;
}

	#wrapper > div {
		width: 100%;
		float: left;
		position: relative;
		display: block;
	}
	
	#header {
		margin-top: 75px;
	}
	
	#content {
		margin-top: 25px;
		background-color: none;
	}
	
		#projects {
			margin-top: 40px;
		}
		
			#projects .project {
				display: block;
				background-color: none;
				padding: 0px 0px 10px 0px;
			}
			
				#projects .project a {
					display: block;
				}
	
				#projects > .project:last-child a {
				}
	
					#projects .project a img {
						padding: 1px;
						background-color: #ffffff;
						border: 1px solid #e5e5e5;
					}
		
		#more {
		}
		
	#footer {
		margin-top: 10px;
		padding: 20px 0px 20px 0px;
	}
	
		#footer > div {
			margin: 0px 40px 0px 40px;
		}
	
		#footer #left {
			float: left;
			position: relative;
			width: 200px;
		}
		
		#footer #right {
			width: auto;
			display:inline-block;
			float: right;
		}
	
/*
	Links & Typography
*/

* {
	font-family: Georgia, "Times New Roman", serif;
	color: #e5e5e5;
	font-size: 16px;
	line-height: 1.5em;
}

#content > p {
}

#footer {
	color: #ffffff;
}
	
	#footer * {
		font-size: 0.9em;
		color: #ffffff;
	}

a, a:active, a:visited {
	color: #9600a4;	/* Purple */
	text-decoration: none;
}

	a:hover, #more a:hover {
		cursor: pointer;
		background-color: #9600a4;
		color: #ffffff;
	}
	
#header a:hover, .project a:hover {
	background: none;
}
	
#more a {
	font-style: italic;
	color: #ffffff;
	display: block;
	width: 100%;
	padding: 20px 0px 20px 0px;
	background-color: #1c1c1c;
	text-align: center;
}

/*
	admin stuff
*/

.a-box {
	background-color: #000000;
	opacity: 0.80;
	position: fixed;
	z-index:999;
	right: 50px;
	top: 25px;
	display: block;
}
	.a-box a {
		color: #FFFFFF;
		padding: 20px 20px 20px 20px;
		font-size: 0.8em;
	}
	
.rounded {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color:#1c1c1c;
	padding: 10px;
}

.transp {
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
}
	
#a-add-project {
	margin-top: 20px;
	display: none;
}

	#a-add-project * {
		opacity: 1.0 !important;
		-moz-opacity: 1.0 !important;
		-webkit-opacity: 1.0 !important;
	}
	
	#a-add-project form input {
		display: block;
		width: 100%;
		font-size: large;
	}
	
	#a-add-project form h3 {
		color: #ffffff;
		font-weight: normal;
		margin-bottom: 0px;
		
	}
	
input {
	color: #1c1c1c;
}

div#social { margin-bottom: 5px; }
div#social a { padding: 5px 5px 0px 5px; margin: 0px 5px 0px 0px; border: 1px solid #1c1c1c;}

div#social a img {	border: none; }

#projects img, #projects a {
	border: none !important;
}
	
	