/*
Theme Name: JICRIT
Theme URI: http://haecceitas.com/
Description: Theme created for JICRIT by Haecceitas
Version: 1.6
Author: Hubert Lepicki
Author URI: http://hubertlepicki.com/
Tags: custom

	JICRIT v1.0
	 http://haecceitas.com/

	This theme was loosely based on theme
        designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The XHTML source but not the CSS or design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

        This modified theme doesn't use Michael Heilemann's CSS nor design.
 
        Haecceitas holds copyright for CSS and design, and JICRIT for content. 
*/

body {
  margin: 0;
  padding: 0;
  /* background: white url(images/body_bg.gif) repeat top left;
  */ background-color: #244974;
  font-family: helvetica, arial, sans-serif;
  color: #e3eaf1;
  font-size: 85%;
}
table, tr, td {
  vertical-align: top;
}
h1 {
  letter-spacing: -2px;
  margin: 3px 0 20px 0;
  padding: 0;
  font-weight: normal;
}
a, a:visited {
  color: #c5e2ff;
/*  text-decoration: none;	*/
}
div#sidebar a {
	text-decoration: none;}
a:hover {
  color: white;
  text-decoration: underline;
}

a img {
  border: 0;
}
.clear {
  clear: both;
}
.description {
  color: #336699;
  margin-left: 390px;
  padding-top: 86px;
  margin-right: 100px;
  font-size: 1.8em;

}
.issue_wrapper {
  padding-left: 10px;
  border-bottom: 1px dotted #84a3c1;

}

.post h3 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.thumb img {
  border: 1px solid #2c5985;
  padding: 2px;
  
}

#center_col {
  width: 465px;
  margin-left: 220px;
  padding-left: 20px;
  border-left: 1px solid #9cb7d1;
}

#footer iframe {
  width: 980px;
  border: 1px solid #29537c;
  height: 400px;
}

#main_col {
  padding-left: 20px;
  border-left: 1px solid #9cb7d1;
  float: right;
  width: 766px;
}


#header, #headerimg {
  display: block;
  margin: 0;
  margin-bottom: 12px;
  padding: 0;
  height: 226px;
  width: 980px;
}

#header a span {
  display: none;
}

#header a {
  display: block;
  float: left;
  width: 320px; 
  height: 220px;
}
#headerimg {
  background-image: url(images/header.png);
  background-repeat: no-repeat;
}

#issues_box, #jottings_box, .post, .page {
  border: 1px solid #29537c;
  background-color: #336699;
  padding: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-top: 6px;
}

#issues_box h3, #jottings_box h3 {
  font-size: 1em;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
#issues_box p, #jottings_box p {
  margin: 0;
  padding: 0 0 5px 0;
}

#issues_thumb, #jottings_thumb {
  position: absolute;
  margin-left: 350px;
  margin-top: -20px;
  border: 1px solid #29537c;
  padding: 2px;
}

#jet_box {
  border: 3px solid white;
  background-color: #ebf0f5;
  text-align: center;
  color: #336699;
}
#jet_box a {
  color: #0d2c8e;
  font-weight: bold;
}
#jet_box hr {
  display: block;
  margin-left: 70px; 
  margin-right: 70px;
  border: 0;
  border-top: 1px solid #8fabc7;
}
#page {
  width: 980px;
  margin: 10px auto 10px auto;
  padding: 0; 
}
#right_sidebar {
  width: 255px;
  float: right;
}
#searchform {
  text-align: right;
  margin: 0;
  padding: 0;
}
#searchform input {
  border: 1px solid #becedf;
  background-color: #8eaac7; 
}

#sidebar {
  width: 180px;
  float: left;
}

#sidebar ul, #sidebar li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  font-weight: bold;
  margin-top: 4px;
}

#more_jottings, #more_issues, #more_views {
  display: block;
  text-align: right;
  margin-top: 10px;
}
#more_views {
  padding-right: 20px;
  padding-bottom: 10px;
}

#whats_box {
  border: 3px solid white;
  margin-top: 20px;
  background-color: white;
  color: #444;
}
#whats_box h1 {
  color: #336699;
  font-size: 1.4em;
  padding-left: 20px;
  padding-top: 10px;
}
#whats_box h3 {
  font-size: 1em;
  font-weight: normal;
  background-color: #d6e0ea;
  padding-left: 20px;
  padding-top: 16px;
  padding-bottom: 5px;
  margin: 0;
}
#whats_box a, #whats_box a:visited, #whats_box span {
  color: #336699;
}
#whats_box p {
  margin: 0;
  padding: 10px 20px 10px 20px;
}
#view_thumb {
  position: absolute;
  margin-top: -30px;
  margin-left: 30px;
}

/* 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 */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
