/* Responsive design for University of Western Australia Matrix "oldcore" websites 
 * 
 * WARNING - FOR USE ON MATRIX SITES FILE SUBJECT TO CHANGE WITHOUT NOTICE
 *
 * Currently this centers and adds a drop shadow.
 * Futuer updates will transfer existing responsive code here.
 *
 * Timothy Phillips (UWA Website office) 15/01/2014
 */

/* Lots of tweaks to get rid of the jellomould / grail column css */

.sizer {
	max-width: 1200px;
	margin: 0 auto;
}

.expander {
	margin: 0 0 0 0;
}

.outerwrapper {
	padding: 0 0 0 0;
}

.centreouterwrapper {
	padding: 0 0 0 0;
}

.centreexpander {
	margin: 0 0 0 0;
}

#bodycontainer > #navcontainer, #ie8up #navcontainer, #ie7 #navcontainer {
	left: 0px;
}

.centrewrapper {
	padding-left: 182px;
}

#bodycontainer #navcontainer, #ie8up #navcontainer, #ie7 #navcontainer {
	left: 0px;
}

#bodycontainer {
	padding-left: 0px;
}

#headercontainer {
	margin: 0px;
}

#footercontainer {
	margin: 0px;
}

/* the real centering and drop shadow */
#contentwrapper {
	background-color: rgba(0, 0, 0, 0);
	background-image: url("//static.weboffice.uwa.edu.au/visualid/homepage/images/shadow_integrated.png");
	background-position: center top;
	background-repeat: repeat-y;
	background-color: #EEEEEE;
	width: 100%;
}

#contentwrapperinner {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}

/* the old jpg image doesn't quite colour match */
#footercontainer {
    background-image: url("//static.weboffice.uwa.edu.au/visualid/graphics/footer-background.gif");
}



/* temporary campaign button */
#headercontainer #nav_campaign_button {
    position: absolute;
    background-color: #363636;
    /*top: 0px;*/
    right: 230px;
    /*border-radius: 0 0 3px 3px;*/
    z-index: 8000;
    background: url("//static.weboffice.uwa.edu.au/visualid/graphics/ql_leftbottom.gif") no-repeat scroll left bottom #363636;
}
#headercontainer #nav_campaign_button a {
    color: #e2e2e2;
    font-size: 0.916666em;
    text-decoration: none;
    vertical-align: top;
    height: 14px;
    display: inline-block;
    padding: 2px 15px;   
    background: url("//static.weboffice.uwa.edu.au/visualid/graphics/ql_rightbottom.gif") no-repeat scroll right bottom transparent;
}

#headercontainer #nav_campaign_button a:hover {
    text-decoration: underline;
}

#ql_outer {
    z-index: 9000;
}
div#nav-skip {
    padding-top: 3px;
}
@media screen and (max-width: 659px) {
    #headercontainer #nav_campaign_button {
        display: none;
    }
}

/* ### User Classes ### */

/* Shrink an item down for smaller screens. Images will mainain aspect on IE7+ */

#pagecontent div.auto-width, #pagecontent img.auto-width {
        max-width: 100%;
}


