/**************************************
 * THEME NAME: 2011-Default
 *
 * Files included in this sheet:
 *
 *   2011-Default/user_styles.css
 **************************************/

/***** 2011-Default/user_styles.css start *****/

/* 

Default

This is the Virtual Campus default theme, which piggy backs the Moodle 'Standard Theme'.
This theme is always the most up-to date.

*/

/* reset
-------------------------------------------------------------------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, /*img*/, small, strike, strong, sub, sup,
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; vertical-align: baseline; background: transparent;}

body {
font-size: 100%;
}

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

.clear {
clear: both; display: block; overflow: hidden;
visibility: hidden; width: 0; height: 0;
}

.left {
float: left;
}

.right {
float: right;
}

/* core
------------------------------------------------------------------------------------------ */

body, table, td, th, li {
color: #333;
font: 100% "Trebuchet MS";
}

body {
background: url(http://moodle.wmc.ac.uk/theme/2011-Default/images/bg.jpg) repeat-x fixed left top;
margin: 0px;
padding: 0px;
}

#page {
margin: 0px auto;
padding: 0px;
width: 90%;
}

/* links
------------------------------------------------------------------------------------------ */

a:link,  a:visited {
	text-decoration: underline;
	color: #0079c1;
}

a:hover {
	text-decoration: none;
	color: #fff;
}

#content a:link, #content  a:visited {
	text-decoration: underline;
	color: #0094e0;
}

#content a:hover {
	text-decoration: none;
	color: #333;
}

.name a:link, .name a:visited { /* course titles */
	text-decoration: underline;
	color: #0094e0;
	font-weight: bold;
}

.name a:hover {
	text-decoration: none;
	color: #333;
}

/* topnav
------------------------------------------------------------------------------------------ */

#topnav {
background: #333;
height: 30px;
margin-bottom: 5px;
}

#topnav ul {
list-style-type: none;
margin: 0px;
padding: 0px 5px;
text-align: center;
}

#topnav li {
display: inline;
}

#topnav li a {
color: #fff;
text-decoration: underline;
padding: 8px 6px;
font-size: 12px;
}

#topnav li a:hover {
color: #0079c1;
text-decoration: none;
}

/* header
------------------------------------------------------------------------------------------ */

#header, #header-home {
background: url(images/header.png) no-repeat left top;
height: 100px;
w
}

#profile {
float: right;
width: 400px;
}


#profile-meta {
color: #fff;
float: left;
padding-top: 15px;
width: 300px;
text-align: right;
font-size: 13px;
}

.profile-username {
font-size: 22px;
}

ul.profile-links {
margin-top: 0px;
}

.profile-links li  {
display: inline;
}

.profile-links li a, a.profile-username {
color: #fff;
}

.profile-links li a:hover, a:hover.profile-username {
color: #333;
}

#profile-avatar {
float: left;
height: 75px;
padding-top: 15px;
padding-left: 15px;
width: 75px;
}


/* navbar / breadcrumb
------------------------------------------------------------------------------------------ */

.navbar {
background: #d0f0fd;
border: none;
color: #333;
font-size: 16px;
margin-bottom: 5px;
}

.breadcrumb {
padding: 2px 0px 0px 8px;
}

.breadcrumb a:hover {
color: #333;
}

.navbar .navbutton {
float: right;
}

.breadcrumb .sep {
color: #999;
font-size: 12px;
}

/* layout tables
------------------------------------------------------------------------------------------ */

#layout-table #left-column, #layout-table #middle-column, #layout-table #right-column {
	vertical-align: top;
	margin: 0px;
	background: #FFFFFF;
}

#layout-table #left-column {
	padding: 0px 0px 0px 10px;
}

#layout-table #middle-column {
	padding: 0px 10px;
}

#layout-table #right-column {
	padding: 0px 10px 0px 0px;
}

.headingblock {
	display: none;
}

#maincontent {
	display: none;
}

#content {
background: #fff url(images/bg-separator.pg) repeat-x left top;

}

.coursebox {
background: url(images/bg-separator.png) repeat-x left bottom;
border: 0px;
padding-bottom: 10px;
}

.category a {
font-size: 14px;
}

#course-view .section td.left {
	border-top: 1px solid #333333;
	border-right: 0px none;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
}

#course-view .section td.left,
#course-view .section td.content,
#course-view .section td.right {
border: none;
}

.spacer {
background: url(images/bg-separator.png) repeat-x left bottom;
}

.hidden {
background: url(images/bg-hidden.png) repeat left top;
}

/* sideblocks
------------------------------------------------------------------------------------------ */

.sideblock .header {
background: #333 url(images/bg-noise.png) repeat left top;
border: 1px solid #333;
}

.sideblock h2 {
text-align: center;
font-size: 18px;
color: #f1f1f1;
padding-top: 3px;
}

.sideblock .content {
background: #fff;
border: 1px solid #333;
margin: 0px;
padding: 5px;
}

.sideblock .header .commands 
{
	margin-top: 0.3em;
	clear: both;
	background: #f1f1f1;
	padding: 5px;
}

.skip-block-to {
	display: none;
}

.generalbox {
	border-style: none;
}

#admin-report-simpletest-index .sep {
	color: #0079c1;
}

#moodledocs a:link {
	color: #333333;
}


/* footer
------------------------------------------------------------------------------------------ */

#footer {
background: #333;
color: #fff;
height: 30px;
font-size: 14px;
text-align: right;
padding: 10px 10px 0px 0px;
}

#footer a:hover {
color: #fff;
}

/* misc
------------------------------------------------------------------------------------------ */

#course-view .weekscss .current, #course-view .current td.side {
	background: #cceaf9 url(none) repeat scroll 0% 0%;
}

/* forum */

.forumheaderlist {
	width: 100%;
	margin: 0px auto;
}

.lastpost {
	padding-right: 10px;
}

.topic {
	padding-left: 10px;
}

.header{
	padding-left: 10px;
	background: #f1f1f1;
}

/* hidden */

.dimmed, .hidden {
background: url(http://moodle.wmc.ac.uk/theme/2011-Default/images//bg-hidden.png);
color: #ccc;
}

a.dimmed, .hidden {
background: url(http://moodle.wmc.ac.uk/theme/2011-Default/images//bg-hidden.png);
color: #ccc;
}

/* kvnthng
------------------------------------------------------------------------------------------ *//***** 2011-Default/user_styles.css end *****/


