/**
 *	Theme Name: Car Yard Base Theme
 *	Theme URI: http://www.7-90.com.au
 *	Author: 7-90 Systems
 *	Author URI: http://www.7-90.com.au
 *	Description: Set up your car yard and leasing business. This theme is designed to be a base that offers you our standard functionality, and lets you extend and modify the system to meet your own requirements.
 *	Version: 0.1
 *	Text Domain: caryard
 */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*  ********************************************************************************  **
**  ********************************************************************************  **

	CARYARD STYLES START HERE

	WARNING!!!!!!  Do NOT edit this stylesheet or the template files in this theme.

	In order to make changes you should create a child theme. That will save you from
	issues later on in future updates.

**  ********************************************************************************  **
**  ********************************************************************************  */




/*  ********************************************************************************  **

	Standard HTML Styles

/*  ********************************************************************************  */

body {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: #F5F5F5;
}




/*  ********************************************************************************  **

	Page Containers

/*  ********************************************************************************  */

#page {
	width: 960px;
	margin: 0 auto;
	background: #FFFFFF;
}
#main {
	padding: 20px 0;
	overflow: auto;
}
#primary, #secondary {
	float: left;
	margin-left: 40px;
}
#primary {
	width: 640px;
}
#secondary {
	width: 200px;
}




/*  ********************************************************************************  **

	Header

/*  ********************************************************************************  */

#masthead {
	background: #E5E5E5;
	padding: 10px;
}




/*  ********************************************************************************  **

	Navigation Menu

/*  ********************************************************************************  */

.menu_toggle {
	display: none;
}




/*  ********************************************************************************  **

	Footer

/*  ********************************************************************************  */

#colophon {
	background: #E5E5E5;
	padding: 10px;
}




/*  ********************************************************************************  **

	Shared Styles

/*  ********************************************************************************  */

.entry-content ul, .entry-content ol {
	margin: 0 0 0 20px;
}
.entry-content ul li {
	list-style: circle;
}
.entry-content ol li {
	list-style: decimal;
}




/*  ********************************************************************************  **

	Responsive Elements

/*  ********************************************************************************  */

@media screen and (max-width: 1000px) {



}

@media screen and (max-width: 500px) {



}