/**********************/
/* RESET */
/* taken mostly from the YUI reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
iframe {
    border: 0px;
} 
a {
    text-decoration: none;
} 

/**********************/
/* LAYOUT */

div#container {
    width: 1060px;
    margin: 0px auto;
}

ul#nav {
    float: left;
    width: 185px;
    padding-top: 200px;
    margin-bottom: 40px;
    z-index: 10000;
}

ul#nav li a {
    z-index: 12000;
}

div#viewport {
    float: left;
    width: 518px;
    padding: 23px 52px 0px 110px;
}

div#news {
    float: right;
    padding: 30px 0px 0px 15px;
    width: 180px;
}

div#news h3 {
    margin-bottom: 8px;
}

div#news p {
    margin-bottom: 0px;
}

div#news li {
    margin-bottom: 8px;
}

div#inner_content {
    padding: 15px;
}

div#header {
    height: 170px;
}

div#footer {
    height: 190px;
}

div#logo {
    width: 144px;
    height: 170px;
    float: right;
    margin-right: 195px;
}

div#flickr-pic {
    float: left;
    position: relative;
    left: -20px;
}

/**********************/
/* COLORS, BACKGROUNDS ETC */

body {
    background: #fff;
    color: #231f1e;
}

div#content {
    background: transparent url('../images/content.png') repeat-y;
    background-position: 185px 0px;
}

div#footer {
    background: transparent url('../images/footer.png') no-repeat;
    background-position: 185px 0px;
}

div#viewport {
    background: #fcdb04 url('../images/viewport.png') no-repeat top center;
}

div#inner_content {
    background: #fff;
}

div#news p {
    color: #666;
}

a {
    color: #8e6d02; /*#b14303;*/
}

a:hover {
    color: #b14303; /*#fc5f04;*/
}

.message-title, .message-content {
    margin-bottom: 0px;
}

/**********************/
/* TYPOGRAPHY */

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

body {
    font-family: helvetica,arial,sans-serif;
    line-height: 15px;
    font-size: 12px;
}

h1 {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}

h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
    margin-bottom: 7px;
}

p {
    margin-bottom: 15px;
}

ul#nav li a {
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
}


.message {
    background: #fef8cd;
    padding: 8px 10px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 12px;
}
    
/**********************/    
/* LISTS */

#inner_content ul {
    list-style: square outside none;
    padding: 0 0 8px 20px;
}

#inner_content ul li {
    margin-bottom: 6px;
}

#inner_content ul ul {
    list-style: circle outside none;
}

/**********************/
/* TABLES */

table {
    margin: 18px 0 0 0;
}

td {
    vertical-align: top;
    padding: 12px;
}

/**********************/
/* FLATPAGE CUSTOMISATIONS */

.the-students-profile-left img {
    margin: 18px 18px 12px 0;
}

.the-students-profile-right img {
    margin: 18px 0 12px 18px;
}

/**********************/
/* BUTTONS */

.w-button {
    cursor: pointer;
    display: inline-block;
    padding: 8px 15px;
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px;
    height: 22px;
    font-size: 18px;
    line-height: 22px;
    color: #a9d16f;
    background: #139513 url('../images/button.png') repeat-x;
    margin: 4px 0 8px 0;
}

.w-button:hover {
    color: #dcf0dc;
}