/*
Theme Name: Lupin8 by Working Three
Theme URI: http://workingthree.com/
Description: Lupin8 by Working Three
Version: 1.0
Author: Lupin8 by Working Three
Author URI: http://workingthree.com/
Tags: Lupin8 by Working Three

background blue: #D2EAFF
hyperlink blue: #1A3764
headings orange: #F7901E

*/

/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
    }

/* GLOBAL */

body {
    background: url(images/background.gif) repeat-x top left #D2EAFF;
    margin-left:60px;
    font-size: 11px;
    line-height:20px;
	font-family: Helvetica, Arial, Sans-Serif;
	color: #333333;
	text-align: left;
    }
    
p {
    font-size:13px;
    font-family:georgia, serif;
    font-weight:normal;
    color: #333333;
    padding-bottom: 15px;
    }

a {
	color: #333333;
    font-weight:normal;
	text-decoration: none;
	}

a:hover {
	color: #666666;
    font-weight:normal;
	text-decoration: none;
	}

a:visited {
	color: #333333;
    font-weight:normal;
	text-decoration: none;

	}


p a {
    border-bottom:1px dotted;
	}

p a:hover {
    border-bottom:1px solid;
	}

p a:visited {
    border-bottom:1px dotted;
	}


h1 {
    text-indent:-999999px;
    padding:0 0 8px 0;
    }

h2 {
    font-family: georgia, serif;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    color: #F7901E;
    padding:0 0 20px 0;
    letter-spacing:2px;
    }

h3 {
    font-family: georgia, serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #F7901E;
    font-weight: normal;
    padding:0 0 15px 0;
    letter-spacing:1px;
    }

h4 {
    font-family: georgia, serif;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #666666;
    padding:0 0 8px 0;
    }

ol, ul {
	list-style: decimal;
    padding:0 0 15px 0;
    }

hr {
   background: url(images/hr.gif) no-repeat;
   height:5px;
   border:none;

    }
      
blockquote, q {
	quotes: none;
    }
    
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
    }

:focus {
	outline: 0;
    }

ins {
	text-decoration: none;
    }

del {
	text-decoration: line-through;
    }

table {
	border-collapse: collapse;
	border-spacing: 0;
    }

.orange {
    color:#F7901E;
}

.orangemargin {
   padding-left:14px;

}

.gocheckout {
    font-family: georgia, serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #F7901E;
    margin-top:10px;
    padding:5px 0 20px 0;
    letter-spacing:2px;
    border-top:1px dotted #333333;
}

/* LAYOUT */

#page {
    width:700px;
    }

#header {
    background: url(images/header.gif) no-repeat top center transparent;
    height:330px;
    }

.description {
    text-indent:-999999px;
    }
    
#navigation {    
    position: absolute;
    left: 220px;
    top: 277px;
    }

#navigation li a {
    float: left;
    margin-left: 9px;
    background: url(images/tab.gif) no-repeat top center transparent;
    height: 25px;
    width: 115px;
    text-align: center;
    padding-top: 8px;
    font-family: georgia, serif;
    font-size: 13px;
    font-weight: normal;
    color: #666666;
    overflow:hidden;
    }

#navigation li.page-item-4 a {
    width:35px;
    background: url(images/home.gif) no-repeat top center transparent;
    text-indent:-9999px;
    overflow:hidden;
}

#navigation li.page-item-4 a:hover {
    background-position: 0 -32px;
}

#dropmenu {
    list-style-type:none;   
    z-index:50;
    }
#dropmenu ul {
    list-style-type:none;
    z-index:50;

    }
#dropmenu a {
    }

#dropmenu a:hover {
    color:#F7901E;
    }

#dropmenu li {
    float:left;
    position:relative;
    }

#dropmenu ul {
    position:absolute;
    display:none;
    top:33px;
    }

#dropmenu li ul li {
   height: 33px;
    }
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {
    display:none;
    }

#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {
    display:block;
    }

.slider {
    clear:both;
    height:125px;
    background-color: white;
    border-top: 1px dashed #B3B3B3;
    border-bottom: 1px dashed #B3B3B3;
    margin-bottom: 30px;
    overflow:hidden;
    z-index:-1;
    }

#sidebar {
    float:left;
    width: 255px;
    min-height: 300px;
    margin-bottom: 20px;
    }
#sidebar p{
    padding:0 0 10px 0;
    margin:0;
}
#sidebar .left-col {
    float:left;
    width: 120px;
    }

#sidebar .right-col {
    float:right;
    width: 120px;
    }

.eight-great-reasons {
    border-top: 1px dashed #B3B3B3;
    padding: 15px 0 0 0;
    margin: 5px 0 0 0;
    }

.eight-great-reasons ol, .eight-great-reasons ul {
    color: #F7901E;
    }
    
.bmi-calculator {
    border-top: 1px dashed #B3B3B3;
    padding: 15px 0 15px 0;
    margin: 0 0 15px 0;
    }

.bmi-calculator .height {
    float:left;
    width:120px;
    }

.bmi-calculator .weight {
    float:right;
    width:120px;
    }

.bmi-calculator input {
    border:0;
    width:120px;
    }
    
#bmi-results {
    
    }


.deakin-university {
    border-top: 1px dashed #B3B3B3;
    padding: 15px 0 15px 0;
    margin: 0 0 15px 0;
    
}

#column {
    float:right;
    width: 385px;
    margin-bottom: 20px;
    }
#column img {
	padding:14px 0;
	}
#footer {
    padding-left: 315px;
    background: url(images/footer.gif) top left no-repeat transparent;
    clear: both;
    padding-top: 20px;
    margin-bottom: 20px;
}



#footer a {
	color: #333333;
    font-weight:normal;
	text-decoration: none;
    border-bottom:1px dotted;
	}

#footer a:hover {
	color: #333333;
    font-weight:normal;
	text-decoration: none;
    border-bottom:1px solid;
	}

#footer a:visited {
	color: #333333;
    font-weight:normal;
	text-decoration: none;
    border-bottom:1px dotted;}


#sitemap_list ul li {
    padding-left:0px;
	margin-left:0;
	text-indent:0;
    background:none;
    list-style: none;
 }


.sitemap_disp_level_0 li{
    padding-left:0;
	margin-left:0;
	text-indent:0;
    background:none;
    list-style: none;
}


