/*
Theme Name: UTAS-Pathways-twentyten
Theme URI: blogs.utas.edu.au/pathways-project/
Version: 1
Description:    Child theme for the Twenty Ten theme.
Author: webservices
Author URI: http://www.web-technologies.utas.edu.au
Tags: educational
Template: twentyten
*/
@import url("../twentyten/style.css");

/* ANY CHANGES TO TWENTYTEN CSS WILL BE ENTERED HERE*/


html {
/* eliminates page-shift for pages without scrollbars */
    overflow-y: scroll;
}

/* tables still need 'cellspacing="0"' in the markup */


/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/



/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/


/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/



/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family:"Lucida Grande","Lucida Sans Unicode", Arial, Helvetica, sans-serif; /*UTAS*/
}



/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 940px;
}
#wrapper {
	/*margin-top: 20px;*//*UTAS*/
	background: #fff;
	padding: 20px 20px;
}
body { background-color: #FFFFFF;}

/* Structure the footer area */


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles  */


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0 0 0 0;/* UTAS */
}
#site-title {
	float: left;
	margin: 0 0 10px 0;/* UTAS*/
	width: 700px;
	font-size: 30px;
	line-height: 36px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 10px 0 10px 0;/* UTAS */
	width: 220px;
}

/* This is the custom header image */
#branding img {
	clear: both;
	border-top: 0px solid #000;/* UTAS */
	display: block;
	border-bottom: 0px solid #000;/* UTAS */
}



/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000000;/*UTAS Pathways MOD*/
	margin: 0 auto;
	width: 940px;
	display:block;
	float:left;
}


/* =Content
-------------------------------------------------------------- */

#content, #content input, #content textarea {
color:#333333;
font-size:1.1em;
line-height:24px;
}
/* Asides
-------------------------------------------------------------- */





/* Gallery listing
-------------------------------------------------------------- */



/* Attachment pages
-------------------------------------------------------------- */



/* Images
-------------------------------------------------------------- */





/* =Navigation
-------------------------------------------------------------- */




/* =Comments
-------------------------------------------------------------- */


/* =Widget Areas
-------------------------------------------------------------- */


/* Footer widget areas */



/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
}
#colophon {
	border-top: 1px solid #000;/*UTAS MOD*/
	margin-top: -4px;
	padding: 18px 0;
	overflow: hidden;
	background:#000000;
}




/* Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}



/* =Print Style
-------------------------------------------------------------- */

/*    --------------------  UTAS FOOTER ------------    */
.footer{
    width:940px;
    margin:0 auto;
    position:relative;
    clear:both;
    overflow:hidden;
    background:url( url(images/devider-footer.gif)) repeat-x 0 22px;
    padding:10px 0 15px;
    font-size:0.9em;
}
.footer .university{
    width:255px;
    height:47px;
    background:url(images/bg-university.gif) no-repeat 0 5px;
    position:absolute;
    top:25px;
    right:0; 
}
.footer ul{
    list-style:none;
    margin:0;
    padding:2px 0;
    overflow:hidden;
    display:block;
}
.footer ul li{
    display:inline;
}
.footer ul li a, .footer ul li a:visited, .footer ul li a:active{
    
    color:#333333;
    text-decoration:underline;
}
.footer ul li a:hover{
    color: #b10404;
    text-decoration:underline;
}
.footer p{
    margin:0;
    padding:0;
    line-height:12px;
    color:#505050;
}
.footer p a{
    color:#333333;
    text-decoration:none;
    font-size: 1em;
}
.footer p a:hover{
    color: #b10404;
}
.level2 .footer p{
    font-size: 1em;
}

#footer #colophon {background-color:#fff}

/***pathways  Footer block ***/
.footer-block{ margin: 10px 20px 10px 180px; }
.footer-block-left{ float: left; width: 200px; }
.footer-block-right{ margin: 0 0 0 400px; text-align: right; }


/*     end UTAS footer*/