@font-face {
    font-family: 'robotolight';
    src: url('http://www.coffsweb.com.au/packages/mono/themes/mono/fonts/Roboto-Light-webfont.eot');
    src: url('http://www.coffsweb.com.au/packages/mono/themes/mono/fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.coffsweb.com.au/packages/mono/themes/mono/fonts/Roboto-Light-webfont.woff') format('woff'),
         url('http://www.coffsweb.com.au/packages/mono/themes/mono/fonts/Roboto-Light-webfont.ttf') format('truetype'),
         url('http://www.coffsweb.com.au/packages/mono/themes/mono/fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotomedium';
    src: url('http://www.coffsweb.com.au/packages/mono/themes/mono/fonts/Roboto-Medium-webfont.eot');
    src: url('http://www.coffsweb.com.au/packages/mono/themes/mono/fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.coffsweb.com.au/packages/mono/themes/mono/fonts/Roboto-Medium-webfont.woff') format('woff'),
         url('http://www.coffsweb.com.au/packages/mono/themes/mono/fonts/Roboto-Medium-webfont.ttf') format('truetype'),
         url('http://www.coffsweb.com.au/packages/mono/themes/mono/fonts/Roboto-Medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

body { 
	font: normal 15px "robotolight";
	line-height: 1.7;
	/* customize_body */ color: #111111; /* customize_body */
}
body#tinymce { color:#222 }

.site img {border: 0px}
.site a {
	text-decoration: none; 
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	/* customize_link */ color: #222222; /* customize_link */
}
.site a:hover {
	border-color: #111;
	/* customize_link_hover */ color: #222222; /* customize_link_hover */
} 

.site h1, .site h2, .site h3, .site h4, .site h5 { margin: 30px 15px 20px 15px; line-height: 1.3; font-weight: normal; text-transform: uppercase}
.site h1 { font-size:37px; margin-top: 45px}
.site h2 { font-size:30px;}
.site h3 { font-size:24px;}
.site h4 { font-size:20px; font-weight: bold}
.site h5 { font-size:18px; font-weight: bold}
.site h6 { font-size:18px; font-weight: bold}

.site p, .site ul, .site ol {margin: 20px 15px}
.site ul li {margin: 0 0 0 25px; list-style: square outside}
.site ol li {margin: 0 0 0 30px; list-style: decimal outside}

.site .code {font-family: "Courier New", Courier, monospace; background: #fffade; border: 1px solid #e7deae; margin: 20px 15px}

/* Page Lists */
.site .ccm-page-list {margin: 20px 15px}
.site .ccm-page-list h3 {font-size: 17px; margin: 6px 0; padding: 0 0 0 30px; text-transform: none; background: url('http://www.coffsweb.com.au/packages/mono/themes/mono/images/pagelist-bullet.png') 12px 10px no-repeat}

/* News Page */
.site .news-page .ccm-page-list h3 {
  background: none;
  font-size: 23px;
  margin: 25px 0 10px 0;
  padding: 0
}

/* News Article */
.site .news-article .ccm-page-list h3 {font-size: 15px; line-height: 1.6}


/*	Tablet (Portrait) 768px
***********************************************************************************************************************/
@media only screen and (min-width: 768px) and (max-width: 959px) {
	body {font-size:14px}
	.site h1 {font-size: 29px}
	.site h2 {font-size: 22px}
	.site h3 {font-size: 18px}
}


/*	Mobile (Landscape) 480px 
***********************************************************************************************************************/
@media only screen and (min-width: 480px) and (max-width: 767px) {
	body {font-size:14px}
	.site h1 {font-size: 27px}
	.site h2 {font-size: 22px}
	.site h3 {font-size: 18px}
	
}


/*	Mobile (Portrait) 320px 
***********************************************************************************************************************/
@media only screen and (max-width: 480px) {
	body {font-size:13px}
	.site h1 {font-size: 27px}
	.site h2 {font-size: 22px}
	.site h3 {font-size: 18px}
}