/*
=============================================== COLOR SCHEMES ===============================================

A. BACKGROUND COLORS
B. FEATURED/PAGE TITLE BACKGROUND PATTERNS
C. COMMON FONT COLORS
D. FONT FAMILIES

*/
/* -------------------- A. BACKGROUND COLORS -------------------- */
#container, body.contact {background:#fff;} /* Main Background Color + Search - Default #fff */
#main{border-top-style:solid; border-width:3px; border-color:#f20033;}
#header {} /* Main Background Color + Search - Default #fff-etkilemiyor */
#featured-top {}
#header-border {}
#featured-base {} 
footer {}  /* Main Border Colors - Defualt #e5e5e5 */
body {}
#header-border {}
#featured { background:#dbdcdc url(../images/bg.jpg) repeat-x;border-top-style:solid; border-width:1px; border-color:#f20033; border-bottom-style:solid; border-width:1px; border-color:#f20033;}
footer {} /* Main HighLight Background Colors - Default #f4f4f4 */
/*body, #header-border, #featured, footer {background-color:#f4f4f4;}*/



/* -------------------- B. FEATURED/PAGE TITLE BACKGROUND PATTERNS -------------------- */
#featured {} /* Update pattern1.png to anything 1-10 */



/* -------------------- C. COMMON FONT COLORS -------------------- */
body, #s, #s2 {color:#888888;}   /* Default font color - #888888 */
a {text-decoration:none; color:#f20033;} /* Default link - #e2926b  */
a:hover {text-decoration:none;  } /* Default link:hover */

h1, h2, h3, h4, h5, h6 {color:#555;} /* Default Headings Color - #555 */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color:#555; } /* Headings Link Color - #555 */
body h4, body h5, body h6, .blog-homepage-headline a, 
.blog-homepage-headline, .date-homepage  {color:#777;} /* Default H5 and H6 Headings Color - #777 */



/* -------------------- D. FONT FAMILIES -------------------- */
body, ul.sf-menu ul li { font-family:Cuprumffuregular, Arial, Helvetica, sans-serif; } /*  Body and sub-menu font-family */
ul.sf-menu, ul#footer-navigation, #header-addition {font-family:Cuprumffuregular, Arial, Helvetica, sans-serif;  }  /*  Navigation font-family */
.fancy { font-family: Cuprumffuregular, Arial, Helvetica, sans-serif; font-weight:normal;}  /*  Fancy Heading font-family */
h1, h2, h3, h4, h5, h6 {font-family:Cuprumffuregular, Arial, Helvetica, sans-serif; font-weight:700; }  /*  Headings font-family */
#page-title h1 {font-family:Cuprumffuregular, Arial, Helvetica, sans-serif; font-weight: normal; font-style:italic; }  /*  Page Title font-family */
strong{color:#0066cc;font-weight:bold;}
em{color:#ef6801;font-weight:bold;}
u{color:#f92728;font-weight:bold;}
i{color:#f92728;font-weight:bold;font-style:italic;}
s{color:#ff9900;}
.destek a{ clear:both; text-align:right; color:#fff;}