/*
Theme Name: Isaac
Theme URI: http://isaac.freeman.org.nz/
Description: Theme for isaac.freeman.org.nz, based on Default.
Version: 0.1
Author: Isaac Freeman
Author URI: http://isaac.freeman.org.nz/
Tags: blue, custom header, fixed width, two columns, widgets

	Isaac 0.1
	A theme for isaac.freeman.org.nz

*/


@import "blueprint/screen.css";

/* Colours */
body {
	background: #696969;
	color:#111; 
	}
a           { color: rgb(91, 147, 153); text-decoration: none; outline: none; }
a:hover     { color: rgb(60, 98, 102); }

#page {
	background: white url(sitegraphics/body.png) top left repeat-y;
}
#header{
	background: transparent url(sitegraphics/sidebar.png) top left no-repeat;
	color: #F8FFF0;	
	}
#header a           { color: rgb(131, 204, 214); text-decoration: none; outline: none; }
#header a:hover     { color: rgb(91, 147, 153); }

#sidebar {}

/* Begin Structure */
div.clearer {	/* Ensures that floats clear properly - see http://www.complexspiral.com/publications/containing-floats/ */
	clear: both; 
	line-height: 0px; 
	height: 0px;
	text-align: center;
	}

#header {
	margin: 0;
	padding: 0;
	height: 1000px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.post {
	margin: 20px 20px 20px 10px;
	text-align: justify;
	}
  .post hr {
  	display: block;
  	}

.category-twitter {
  background: transparent url(sitegraphics/tweet_marker1.png) top left no-repeat;
  padding-left: 36px;
  font-size: 18px;
	}
  .category-twitter .entry {}
  .category-twitter .entry p {
    margin-bottom: 0;
    }
  .category-twitter .date {
    font-size: 9px;
    color: #999999;
  }
  .category-twitter .postmetadata {}

.category-blog {}
  .category-blog .entry {}
  .category-blog .date {
    color: white;
    text-align: center;
    display: block;
    float: left;
    width: 64px;
    height: 49px;
    padding-top: 15px;
    margin-right: 10px;
    background: transparent url(sitegraphics/date_circle.png) top left no-repeat;
  }
  .category-blog .date span.day{
    font-size: 30px;
    padding-top: 5px;
    font-weight: bold;
  }
  .category-blog .postmetadata {}

.clear {
	clear: both;
}

/* End Structure */

/* Header content */
#more_about_me {
  display: block;
  margin: 468px 0 0 40px;
}
#contact {
  display: block;
  margin: 60px 0 0 60px;
}
#facebook {
  display: block;
  margin: 11px 0 0 60px;
}
#linkedin {
  display: block;
  margin: 11px 0 0 60px;
}


/* 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 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 {
	color: #696969;
	}
#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;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	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 {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{}

#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;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* 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 */

/* Begin Breadcrumb */
div.breadcrumb {
  margin-left: 190px;
  padding: 4px 10px 0 10px;
  background: #323232;
  color: white;
  height: 20px;
  }
/* End Breadcrumb */

/* Begin Web Design Widget */
div#sidebar li#text-301967982 {
}
div#sidebar li#text-301967982 h2{
  background: #C9B1D5;
  font-size: 18px;
  line-height: 1em;
  color: black;
  padding-left: 36px;
}
div#sidebar li#text-301967982 img#design_pointer {
  margin-top: -80px;
  margin-left: -25px;
  float: left;
}
div#sidebar li#text-301967982 ul {
  margin: 0;
  list-style-type: none;
}
div#sidebar li#text-301967982 ul li {
    font-size: 18px;
    margin-top: 0;
    display: block;
    height: 23px;
    padding-top: 3px;
    padding-left: 36px;
}
div#sidebar li#text-301967982 ul li#curriculum-vitae{
  background: #FFE3AC url(sitegraphics/curriculum-vitae_square.png) top left no-repeat;
}
div#sidebar li#text-301967982 ul li#portfolio{
  background: #C1E7ED url(sitegraphics/portfolio_square.png) top left no-repeat;;
}

/* End Web Design Widget */

/* Begin Lolly Cake Widget */
div#sidebar li#text-302587081 {
  background: black;
  font-size: 18px;
  line-height: 1em;
  color: white;
}
div#sidebar li#text-302587081 img {
  margin-bottom: 0;
}
div#sidebar li#text-302587081 h2{
  display: none;
}
/* End Lolly Cake Widget */

/* Begin Talk Club Widget */
div#sidebar li#text-302587082 h2{
  display: none;
}
/* End Talk Club Widget */

/* Begin Comics Widget */
div#sidebar li#text-302592261 {
}
div#sidebar li#text-302592261 h2{
  background: rgb(135,202,139);
  font-size: 18px;
  line-height: 1em;
  color: black;
  padding-left: 36px;
}
div#sidebar li#text-302592261 ul {
  margin: 0;
  list-style-type: none;
  background: rgb(215,255,219);
}
div#sidebar li#text-302592261 ul li {
    font-size: 12px;
    margin-top: 0;
    display: block;
    padding-top: 3px;
    padding-left: 36px;
}

/* End Comics Widget */

/* Begin Portfolio */
div.portfolio_item {
  margin-bottom: 30px;
  clear: both;
}


