/*
 Theme Name: Oavsett
 Theme URI: http://loveeriksson.com
 Description: Built on Thematic Theme</a>
 Author: Love Eriksson
 Author URI: http://loveeriksson.com
 Template: thematic
 Version: 0.1
 .
 This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
 http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 .
 */

/* 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/2c-r-fixed.css');

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

/* Apply default theme styles and colors */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


/* re-define base font-face and size */
body, input, textarea {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

/* apply a background color to the whole page */
body {
	background-color: #6ac5d6;
	background-image: url(images/bg.gif);
}

a:link, a:visited, a:hover, h1, h2, h3 {
color: #FF0033; !important
}

/* apply a background image to the content area */
#main {
	background: #fff;
}

#access {border: 0px;}
#footer {border: 0px;}
h3.widgettitle {background-image: url(images/bird.gif};

#secondary {
url(images/c11-1.jpg); !important
}