/*
Theme Name: Tif
Theme URI: http://www.bugged.be
Description: Custom theme for Tif Jewel Design
Version: 1
Author: Fan Kwok Kei
Author URI: http://www.bugged.be
Tags: 
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

/* Utility */
.floatLeft		{ float:left }
.floatRight		{ float:right }
.clear			{ clear:both }

p{
	margin-bottom:10px;
}

body{
	background-image:url(style/images/bg_page.jpg);
	background-repeat:no-repeat;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
}

/* Sidebar */
#sidebar{
	/* background-color:red; */
	width:200px;
	position:absolute;
	top:288px;
	left:0;
}

ul#menu{
	font-size:18px;
	text-align:right;
}

ul#menu li{
	background-image:url(style/images/separator.png);
	background-repeat:no-repeat;
	background-position:top;
	padding:3px 10px 3px 0px;
}

ul#menu a{
	text-decoration:none;
	color:white;
}

ul#menu a:hover{
	color:black;
}

/* Content */
#content-wrapper{
	position:relative;
	float:left;
	left:210px;
	width:780px;
	background-position:bottom right;
	background-repeat:no-repeat;
}

#content{
	width:450px;
	min-height:250px;
	margin-left:10px;
}

#content-error{
	height:300px;
}

#content-push-top{
	height:300px;
}

#content-push-bottom{
	height:30px;
}

#content-bottom-wrapper{
	float:left;
	width:100%;
	background-image:url(style/images/line-dashed.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

#content-bottom{
	padding-top:5px;
	float:left;
	left:210px;
	font-size:small;
}

#language{
	position:absolute;
	top:5px;
	left:685px;
	z-index:999;
}

#language a{
	color:black;
	text-decoration:none;
}

#language a:hover{
	text-decoration:underline;
}

/* Gallerij sepecific */
#content-push-top-gallerij{
	height:270px;
}

#content-push-top-gallerij div{
	float:left;
	top:50px;
	left:3px;
	width:400px;
}

#content-push-bottom-gallerij{
	height:0px;
}

#content-gallerij{
	width:520px;
	height:350px;
	margin-left:7px;
	margin-top:30px;
	overflow:hidden;
}

ul#gallerij-menu{
	float:right;
	margin:0px 250px 0px 0px;
	z-index:999;
}

ul#gallerij-menu li{
	display:inline;
	margin-right:10px;
	cursor:pointer;
	color:#666666;
}

ul#gallerij-menu li.active{
	color:#000000;
}

ul#gallerij-menu a{
	text-decoration:none;
	color:#666666;
}

ul#gallerij-menu a:hover{
	color:black;
}

/* slide shows */
.mask{
	position:absolute;
	left:0px;
	width:520px;
	height:350px;
	overflow:hidden;
}

#slides{
	width:10000px;
}

#slide-01, #slide-02, #slide-03, #slide-04, #slide-05{
	width:520px;
	height:350px;
	float:left;
	background-image:url(images_slideshow2/loading.png);
	background-repeat:no-repeat;
	background-position:center center;
}


