/*
Theme Name: Vesta Marble
Theme URI: http://standardmedia.ca/
Description: Vesta Marble theme
Version: 1.0
Author: Standard Media
Author URI: http://standardmedia.ca/
*/




/* CSS IMPORTS */
@import url("css/reset.css");
@import url("css/structure.css");
@import url("css/typography.css");
/*
@import url("css/buttons.css");
@import url("css/titles.css");
*/

/* IMAGES ---------------------------*/

img {
}

/* ROUNDED CORNERS ---------------------------*/

.rounded_white {
	position: relative;
}

.rounded_white .top_left {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background: url(images/backgrounds/corner_white_tl.png) 0 0 no-repeat;
	height: 4px;
	width: 4px;
}

.rounded_white .top_right {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	background: url(images/backgrounds/corner_white_tr.png) 0 0 no-repeat;
	height: 4px;
	width: 4px;
}

.rounded_white .btm_left {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: url(images/backgrounds/corner_white_bl.png) 0 0 no-repeat;
	height: 4px;
	width: 4px;
}

.rounded_white .btm_right {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
	background: url(images/backgrounds/corner_white_br.png) 0 0 no-repeat;
	height: 4px;
	width: 4px;
}