/*
Theme Name: JA 
Version: 3.0
Description: 
Author: Jelle Aarts
Author URI: http://www.jelleaarts.be/
Tags:
*/

/* Global
------------------------------------------------------------------*/
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
    margin:0;
    padding:0;
    }

ul{
	list-style-type: none; 
	padding: 0;  
}
li{
	background-image:url('images/list.gif'); 
	background-repeat:no-repeat; 
	background-position:10px 5px; 
	padding-left:30px; 
	display:block;
	margin-top:2px;
}

body {
    color:#606060;
    background:url('images/greyback.jpg') repeat top left #c0c0c0;
    font-style:normal;
    font-variant:normal; 
    font-weight:normal; 
    font-size:90%; 
    font-family:Arial, sans-serif;
    }

p {
    clear:both;
    }
		
img {
    padding:0;
    margin:0;
    }

img a {
    border:none;
    }

a img {
    border:none;
    }
	
h1 {
    font-size: 80%;
    color:#202020;
    }

h2 {
    font-family: Georgia, Arial;
    font-size: 140%;
    font-weight:normal;
    color:#202020;
    }
h3 {
    font-family: Georgia, Arial;
    font-size: 110%;
    font-weight:lighter;
    }

a, a:visited {
    color:#202020;
    text-decoration:none;	
    }

a:hover {
    color:#c0c0c0;
    }

.left {
    float:left;
    }
.alignleft{
	float:left;
	clear:none;
}
.aligncenter{
	float:center;
	clear:none;
}


.right {
    float:right;
    }
.center {
    float:center;
    }
.clear{
	clear:both;
	font-size:0%;
	line-height:0%;
}
blockquote,
pre{
	background:url('images/blockquote.gif') 3px 3px no-repeat;
	padding:4px 12px 0 40px;
	margin:5px 0 30px 0;
	overflow:hidden;
	font-style:italic;
	font-size:120%; 
}




/* Main Structure
------------------------------------------------------------------*/
#wrap {
    width:800px;
    margin:0 auto;
    }

#container {
    width: 800px;
    margin-top:15px;
    margin-bottom:15px;
    background:url('images/container.jpg') repeat-x top left #ffffff;
    float:left;
    }

#header {
    width:800px;
    height:100px;
    padding:0;
    margin:0;
    }
    
#content {
    width:702px;
    min-height:50px;
    height:auto !important;
    height:50px;
    padding:0 0 15px;
    margin:0 auto;
    }


/* Header
------------------------------------------------------------------*/

#logo {
    width:200px;
    height:100px;
    float:left;
    }

#menuspacer {
    width:600px;
    height:60px;
    float:right;
    }

#menubox {
    width:600px;
    height:40px;
    float:right;
    overflow:hidden;
    }

#menu {
    padding:0;
    margin:0;
    list-style-type:none;
    display:inline;
    clear:none;
    float:right;
    }

#menu li {
    background:none;
    height:40px;
    padding:0;
    margin:0 0 0 20px;
    list-style-type:none;
    display:inline;
    float:right;
    }

#menu a, #menu a:visited {
    text-transform:uppercase;
    text-decoration:none;
    font-size:90%;
    color: #ffffff;
    font-family:Century Gothic, Arial;
    }

#menu a:hover {
    color: #202020;
    }

#menu li.current_page_item {
    background: url('images/active.jpg') no-repeat bottom center;
    }
#menu li.current_page_item a{
    color:#202020;
    }

#menu li.current_page_parent {
    background: url('images/active.jpg') no-repeat bottom center;
    }
#menu li.current_page_parent a{
    color:#202020;
    }




/* Content
------------------------------------------------------------------*/

#submenubox {
    min-height:20px;
    height: auto; !important;
    height:20px;
    width:702px; 
    padding:0;
    }

#submenu {
    padding:0;
    margin:0;
    list-style-type:none;
    }

#submenu li {
    background:none;
    padding:0;
    margin-right:10px;
    list-style-type:none;
    float:left;
    display:inline-block;
    zoom:1;
    *display: inline;
    _height:15px;
    }

#submenu a, #submenu a:visited {
    text-transform:lowercase;
    text-decoration:none;
    font-size:100%;
    color:#202020;
    font-family:Georgia, Serif;
    }

#submenu a:hover {
    color:#c0c0c0;
    }

#submenu li.current_page_item a{
    font-weight:bold;
    }

.page {
    width:702px;
    margin-top:10px; 
    text-align:justify;
    float:left;
    }

.post {
    width:702px;
    height: auto;
    margin-top:10px; 
    text-align:justify;
    float:left;
    }
.post img{
    margin-bottom:20px;
}

.entry {
    width:702px;
    float:left;
    }

.postmeta {
    width:702px;
    margin:0 0 2px 0;
    float:left;
    background: url(images/line.jpg) repeat-x 0px 10px;
    }

.posttitle {
    width:702px;
    margin:0 0 20px 0;
    float:left;
    }

.containerright {
    float:right;
    }

.postmeta span.date {
    font-size:80%;
    background: #ffffff;
    padding:0 2px 0 2px;
    }

.postmeta span.comments {
    font-size:80%;
    background: #fff url(images/chat_grey.gif) no-repeat 2px 2px;
    padding-left: 18px;
    }


#blognav {
    width:100%;
    height:40px;
    float:left;
    margin-top:40px;
    border-top:1px solid #c0c0c0;
    }

.textpara {
    width: 550px;
    padding:0;
    margin-left:25px;
    float:left;
    text-align:left;
    clear:right;
    }

/* Bottombar
------------------------------------------------------------------*/
#bottom{
	width:800px;
	padding:0;
	margin:20px 0;
}
.bottombar{
	width:702px;
	height:auto;
	padding:5px 0;
	background:#fff;
	margin:0 auto;
	border-top:1px solid #c0c0c0;
}
.widget_bottom{
	display:inline;
	font-size:85%;
	float:left;
	overflow:hidden;
	width:350px;
	margin:0 1px 20px 0;
	color:#808080;
	text-align:left;
}
.widget_bottom h3{
	color:#202020;
}

.widget_bottom li a,{
	color:#404040;
	text-decoration:none;
}
.widget_bottom li a:hover{
	color:#000;
	text-decoration:none;
}


/* Footer
------------------------------------------------------------------*/
#footer{
	width:800px;
	padding:0;
	margin:12px 0;
}
.footerbar{
	width:702px;
	padding:2px 0;
	background:#fff;
	margin:0 auto;
	border-top:1px solid #c0c0c0;
}

.footertext {
    color:#909090;
    font-size:75%;
    }

.footertext a,
.footertext a:visited {
    color:#909090;
    }
.footertext a:hover {
    color:#000;
    }

/* Comments
------------------------------------------------------------------*/

#commentbox {
	height: 100px;
	width:590px;
	}
#commentform {
	margin-bottom: 20px;
	width: 600px;
	}
#commentform code {
	background: none;
	border: none;
	display: inline;
	font-size: 1.1em;
	line-height: 1.3em;
	padding: 0;
	}
#commentform a {
	color: #ff7700;
	}
#commentform input, #commentform textarea {
	background: #efefef;
	border: 1px solid #dfdfdf;
	color: #000000;
	padding: 3px;
	}
#commentlist {
	margin-bottom: 20px;
	}
#comments {
         width:702px;
         height:25px;
         border-top: 1px solid #c0c0c0;
	display: block;
	margin: 20px 0 20px 0;
         float:left;
         padding:0;
         text-align: left;
	}
#commentlist div {
         border: none;
         color:#404040;
         margin:0;
         padding:10px;
	}
#commentlist div.alt {
         border: none;
         color:#404040;
	background: #efefef;
         margin:0;
         padding:10px;
	}

#commentlist div.alt blockquote {
	background: #efefef;
	border: 1px solid #dfdfdf;
	margin: 1.2em auto;
	padding: 0.1em 1em;
	}
#commentlist div blockquote {
	background: #efefef;
	border: 1px solid #dfdfdf;
	margin: 1.2em auto;
	padding: 0.1em 1em;
	}
#commentlist small {
	text-transform: uppercase;
	}
.gravatar {
	float: left;
	margin: 0 10px 10px 0;
	}
#respond {
         background:#fff;
         width:702px;
         height:25px;
         border-top: 1px solid #dddddd;
	display: block;
	margin-top: 20px;
         margin-bottom: 20px;
         padding:0;
         text-align: left;
	}

.commentstitle {
         color:#404040;
         font-size:120%;
         text-transform:uppercase;
         text-style:bold;
         }
small a.comment-edit-link {
	 color: #000000;
	 text-transform: uppercase;
	}
#comments2 {
         background: url('images/respond.png') top left no-repeat;
         height:50px;
         width:150px;
         padding:13px 0 0 10px;
         margin-top:1px;
}
#comments2 a, #comments2 a:visited {
         color:#ffffff;
}
#comments2 a:hover {
         color:#c0c0c0;
}



