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

#skip, #lang, #banner, #nav, #side, #misc, form, #handheld, #map-it, #graphic1, #graphic2, #graphic3, #graphic4, hr, .more {
display:none !important;
}
html, body, div, p, h1, h2, h3, h4, ul, li, a, img, a img, blockquote, span{
margin:auto;
padding:inherit;
border:none;
}
body{
color:#000;
font:12pt Cambria, Georgia, Times, serif;
line-height:1.4;
background:#FFF;
}
#container{
width:94%;
margin:0 3%;
}
#content, #footer{
margin-top:20pt;
clear:both;
}
#content a, #footer a{
color:#000;
text-decoration:none;
}
#content h1, #footer h1{
margin:8pt 0 10pt;
font-size:16pt;
}
#content h2, #footer h2{
margin:8pt 0;
font-size:15pt;
}
#content h3, #footer h3{
margin:4pt 0;
font-size:10pt;
text-transform:uppercase;
}
#content p, #footer p, #content li, #footer li{
margin:5pt 0;
orphans:2;
widows:2;
}
#content h1, #content h2, #content h3, #content p, #footer h1, #footer h2, #footer h3, #footer p{
display:block;
}
#content ul, #footer ul{
padding:5pt 0 5pt 25pt;
list-style:square outside;
}
#content img, #content a img, #footer img, #footer a img{
display:block;
margin:10pt 0;
page-break-inside:avoid;
}
#content h1, #content h2, #content h3, #footer h1, #footer h2, #footer h3{
page-break-after:avoid;
page-break-inside:avoid;
}