@charset "utf-8";
/* 	
	BURSA KULTUR - Main CSS File
	17 July, 2009
	Copyright (c) 2009 Bursa Kultur, bursakultur.com
*/



body, td, th { font-size:12px; font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif; line-height:1.2; }
body {  }

a { color:#39C; } /* shiny #00949e*/
a:hover { color:#C30; }
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 { -webkit-text-size-adjust:none; /* This stops the iPhone from automatically changing the size of the text when you flip the phone */ }

/* 	Defaults		*/		
body, td, th, h1, h2, h3, h4, h5, ul, li, form { margin:0; padding:0; }
h1 { font-size:1.9em }
h2 { font-size:1.5em }
h3 { font-size:1.2em }
h4 { font-size:1.1em }
h5 { font-size:1em }
p { margin:0 0 10px 0; padding:0; }
img { border:0 }

hr { border: solid #CCC 0px; border-top-width: 1px; height: 0px; }
input, textarea, select { color: #2d2d2d; font: arial, sans-serif; padding: 0px; margin: 0px 3px 0px 0px; }
input, textarea { padding: 1px; }
textarea { margin: 0px; }
ol { margin: 0px; padding: 0px; list-style-position: inside; }
.clear { clear:both; }
ul { list-style-position:inside; }
.box { clear:both }
.left { float:left; }
.right { float:right; }
.note { color:#666; font-size:10px; }
	.note a { color:#666; }

/* Begin Images */
p img { padding: 0; max-width: 100%; }
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered { display: block; margin-left: auto; margin-right: auto; }
img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; }
.alignright { float: right; }
.alignleft { float: left; }
/* End Images */
/* Colors		*/
.BK_red { color:#b64926 }
.BK_green { color:#468966 }
.BK_gray { color:#666 }
.BK_light_gray { color:#999 }
.bg_red { background-color:#b64926 }
.bg_green { background-color:#468966 }
.bg_gray { background-color:#666; }

.hand { cursor:pointer; }
/* remove the safari input focus */
*:focus { outline: 0; }