/* @override http://localhost:8888/wp-testarea/wp-content/themes/mj_default/style.css */

/*
Theme Name: Mediajalostamo 0.2
Theme URI: http://www.mediajalostamo.fi
Description: Mediajalostamo theme
Version: 0.1
Author: Mediajalostamo Oy
Author URI: http://www.mediajalostamo.fi
Tags: Extra cool, CSS3, HTML5, Anti-IE6
*/


/*
This file is part of Mediajalostamo Default Sandbox theme.

    Mediajalostamo Default Sandbox theme is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    Mediajalostamo Default Sandbox theme is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with Mediajalostamo Default Sandbox theme.  If not, see <http://www.gnu.org/licenses/>.
*/

/* Colors: 
          blue=     #009EE1
          grayblue= #B4C7D0
          darkgray= #4D4D4D
*

/*
This is style is for COMMON, UTILITY & RANDOM stuff and for IMPORTING other styles
*/


/*IMPORT - To get more flexible theme...*/
@import url("lib/styles/reset.css"); /*Reset*/
@import url("lib/styles/header.css"); /*Get Header style*/
@import url("lib/styles/content.css"); /*Get Content style*/
@import url("lib/styles/sidebar.css"); /*Get Sidebar style*/
@import url("lib/styles/footer.css"); /*Get Footer style*/
@import url("lib/styles/typography.css"); /*Get Typographic style*/
/*END IMPORT*/


/*@group COMMON stuff*/
* {
outline: none; /*Hides browser made outlines for INPUT elements*/
}

html, body {background: url(images/dev/dev_gray_256.png); height: 100%; margin: 0; padding: 0;}

body {height: auto !important; height: 100%; min-height: 100%; width: 100%; margin: auto;}

#wrap01 {background: url(images/dev/dev_gray_128.png); position: absolute; min-height: 100%; width: 100%;} /*Contains all elements inside BODY*/

hr {border: 1px solid black;}
/*@end COMMON*/


/*@group UTILITY*/
div.breakStuff {width: 100%; clear: both;} /*Divides elements apart*/
div.breakSpace01 {height: 15px; width: 100%; clear: both;} /*Adds 15px between elements*/
div.breakSpace02 {height: 30px; width: 100%; clear: both;} /*Adds 30px between elements*/
div.breakSpace03 {height: 45px; width: 100%; clear: both;} /*Adds 45px between elements*/
div.breakSpace04 {height: 60px; width: 100%; clear: both;} /*Adds 60px between elements*/
/*@end UTILITY*/


/*@group RANDOM stuff*/
/*@end RANDOM*/
