/* ========================= */
/* === GENERAL HTML TAGS === */
/* ========================= */
body {
	border-top: 3px solid #000;
	background-image: url(../images/bg.jpg);
	margin: 0;
	padding: 0;
	font-family: "Georgia", serif;
	font-size: 13px;
	color: #393939;
}

a { color: #000; }
a:hover { text-decoration: none; }

img.borderme { border: 10px solid #000; }

h2, h3, 
h1.basic {
	margin: 0 0 10px 0;
	padding: 0;
	color: #000;
	font-weight: normal;
	font-size: 24px;
	line-height: 16px;
}

h4 {
	margin: 0 0 0px 0;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	color: #000;
}

p, ul {
	margin: 0;
	padding: 0;
}

::selection { background: black; color: #aeaeae; }
::-moz-selection { background: black; color: #aeaeae; }

a::selection { color: #fff; }
a::-moz-selection { color: #fff; }


/* ============== */
/* === FIXERS === */
/* ============== */
.top-10 {
	margin-top: 10px;
}

.top-20 {
	margin-top: 20px;
}

.about-around-top-fix {
	margin-top: 26px;
}


/* ============== */
/* === COMMON === */
/* ============== */
#wrapper {
	width: 875px;
	margin: 40px 0 0 70px;
}

#header {
	width: 100%;
}

#header h2 {
	float: left;
	width: 126px;
	height: 126px;
	padding: 0;
	margin: 0;
	
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	text-indent: -500px;
}

#header ul {
	float: left;
	margin: 0 0 0 120px;
	padding: 0;
	font-size: 15px;
}

#header ul li {
	float: left;
	margin-top: 48px;
	margin-right: 30px;
	list-style: none;
}

#header ul li a {
	color: #888;
	font-weight: bold;
	text-decoration: none;
}

#header ul li a:hover {
	color: #333;
}

#header ul li.active a {
	color: #000;
}

#content {
	padding: 40px 0 50px 5px;
	clear: both;
}

#footer {
	float: left;
	padding: 50px 0 50px 5px;
	clear: both;
}

.left-column {
	float: left;
	width: 190px;
	margin-right: 50px;
}

.double-right-column {
	float: left;
	width: 630px;
}

.mid-column {
	float: left;
	width: 390px;
	margin-right: 50px;
}

.right-column {
	float: left;
	width: 190px;
}

ul.basic {
	padding: 0;
}

ul.basic li {
	list-style: none;
}





/* ============ */
/* === WORK === */
/* ============ */
.left-column #work-list {
	position: relative;
	margin: 6px 0 100px 0;
	padding: 0;
}

#work-list li {
	padding: 0 0 15px 0;
	margin: 0 0 10px 0;
	
	list-style: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

#work-list li a {
	padding: 6px 10px;
	background: #000;
	color: #fff;
	text-decoration: none;
}

#work-list li a:hover { background: #333; }

#work-intro {
	margin: -14px 0 0 0;
	font-size: 48px;
	line-height: 58px;
	color: #000;
}

#work-intro a { color: #000; }
#work-intro a:hover { color: #454545; text-decoration: line-through; }





/* =============== */
/* === CONTACT === */
/* =============== */
form, fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

form label {
	display: block;
	margin-top: 10px;
}

input.field {
	width: 100%;
	height: 14px;
	padding: 4px;
	border: 1px solid #b9b9b9;
}

textarea {
	width: 100%;
	height: 60px;
	padding: 4px;
	border: 1px solid #b9b9b9;
}

input.field:hover,
textarea:hover {
	border: 1px solid #000;
}

input#submit {
	margin-top: 10px;
}



.fileGroup {
	margin-top: 20px;
}

.flash-container {
	padding: 0;
	margin: 20px 0 0 0;
	border: 10px solid #000;
	background: #000;
	font-size: 0;
	line-height: 0;
}

.flash-container embed,
.flash-container object {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.fileGroup img {
	border: 10px solid #000;
}

.fileGroup.pop {
	float: left;
}

.fileGroup.pop .info {
	display: none;
}

.popper {
	outline: none;
}

.fileGroup.pop .file {
	float: left;
	margin-right: 10px;
}

.fileGroup.one-by-one .file {
	margin-top: 20px;
}
.popcontent {
	display: none;
}

.fileGroup.slideshow {
	clear: both;
}

.fileGroup.one-by-one{}





/* ================== */
/* === FONT STUFF === */
/* ================== */
@font-face {
	font-family: 'FL';
	src: url('../fonts/fl-webfont.eot');
	src: local('☺'), url('../fonts/fl-webfont.woff') format('woff'), url('../fonts/fl-webfont.ttf') format('truetype'), url('../fonts/fl-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}
.fl {font-weight: normal; font-style: normal; line-height:normal; font-family: 'FL', sans-serif;}









