/* This CSS Document is created by Nur
 Copyright NUR KARLICA ROY 2010
Visit her website www.designbynur.com*/

html,body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	background-color: #630A12;
	background-image: url(../css/bg20.gif);
}

a:link {
	color:#300; font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F60;
}
a:hover {
	color:#C00;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #603;
}

#top {
	margin-top: 0px;
	width: 88%;
	margin-right: auto;
	margin-left: auto;
	background-color: #630A12;
	height: 100px;
	border-right: 4px double #fc9;
	border-left: 4px double #fc9;
	border-top: 4px double #fc9;
	padding: 0px;
	background-image: url(../images/edge2.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
	
#nav {
	width: 88%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-right: 4px double #fc9;
	border-left: 4px double #fc9;
	background-color:  #fff;
	padding: 0px;
}


#main {
	width: 88%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color: #000;
	background-color:  #fff;
	border-right: 4px double #fc9;
	border-left: 4px double #fc9;
	padding: 0px;
	}
	
#yaz {
padding: 13px;
	}

.sty {float:left;filter:alpha(opacity=100);-moz-opacity:1.0;opacity:1.0;}


#footer {
	width: 88%;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	text-align: center;
	color: #333;
	background-color: #Fff;
	border-right: 4px double #fc9;
	border-left: 4px double #fc9;
	border-bottom: 4px double #fc9;
	background-image: url(../images/btm4.gif);
	background-position:bottom;
	background-repeat:repeat-x;	
}

.bold {
	font-size: 16px;
	font-weight: 900;
	color: #930;
	letter-spacing: 2px;
}

.img {
	float: left; padding: 10px; }
	
	
.res {
	border-color: #f6d3a0;
	border-style: double;
	padding: 2px;
	background-color: #630;
}
	
.sol {
	float: left; padding: 1px; }
	
.sag {
	float: right; padding: 4px; }	

.bold {
	font-weight: 900;
	color: #600;
	font-size: 18px;
	font-family: "Courier New", Courier, monospace;
}
.red {
	color: #cc0204;
	font-style: italic;
}

.blue {
	color: #0033CC;
	font-style: italic;
}

.mavi {
	color: #0033CC;}

.rd {
	color:#cc0000;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 2px;
	word-spacing: 4px;	

}


.sm {
	color: #999;
	font-size: 12px;
	letter-spacing: 2px;
	word-spacing: 4px;	

}
/*Thumbnail Viewer*/

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 1px;
padding-bottom: 0;
background: #630A12;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #eeeeee;
padding: 5px;
z-index: 5;
}
