
/*
    Theme Name:		Image Direct Boilerplate
    Theme URI:		http:// wpbp.dev.imagedirect.com/
    Description:	ID-Boilerplate 3.0 Custom CSS
    Author:			Image Direct Pty Ltd
    Author URI:		http://www.imagedirect.com.au
    Version:		3.0
    Copyright:		©2014 Image Direct Pty Ltd 
	info:			Root style
*/


/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* html element 62.5% font-size for REM use */
html {
}

body {
}

a {
}

a:hover {
}

a:focus {
}

a:hover,
a:active {
}

input:focus {
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


/* header */
.header {

}

/* logo */
.logo {

}

.logo-img {

}

/* wrapper */
.menu-wrapper {
}
/* nav */
.nav {

}

/* navbar */
.navbar {
}

/* id-content */
.content {
/*    float: left;
    max-width: 100%;*/
}

/* content-main */
.content-main {
}

/* sidebar */
.sidebar {
}
/* make sidebar menu items full width*/
.sidebar .navbar-nav > li {
}
/*aside.sidebar {padding: 0;}*/
/* footer */
.footer {
}



/*------------------------------------*\
        TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family:'Font-Name';
    src:url('fonts/font-name.eot');
    src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
        url('fonts/font-name.woff') format('woff'),
        url('fonts/font-name.ttf') format('truetype'),
        url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}

@media only screen and (min-width:480px) {

}

@media only screen and (min-width:768px) {

}

@media only screen and (min-width:1024px) {

}

@media only screen and (min-width:1140px) {

}

@media only screen and (min-width:1280px) {

}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {

}

