/**************************************
 * THEME NAME: cikgu2u-7
 *
 * Files included in this sheet:
 *
 *   cikgu2u-7/styles.css
 *   cikgu2u-7/styles_yui_menu.css
 **************************************/

/***** cikgu2u-7/styles.css start *****/

/***************************************************************
**
** Theme name: Base Menu YUI
** Description: A stripped down theme for Moodle with YUI menu.
** Creation Date: 01/29/10
** Author: Patrick Malley
** Author URI: http://newschoollearning.com
**
** This is a basic theme for Moodle that includes styles for
** the YUI menubar. That's it!.
**
***************************************************************/
html,body{font-family: "Helvetica Neue",Arial,Helvetica,sans-serif; margin:0; padding:0; background: #fff !important;}

#mypagewrap a,#mypagewrap a:visited{color:#3d5585;}
a:active{ outline:none}

:focus{ -moz-outline-style:none}
#header-home, #header {
position: relative;
}
#mypagewrap {
width: 920px;
margin-left: auto;
margin-right: auto;
}

#logo {
width: 910px;
height: 130px;
margin-left: auto;
margin-right: auto;
}

#logo img.logoimage {
float: left; 
margin-top: 20px;
}
#stuffright {

font-size: 11px;
position: absolute;
top: 25px;
right: 0px;
width: 120px;
}

.themain {

color: #103074;
font-size: 13px;
}



div.sideblock {
border: none;
}

.sideblock div.content {
background: #fafafa;
}

.sideblock div.header {
border: none;
border-bottom: 3px solid #103074;
}
.sideblock div.header div.title h2 {
color: #103074;
font-size: 14px;
}

h2.headingblock.header {
border: none;
border-bottom: 3px solid #103074;
color: #103074;
} 
table.forumpost {
border: none;
}
table.forumpost td.content {
border-bottom: 1px solid #ccc;
}
.forumpost td.left.side {
background: none;
}
div.subject {
color: #103074;
}
#footer {
padding-top: 10px;
border-top: 1px solid #ccc;
}


#footer, #footer a {
font-size: 11px;
}

#appendme {
text-align: center;
}

div.stripNav li, div.stripNav li a {
color: #ffffff !important;
}

#multilogin {
width: 231px;
height: 376px;
background: url(images/loginback.jpg) no-repeat;
text-align: center;
font-size: 12px;
}
#loginin {
padding-top: 95px;
}
#multilogin img {
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
}
/***** cikgu2u-7/styles.css end *****/

/***** cikgu2u-7/styles_yui_menu.css start *****/

/***************************
** YUI Menubar styles
***************************/

.yuimenubar /* Entire bar */ 
{
  background: #325ab2;
  margin: 0px 0;
  border: 1px solid #333;
  margin-bottom: 10px;
  width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.yuimenu /* Sub container */ 
{
  background: #e8ecd4;
  font-size: 12px;
}

.yuimenu a {
  text-decoration: none;

}

a.yuimenubaritemlabel /* Bar item link */ 
{
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: #333;
  padding: 8px 40px;
  color: #fff !important;
  text-shadow:0 -1px 1px rgba(0,0,0,0.25);
    font-size: 14px !important;
}
.loggedinmenu a.yuimenubaritemlabel{
padding: 8px 28px;
}

a.yuimenuitemlabel /* Sub item link */ 
{
  padding: 7px 30px;
  color: #000 !important;
}

.yuimenubar li.first-of-type .yuimenubaritemlabel {
  border-width: 0; /* No border on the first bar item link */
}

.yuimenubaritem-hassubmenu /* Add down arrow to bar item */ 
{
  background: url(images/menu/menubaritem_submenuindicator.png) right center no-repeat;
}

.yuimenuitem-hassubmenu /* Add right arrow to sub item */ 
{
  background: url(images/menu/menuitem_submenuindicator.png) right center no-repeat;
}

/* Selected MenuItem */

li.yuimenubaritem-selected, /* Bar menu item */
li.yuimenuitem-selected  /* Sub menu item */ 
{
  background-color: #919483;
}

a.yuimenubaritemlabel-selected, /* Bar menu item link selected */
a.yuimenuitemlabel-selected  /* Sub menu item link selected */ 
{
  text-decoration: none;
  color: #fff !important;
}

.yuimenubaritem-hassubmenu-selected /* Change down arrow on bar item */
{
  background-image: url(images/menu/menubaritem_submenuindicator_selected.png);
}

.yuimenuitem-hassubmenu-selected /* Change right arrow on sub item */
{
  background-image: url(images/menu/menuitem_submenuindicator_selected.png);
}

div.yuimenu.yui-module.yui-overlay {
z-index: 99999;
}/***** cikgu2u-7/styles_yui_menu.css end *****/


