/*	Portfolio 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/
*/

@import url('/css/modules/gallery.css');


#content h1 {
	color: #5A5C46;
	font-size: 1.3333em;
	padding: 0 0 1em;
	}
#content h3 {
	color: #5A5C46;
	font-size: 1.1667em;
	padding: 0 0 1em;
	}
#content span.clear {
	clear: both;
	display: block;
	width: 100%;
	height: 0;
	}
#content span.line {
	border-bottom: 1px dotted #5A5C46;
	}
#content #text {
	float: left;
	width: 19.5em;
	margin: 2em 0;
	padding-right: 1em;
	border-right: 1px dotted #5A5C46;
	}
#content #stats {
	float: right;
	width: 19.5em;
	margin: 2em 0;
	}
#content dl {
	margin: 0 0 0.5em;
	}
#content dt {
	clear: both;
	float: left;
	width: 5.5em;
	text-align: right;
	color: #878968;
	}
#content dd {
	float: right;
	width: 13em;
	}
#content #related {
	clear: both;
	float: left;
	margin-top: 2em;
	width: 28em;
	border-right: 1px dotted #5A5C46;
	}
#content li {
	float: left;
	padding-right: 0.95em;
	}
#content li img {
	width: 6em;
	height: 6em;
	}
#content #map {
	float: right;
	width: 12em;
	margin-top: 2em;
	}
#content #map img {
	width: 12em;
	height: 5em;
	margin: 0 0 0.5em;
	}