/*  
Theme Name: Gijskast Theme
Theme URI: http://www.gijskast.com
Description: WP theme voor Gijs
Version: 1.0
Author: Khanh Ly
Author URI: http://www.khanh.nl/

*/

/* GENERAL */

* {
	margin: 0;
	padding: 0;
}

html {
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
}

body {
	font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
	color: #121212;
	font-size: 0.75em;
	background-image: url(images/bg_sketchie.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-attachment: scroll;
	text-align: justify;
	}

a {
	color: #121212;
	text-decoration: none;
	outline: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #121212;
}

a:hover {
	color: #0099FF;

	text-decoration: none;
}
	
.mainwrapper {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	}
	
.header {
	height: 150px;
	width: 650px;
	overflow: hidden;
	}
	
.header img, .header img a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	}
	
.mainmenu {
	background-color: #000;
	font-size: 1.1em;
	line-height: 1.5em;
	text-transform: lowercase;
	padding: 5px;	
	}

.mainmenu p {
	color: #0099FF;
	font-family: "Courier New", Courier, monospace;
	list-style-type: none;
	text-align: left;
	}

.mainmenu p a, .mainmenu p a:active, .mainmenu p a:visited {
	text-decoration: none;
	color: #999;
	outline: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	}
	
.mainmenu p a:hover {
	color: #FFF;
	text-decoration: none;
	background-image: url(images/bg_hover_bw.gif);
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: repeat;
	background-position: 0px 0px;
}

#filler {}
#mainColumn {
	width: 650px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#narrowColumn {
	width: 420px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: left;
}

.secondaryColumn {
	width: 200px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: right;
	}

/* =----------------------------------- widget enabled sidebar */
.secondaryColumn h2 {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 5px;
}
.widgetContainer {
	margin: 0 0 20px 0;
	text-align: left;
}
.widgetContainer ul li {
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	list-style-type: none;
}
.widgetContainer ul li ul {
	margin-top: 5px;
}
.widgetContainer .textwidget {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: left;
}
.widgetContainer #wp-calendar {
	border-collapse: collapse;
	width: 100%;
}
#wp-calendar caption {
	font-weight: bold;
	margin-bottom: 7px;
}
#wp-calendar thead {}
#wp-calendar thead th {
	padding: 4px 0 4px 3px;
	border: 1px dotted #333;
	border-width: 1px 0;
}
#wp-calendar td {
	padding: 3px 0 4px 3px;
	color: #777;
}
#wp-calendar td a {
	font-weight: bold;
}


/* =----------------------------------- general post */
.post {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	float: left;
}
.post h2 {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 5px;
}
.post h2 a {
	display:block;
}

.postdate {
	margin-bottom: 5px;
	}

/* =----------------------------------- entry body */
.entry {
	font-size: 0.9em;
}
.entry p {
	line-height: 1.4em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	overflow: hidden;
}
.entry ul,
.entry ol,
.entry blockquote {
	margin: 0 14px;
}
.entry ol {
	list-style: decimal;
}
.entry ul li,
.entry ol li {
	margin: 0 0 7px 18px;
}
.entry ul li {
	list-style: circle;
}
.entry blockquote {
	border-left: 1px solid #ccc;
	font-size: 1.1em;
	line-height: 1.4em;
	margin-left: 21px;
	padding-left: 10px;
}
.entry img,
.entry a img {
	padding: 5px;
}
.entry a:hover img {
}

.entry.meta {
	background: #eee;
	border: 1px solid #ccc;
	border-width: 1px 0;
}
.entry.meta p {
	margin: 5px 7px;
}
.entry.meta .highlight {
	text-transform: uppercase;
	font-size: 10px;
}
.entry.meta a {
	color: #333;
	border-color: #bbb;
}
.entry.meta a:hover {
	color: #000;
	border-color: #000;
}

.footer {
	background-color: #000;
	height: 50px;
	width: 650px;
	vertical-align: middle;
}

.footer_inner {
	color: #666;
	float: left;
	clear: right;
	width: 585px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	display: block;
	}

#khanhnl {
	float: right;
	height: 40px;
	width: 40px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* =----------------------------------- floats + clearing rule */
.floatleft,
.alignleft {
	float: left;
	margin: 3px 7px 0 0;
}
.floatright,
.alignright {
	float: right;
	margin: 3px 0 0 7px;
}
.right {
	float:right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}

.fix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.fix {
	display: inline-block;
} 
* html .fix{
	height: 1%;
}
.fix{
	display:
	block;
}