/*  
Theme Name: Jozilla New
Theme URI: http://blog.jozilla.net/
Description: Wordpress theme to match my new homepage. 
Version: 1.0
Author: Jo Vermeulen 
Author URI: http://jozilla.net/
*/

body {
    background: #fff; 
	color: #000; 
    font-family: Helvetica, Arial, sans-serif;
    /*font-size: 1em;*/
    font-size: small;
/*    font-size: 0.75em; */
	margin: 0 auto;
    /*min-width: 67em;*/
	}

#page {
    margin: 0;
    margin-left: 15%;
    margin-right: 15%;
	border: 0; 
	}

#header {
    margin-left: 15%;
    margin-right: 15%;
	}

#blog-content {
    color: rgb(92, 84, 80);
    font-family: Georgia, Times, serif;
    font-size: 1em;
    margin-top: 2em;
    margin-bottom: 2em;
	}


#blog-content h1, h2, h3, h4, h5, h6 {
    color: #444;
}

.widecolumn .entry p {
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

h2 {	
    line-height: 130%;
}

pre, code, kbd {
	font-family: Monaco, Consolas, "Dejavu Sans Mono", "Lucida Console", "Courier New", monospace;
}

pre.key {
	font-size: 20%;
}

ul {
	list-style-type: square;
}

blockquote {
	background: #f0ffff url('http://jozilla.net/images/q-close.gif') right bottom no-repeat;
	color: #444;
	padding-right: 10px;
	padding-left: 1em;
    border-left: 4px #C3C3C3 solid;
}

blockquote p {
	padding-right: 15px;
}

blockquote p:first-letter {
	background: url('http://jozilla.net/images/q-open.gif') left top no-repeat !important;
	padding: 5px 2px 10px 35px !important;
	font-size: large;
	font-weight: bold;
}

q {
	background-color: #f0ffff;
	font-style: italic;
}

/* <Flickr thumb effect> */
a img {
    border: 0;
    border-bottom: 3px solid;
    border-color: transparent;
}

a img:hover {
    border-color: #005bda;
}

/* </Flickr thumb effect> */


a:link,
a:visited {
    text-decoration: none;
    color: #0489b7;
}

a:hover,
a:active {
    text-decoration: underline;
    color: #0489b7;
}

#header {
    background-color: rgb(30,66,98);
    color: #fff;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 0.7%;
    border: 2px solid rgb(20,56,88);
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}

#header h1 {
    text-shadow: #262626 2px 2px 1px;
	color: white;
    font-size: 1.3em;
	text-align: right;
	padding-right: 5px;
    margin-top: 0.5em;
    margin-bottom: 0;
}

#header a.homepage {
    color: white;
    font-weight: bold;
}

#menu {
    font-size: 1.05em;
    padding-top: 2em;
    border-bottom: 2px #C3C3C3 solid;
    padding-bottom: 3em;
    margin-left: 5%;
    margin-right: 5%;
}

#menu ul {
    margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
    float: left;
    width: 10em;
    height: 3em;
    padding-right: 1em;
}

#menu li ul {
	display: none;
    position: absolute;
    top: 1em;
    left: 0;
}

/* for IE */
#menu li > ul {
    top: auto;
    left: auto;
}

#menu li:hover ul {
    /*font-size: small;*/
    font-size: 0.9em;
    border: 1px solid #c1c1c1;
    border-top: 3px #C3C3C3 solid;
    /*background: #cee3f1;*/
    background: #fff url(http://jozilla.net/images/gradient.gif) repeat-x;
    opacity: 0.95;
    width: 10em;
    display: block;
}

#menu li:hover ul li {
    width: 87%;
    padding: 1em;
}

#menu li:hover ul li a {
    display: block;
    padding: 5px 15px 4px 6px;
    text-decoration: none;
    border: 1px solid;
    border-color: transparent;
}
    
/* current section, and hovering */
#menu li#current a {
    color: #000;
    font-weight: bold;
}

#menu li:hover ul li a {
}

/* same for the subsections, but of course only the current ones, not the
 * other subsections */
#menu li#current:hover ul li a {
    color: #444;
    font-weight: normal;
}

#menu li#current:hover ul li#current_sub a {
    color: #000;
    font-weight: bold;
}

/* give a nice border to the subsections */
#menu li:hover ul li a:hover, #menu li#current:hover ul li a:hover {
    /* blaat */
    color: #000;
    border: 1px #C3C3C3 solid;
    background: #F2F2F2;
}

#menu h2 {
	display: none;
	border: none;
}

#menu a {
    text-decoration: none;
    color: #444;
    border: 0;
}

#menu a:hover {
    color: #000;
    border-bottom: 3px solid #c3c3c3;
}

#bread {
	display: inline;
	font-size: 0.9em;
}

#bread ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
}

#bread ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
}

/* add >> between li elements */
#bread ul li:before {
	content: "\0020 \0020 \0020 \00BB \0020";
}

#bread ul li.first:before {
	content: " ";
}

#bread h2 {
	display: inline;
	border: 0;
	font-size: 1.0em;
    font-weight: normal;
    color: #ddd;
	padding-right: 3px;
}

/* add a colon after this header */
#bread h2:after {
	content: ":";
}

#bread a {
    text-decoration: underline;
    color: white;
    border: 0;
}

#content {
    clear: left;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 5%;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-weight: bold;
	}

#header .description {
    float: right;
	text-align: right;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #header .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em; 
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
    font-size: 1.3em;
    font-weight: bold;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.narrowcolumn {
	float: left;
	width: 40em;
	}

.widecolumn {
	width: 40em;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.post h2 {
    clear: both;
    }

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
    border-top: 1px dotted #ddd; 
	padding: 0;
    margin: 0 auto;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 0.5em 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
    padding-top: 2em;
	text-align: center;
	}

#sidebar #searchform #s {
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
    float: right;
	width: 17em;
    margin-top: 2em;
    margin-bottom: 2em;
    padding-left: 2em;
    border-left: 1px dotted #ddd; 
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.navigation .alignleft, .navigation .alignright {
    margin-bottom: 2em;
    }

/* End Various Tags & Classes*/

.narrowcolumn object, .narrowcolumn a img, .widecolumn object, .widecolumn a img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* WP-Syntax */

.wp_syntax {
    color: #100;
    background-color: #f9f9f9;
    border: 1px solid silver;
    margin: 0 0 1.5em 0;
    overflow: auto;
}

/* IE FIX */
.wp_syntax {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 15 : 0);
    width: 100%;
}

.wp_syntax table {
    border-collapse: collapse;
}

.wp_syntax div, .wp_syntax td {
    vertical-align: top;
    padding: 2px 4px;
}

.wp_syntax .line_numbers {
    text-align: right;
    background-color: #def;
    color: gray;
    overflow: visible;
}

/* potential overrides for other styles */
.wp_syntax pre {
    margin: 0;
    width: auto;
    float: none;
    clear: none;
    overflow: visible;
}

/* End WP-Syntax */

/* Begin FeedBurner Widgets */

#sidebar ul li#feedburner ul {
    margin-left: 0;
    padding-left: 0;
    }

#sidebar ul li#feedburner ul li:before {
	content: ""; 
	}

/* End FeedBurner Widgets */

.entry {
/*    font-family: Palatino, "Palatino Linotype", "Book Antigua", Georgia, Times, serif;*/
}

span.menu_icon {
    font-size: 0.7em;
}

