/*	Hompage style sheet for cakmakli.com
	Copyright (c) 2008 Tuncer Çakmaklı Architects. Some rights reserved.
	The design, markup, and css of this website are licensed under the Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License.
	To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/3.0/
*/

#content {
	width: 43em;
	padding: 0;
	background: none;
	}
#fold {
	width: 41em;
	padding: 1em;
	background: #B4B78B;
}
#fold p {
	border: 1px solid #5A5C46;
	padding: 0.9231em 1.8462em;
	background: #878968;
	color: #F8F8F4;
	font-size: 1.0833em;
}
#fold p a {
	margin: 0 -0.25em -0.25em;
	padding: 0 0.25em 0.25em;
	color: #F8F8F4;
	text-decoration: underline;
}
#fold p a:hover, #fold p a:focus {
	color: #5A5C46;
}
#fold p a:active {
	color: #F8F8F4;
	background: #878968;
	text-decoration: none;
}
#cols {
	width: 43em;
	padding: 2em 0 0;
	background: #2F2F2F;
}
#cols div {
	float: left;
	margin-left: 1em;
}
#cols p, #cols h2 {
	width: 12em;
	border-left: 1px dotted #5A5C46;
	padding-left: 1em;
}
#cols p {
	padding-top: 1em;
}
#cols > div:first-child p, #cols > div:first-child h2 {
	width: 12.5em;
	border: none;
	padding-left: 0;
}
#cols > div:last-child p, #cols > div:last-child h2 {
	width: 12.5em;
}
#cols h2 a {
	color: #878968;
	font-size: 1.1667em;
	line-height: 1.0;
}
#cols ul {
	clear: both;
	height: 4.5em;
}
#cols li {
	float: left;
	width: 12em;
	padding: 2em 1px 1em 2em;
	color: #C7C9A8;
}
#cols ul > li:first-child {
	width: 12.5em;
	padding-left: 1em;
}
#cols li a {
	margin: -0.25em;
	padding: 0.25em;
	color: #C7C9A8;
}
#cols li a:hover, #cols li a:focus {
	text-decoration: underline;
}
#cols li a:active {
	background: #444535;
}
#oldsite {
	position: absolute;
	top: 0;
	left: 10em;
}
#oldsite, #oldsite a {
	color: #999C76;
}