@charset "iso-8859-9";
/* Vars ----------------------------------------------------*//* Mixins ----------------------------------------------------*//* Colors and backgrounds  ----------------------------------------------------*/body {

}

header{
		
	}

footer {
  background: #000;
}
/* Selection colours (easy to forget) */
::selection {
  background: #ea0000;
}
::-moz-selection {
  background: #ea0000;
}
img::selection {
  background: #ea0000;
}
img::-moz-selection {
  background: #ea0000;
}
body {
  -webkit-tap-highlight-color: #ea0000;
}
#headline,
.masthead {
  color: #444444;
}
/* NAVIGATION ------------------------------------------------------------*/
#nav > li > a {
  color: #000;
  text-decoration:none;
  
}
#nav > li:hover > a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-top: 3px solid #ea0000;
}
#nav span:hover {
  -webkit-transform: translate(-10px, -3px);
  -moz-transform: translate(-10px, -3px);
  -o-transform: translate(-10px, -3px);
  transform: translate(-10px, -3px);
}
#nav > li.current-menu-item > a,
#nav > li.current_page_item > a {
 
}
#nav .sfHover ul {
  background: #f8f5f2;
  width:180px;
  margin-top:6px;
  margin-left:-25px;
}
#nav .sfHover ul li a {
  color: #444444;
  border-bottom:1px solid #CCC;
  	font-family: 'Roboto Condensed', sans-serif;
	font-size:14px;
}
#nav .sfHover ul li a:hover {
  background: rgba(0, 0, 0, 1.0);
  color: #0083d7;
}
/* MAIN ------------------------------------------------------------*/
.multiplebgs #main {
  background-repeat: repeat-x, repeat-x;
  background-position: bottom left, top left;
}
.no-multiplebgs #main {
  background: #f1f1f1 url(../img/main-bg.png) repeat-x top left;
}
/* PAGE NAVIGATION ------------------------------------------------------------*/
#main .page-navigation a {
  color: #444444;
}
#main .page-navigation a:hover {
  color: #cb5432;
}
/* FOOTER ----------------------------------------------------*/footer {
  color: #dcd2be;
}
footer h4 {
  color: #fff;
}
footer a {
  color: #666;
  text-decoration:none;
}
footer a:hover {
  color: #ccc;
}
#altmenu { height:35px; width:100%;  margin:0 auto; padding-top:10px; display:inline-block;}
.alt_menu{font-family:Arial, Helvetica, sans-serif; font-size:11px; text-decoration: none; padding-left:5px; padding-right:5px; line-height:30px; width:100px; display:inline-block; color:#666; }
.alt_menu:hover { color:#ccc; text-decoration:underline;}
.ic {font-family: 'Roboto Condensed', sans-serif; font-size:13px; color:#666; text-decoration: none;   line-height:18px;  }
.devam { color:#333; text-decoration:none; padding-left:0px;}
.devam:hover { color:#000; text-decoration:none; padding-left:5px; }
