/*
Theme Name: Freed
Theme URI: http://lastwave.recoding.net
Description: Revival of yesy07!
Version: 0.9
Author: Philip Chow

It's finally begun... A new age... Just kidding!
But truth is... Now that we're on wordpress. We have more freedom.
Based on Kubrick by Michael Heilemann - http://binarybonsai.com/kubrick/
*/

/* Elements of terror */
html, body {
	margin: 0;
	padding: 0;
	font-size: small;
	background: #94A2B0;
}

img, a img {
	border : 0;
} 

abbr, acronym, .abbr, dfn {
	border : 1px dotted #999;
	cursor : help;
	font-style : italic;
}

dfn {
	font-style : normal;
}

/* Nailed Stuff (positioning of content etc) */
#header {
	width: 920px;
	margin: 20px auto;
}

#page {
	margin: 0px auto 20px;
	width: 920px;
}

#content {
	float: left;
	background: white;
	padding: 0px;
	width: 760px;
	border-top: 3px solid #DDDDDD;
	border-right: 2px solid #DDDDDD;
	border-left: 2px solid #DDDDDD;
	border-bottom: 6px solid #DDDDDD;
}

#stickpost {
	float: left;
	background: url('ran-stickpost.php') no-repeat center top;
	width: 156px;
	height: 1000px;
	border-top: 3px solid #DDDDDD;
	text-align: center;
}

#footer {
	background: white;
	position: relative;
	padding: 4px 6px 4px;
}

/* Giving Head */
h1, h1 a {
	font-family: Verdana, Calibri, sans-serif;
	margin: 0;
	color: white;
	text-decoration: none;
	letter-spacing: 1px;
}
h2, h2 a {
	margin: 0;
	color: #C4C4C4;
	text-decoration: none;
	font-family: Arial;
}

h2 a:hover {
	color: #898989;
}

/* Funky Stuff (typesetting etc) */
#content {
	font-family: 'Verdana', 'Tahoma', Calibri, sans-serif;
}
#content div.entry a:link , #content div.entry a:active , #content div.entry a:visited,
#content div.entry-page a:link , #content div.entry-page a:active , #content div.entry-page a:visited,
div.comment-post a:link , div.comment-post a:active , div.comment-post a:visited,
#footer .toes a:link , #footer .toes a:active , #footer .toes a:visited,
div.navigation a:link, div.navigation a:active, div.navigation a:visited {
	text-decoration: none;
	color: #006699;
}
#content div.entry a:hover, #content div.entry-page a:hover, #footer .toes a:hover, div.comment-post a:hover, div.navigation a:hover {
	text-decoration: underline;
	color: #dd6900;
}

#content a img {
	border: none;
}

#footer {
	font-size: 80%;
	font-family: Verdana, Calibri, sans-serif;
}

#tagcloud {
	margin: 10px 0;
	text-align: justify;
}

#tagcloud a {
	margin-right: 3px;
	font-size: 80%;
	font-family: Verdana, Calibri, sans-serif;
	color: #94A2B0;
	text-decoration: none;
}

div.post-date {
	float: left;
	font-size: 80%;
	width: 138px;
	background: #898989 url('date.png') no-repeat center top;
	color: white;
	text-align: right;
}

div.post-date div {
	padding-right: 16px;
}

div.post-head {
	padding-left: 5px;
	float: left;
}

div.entry {
	padding: 0 5px 0 4px;
	color: #555;
	font-size: 90%;
}

div.entry-page {
}

p.meta {
	font-size: 80%;
	text-align: center;
}

hr {
	border: 0;
	height: 1px;
	background-color: #D7D7D7;
}

span.feed {
	color: orange;
	font-weight: bold;
}

div.navigation {
	text-align: center;
	margin: 20px auto;
	width: 60%;
}
div.navigation span.navigation-left {
}
div.navigation span.navigation-right {
	margin-left: 15px;
}

div.toes {
	float: left;
	width: 50%;
}
div.clear{
	clear: both;
}

/* Comment sys */
div.comments-box {
	font-family: Verdana, Calibri, sans-serif;
	font-size: 90%;
}

ol.commentlist {
	margin: 0;
	padding: 1;
}

ol.commentlist li.comment-odd {
	background: #F2F2F2;
}

ol.commentlist li.comment-even {
	
}

img.gravatar {
	margin: 0 0 5px 5px;
	float: right;
}

div.comment-post {
	padding: 10px;
}

div#comment-reply {
	padding: 0 30px 0 40px;
}

input#author {
	border: 1px solid #D7D7D7;
	padding: 2px;
}

input#email {
	border: 1px solid #D7D7D7;
	padding: 2px;
}

input#url {
	border: 1px solid #D7D7D7;
	padding: 2px;
}

input#mcspvalue {
	border: 1px solid #D7D7D7;
	padding: 2px;
}

textarea#comment {
	border: 1px solid #D7D7D7;
	padding: 2px;
}

input#submit {
	border: 1px solid #D7D7D7;
	padding: 2px;
}

/* Small navigation (nothing  big, just tits and my e-penis at work) */
div#menu ul {
	margin: 4px 0 0 0;
	padding: 0;
	color: white;
}
div#menu ul li {
	float: left;
	list-style: none;
}
div#menu ul li a, div#menu ul li a:active, div#menu ul li a:visited {
	font-family: Verdana;
	text-decoration: none;
	color: white;
	margin-left: 6px;
	padding: 3px 5px 2px;
}
div#menu ul li a:hover {
	text-decoration: none;
	color: #dd6900;
	background-color: #E5E5E5;
}
div#menu ul li a#menu-current {
	background: #fff;
	color: #333;
	border-top: 1px solid #D7D7D7;
	border-left: 1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;
}

/* Forms */
img#magglass {
	margin: 0 5px;
}
form#searchform {
	background-color: #D7D7D7;
}
input#s {
	border: none;
	background-color: #D7D7D7;
}

/* Pages */
div.entry-page h3 {
	font-family: Arial;
	margin: 0;
	background-color: #D7D7D7;
}

/* Polls */
div.wp-polls {
	font-size: 60%;
	width: 40%;
	letter-spacing: 1px;
	border: 1px dashed #E0EDF5;
}
div.wp-polls:hover {
	font-size: 80%;
	width: 60%;
	background-color: #E0EDF5;
}

/* Projects Page */
div.project {
	float: left;
	width: 380px;
	margin-bottom: 10px;
}

div.project h3, div.project h3 a {
	font-family: Arial;
	margin: 0;
	background-color: #D7D7D7;
}

div.project p {
	font-size: 80%;
	margin: 5px 0;
}

div.project img {
	float: left;
	border: 1px solid #D7D7D7;
	padding: 2px;
	margin: 0 4px;
}

/* Display module (for the winish?) */
img.screencap {
	border: 1px solid #D7D7D7;
	padding: 4px;
	margin: 0 5px;
}
ul.release, .release ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
	font-weight: bold;
	height: 30px;
}
ul.release>li{
	float: left;
	padding: 4px;
	margin-left: 10px;
	width: auto;
	height: auto;
	font-family: Verdana;
	font-size: 80%;
	border: 1px dashed #E6E6DF;
	background-color: white;
}
ul.release>li ul{
	z-index: 5;
	position: absolute;
	text-align: left;
	font-weight: normal;
	padding: 4px 6px 10px;
	margin-top: 2px;
	margin-left: -15px;
	border-top: 1px solid #E6E6DF;
	border-right: 1px solid #E6E6DF;
	border-bottom: 5px solid #E6E6DF;
	border-left: 1px solid #E6E6DF;
	background-color: white;
	color: #000;
	max-width: 60%;
	display: none;
}
ul.release > li ul li{
}
ul.release > li ul li:hover{
	color: #dd6900; 
}
ul.release > li:hover{
	color: #dd6900; 
}
ul.release > li:hover ul{
	display: block;
	list-style-type: none;
}
ul.release img{
	width: 82px;
	height: 82px;
	display: block;
}
ul.info {
	border: 1px black solid;
}
ul.staff, .staff ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 80%;
}
ul.staff>li{
	float: left;
	padding: 2px;
	margin: 3px;
	width: auto;
	height: auto;
}
ul.staff>li ul{
	padding: 4px 6px 10px 6px;
	z-index: 5;
	position: absolute;
	text-align: left;
	font-weight: normal;
	padding: 6px 8px 6px 8px;
	margin-top: 2px;
	margin-left: -4px;
	border-top: 1px solid #E6E6DF;
	border-right: 1px solid #E6E6DF;
	border-bottom: 5px solid #E6E6DF;
	border-left: 1px solid #E6E6DF;
	background-color: white;
	color: #000;
	font-size: 90%;
	max-width: 40%;
	display: none;
}
ul.staff>li ul li{
	margin-top: 0px;
}
ul.staff>li:hover{
	border-color: #369;
}
ul.staff>li:hover ul{
	display: block;
	list-style-type: none;
}
ul.staff img{
	display: block;
}
.staffavatar {
	border: 1px solid #D7D7D7;
	padding: 2px;
}
