@CHARSET "ISO-8859-1";
/* CSS Document for Paper Crane Web
http://papercraneweb.com
Copyright (c) 2009 Paper Crane Web
*/

/* Browser Reset Styles ================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
strong {
	font-weight: bold;	
}
small {
	font-size: 75%;	
}
em {
	font-style: oblique;	
}

/* Basic Definitions ==================== */
body {
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 14px;
	color: #000;
	background: url('/images/bg.gif');
	line-height: 1.3em;
}

h1 {
	font-size: 24px;
	padding: 10px;
	color: #000;
}
h2 {
	font-size: 24px;
	color: #000;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
}
h3 {
	font-size: 16px;
	color: #e13601;
	margin: 30px 0 10px 0;
	padding: 0;
	font-weight: bold;
	border-bottom: 5px solid #666;
	text-transform: uppercase;
}

a:link, a:visited, a:active {
	color: #be1b00;
	text-decoration: none;
}
a:hover {
	color: #444;
	text-decoration: underline;
}

p {
	line-height: 1.3em;
	margin: 5px 0 10px 0;
	padding: 0;
}

ul, ol {
	margin: 10px 0 10px 25px;
	padding: 0;
}
	li {
		margin-bottom: 5px;
	}

/* Classes ============================== */
.clear {
	clear: both;
}
.left {
	float: left;
	margin-right: 15px;
}
.right {
	float: right;
	margin-left: 15px;
}
.styled {
	width: 250px;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #999;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	color: #be1b00;
	background: #ddd;
	text-transform: lowercase;
}
.alert {
	background: #fff8c3;
	border: 2px solid #9e9c8d;
	padding: 15px;
	margin-bottom: 20px;
}

#container {
	width: 940px;
	margin: 0 auto;
}

#left-column {
	width: 680px;
	float: left;
	padding-top: 130px;
}
#right-column {
	width: 260px;
	float: right;
	padding-top: 20px;
}

#crane {
	text-align: right;
}

#portfolio-wrap {	
	width: 627px;
	height: 340px;
}
#portfolio {
	width: 607px;
	height: 320px;
	border-right: 10px solid #000;
	border-left: 10px solid #000;
	border-bottom: 10px solid #000;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	overflow: hidden;
}

.project-container {

}
.info {
	background: #000;
	padding: 10px 20px;
	position: relative;
	width: 567px;
	opacity:0.8;
	filter:alpha(opacity=80);
	bottom: 56px;
	height: 36px;
}
.info span.name {
	font-size: 16px;
	color: #fff;
	display: block;
}
.info span.link {
	display: block;
}
.info span.link a { 
	color: #fff;
	text-decoration: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
}
