/**************************************
 * THEME NAME: True_Blue
 *
 * Files included in this sheet:
 *
 *   True_Blue/user_styles.css
 **************************************/

/***** True_Blue/user_styles.css start *****/

/* hello
------------------------------------------------------------------------------------------
True Blue.
This is the Virtual Campus default theme, which piggy backs the Moodle 'Standard Theme'.
This theme is always the most up-to date.

blue: #0094e0
light blue: #cceaf9
*/


/* core
------------------------------------------------------------------------------------------ */

body, table, td, th, li {
	font: 100% "Trebuchet MS";  /*letter-spacing:0.02em;*/
}

body {
	background: #fff url(images/bg.jpg) repeat fixed left top;
	margin: 0px;
	padding: 0px;
	color: #333;
}

#page {
	margin: 0px 50px;
	padding: 0px;
	background: #FFFFFF;
}

#headwrap {
	padding: 0px 50px;
	background: url(images/bg-head.jpg) repeat-x left top;
	height: 120px;
}

#content {
	background: #fff;
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%;
}

/* links
------------------------------------------------------------------------------------------ */



a:link,  a:visited {
	text-decoration: underline;
	color: #333;
}

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;
}

#login a:link, #login a:visited {
	text-decoration: underline;
	color: #fff;
}

.breadcrumb a:link, .breadcrumb a:visited {
	text-decoration: underline;
	color: #fff;
}

.breadcrumb a:hover {
	text-decoration: none;
	color: #149ce2;
}

#login a:hover {
	text-decoration: none;
	color: #333;
}

#headwrap .navbar a:visited {
	text-decoration: underline;
	color: #FF0000;
}


/* topnav
------------------------------------------------------------------------------------------ */

#topnav {
	background: #333333;
	height: 30px;
}

#topnav ul {
	list-style-type: none;
	margin: 0px;
	padding: 3px 5px 5px;
	text-align: center;
}

#topnav li {
	display: inline;
}

#topnav li a {
	color: #fff;
	text-decoration: none;
	padding: 8px 6px;
	font-size: 12px;
}

#topnav li a:hover {
	color: #fff;
	background: #149ce2;
}

/* header
------------------------------------------------------------------------------------------ */

#header, #header-home {
	height: 90px;
	text-align: left;
	width: 100%;
}

#headerleft {
	height: 90px;
	width: 80%;
	float: left;
	background: url(images/bg-logo.png) no-repeat left top;
}

#headerright {
	height: 90px;
	width: 20%;
	float: right;
	background: url(images/bg-dude.jpg) no-repeat right top;
}

#headerlogin {
	height: 30px;
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
	background: url(images/bg-login.jpg) no-repeat right top;
	clear: both;
	float: left;
	width: 100%;
	line-height: 24px;
}

#headerlogin .logininfo {
	padding-right: 70px;
	padding-top: 3px;
}

.headermain {
	display: none;
}

.headermenu {
	font-size: 1.2em;
	padding: 0px 10px 0px 0px;
	text-align: center;
	float: left;
	width: 60%;
}

.headermenu a, .headermenu a:link {
	color: #fff;
}

.headermenu a:hover {
	color: #fff;
}

.clearfix {
	border-style: none;
}

/* navbar / breadcrumb
------------------------------------------------------------------------------------------ */

.navbar {
	color: #fff;
	width: auto;
	clear: left;
	background: url(images/bread-stretch.jpg) repeat-x left top;
	height: 64px;
	margin: 0px;
	padding: 0px;
	border-color: 0;
}

.navbar a:link {
	text-decoration: none;
	color: #fff;
}

.navbar a:hover {
	text-decoration: none;
	color: #fff;
}

#breadleft {
	background: url(images/bread-left.jpg) no-repeat left top;
	float: left;
	height: 64px;
	width: 40px;
}

.breadcrumb {
	padding-top: 18px;
}

.navbar .navbutton {
	float: right;
	margin: 0px;
	padding: 18px 0px 0px;
}

#breadright {
	background: url(images/bread-right.jpg) no-repeat right top;
	float: right;
	height: 64px;
	width: 100px;
}

/* 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;
}

.coursebox {
	border-bottom: 1px dashed #CCCCCC;
}

#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.right {
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 0px none;
}

#course-view .section td.content {
	border-top: 1px solid #333333;
	border-right: 0px none;
	border-bottom: 1px solid #333333;
	border-left: 0px none;
}



/* sideblocks
------------------------------------------------------------------------------------------ */

.sideblock .header, .sideblock h2.header {
	background: #333333;
	color: #FFFFFF;
	font-family: "trebuchet MS";
	border: 1px solid #333333;
}

.sideblock .content {
	margin: 0px;
	padding: 5px;
	border: 1px solid #333333;
}

.sideblock .header .commands 
{
	margin-top: 0.3em;
	clear: both;
	background: #f1f1f1;
	padding: 5px;
}

.skip-block-to {
	display: none;
}

.generalbox {
	border-style: none;
}

.breadcrumb .sep, #admin-report-simpletest-index .sep {
	color: #0094e0;
}

#moodledocs a:link {
	color: #333333;
}


/* footer
------------------------------------------------------------------------------------------ */

#footer {
	color: #333;
	background: url(images/foot-stretch.jpg) repeat-x left bottom;
	height: 140px;
	margin: 0px;
	padding: 0px;
	text-align: left;	
}

#footer-left {
	background: url(images/foot-left.jpg) no-repeat left bottom;
	height: 140px;
	width: 200px;
	float: left;
	padding-left: 20px;
}

#footer-left a:link, #footer-left a:visited {
	color: #333;
	font-size: 11px;
}

#footer-middle {
	float: left;
	height: 114px;
	width: auto;
}

#footer-middle p {
	text-align: left;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px;
	padding: 50px 0px 0px;
}

#footer-right {
	background: url(images/foot-right.jpg) no-repeat right bottom;
	float: right;
	height: 140px;
	width: 270px;
}

#footer .logininfo {
	color: #fff;
	text-align: right;
	font-size: 11px;
	margin: 0px;
	padding: 50px 40px 0px 0px;
}

#footer a:hover {
	text-decoration: none;
	color: #999;
}

/* misc
------------------------------------------------------------------------------------------ */

#course-view .weekscss .current, #course-view .current td.side {
	background: #cceaf9 url(none) repeat scroll 0% 0%;
}

a.dimmed:link,
a.dimmed:visited {
	background: url(images/dimmed.png) left top;
}



/* forum */

.forumheaderlist {
	width: 100%;
	margin: 0px auto;
}

.lastpost {
	padding-right: 10px;
}

.topic {
	padding-left: 10px;
}

.header{
	padding-left: 10px;
	background: #f1f1f1;
}





/* kvnthng
------------------------------------------------------------------------------------------ *//***** True_Blue/user_styles.css end *****/

