@charset "utf-8";
html {
    background: #8e8e8e none repeat scroll 0 0;
}
body {
	font: 1em/150% Arial, Helvetica, sans-serif;
	margin: 0 0;
	padding: 0;
	background: #8e8e8e; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #8e8e8e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#8e8e8e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#8e8e8e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#8e8e8e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#8e8e8e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#8e8e8e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#8e8e8e',GradientType=0 ); /* IE6-9 */	
}
.page {
	width: 100%;
	padding: 16px 0;
}
.clear {
	clear: both;
}
p {
	margin-top: 10px;
	margin-bottom: 15px;
	color: #242424;
}
a:link, a:visited {
	text-decoration: none;
	color: #6B013A;
}
a:hover {
	text-decoration: underline;
	color: #6B013A;
}
a:active {
	color: #6B013A;
}
/************************************************************************************
STRUCTURE
************************************************************************************/
.bigone{
	font-size:200%;	
}
.pagewrap {
	padding: 1px;
	margin: 10px auto;
	width: 1200px;
	background-color:transparent;
}
.contentdiv {
	border: 2px solid #6B013A;
	background-color: #FFFFFF;
	border-radius:5px;
}
.sidebardiv {
	border: 2px solid #6B013A;
	background-color: #FFFFFF;
	border-radius:5px;
}
.footer p {
    color: #6B013A;
}
.tag-cloud {
    color: #404040;
}
.header {
	padding-top: 16px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 0px;
}
.content {
	width: 100%;
	float: left;
}
.contentdiv {
	margin-left: 16px;
	margin-top: 16px;
	margin-bottom: 16px;
	margin-right: 8px;
}
.contenttext {
	margin: 15px;
	color: #1A1A1A;
}
.sidebar {
	width: 40%;
	float: right;
}
.sidebardiv {
	margin-left: 8px;
	margin-top: 16px;
	margin-bottom: 16px;
	margin-right: 16px;
	padding: 2px;
}
.sidebartext {
	margin: 15px;
	text-align: center;
	color: #1A1A1A;
}
.footer {
	margin: auto 10px;
	font-size: 75%;
}
.copyrightleft {
	float: left;
	width: 50%;
	text-align:left;
}
.copyrightright {
	float: right;
	width: 50%;
	text-align: right;
}
/************************************************************************************
HEADING STYLES h1,h2,h3,h4, PICTURE STYLES!
*************************************************************************************/
h2 {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
	color:#a41e56;
}
h3 {
	text-align: center;
	font-size: 100%;
	color:#6B013A;
}
h4 {
	text-align: center;
	color:#6B013A;
}
.hidden-large {
	display: inherit !important;
}
.visible-large {
	display: none !important;
}
.hidden-desktop {
	display: inherit !important;
}
.visible-desktop {
	display: none !important;
}
.hidden-tablet {
	display: inherit !important;
}
.visible-tablet {
	display: none !important;
}
.hidden-phone {
	display: inherit !important;
}
.visible-phone {
	display: none !important;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
@media only screen and (min-width: 1200px) {
.hidden-large {
	display: none !important;
}
.visible-large {
	display: inherit !important;
}
.hidden-desktop {
	display: inherit !important;
}
.visible-desktop {
	display: none !important;
}
.hidden-tablet {
	display: inherit !important;
}
.visible-tablet {
	display: none !important;
}
.hidden-phone {
	display: inherit !important;
}
.visible-phone {
	display: none !important;
}
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
.hidden-large {
	display: inherit !important;
}
.visible-large {
	display: none !important;
}
.hidden-desktop {
	display: none !important;
}
.visible-desktop {
	display: inherit !important;
}
.hidden-tablet {
	display: inherit !important;
}
.visible-tablet {
	display: none !important;
}
.hidden-phone {
	display: inherit !important;
}
.visible-phone {
	display: none !important;
}
.pagewrap {
	width: 960px;
}
}

@media (min-width: 768px) and (max-width: 959px) {
.hidden-large {
	display: inherit !important;
}
.visible-large {
	display: none !important;
}
.hidden-desktop {
	display: inherit !important;
}
.visible-desktop {
	display: none !important;
}
.hidden-tablet {
	display: none !important;
}
.visible-tablet {
	display: inherit !important;
}
.hidden-phone {
	display: inherit !important;
}
.visible-phone {
	display: none !important;
}
.pagewrap {
	width: 94%;
}
}

@media (min-width: 768px) and (max-width: 910px) {
.strathdrill-logo {
	width: 100%;
}
}

@media (max-width: 400px) {
.strathdrill-logo {
	width: 100%;
}
}

@media (max-width: 767px) {
.hidden-large {
	display: inherit !important;
}
.visible-large {
	display: none !important;
}
.hidden-desktop {
	display: inherit !important;
}
.visible-desktop {
	display: none !important;
}
.hidden-tablet {
	display: inherit !important;
}
.visible-tablet {
	display: none !important;
}
.hidden-phone {
	display: none !important;
}
.visible-phone {
	display: inherit !important;
}
.pagewrap {
	width: 94%;
}
.content {
	width: auto;
	float: none;
}
.sidebar {
	width: auto;
	float: none;
}
.contentdiv {
	margin: 16px;
}
.sidebardiv {
	margin: 16px;
	padding: 2px;
}
.header {
	height: auto;
}
.bigone{
	font-size:110%;	
}
}
