/*
Theme Name: Default Theme for Possible Triangle
Theme URI: http://possibletriangle.org/
Description: It's all about the portfolio, not about the CMS.
Version: 0050
Author: Derek Kinsman
Author URI: http://unttld.com/

This theme was designed and coded by Derek Kinsman.
You can find his ramblings and additional work at http://unttld.com/
Please give credit where credit is due.

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/* General Styles */
* {
	border: none;
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 13px;
	list-style: none;
	margin: 0;
	outline: none;
	padding: 0;
}

body {
	background-color: #fff;
	color: #333;
}

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

a:hover {
	color: #333;
	text-decoration: underline;
}

#menu,
#media {
	left: 0;
	position: absolute;
	top: 0;
}

/* The Menu */
#menu {
	position: fixed;
	margin: 10px;
	width: 200px;
}

#menu ul {
	margin: 0;
}

/* The Portfolio */
#media {
	margin-left: 240px;
	width: 600px;
}

#media .content {
	margin: 10px 0;
}

#media img {
	width: 600px;
}

/* Extra */
.loading {
	background-color: #bbb;
	height: 100%;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 5000;
}

.loading-text {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	left: 30px;
	line-height: 24px;
	position: fixed;
	top: 30px;
	/*background-color: #fff;
	color: #bbb !important;
	-moz-border-radius:20px;
	-khtml-border-radius: 30px;
	-webkit-border-radius:20px;*/
}