/*	
	style.css for CBD site, Hogeschool Leiden
	Capital ICT - Den Haag, The Netherlands
*/

/* =========================== */
/* = Reset CSS by Eric Meyer ( + font-weight reset) = */
/* =========================== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, 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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =============== */
/* = Base styles = */
/* =============== */

body {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.3em;
	margin: 0px;
	
	background: #ffffff url(../images/general-background.gif) top center repeat-y;
}
a {
	text-decoration: underline;
	color: #0094CB;
}

a:hover {
	text-decoration: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* ================================= */
/* = Main site structure and style = */
/* ================================= */

#container {
	width: 1000px;
	margin: 0px auto;
}
#main {
	float: left;
	width: 586px;
	margin-left: 252px;
	background: #FFF url(../images/main-background-site.jpg) -6px -8px no-repeat;
	min-height: 100px;
	
}
* html #main {
	display: inline;
}
#menu {
	float: left;
	width: 252px;
	margin-left: -838px;
	background: #E6F1D1 url(../images/green-line.gif) top left repeat-y;
}
#auxiliary {
	float: left;
	width: 162px;
	background: url(../images/aux-background.jpg) 0px -8px no-repeat;
}

#container {
	float: left;
	float/**/: none;
}

/* START easy clearing */
.easy-clear:after {
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.easy-clear {
	display: inline-block;
}
/*\*/
.easy-clear  {
	display: block;
}
/* END easy clearing */

#footer {
	clear: both;
}

/* ========== */
/* = Header = */
/* ========== */

#masthead
{
	position: relative;
	width: 1000px;
	height: 145px;
	background: #FFF url(../images/masthead-background.jpg) top left no-repeat;
	font-family: Arial, sans-serif;
}
#masthead h1 {
	position: absolute;
	top: 25px;
	left: 123px;
	
	font-size: 36px;
	font-weight: bold;
	line-height: 1em;
	color: #ffffff;
}
#masthead h2 {
	position: absolute;
	top: 70px;
	left: 284px;

	font-size: 24px;
	font-weight: bold;
	line-height: 1em;
	color: #7AC61F;
}

div#hl-logo {
    position: absolute;
    top: 30px;
    left: 882px;
}

/* ======== */
/* = Menu = */
/* ======== */

#menu ul.main-menu {
	margin-top: 20px;
	margin-bottom: 60px;
	margin-left: 80px;
	
	font-size: 14px;
	color: #0094CB;
}
#menu ul.main-menu li {
	margin-bottom: 14px;
	padding-left: 14px;
	padding-bottom: 2px;
	border-bottom: 1px solid #A6D9F3;
}
#menu ul.main-menu li a {
	text-decoration: none;
	color: inherit;
}

/* ===================== */
/* = Auxiliary column = */
/* ===================== */
#auxiliary {
	height: 500px;
	position: relative;
}

#auxiliary ul#address {
	position: absolute;
	bottom: 60px;
	left: 14px;
	
	color: #ffffff;
}

#auxiliary ul#address a {
	color: #ffffff;
}

/* ================ */
/* = Main columns = */
/* ================ */
#main.main-homepage {
	background: #FFF url(../images/main-background.jpg) -6px -8px no-repeat;
}

#main #col_layout {
	position: relative;
	margin-top: 10px;
	margin-left: 18px;
}

#main #col_1 {
	float: left;
	padding-top: 160px;
}
#main #col_2 {
	float: left;
	margin-left: 18px;
}

/* ========================== */
/* = Portlets (a.k.a. Juan) = */
/* ========================== */

.cbd_juan{
	width: 266px;
	margin-bottom: 18px;
}
.cbd_juan h1, .cbd_juan p {
	padding-left: 18px;
	padding-right: 130px; /* standardized layout is with background image */
}

.cbd_juan h1 {
	padding-top: 18px;
	padding-right: 110px;
	font-size: 18px;
	margin-bottom: 14px;
	background: url(../images/juan_top.gif) top left no-repeat;

}
.cbd_juan .cbd_juan_content {
	background: url(../images/juan_bottom.gif) bottom left no-repeat;
}
.cbd_juan .cbd_read_more {
	margin-top: 20px;
	padding-bottom: 18px;
}

.cbd_juan_full_text h1 {
	padding-right: 18px;
}
.cbd_juan_full_text p {
	padding-right: 18px;
	padding-bottom: 18px;
}

#welkom {
	background-color: #0094CB !important;
	color: #FFFFFF;
}

#cursusaanbod {
	background: url(../images/erlenmyer.jpg) top right no-repeat;
	
	/* light-green */
	background-color: #95D169 !important;
	color: #0096BC;
}

#wie {
	background: url(../images/wie-background.jpg) top right no-repeat;
	
	/* light-blue */
	background-color: #93C1E9 !important;
	color: #0096BC;	
}

#scholing {
	background: url(../images/scholing-background.jpg) top right no-repeat;
	
	/* light-blue */
	background-color: #93C1E9 !important;
	color: #0096BC;	
}

#consultancy {
	background: url(../images/consultancy-background.jpg) top right no-repeat;
	
	/* light-green */
	background-color: #95D169 !important;
	color: #0096BC;	
}

/* ================ */
/* = Main content = */
/* ================ */

div#main-content {
	margin: 8px;
}

div#main-content h1 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3em;
}

div#main-content h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3em;
}

div#main-content h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3em;
}

div#main-content p {
	margin-top: 1em;
}

div#main-content ul {
	list-style: disc inside;
}

div#main-content ol {
	list-style-type: decimal;
}


/* ========================= */
/* = Special manila styles = */
/* ========================= */

#std-hp-text {
	display: none;
}

#editorialMenu {
	background-color: #000000;
	color: #ffffff;
}

#editorialMenu * {
	margin: 2px;
}

#editorialMenu b {
	padding-right: 4px;
}

/* ================= */
/* = Google search = */
/* ================= */

/*result styling*/
.cse .gsc-control-cse, .gsc-control-cse {
	background: none !important;
	border: none !important;
}
.gsc-tabsArea {
	display: none !important;
}
.gs-result a.gs-visibleUrl, .gs-result .gs-visibleUrl {
	color: #7AC61F !important;
}
.cse .gsc-webResult.gsc-result, .gsc-webResult.gsc-result {
	border: none !important;
}

/* google search input in  masthead*/
#google-search-form {
	position: absolute;
	top: 110px;
	left: 620px;
}
#google-search-form .search-label {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

#google-search-textinput {
	border: 1px solid #BCCDF0;
	padding-left:2px;
}
#google-search-submit {
	background: #01aef0 url(/images/search-button.gif) 0px 1px no-repeat;
	width: 19px;
	height: 17px;
	border-width: 0px;
}
