/*
Theme Name: Studioweave
Author: Joseph Kohlmaier
Author URI: http://www.polimekanos.com/

	This theme was designed and built by Joseph Kohlmaier,
	whose website you will find at http://www.polimekanos.com/
	with love to Je and Maria, my favourite architects and singers

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

*/

/* @group body and top level elements */

body { background-color: #cfcfcf; height: 100%; width: 100%; margin: 0; padding: 0;}
h1 { }
h2 { }
#col-1 a { color: #262626; }
#col-2 a { color: #0066cc; }
a:hover { }
a:active, a:focus { outline-style: none; -moz-outline-style:none; }
.clear { clear: both; margin: 0; padding: 0; }
div#footer { position: absolute; bottom: -100px; padding-bottom: 25px; }
.test {	height: 800px; }
img { border: none; }

/* @end */

/* @group menu */

div#menu {	
	position: relative;
	left: -15px;
	font: 11px/17px "Courier New", Courier, mono;
	color: #fff;
	z-index: 5;
}

div#menu > div {
	background-color: #0066cc;
}

div#menu h1 {
	font: normal 11px/14px "Courier New", Courier, mono;
	position: absolute;
	left: 40px;
	top: 12px;
	margin: 0;
}

div#menu h2 {
	font: normal 17px "Times New Roman", Times, Georgia, serif;
	margin-left: 13px;
}

div#menu h2 a {
	text-decoration: none;
	color: #fff;
}

li.projects {
	margin-top: 30px;
	color: #63a9ef;
}

div#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#menu ul a {
	text-decoration: none;
	color: #fff;
	display: block;
	width: 320px;
}

div#menu ul a:hover {
	color: #63a9ef;
}

div#menu-bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 370px;
	height: 36px;
	background-color: #0066cc;
	
}

div#menu-bar a {
	position: absolute;
	background: url(img/open.gif) no-repeat 13px 9px;
	width: 370px;
	height: 36px;
	display: block;
	text-indent: -9999em;
	z-index: 3;
}

div#menu-list {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width: 370px;
	
	display: none;
}

div#menu li.hide-next > ul {
	display: none;
	margin-left: 15px;
}

div#menu-list a.close {
	position: absolute;
	background: url(img/close.gif) no-repeat 13px 9px;
	width: 360px;
	height: 36px;
	display: block;
	text-indent: -9999em;
	z-index: 4;
}

div#menu-list > ul {
	margin: 50px 0 50px 13px;
}

/* @end */

/* @group profile and contact */

div#practice {
	position: absolute;
	left: 370px;
	top: 0;
	width: 380px;
	height: auto;
	background-color: #0066cc;
	display: none;
	z-index: 999;
	font: 11px/17px "Courier New", Courier, mono;
	color: white;
	padding-bottom: 15px;
}

div#practice h2 {
	font: normal 11px/17px "Courier New", Courier, mono;
	color: #63a9ef;
	margin-left: 15px;
}

div#practice p:first-child {
	margin-top: 0;
}

div#practice p {
	margin-left: 15px;
	width: 320px;
}

div#practice a {
	color: inherit;
}

div#practice a.close {
	background: url(img/close.gif) no-repeat 13px 9px;
	width: 360px;
	height: 36px;
	display: block;
	text-indent: -9999em;
	z-index: 4;
	margin: 0;
}

/* @end */



/* @group scrolling panes and their content */

div.homepage {
	padding-bottom: 30px;
}

div#content {
	position: absolute;
	left: 10%;
	height: 100%;
	z-index: 0;
	width: 1000px;
}

div.holder {
	width: 470px;
	margin-right: 22px;
	float: left;
	height: 100%;
	overflow: hidden;
}

div.scroll-pane {
	height: 100%;
	overflow: auto;
	width: auto;
}

div.scroll-pane p {
	width: 370px;
}

div.scroll-pane p:first-child {
	margin-top: 0;
}

.wp-caption-text {
	margin: 6px 0 15px 0;
	font: 11px/13px "Courier New", Monaco, Courier, mono;
}

div#col-1 {
	color: #0066cc;
	font: 13px/19px Palatino, Book Antiqua, serif;
}

div#col-1 h2 {
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	width: 370px;
}

div#col-1 h4 {
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	width: 370px;
	margin-top: 60px;
}

div#col-2 {
	color: #242424;
	font: 12px/17px "Courier New", Courier, mono;
}

div#col-2 h2 {
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	width: 370px;
}

div#col-1 h3 {
	margin-top: 0;
	width: 370px;
	font: normal 13px/19px Palatino, Book;
}

div#col-2 h3 {
	margin-top: 0;
	width: 370px;
	font: normal 12px/17px "Courier New", Courier, mono;
}

div#col-1 h3 em, div#col-2 h3 em {
	font-weight: bold;
	font-style: normal;
}

div.post {
	margin-bottom: 30px;
}
div#content small {
	font: 12px/17px "Courier New", Courier, mono;
}

div#col-1 small {
	color: #242424;
}

div#col-2 small {
	color: #0066cc;
}

/* @end */

/* @group ie6 */

div#ie6 {
	position: absolute;
	left: -15px;
	z-index: 50;
	width: 340px;
	background-color: #0066cc;
	font: normal 12px/17px "Courier New", Courier, mono;
	color: white;
	padding: 15px;
}

div#ie6 a {
	color: white;
}

div#ie6 h2 {
	font: normal 12px/17px "Courier New", Courier, mono;
	color: white;
}

/* @end */



