/*
Theme Name: Cochrane
Description: Greengraphics

Author: Step
Author URI: http://www.greengraphics.com.au
Version: 99

*/

/* Google Fonts Import
--------------------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold|Droid+Serif:regular,italic,bold,bolditalic&subset=latin);

/* Reset
--------------------------------------------- */
/* 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,
a, img, strong, 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;
}

* {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}

html, body {height:100%;}

body {
	background:#ececec;
	font-family:'Droid Sans', Arial, Sans-Serif;
	color:#777;
	font-size:1em;
}

h1 {color:#416db4; font-size:1.8em; font-weight:bold; margin:0 0 1em;}

p {margin:0 0 1em 0;}

a {color:#009BC2; text-decoration:none;}
a:hover {color:#777; text-decoration:underline;}

img {max-width:100%; height:auto;}

#page {margin: 0 auto; padding:0 30px 30px 30px; background:#fff; max-width:960px;}

#fadeshow1 {width:100% !important;}

#fadeshow1 .gallerylayer img {margin:0 !important;}

#wrap {margin:20px 0; padding:45px 0; border-top:1px solid #ddd; border-bottom:1px solid #ddd;}

#main {width:100%;}

footer {font-size:80%;}

@media screen and (max-width:840px) {
	#fadeshow1 {height:300px !important;}
}
@media screen and (max-width:700px) {
	#fadeshow1 {height:200px !important;}
}
@media screen and (max-width:590px) {
	#fadeshow1 {height:150px !important;}
}