/**
* CSS
* 
* @version 1.0
* @author Scott Ko 
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #111111;
	color: #FFFCFB;
	font-family: Helvetica, Arial, sans-serif;
	/*
	font-family: "andale mono",monaco,"Courier New",Courier,Times New Roman,serif;
	*/
	font-size: 12px;
}

a:link {
	color: #999999;
	text-decoration: none;
}

a:visited {
	color: #999999;
	text-decoration: none;
}

a:active {
	color: #999999;
	text-decoration: none;
}

a:hover {
	background: #FFFCFB;
	color: #000000;
	text-decoration: none;
}

a.name {
	font-weight: 100;
	font-size: 24px;
	text-transform: uppercase;
}

a.name:link { 
	text-decoration: none;
	color: #FFFCFB
}

a.name:visited { 
	text-decoration: none;
	color: #FFFCFB
}

a.name:active {
	text-decoration: none;
	color: #FFFCFB;
}

a.name:hover { 
	text-decoration: none;
	background: #FFFCFB;
	color: #171617;
}

a img {
	border: none;
}

#credits { 
	color: #444444;
	font-size: 10px;
}

#content {
    height: 100%;
    margin: 0 0 0 255px;
    padding: 130px 5px 25px 40px;
    top: 0;
    width: 600px;
}

#content #galleria_container #galleria_wrapper {
	width: 800px;
}

.container {
	margin-bottom: 25px;
    padding: 5px 5px 0 5px;
}

/*
.contactForm {
	border: 1px solid #4D4D4D;
	color: #666666;
	font-family: "andale mono",monaco,"Courier New",Courier,Times New Roman,serif;
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 10px;
	padding: 5px;
	width: 200px;
}

.contactFormMessage {
	height: 100px;
	margin-top: 5px;
}

.contactFormSubmit {
	background-color: #666666;
	border: 0 none;
	color: #FFFFFF;
	font-family: "andale mono",monaco,"Courier New",Courier,Times New Roman,serif;
	font-size: 12px;
	padding: 5px;
}
*/

#content p { 
	width: 800px;
	margin-bottom: 9px; 
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 16px; }

.followLinks {
	float: left;
	width: 400px;
	padding-bottom: 30px;
}

.followTitle {
	float: left;
	font-weight: bold;
	width: 100px;
}

#menu {
    bottom: 0;
    color: #06C3E1;
    font-size: 12px;
    height: 100%;
    left: 0;
    line-height: 15px;
    overflow: auto;
    padding: 30px 25px 5px 30px;
    position: fixed;
    text-align: right;
    top: 0;
    width: 225px;
}

#contact {
	font-size: 16px;
	font-weight: bolder;
}

#menu ul {
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title {
	/* border-top: 1px dotted; */
	font-weight: bold;
	font-size: 16px;
	padding: 2px 0;
}

p {
    margin: 0 0 65px 0;
}

#postnav {
	padding: 60px 0 0 0;
}


#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 800px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#updates {
	position: absolute;
	left: 578px;
	top: 476px;
}

#updatesheader {
	color: #06C3E1;
	font-size: 16px;
	font-weight: bolder;
}
