/*
Theme Name: Schaftkip
Theme URI: http://www.schaftkipfilms.nl
Description: Schaftkip films
Version: 03.02.2009
Author: T. Iamsam-ang
Author URI: http://www.klabam.com/
*/

/* CSS Document */
/*copyright 2009 KLABAM | www.klabam.com | info@klabam.com*/
/*written by T.Iamsam-ang*/

/* general CSS template*/

body {
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align:center;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	/*background-color:#303030;*/
	
}

h1 { font-size: 18px; margin: 0 auto; }
h2 { font-size: 13px; margin: 0 auto; }
p {	padding-left: 60px;	padding-right: 30px; }

#column-left h1, h2{ padding-left: 60px; padding-right: 30px; color: #FFFFFF; }
#column-right h2{ padding-left: 0px; padding-right: 0px; }

#menu ul{ margin: 0 auto; list-style:none; padding-left: 30px; padding-right: 30px; }
#menu ul li ul{ margin: 0 auto; list-style: square; padding-left: 13px;}

#content a:link, a:visited{	color: #FF0000;	text-decoration: none; }
#content a:hover, a:active{ color: #999999; text-decoration: none; }

#menu a:link, a:visited{ color: #CCCCCC; text-decoration: none; }
#menu a:hover, a:active{ color: #FFFFFF; text-decoration: none; }

img {border: 0px !important;}

.button { background-color:#000000; border: 0; color: #FFFFFF; font-size: 10px; padding: 2px 2px 2px 2px; margin-left: 10px; }
.textfield { display:block; background-color:#CCCCCC; border: 0; color:#000000; font-size: 10px; width: 120px; *width: 100px; height: 15px; float:left; }

hr { 
	margin-left: 60px;
	margin-right: 30px;
	border-bottom: dashed thin #666666;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}

#searchform {
	width: 200px;
	margin-left: 15px;
	*margin-left: 10px;
	padding: 0px;
}

#menu {
	width: 260px;
	padding: 0px;
	margin: 0 auto;
	background-image: url("images/menu-bg.jpg");
	background-repeat: repeat-y;
}

#box {
	width: 916px;
	height: auto;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	background-image: url("images/content-bg.jpg");
	background-repeat: repeat-y;
}

#header {
	width: 916px;
	height: 66px;
	margin: 0 auto;
	position: relative;
	background-image: url("images/header.jpg");
	background-repeat: no-repeat;
	background-position: top left;
}

#content {
	width: 916px;
	min-height: 400px;
	padding-bottom: 50px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#footer {
	width: 916px;
	height: 37px;
	position: relative;
	margin-top: 0px;
	background-image: url("images/footer.jpg");
	background-repeat: no-repeat;
	background-position: top left;
}

#column-left {
	clear: both;
	width: 656px;
	margin: 0 auto;
	padding-top: 130px;
	background-image: url("images/subject-bg.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	position: relative;
}

#column-right {
	width: 260px;
	float: right;
	margin: 0 auto;
	padding: 0px;
	position: relative;
}
