/*  
Theme Name: Sublimity
Theme URI: http://www.sublimity.ca/
Description: My new theme for testing.
Version: 1.5
Author: Shane Warner
Author URI: http://www.sublimity.ca/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'header.php' file.
	This is to ease installation inside subdirectories of a server.

	Have fun, and don't be afraid to contact me if you have questions.
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	}

.alt {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	}

#footer {

	}

small {
	font-family: Arial, sans-serif;
	font-size: 1em;
	}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-shadow: 2px 2px 3px #666;
	}

h2, .postTitle {
	font-size: 1.6em;
	}

.postTitle {
	margin-bottom: 3px;
}

.underline, h2 span, h3 span, .postTitle span, .entry h4 {
	border-bottom: 1px #666 dotted;
}

.entry h3 {
	border-bottom: 1px #666 solid;
}

.entry h3, .entry h4 {
	margin-bottom: 3px;
}

.entry p {
	margin-top: 0;
}

.entry ul, .entry ol {
	padding-bottom: 1em;
}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}
	
a, h2 a:hover, h3 a:hover {
	color: #c00;
	text-decoration: none;
	}

a:hover {
	color: #900;
	text-decoration: underline;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, .postTitle a, .postTitle 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;
	}
	
a {
	font-weight: bold;
}

#sidebar {
	font: 1em;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #666;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

.description {
	font-size: 1.2em;
	color: #c00;
	}

.description:before {
	content: "\00AB \0020 ";
	color: #333;
}
	
.description:after {
	content: "\0020 \00BB";
	color: #333;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
ins {
	display: block;
	text-decoration: none;
	border-top: 1px dashed #666;
	padding-top: 10px;
}

ins.edit, ins.aside {
	border-bottom: 1px dashed #666;
	padding-bottom: 10px;
}

ins span {
	display: block;
	margin-left: 10px;
	border-left: 3px solid #ccc;
	padding-left: 12px;
	margin-right: 20px;
	margin-top: -5px;
}

ins:before {
	display: block;
	font-weight: bold;
	background: url('images/star_small.gif') no-repeat 0 0.2em;
	padding-left: 15px;
	margin-left: 5px;
	padding-bottom: 8px;
}

ins.addendum:before {
	content: "Addendum: (" attr(datetime) ")";
}

ins.edit:before {
	content: "Edit: (" attr(datetime) ")";
}

ins.aside:before {
	content: "Aside: (" attr(datetime) ")";
}

span.super {
	font-size: 0.8em;
	vertical-align: super;
}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	background: #ffc url('images/bg_side_extender.jpg') repeat-y;
	}
	
#bg_main {
	background: url('images/bg_main.jpg') no-repeat;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 738px;
	height: 614px;
}

#bg_top {
	background: url('images/bg_top_extender.jpg') repeat-x;
	margin: 0;
	position: absolute;
	width: 100%;
	height: 30px;
}

#page {
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	padding: 0;
	min-width: 1000px;
	}
	
#menubar {
	float: left;
	margin: 140px 28px 35px 22px;
	width: 99px;
}
	
#header {
	padding: 0;
	margin: 85px 0 0 250px;
	}
	
.description {
	margin-left: 30px;
}

.narrowcolumn, .single_post {
	float: left;
	padding: 20px 0 20px 0;
	margin: 0px 20px 0 20px;
	width: 550px;
	}
	
.narrowcolumn .post {
	margin: 0px 0 30px 0;
	clear: both;
	}
	
.single_post .post {
	margin: 0px;
	clear: right;
}
	
.entry {
	text-align: justify;
}

.posthead {
	margin-bottom: 1em;
}

.excerptBar {
	display: block;
	font-weight: bold;
}

.search_result {
	background: #f93;
	color: #fff;
}

.next_page:after {
	content: "\0020 \00BB";
	color: #333;
}

.previous_page:before {
	content: "\00AB \0020";
	color: #333;
}

.dot {
	padding: 0 0.2em;
}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.double-border {
	border-top: 1px #666 solid;
	border-bottom: 1px #666 solid;
	padding: 3px 10px;
}

.categoryInfo {
	background: url('images/file.gif') no-repeat 0 0em;
	padding-left: 14px;
	padding-right: 4px;
	border-right: 1px #666 solid;
	padding-bottom: 1px;
}

.editLink {
	padding: 0px 4px;
	border-right: 1px #666 solid;
}

.commentInfo {
	background: url('images/comments.gif') no-repeat 0 0;
	padding-left: 14px;
	margin-left: 4px;
}

.postmetadata {
	display: block;
	margin: 15px auto 0 auto;
	padding: 3px 10px;
	width: 90%;
	text-align: justify;
	border-top: 1px #666 solid;
	border-bottom: 1px #666 solid;
}

.postinfo {
	margin: 15px auto 0 auto;
	padding: 3px 10px;
	width: 90%;
	text-align: center;
}

.postmetadata a {
	font-weight: normal;
}
	
#footer {
	padding: 0 0 0 1px;
	margin: 0 auto;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	}

h2 {
	
	}

h2.pagetitle {
	text-align: center;
}

#sidebar h2 {
	padding: 0;
	margin-top: 5px;
	}

h3 {
	padding: 0;
	margin: 0;
	}

.entry h3 {
	padding-top: 5px;
}

h3.comments {
	padding: 0;
	}
/* 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 */

#sidebar ul ul li:before {
	content: "\00BB \0020";
	color: #666;
	}

#sidebar ul ul li {
	text-indent: -1em;
	}

.entry ol {
	margin: 0 30px 0 -10px;
}

.entry ul {
	margin: 0 30px 0 -10px;
	list-style: none;
}

.entry ul li {
	background: url('images/arrow_small.gif') no-repeat 0 0.7em;
	padding: 4px 0 4px 15px;
	margin-left: -20px;
}

.entry ul.tight li {
	background: url('images/arrow_small.gif') no-repeat 0 0.5em;
	padding: 1px 0 1px 15px;
}

.entry ul.date li {
	background: url('images/arrow_small.gif') no-repeat 0 0.5em;
	padding: 1px 0 1px 15px;
	text-indent: -5em;
	padding-left:6.5em;
	text-align:left;
}

.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: 10px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: -0.7em 0 0 10px;
	padding-right: 10px;
	}

#sidebar ul ul ul {
	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: 0px;
	}
/* End Entry Lists */



/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

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

/* Structure */

#sidebar {
	width: 220px;
	float: left;
    overflow: hidden;
	margin: auto 10px 20px 25px;
	background: url('images/sidebar_back.jpg') repeat-y;
	padding: 0;
}

#sidebar_top {
	background: url('images/sidebar_head.jpg') no-repeat;
	padding-top: 20px !important;
}

#text-1 h2, .widget#calendar h2, #text-2 h2 {
	display: none;
}

#sidebar ul {
	padding: 0;
}

#sidebar ul li {
	padding: 0px 20px;
}

#sidebar ul li ul li {
	padding: 0;
}

#text-2 {
	background: url('images/sidebar_foot.jpg') no-repeat left bottom;
	padding-bottom: 20px !important;
	margin-bottom: 0 !important;
}

.side-div-top {
	background: url("/wp-content/themes/sublimity/images/sidebar_div_top.jpg") no-repeat;
	width: 186px;
	height: 35px;
	margin: 0px 0 -2px -6px;
}

.side-div-bottom {
	background: url("/wp-content/themes/sublimity/images/sidebar_div_bottom.jpg") no-repeat;
	width: 186px;
	height: 35px;
}

#about {
	border-top: 1px #666 solid;
	padding-top: 5px;
}

#about a {
	color: #c00;
}

#about h2 {
	margin-bottom: 4px;
}

#photo {
	width: 100%;
	padding: 5px 0 0 0;
	margin: 0;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	text-align: center;
}

.giDescription {
	display: block;
}

.ImageFrame_shadow {
	margin: auto auto;
}
/* Formatting */

#side-body #title {
	text-align: center;
	display: block;
	}

#sidebar a:hover {
	color: #900;
	}

#sidebar form {
	margin: 0;
	}
	
#photo h4 {
	margin: 0;
	padding: 5px 0 10px 0;
}

.latestposts, .latestphotos {
	padding-bottom: 10px;
	border-bottom: 1px solid #666;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar-block {
	width: 100%;
	padding: 10px 0 5px 0;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	}

#wp-calendar {
	empty-cells: show;
	width: 155px;
	margin: auto auto;
	border-spacing: 0px;
	}
	
#wp-calendar thead tr th {
	border-bottom: 1px dotted #666;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: inline;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	font-weight: bold;
	}

#wp-calendar td {
	padding: 2px 2px;
	text-align: center;
	border: 1px solid transparent;
	}
	
#wp-calendar td#today {
	background: #ffc;
	border: 1px solid #999;
	font-weight: bold;
}

#wp-calendar td:hover { 
	background-color: #fff;
	border: 1px solid #999;
	cursor: default;
}

#wp-calendar td.pad:hover, #wp-calendar td#next:hover, #wp-calendar td#prev:hover { 
	background: none;
	border: none;
	cursor: default;
}


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

hr {

	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: right;
	}
	
.navigation #previous,.navigation #next, .navigation #sep {
	float: right;
}

.navigation #next {
	text-align: left;
	margin-left: 2px;
}

.navigation #previous {
	text-align: right;
	margin-right: 2px;
}

/* End Various Tags & Classes*/


/* Pretty Search */

.search-wrapper {
	margin-left:11px;
	position:relative;
	width:160px;
	height: 20px;
}

.search-wrapper .left {
	background:transparent url('images/searchfield_leftcap.png') no-repeat scroll left top;
	display:block;
	height:19px;
	left:0;
	position:absolute;
	top:0;
	width:20px;
}

.search-wrapper .right {
	background:transparent url('images/searchfield_rightcap.png') no-repeat scroll right top;
	display:block;
	height:19px;
	position:absolute;
	left:150px;
	top:0;
	width:10px;
}				

.search-wrapper input.prettysearch {
	border:0 none;
	font-size:11px;
	margin:0;
	padding:3px 0 0;
	position:absolute;
	left:20px;
	top:0;
	width:130px;
	height: 16px;
	background:transparent url('images/searchfield_repeat.png') repeat-x scroll center top;
	outline: none;
}

/* End Pretty Search */

/* ###################### Gravatars ###################### */

.grav_local, .grav_url, .grav_random {
	border: 1px solid #666;
	background: #fff;
}

.odd_comment .gravatar {
	float:right;
	margin-left: 5px;
}

.even_comment .gravatar {
	float: left;
	margin-right: 5px;
}

.postgrav {
	float: left;
	padding: 2px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #000;
	background: #fff;
}

#gravatarsignup {
	background: #FFFFE5;
	border: 1px solid #666;
	padding: 3px 6px;
}

/* End Gravatars */

/* ###################### WPG2 Photos ###################### */

.photo .ImageFrame_none {
	background: #fff;
	padding: 2px;
	border: 1px #999 solid;
}

.photo h4 {
	text-align: center;
	margin-top: 2px;
	margin-bottom: 0;
}

.photo {
	width: 115px;
	text-align: center;
	margin-top: -0.6em;
}

.vert {
	width: 80px;
}

.goleft {
	float: left;
	margin-right: 5px;	
	clear: left;
}

.goright {
	float: right;
	clear: right;
	margin-left: 5px;
}

/* End WPG2 Photos */

.map {
	border: 1px solid black;
	width: 550px;
}

.map + br + small {
	padding-left: 10px;
	color: black;
}


/* Begin Comments*/

#comments {
	margin-top: 5px;
}

#comments_posted {
	padding-top: 10px;
}

.posted_bottom {
	clear: both;
	height: 5px;
}

.comment.depth-1 {
	width: 90%;
}

.comment.thread-odd {
	float: left;
	border: 1px #999 solid;
	background: #E2E7D2;
}

.comment.thread-odd:hover{
	background: #FFFFB2;
	border: 1px #666 solid;
}

.comment.thread-even {
	text-align: right;
	float: right;
	border: 1px #666 solid;
	background: #fff;
}

.comment.thread-even:hover {
	background: #fff;
	border: 1px #999 solid;
}

.commentlist .children li {
	border: none;
}

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

.commentlist li {
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 5px;
	list-style: none;
	display: block;
	}
	
#commentform input, #commentform textarea {
	font: 0.9em;
	}

.commentlist p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: none;
	margin: 5px 2em 0 2em;
	}

.commentmetadata {
	font-weight: normal;
	margin: 0;
	display: block;
	}
	
.comment_head {
	margin-bottom: 10px;
}

#comment_add {
	margin-top: 10px;
	clear: both;
}

#commentform p {
	margin: 5px 0;
	}

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

.alt {
	margin: 0;
	padding: 10px;
	}

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

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

	}
.commentlist li ul li { 
	margin: 0px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }
	
#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;
	}
	
.avatar.photo {
	width: inherit;
	margin-top: 0;
}

.commentlist li .avatar, #about .avatar {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #ccc;
	float:left;
	padding:2px;
	margin-right:5px;
}

.commentlist .thread-even .avatar {
	float: right;
	margin-right: 0;
	margin-left:5px;
}

.commentlist .comment-body p {
	clear:both;
}

.commentlist .comment-author cite {
	font-size: 1.4em;
}

.commentlist .comment-author {
	padding-top:5px;
}

.commentlist .comment-actions {
	float: right;
}

.commentlist .thread-even .comment-actions {
	float: left;
}

.commentlist .pingback {
	display: none;
}

/* End Comments */

#sidebar .widget_calendar h2 {
	display: none;
}


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
