/*  
Theme Name: BS
Theme URI: http://benjamin.smedbergs.us/blog/

*/

@import url("/bdstyle.css");

/* Begin Typography & Colors */

.post h2 a {
  text-decoration: none;
}

.post h2 {
  border-bottom: 1px solid black;
  margin-bottom: 2px;
}

.alt {
  background-color: #f8f8f8;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

small {
  font-family: "Droid Sans", Arial, Helvetica, Sans-Serif;
  font-size: 0.8em;
}

.description {
  font-size: 1.2em;
  text-align: center;
}

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

#sidebar h2 {
  font-family: "Droid Sans", sans-serif;
  font-size: 120%;
  font-weight: normal;
}

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

#wp-calendar #prev a {
  font-size: 9pt;
}

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

#wp-calendar caption {
  font: bold 120% 'Lucida Grande', Verdana, Arial, sans-serif;
  text-align: center;
}

#wp-calendar th {
  font-style: normal;
  text-transform: capitalize;
}

.postmetadata {
  font-style: italic;
  text-align: center;
}

.navigation a {
  font-style: italic;
}

#comments {
  font-weight: normal;
  border-bottom: 1px solid black;
  margin-bottom: 4px;
}

/* End Typography & Colors */

/* Begin Structure */

.post {
  clear: both;
}

.postmetadata {
  padding-top: 5px;
}

/* End Structure */

.description {
  text-align: center;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

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

img.alignleft {
  padding: 4px;
  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. */

.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; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 115px;
	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 */

.wp-tag-cloud {
    margin: 0px;
    indent: 0px;
    padding: 0px;
    font-family: "Droid Sans", sans-serif;
}

.wp-tag-cloud li {
    display: inline;
    display: inline-block;
    vertical-align: middle;
}

.wp-tag-cloud a {
  text-decoration: none;
}

/* Begin Sidebar */

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

/* 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 {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.irclog {
  font-family: "Droid Sans Mono", monospace;
  font-size: 85%;
}

.irclog p {
  border-bottom: 2px solid #D8D8CE;
  margin: 0px;
  padding: 1px;
}

/* End Various Tags & Classes */
