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

/***** carinya/carinya.css start *****/

html {
    font-size: 100%; /* hack for IE resizing */
}

body {
	background-color: #ccc;
	background-image: url(images/body_bg_repeat_x.png);
	background-repeat: repeat-x;
}

a, a:link, a:visited {
	color: #d00;
}
a:hover {
	color: #1b1b1b;
}

#page {
    width: 90%;
    margin: 5px auto 0px auto;
	border: 1px solid #888;
	background-color: #efefef;
    background-image: url(images/body_bg.png);
    background-position: center 120px;
    background-repeat: no-repeat;
}

#header-wrapper {
	background-color: #1b1b1b;
    background-image: url(images/header_repeat_x.png);
    background-repeat: repeat-x;
	float: left;
	width: 100%;
}

#header-home, #header {
    background-image: url(images/header_logo.png);
    background-repeat: no-repeat;
	float: left;
	width: 100%;
}
/* hide the header text */
#header-home h1.headermain, #header h1.headermain {
    display: none;
}

.logo_link {
	float: left;
	margin-top: 10px;
	margin-left: 15px;
	height: 85px;
	width: 85px;
}

.headermenu {
	float: right;
	padding: 5px;
	color: #fff;
}
.headermenu a {
	color: #fff;
	font-weight: bold;
}
.navbar {
	border: none;
	clear: right;
}
.navbutton {
	border: none;
	float: right;
	text-align: right;
	width: 35%;
	padding-top: 33px;
}
.breadcrumb {
	float: left;
	padding-top: 33px;
	padding-left: 10px;
	width: 55%;
}
.breadcrumb,
.breadcrumb a {
	color: #fff;
}
.breadcrumb .arrow.sep {
	color: #fd2d2d;
	font-size: 126%;
}

#content {
	background-color: #efefef;
	border-top: 6px solid #444;
	clear: both;
	padding: 0px 6px;
}
input,
select,
button {
	font-weight: bold;
	color: #d00;
}
#footer {
	border-top: 5px solid #d00;
	background-color: #b7b7b7;
}
.categorybox, .coursebox, .section {
	background-color: #fff;
}
.section.separator {
	background-color: transparent;
}
h2.headingblock,
.sideblock .header {
	border: none;
}
#course-view 
.summary {
  margin-top:1em;
}
.label {
  margin-top:1em;
}
/***** carinya/carinya.css end *****/

