/*
Theme Name: Crealev Theme
Theme URI: http://www.crealev.com
Description: Fast done theme
Version: 1.0.0
Author: Alexander Rulkens
Author URI: http://www.studioludens.com
Tags: fixed width, 3 columns, 2 columns, two columns, three columns, white, blue, grey, black, orange, right sidebar, breadcrumb, author highlight, gravatar, clean, simple, widgets, widget, gravatars, valid CSS,valid XHTML
*/



* {
	outline: none;
}

#background_image_one, #background_image_two,#website_title, #latest_update_title, #content h4, #content h2{ behavior: url(/iepngfix.htc) }

html {
	background-color: #00d6d9;
	color: #ffffff;
	position: absolute;	
	width: 100%;	
	height: 100%;
		
	margin: 0px;
	padding: 0px;
	
	font-family: Geneva, Helvetica, Tahoma, Arial, sans-serif;
	
	overflow-x: hidden;
	overflow-y: scroll;
}

#background_image_one {
	position: absolute;
	background-image: url(images/background_one.png);
	background-repeat: no-repeat;
	
	width: 1428px;
	height: 821px;
	
	margin-left: 59px;
	margin-top: 200px;
}

#background_image_two {
	position: relative;
        float: right;
	background-image: url(images/background_two.png);
	background-repeat: no-repeat;
	
	width: 448px;
	height: 241px;
        right: -10px;
	
	
}


a {
	text-decoration: none;
}

a:visited {
	color: #ffffff;
}

a img {
	
	border: 0;
	
}

#website_title {
	text-indent: -100em;
	overflow: hidden;
	
	background: url(images/crealev_title.png) no-repeat;
	
	position: absolute;
	width: 276px;
	height: 156px;
	
	margin-left: 71px;
	margin-top:  42px;
	padding: 0px;
	
}

/* menu */

#menu {
	margin-left: 280px;
	padding: 0px;
	position: absolute;
	z-index: 1000;
	font-family: Arial, sans-serif;
}

#menu a {
	color: #ffffff;
}

#menu > li, #menu > ul {
	font-size: 12px;
	line-height: 14px;
	width: 150px;
	padding: 0; 
	list-style: none; 
	font-variant: small-caps;
	position: relative;
	font-weight: normal;
}

#menu > li a, #menu > ul a {
	color: white;
}

#menu > li:hover, #menu > li > ul > li:hover {
	background: url(images/hover_graphic.png) no-repeat;
	background-position: bottom left;
}	

#menu > .current_page_item, #menu > .current_page_parent {
	font-size: 40px;
	line-height: 50px;
	margin: -10px 0px -5px 0px;
	padding: 0px;
	font-weight: 600;
	font-variant: normal;
	letter-spacing: -3px;
	background: url(images/hover_graphic.png) no-repeat;
	background-position: bottom left;
}

/* submenu */

#menu > li > ul {
	position: absolute;
	left: 180px;
	top: 10px; /*was 15px;*/
	height: 0px;
	display: none;
}

#menu .current_page_parent > *, #menu .current_page_item > * {
	display: block;
}

#menu > li > ul > li {
	font-size: 12px;
	line-height: 1.2em;
	padding: 0; 
	width: 400px;
	list-style: none; 
	font-variant: small-caps;
	position: relative;
	font-weight: normal;
	letter-spacing: 0px;
	padding-left: 25px;
}

#menu > li > ul > .current_page_item {
	font-size: 40px;
	line-height: 50px;
	margin: -10px 0px -5px 0px;
	font-weight: 600;
	font-variant: normal;
	color: #ff0000;
	letter-spacing: -3px;
	background: url(images/sub_menu_item_graphic.png) no-repeat;
	background-position: 0px 34px;
}


/* content */

#content {
	background-color: white;
	color: #777777;
	position: absolute;
	margin: 0px 0px 0px -15px; /*was 0 0 0 -15 */
	padding: 15px 15px 10px 15px; /*was 0 15 10 15 edited: 10 15 10 15*/
	width: 600px;
	margin-left:256px; 
	margin-top: 280px;/*was 237*/
	min-height: 100px;/*was 300px */
}

#content a, #content a:visited {
	color: #00d6d9;
	font-weight: none;
}

#content h2 {
	/*background: url(images/content_gap.png) no-repeat;*/
	/*height: 55px;*/
	/*font-family: Georgia, Times, Serif;*/
	font-size: 27pt;
        font-family: Arial, Helvetica, sans-serif;
        color: #444444;


        /*font-family:*/ 
	font-weight: light;
        letter-spacing: -3px;
	line-height: 35px;
	/*color: black;*/
	position: relative;
        /*text-align: right;*/
	margin: 0px;
	
        padding: 0px 0px 0px 0px; /* laatste was 172 */ 
}

.alignright {
text-align: right;
}



#content h4 {
	/*background: url(images/content_gap.png) no-repeat;*/
	/*height: 55px;*/
	/*font-family: Georgia, Times, Serif;*/
	font-size: 16pt;
        font-family: Arial, Helvetica, sans-serif;
        color: #444444;


        /*font-family:*/ 
	font-weight: light;
        letter-spacing: -2px;
	/*line-height: 16px;*/
	/*color: black;*/
	position: relative;
        /*text-align: right;*/
	margin: 0px;
        margin-bottom: -12px;
	
        padding: 0px 0px 0px 0px; /* laatste was 172 */ 
}

#content p {
	font-size: 11px;
        color: black;
        line-height: 13px;
        text-decoration: none;
        /*width: 150px;*/	
}

/*** START post styling ***/

.post {

	margin-bottom: 0px;
}

.post h2 {
	
	text-align: left;
}

.post h4 {

        padding-bottom: 20px;
}

/***.post .date { display: block; width: 100%; text-align: right; }***/


/*** END post styling ***/


#footer {
	font-size: 10px;
	text-align: right;
	color: #dddddd;
	position: absolute;
	bottom: -15px;
	right: 10px;
}
#latest_update_title {
	text-indent: -100em;
	overflow: hidden;
	
	background: url(images/latest_update.png) no-repeat;
	background-position: top left;
	
	position: absolute;
	width: 148px;
	height: 22px;
	left: -148px;
	top: -16px; 
	margin: 0px;
	padding: 0px;
}

#latest_update_date {
	color: white;
	font-variant: small-caps;
	font-size: 0.9em;
	font-family: Arial, sans-serif;
	
	/*background-color: #00d6d9;*/
	padding-right: 0px;
	padding-top:	5px;
	padding-bottom:	5px;
	
	position: absolute;	
	left: -148px;
	top: 6px;
}

table.stat th, table.stat td, table.stat caption {
  font-size: 11px;
  line-height: 13px;
  font-family: Geneva, Helvetica, Tahoma, Arial, sans-serif
  background : #ffffff none; color : #000000; }

div.main {
position: relative;
width: 590px;
height: auto; 
background-color: #ffffff; 
}


     
/*p.footer {font-family: Geneva, Helvetica, Tahoma, Arial, sans-serif; color: #000000; font-size:20px;}*/



/* START for IE 6.0 only */

/* #menu > li, #menu > ul */
.IE_menu_item {
	font-size: 12px; 
	line-height: 14px;
	width: 150px;
	padding: 0; 
	list-style: none;
	font-variant: small-caps;
	position: relative;
	font-weight: normal;
}

/* #menu > li a, #menu > ul a */
.IE_menu_item_link {
	color: white;
}

/* #menu > li:hover, #menu > li > ul > li:hover */
.IE_menu_item_hover {
	background: url(images/hover_graphic.png) no-repeat;
	background-position: bottom left;
}	

/* #menu > .current_page_item, #menu > .current_page_parent */
.IE_current_item {
	font-size: 40px;
	line-height: 30px;
	margin: 0px 0px -5px 0px;
	padding: 0px;
	font-weight: 600;
	font-variant: normal;
	letter-spacing: -3px;
	
	/*
	background: url(images/hover_graphic.png) no-repeat;
	background-position: bottom left;
	*/
}

/* #menu > li > ul */
.IE_sub_menu {
	position: absolute;
	left: 180px;
	top: 15px;
	height: 0px;
	display: none;
}

/* #menu .current_page_parent > *, #menu .current_page_item > * */
.IE_current_item_child {
	display: block;
}

/* #menu > li > ul > li */
.IE_sub_menu_item {
	font-size: 12px;
	line-height: 1.2em;
	padding: 0; 
	width: 400px;
	list-style: none; 
	font-variant: small-caps;
	position: relative;
	font-weight: normal;
	letter-spacing: 0px;
	padding-left: 25px;
}

/* #menu > li > ul > .current_page_item */
.IE_current_sub_item {
	font-size: 40px;
	line-height: 50px;
	margin: -10px 0px -5px 0px;
	font-weight: 600;
	font-variant: normal;
	color: #ff0000;
	letter-spacing: -3px;
	
	/*
	background: url(images/sub_menu_item_graphic.png) no-repeat;
	background-position: 0px 34px;
	*/
}

/* END for IE 6.0 */