/**************************************
 * THEME NAME: sky_high
 *
 * Files included in this sheet:
 *
 *   sky_high/theme.css
 **************************************/

/***** sky_high/theme.css start *****/

/**
  *  Adds all the nice finish to the standard theme
  *
  */

/* @group Core */
body
{
	color: #576773;
	background: url(pix/bg/body.gif) top left repeat-y #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	margin: 0px 0px 0px 38px;
	font-size: .9em;
	line-height: 100%;
}

a:link, a:visited
{
	color: #28618a;
	text-decoration: none;
}

a:hover {color: #3a94d4;}, a:active, a:focus
{
	color: #4785ac;
	text-decoration: none;
}

#page {
	background: #fff;
}

#content
{
	background: url(pix/top_bg.gif) repeat-x top #fff;
	padding: 0px;
	margin: 1em 2em;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	border-top: 2px solid #fff;
	border-left: 1px solid #98bcd6;
	border-right: 1px solid #98bcd6;
}

#left-column
{
	padding-left: 10px;
	padding-right: 5px;
	
	padding-top: 10px;
	border-left: 5px solid #fff;
}

#right-column { 
	padding-right: 10px; 
	padding-left: 5px;
	background: #ebf6f9;
	padding-top: 10px;
}

#middle-column {
	border-right: 2px solid #98bcd6;
}

.logininfo { font-size: 1em; }

/* @end */
/* @group Content */
h2.headingblock
{
	border: 0px none;
	border-bottom: 1px solid #98bcd6;
	padding-bottom: 10px;
	color: #336699;
	font-size: 1.8em;
	font-weight: normal;
}

/* @end */
/* @group Blocks */
.sideblock
{
	border: 0px none;
	width: 220px;
}

.sideblock .header
{
	border: 1px solid #ccc;
	background: #fff;
	padding-top: 3px;
	margin-bottom: 0px;
}

.sideblock .header h2
{
	text-transform: uppercase;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 0px;
	color: #333;
	font-size: 1.1em;
}

.sideblock .content
{
	background: #fff;
	border: 1px solid #ccc;
	border-top: 2px solid #e9e7e7;
	padding: 10px;
	margin-top: -2px;
}

.block_course_summary .content {
	line-height: 1.5em;
}
/* @end */
/* @group Header */
th.header,
td.header,
div.header
{
	background: url(pix/grad3.gif) repeat-x bottom #f6f6f6;
	padding: 5px;
}

#header .navbar,
#header-home .navbar { 
	float: left;
  margin-right: 1em;
  line-height: 2em;
}

.breadcrumb {
	text-transform: uppercase;
	font-weight: bold !important;
	color: #666 !important;
}

.breadcrumb a {
	color: #336699 !important;
}

#header-home
{
	background: url(pix/bg/header.gif) no-repeat top left;
	height: 100px;
	padding: 5px;
	font-size: .90em;
	
}

#header .logininfo,
#header-home .logininfo
{
	color: #33ccff;
	padding-top: 35px;
	font-size: .9em;
}

#header .logininfo a,
#header-home .logininfo a { color: #7ac142; }

.menubar
{
	background: #663366;
	width: auto;
	padding-left: 31px;
	padding-top: 1px;
	border-bottom: 2px solid #006699;
}

h1.headermain
{
	color: #006699;
	font-weight: normal;
	font-size: 1.15em !important;
}

h1.summary
{
	color: #006699;
        font-family: cursive;
	font-weight: normal;
	
	font-size: .75em;
	padding-top: 101px;
}

#layout-table {
	margin-top: 0px;
}

/* @end */
/* @group Footer */
#footerwrap
{
	padding: 20px 0 30px;
	clear: both;
	background: url(pix/bg/footer.png) no-repeat top right #c7f0ff;
	margin-top: 0px;
	border: 1px solid #98bcd6;
	border-top: 5px solid #98bcd6;
}

#footer
{
	margin-top: 0px;
	color: #666666;
	background: url(pix/vdot.gif) repeat-y 22% 0;
	position: relative;
	font-size: .85em;
	text-align: left;
}

#footer .copyright
{
	clear: both;
	display: block;
	padding-left: 25%;
	color: #666666;
	font-style: normal;
	font-size: 92%;
}

#footnav { padding-left: 25%; }

#footer ul
{
	margin: 0 0 5px;
	padding: 0;
}

#footer li
{
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

#footer li a
{
	padding: 0 15px 0 0;
	display: inline;
	color: #666666;
	font-weight: bold;
	font-size: 92%;
	line-height: normal;
	text-decoration: none;
	text-transform: uppercase;
}

#footer li a:hover, #footer li a:active, #footer li a:focus
{
	color: #333333;
	text-decoration: none;
}

.cert
{
	font-size: 92%;
	position: absolute;
	right: 0;
	top: 18px;
	padding-right: 20px;
}

.cert a
{
	margin: 0 0 0 5px;
	padding: 0;
	border: none;
	text-decoration: none;
}

.cert a span { display: none; }
.cert a img { border: none; }

.banneritem
{
	display: block;
	margin-top: 15px;
}

.breadcrumb
{
	font-size: 0.85em;
	padding-top: 1px;
	font-weight: normal;
}

.headermenu {
  background: #cfd8dd;
  padding: .5em 1em;
  font-size: .85em;
}

#footerwrap .navbar { 
	background: #c7eafd;
	border-top: 2px solid #006699;
	border-bottom: 2px solid #006699;
}

/* @end */

/* @group Fixes */

.sideblock .content div.info {
	text-align: left;
}

.block_online_users .info {
	display: none;
}

.block_online_users .content .user,
.block_online_users .content .listentry {
	font-size: 1em !important;
}

.block_news_items .newlink {
	text-align: left;
}

.sideblock .info {
	font-size: 1em;
}

.block_rss_client .link {
	font-size: 1em;
}

.sideblock .content,
.sideblock .footer {
	text-align: left !important;
}

.coursebox {
	border:  0px none;
	border-bottom:  1px dashed #ccc;
	padding-bottom: 10px;
	padding-top: 0px;
}

.coursebox .summary {
	float: left;
	width: 100%;
}

.coursebox .name {
	padding-left: 0px;
}

.coursebox .info {
	padding-top: 0px;
	width: 100%;
}

.tabrow0 a,
.tabrow1 a {
	color: #003466 !important;
	font-size: 1em;
}

.tabrow0 a:hover,
.tabrow1 a:hover {
	color: #7ac142 !important;
	text-decoration: none;
}

.tabrow1 .here a{
	color: #000 !important;
}

.forumpost {
	width: 100%;
	margin-bottom: 10px;
}
.forumpost .left {
	background: #F0F8FF;
}

.forumpost .topic {
	border-bottom: 2px solid #ffffff;
	background: #F0F8FF;
}

body#mod-quiz-edit .generalbox tr{
	border-bottom: 1px dashed #ccc;
}

body#message-user,
body#message-messages {
	background: #d9ebf9 !important;
	margin: 0px;
	padding: 0px;
}

body#message-send {
	background: #90b8d2 !important;
}

body#mod-chat-gui_header_js-users {
	background: #d9ebf9 !important;
}

body#mod-chat-gui_header_js-users #content {
	background: #fff;
	padding: 5px;
	border: 1px dashed #ccc;
}

body#mod-chat-gui_header_js-chatinput {
	margin:  0px;
	padding: 2px;
	background: #90b8d2;
}
/* @end */

/* @group User */



/* @end */

.userinfobox img.userpicture {
   background-image: url('pix/frame.jpg');
   padding: 25px !important;
   border: none !important;
}

.block_login_logout .logoutuserimg {
   background-image: url('pix/frame.png');
   border: none !important;
   padding: 26px;
   width: 150px;
}

img.userpicture,
img.grouppicture {
   background-color: #f9f9f9;
   padding-left: 3px !important;
   padding-right: 3px !important;
   padding-top: 3px !important;
   padding-bottom: 10px !important;
   border: 1px solid #ddd;
   border-bottom-color: #888;
   border-right-color: #888;
}

/**** Menu ****/




div.topmenu {

height: 34px;

background-color: #9ddcfb;



}

div.topmenu ul {
 
 margin: 0;
 padding 0;
 list-style:none;
 

}


div.topmenu ul li {

float:left;


}

div.topmenu ul a {

margin: 0;
	padding: 10px 20px;
	border-left: 1px solid #BEC3C6;
	
	display: block;
	color: #000080;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
	


}

div.topmenu  ul a:hover {

background-image:url('pix/menu_bg.png');
	background-repeat: repeat;
	color:#FFFFFF;


}





/***
 ***	Core: ProfileBlock
 ***/

#profileblock {
	float: right;
	text-align: right;
	max-width: 500px;
	right: 0px;


}

#profilepic {
	text-align:right;
	float: right;
	margin: 8px;
	width: 80px;
	height: 80px;
	border: 1px solid #ffffff;
}

#profilelogin {
	text-align:right;
	width: 390px;
	margin-right: 0px;
	margin-top:6px;
	margin-bottom:0px;
	float: right;
}

#profilelogin ul li { 
	padding-left: 10px;
	padding-right: 0px;
	display: inline; 
	margin-right:0px;
}

.profilelogin .loginform { 
	width: 8em;
	margin-left:4px;
	display: inline; 
}

.profilelogin, .profilelogin a {
	color:5e96fd;
	text-decoration: none;
}

.profilelogin, .profilelogin a:hover {
	text-decoration:none;
}

#profilename {
	text-align:right;
	width: 390px;
	margin-right: 0px;
	margin-top:40px;
	margin-bottom:0px;
	float: right;
}

#profilename ul li { 
	padding-left: 10px;
	padding-right: 0px;
	display: inline; 
	margin-right:0px;
}

.profilename .loginform { 
width: 5em;
margin-left:4px;
display: inline; 
    font-size:0.8em;

}

.profilename, .profilename a {
	color:#5e96fd;
    font-size:1.4em;
	letter-spacing: -2px;
	text-decoration: none;
	font-weight:bold;
	margin-right:2px;
}

.profilename, .profilename a:hover {
	text-decoration:none;
}

#profileoptions {
	text-align:right;
	width: 390px;
	margin-right: 0px;
	margin-top: 0px;
}

#profileoptions ul li { 
	padding-left: 10px;
	padding-right: 0px;
	display: inline; 
	margin-right:0px;
}

.profileoptions {
	background-color: transparent;
	color:#000000;
	text-decoration: none;
	letter-spacing: 0px;
}

.profileoptions, .profileoptions a {
	background-color: transparent;
	color:#5e96fd;
}

.profileoptions a:hover {
	background-color: transparent;
	text-decoration:underline;
}

div.googl { 
	float: right;
  margin-right: 1em;
  padding-top: 10px;
  weight: 780;
}

div.googlman {

height: 120px;

background-color: #ffffff;



}
.forumheaderlist, .forumpost {
border-color: #DDD;
}

.forumheaderlist {
width: 100%;
}
.forumheaderlist, .forumpost {
border-width: 1px;
border-style: solid;
border-collapse: separate;
background-color:#ffffff;
}
.forumheaderlist 
.discussion .starter {
background: #E8F3FF;
}

#mynews{
width:50%;
position: absolute;
margin-left:10px;

background-color: #ffffff;
}
.pnews {

font-weight:700;	
color: #666;
	}
#mydata {
width:45%;
float:right;
background-color: #ffffff;	
}
#googlik {
float: left;	
margin-top:100px;	
width:auto;
position:absolute;
}

div.adsense {

height: 15px;

background-color: #ffffff;



}
/***** sky_high/theme.css end *****/


