/*   
Theme Name: IAC
Theme URI: 
Description: 
Author: 
Author URI: 
Template: thematic
Version: 0.1
Tags: IAC
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout 
@import url('../thematic/library/layouts/3c-r-fixed-primary.css');
*/

@import url('./3c-r-fixed-iac.css');


/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('./default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');
 
 
input#s{
 width:100px;
 background:#FFF;
 }
 input#s:focus{
 background:#FFF;
 }
 input#searchsubmit{
 display: none;
 background:#c3c3c3;
 color:#fff;
 }
 input#searchsubmit:hover{
 background:#666666;
 cursor:pointer;
 }


@font-face {                        
 font-family:coolvetica;
 src:url(fonts/COOLVETI.TTF);
 format("truetype");
}

@font-face {                       
 font-family:windsong;
 src:url(fonts/Windsong.ttf);
 format("truetype");
}

@font-face {                       
 font-family:bebas;
 src:url(fonts/BEBAS___.ttf);
 format("truetype");
}

@font-face {                       
 font-family:BebasNeue;
 src:url(fonts/BebasNeue.otf);
 format("opentype");
}

@font-face {                       
 font-family:miso-bold;
 src:url(fonts/miso-bold.otf);
 format("opentype");
}

@font-face {                       
 font-family:miso;
 src:url(fonts/miso.otf);
 format("opentype");
}

@font-face {                       
 font-family:League_Gothic;
 src:url(fonts/League_Gothic.otf);
 format("opentype");
}