/*Theme Name: DoigTheme URI: http://tech.doig.com.au/Author: Steve DoigAuthor URI: http://steve.doig.com.au/version: 1.0*/html {
	height: 100%;
}
body {
	margin: 0;
}
.gradient {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: transparent;
	background: linear-gradient(top, rgba( 58, 20, 99, 255 ) 0%, rgba( 0, 0, 0, 0 ) 100% );
	background: -moz-linear-gradient(top, rgba( 58, 20, 99, 0.75) 0%, rgba( 0, 0, 0, 0 ) 100% );
	background: -ms-linear-gradient(top, rgba( 58, 20, 99, 0.75) 0%, rgba( 0, 0, 0, 0 ) 100% );
	background: -o-linear-gradient( top, rgba( 58, 20, 99, 0.75) 0%, rgba( 0, 0, 0, 0 ) 100% );
	background: -webkit-linear-gradient( top, rgba( 58, 20, 99, 0.75) 0%, rgba( 0, 0, 0, 0 ) 100% );
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A1463FF, endColorstr=#3A1463FF);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#003A1463, endColorstr=#ff3A1463);
}
#container {
	width: 600px;
	margin: 1em auto;
}
#title {
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #fff;
	width: 33%;
	float: left;
}
#title p img {
	width: 95%;
	height: auto;
}
#sidebar {
	padding: 10px 0;
	margin: 3px 0;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #fff;
	width: 33%;
	float: left;
}
#content {
	float: right;
	width: 62.5%;
	margin-bottom: 3px;
	padding: 0 10px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #fff;
}
#content h1 {
	margin: 0 0 0.5em 0;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 25px;
}
#content p, #content ul li, #content ol li {
	font-family: Calibri, Arial, Helvetica, sans-serif;
}
#footer {
	clear: both;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #fff;
}
#copyright {
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 1em;
}
#copyright p, #copyright p a {
	color: #eee;
	font-size: 10px;
}
p {
	margin: 0 0 1em 0
}
a, a:link {
	text-decoration: none;
	color: #93051C;
}
small {
	text-transform: uppercase;
	font-size: 8px;
}
.clear {
	clear: both;
}
#title h1, #title h2 {
	margin: 0 0 0.5em 0;
	text-align: center;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 25px;
}
#title h2 span {
	font-size: 0.5em;
	text-transform: uppercase;
}
#title img {
	width: 100%;
	height: auto;
	max-width: 180px;
}
#sidebar ul {
	margin-left: 5%;
	list-style: none;
	padding: 0px;
}
#sidebar ul li {
	margin-left: 0px;
	padding-left: 0px;
}
#footer p {
	margin: 0;
}
@media (max-width: 600px) and (min-width: 501px) {
#container {
	width: 100%;
}
}
@media (max-width: 549px) and (min-width: 417px) {
#container {
	width: 100%;
}
#content {
	width: 61%;
}
}
@media (max-width: 416px) and (min-width: 360px) {
#container {
	width: 100%;
}
#content {
	width: 60%;
}
}
@media (max-width: 359px) and (min-width: 321px) {
#container {
	width: 100%;
}
#content {
	width: 59%;
}
}
@media (max-width: 320px) {
#container {
	width: 100%;
}
#title, #content, #sidebar {
	width: auto;
	float: none;
}
#title, #sidebar {
	margin-bottom: 3px;
}
#content, #sidebar {
	padding: 0px;
}
#content p {
	margin: 10px;
}
}
