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

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	line-height: 1.25;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}








/*Begin custom styles */

body {
	background-color: #FFFFFF;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	min-width: 780px;
	padding: 0;
}

p {
	font-size: 0.8em;
}

a {
	color: #999966;
	text-decoration: none;
}



#header {
	background-image: url(http://likeahouseonfire.com/design/images/buttonfishes_01.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 70px;
	width: 350px;
}

#left_content {
	margin: 2em;
	width: 43em;
}

#buttonbank {
	float: right;
	margin: 0;
	margin-left: 2.5em;
	margin-bottom: 1em;
	padding: 0;
}


#header p {
	display: none;
}

#twitter_div {
	font-size: 1em;
}

#twitter_div ul { 
	display: inline;
	list-style:none;
}


#twitter-link {
	color: #CC99CC;
	display:block;
	font-size: 0.8em;
	text-align:right;
}

.portfolio_item {
	clear: none;
	float: left;
	height: 8em;
	margin-right: 1em;
	margin-top: 1.5em;
	width: 17em;
}

.portfolio_item img {
	border: 1px solid #EEEEEE;
	margin-right: 5px;
}
.portfolio_item h3 {
	border-bottom-style: dotted;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 8pt;
	font-weight: normal;
	letter-spacing: 0.25em;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.portfolio_rule {
	clear: left;
	float: left;
	height: 57px;
	margin: 1em;
	text-align: center;
	width: 31em;
}

#cv {
	background-color: #FFEEFF;
	color: #666666;
	float: right; 
	font-size: .85em;
	height: 100%; 
	margin: 0;
	margin-bottom: 5em;
	padding: 2em;
	width: 12em; 
}

#cv h2 {
	color: #000000;
	font-size: 0.8em;
	font-weight: normal;
	letter-spacing: 0.2em;
	margin-top: 10px;
}

#cv ul {
	font-size: .8em;
	list-style: square;
	margin-left: .1em;
	padding-left: 0;
}

#cv li {
	margin-left: .1em;
	padding-left: 0;
}
.job_desc {
	margin-bottom: 4px;
	margin-top: 8px;
}

.footer {
	clear: both; 
	float: none; 
	height: 2em
	margin-top: 25px;
	padding-top: 10px; 
	text-align: center; 
	width: 100%; 
}
