/* --------------------------------------------------------------
Theme Name: peelstmarkets
Theme URI: http://thetechbit.com.au/
Author: TheTechBit Development Team
Author URI: http://thetechbit.com.au/about
Version: 1.1 (Wordpress Edition)
Text Domain: thetechbit
-------------------------------------------------------------- */

/* RESET */

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;
}

/* FONTS */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/PRmiXeptR36kaC0GEAetxh_xHqYgAV9Bl_ZQbYUxnQU.woff) format('woff');
}
@font-face {
  font-family: 'Merienda';
  font-style: normal;
  font-weight: 400;
  src: local('Merienda'), local('Merienda-Regular_0_wt'), url(http://themes.googleusercontent.com/static/fonts/merienda/v1/4NYVQDcgs3Fbi_xdFMC7lPesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
  font-family: 'Merienda';
  font-style: normal;
  font-weight: 700;
  src: local('Merienda Bold'), local('Merienda-Bold'), url(http://themes.googleusercontent.com/static/fonts/merienda/v1/mbcww3uvDIvQ0VClREeMdIbN6UDyHWBl620a-IRfuBk.woff) format('woff');
}

/* General/Global */

	ul li{
		list-style-type: circle;
		font-family: inherit;
		font-size: inherit;
		color: inherit;
	}
	a{
		color: #0C60EE;
	}
	a:hover{
		text-decoration: underline;
		cursor: pointer;
	}
	ul li{
		list-style-type: circle;
		font-family: Open Sans;
		font-weight: 300;
		font-size: 16px;
		color: #666666;
		margin-left: 30px;
	}
	ol li{
		list-style-type: decimal;
		font-family: Open Sans;
		font-weight: 300;
		font-size: 16px;
		color: #666666;
		margin-left: 30px;
	}
	.footer{
		clear: both;
	}

.i1of4{
	max-width: 240px;
	width: 100%;
}
.i1of4 img{
	width: 100%;
}
@media screen and (min-width: 1024px){
nav {
	min-height: 355px;
}
}

p + h2 {
  margin-top: 30px;
}
.nextMarket{
	display: inline-block;
	font-size: 0.4em;
}