@charset "UTF-8";


/* ======================================
Selected works and ideas by Silas Vidar
Design and code by Silas Vidar
version 1.0
(C) 2010 Silas Vidar All Rights Reserved.
========================================= 


/* ======================================
[Main Layout]
========================================= */

* {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: auto;
}
body {
	text-align:left;
	font-size: 10px;
	font-family: Helvetica, Arial;
	font-weight: normal;
	line-height: 16px;
	color: #000;
}
.img {background-color: #ffffff !important;}


/* ======================================
[Typography]
========================================= */

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


a:link { text-decoration: none; color: #000;}
a:active { text-decoration: none; color: #fff; }
a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: none; color: #fff; }

a img { border: none; }

.links {font-family: arial,helvetica,clean,sans-serif; background-color: #000;}

.title {
	font-size: 10px;
	font-family: arial,helvetica,clean,sans-serif;
	letter-spacing:0.1em;
	color: #000000;
	background: #ffffff;
	line-height: 16px;
} 




/* ======================================
[Navigation]
========================================= */
#wrapper {
	text-align: left;
	width: 965px;
	margin: 0px auto;
}
#navigation {
	background-color: #FFFFFF;
	position: fixed;
	margin-top: 30px;
	width: 965px;
	height: 80px;
	padding-top: 5px;
	padding-left: 15px;
}
#content {
	width: 965px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	top: 0px;
	padding-top: 105px;
}
#column1 {
	width: 190px;
	margin-top: 0px;
	float: left;
	display: inline;
	margin-right: 0px;
	margin-left: 15px;
	padding-top: 15px;
	overflow: hidden;
}
#column2 {
	width: 190px;
	margin-top: 0px;
	float: left;
	display: inline;
	margin-right: 0px;
	padding-top: 15px;
	overflow: hidden;
}
#column3 {
	width: 190px;
	margin-top: 0px;
	float: left;
	display: inline;
	margin-right: 0px;
	padding-top: 15px;
	overflow: hidden;
}
#column4 {
	width: 190px;
	margin-top: 0px;
	float: left;
	display: inline;
	margin-right: 0px;
	padding-top: 15px;
	overflow: hidden;
}
#column5 {
	width: 190px;
	margin-top: 0px;
	float: left;
	display: inline;
	margin-right: 0px;
	padding-top: 15px;
	overflow: hidden;
}








div#container {
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
	border-left: 1px solid #dcdcdc;
	text-align: left;
	overflow: auto;
	padding: 5px 15px 15px 15px;
	} 

#container p {
	font-family: arial,helvetica,clean,sans-serif;
}


/* ======================================
[Works]
========================================= */

div#head {
	height: 43px;
	font-family: Helvetica, Arial;
	font-size: 10px;
	line-height: 16px;
	margin: 15px 15px 0px 0px;
	float: left;
	display: inline;
	color: #999;
	font-weight: normal;
	width: 180px;
}

.go {
	font-size: 10px;
	font-family: Helvetica, Arial;
	border-top: 1px solid;
	border-right: 0px none;
	border-bottom: 1px solid;
	border-left: 0px none;
	border-top-color: #333333;
	border-bottom-color: #333333;
	height: 20px;
	margin-top: 10px;
	color: #999999;
	line-height: 20px;
	width: 180px;
}





/* ======================================
[Menu]
========================================= */

div#menu {
	position: fixed;
	width: 150px;
	overflow:auto; 
	height:100%; 
	line-height:16px; 
	top: 0px;
	left: 0px;
    bottom: 0;
	padding-left:15px; 
	padding-right:15px; 
	background-color: transparent;
}

#menu ul {list-style: none; margin: 0px 0px 15px 0px;}

    
/* 3. Content */

div#content {height: 100%;top: 0;margin-right: 0;margin-bottom: 0;margin-left: 140px;}
#content p { width: 600px; margin-bottom: 9px; }


/* ======================================
[Footer]
========================================= */

div#footer {
	clear: both;
	position: relative;
	width: 100%;
	padding: 0 10px; 
	background:#999;
}

.footer {font-size: 10px; color:#999;}



/* ======================================
[Extras] 
========================================= */


div#menu .siteName {
	float: left;
	margin-right: 15px;
}





/* ======================================
[Clear]
========================================= */


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

#once { clear: left; }


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 16px;
}

.floatleft {float: left;
margin-right: 8px;
}

