/*-------------------------------------------------
Desktop Style Sheet for Kalahari Kats

version: 0.1
last modified: yyyy.mm.dd by Erica G
author: Erica G
email: egad.coding@gmail.com
website: https://github.com/EricaG13
-------------------------------------------------*/

/*-------------------------------------------------

TABLE OF CONTENTS

- Reset Defaults
- Section Positioning
- Margins, Padding, and Other Spacing
- Borders and Other Decoration

-------------------------------------------------*/



/* ************** Reset Defaults *************** */

#nav .sr-only {
	cursor: inherit;
	clip: initial;
	width: auto;
	height: auto;
	overflow: initial;
	position: inherit;
	margin: 0;
}


/* ************ Section Positioning ************ */

#content {
	display: table;
	border-collapse: collapse;
	width: 100%;
	height: 200px
}
#content>* {
	display: table-cell;
	vertical-align: top;
}
#content>#sidebar {
	width: 200px;
}


/* **** Margins, Padding, and Other Spacing **** */


/* ******* Borders and Other Decorations ******* */