/*   
Theme Name: Open Sourcerer
Theme URI: http://www.theopensourcerer.com
Description: A Wordpress Theme inspired by the colour scheme of Ubuntu Jaunty 9.04. Features: Two column layout, widget aware, variable width. 
Author: Alan Lord alan@theopensourcerer.com
Author URI: http://www.theopensourcerer.com
Version: 1.5
Tags: brown, two-column, flexible-width, widget-aware
License: GPLv3 or Later. (c) 2009 Alan Lord 
*/

/* Navigation Elements */
.navigation {
    font-size:0.9em;
    margin:0.5em 0.5em 1em 0.5em;
}

.comments .navigation {
    margin:0.5em 0 3.5em 0;
}
/* End Navigation Elements */

/* Begin Images */
p img {
    position:relative; /* IE6 Hack */
    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;
}

.wp-caption {
   border: 1px solid #DCDAD5;
   text-align: center;
   background-color: #DCDAD5;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   /* This breaks CSS 2.1 validation */ 
   -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:3px 0 5px 0;
   margin: 0;
   color:#0F0C0B;
}
/* End Images */

/* Comments */
h3#comments {
    font-weight:normal;
    margin-top:1em;
}

.commentmetadata {
	font-weight: normal;
	padding-bottom:0.5em;
}

ul.commentlist {
    list-style:none;
    margin-left:2em;
}

ul.commentlist li {
    background-color:#241D1A;
    padding:0.5em;
    border:solid 1px #302724;
    margin-bottom:0.5em;
	font-weight: bold;
}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #DCDAD5;
	position:relative; /*IE6 Hack */
}

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

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#commentform textarea {
	width:95%;
	height: 100px;
	padding: 5px;
	font-size:1.2em;
	overflow:auto; /* IE6 & 7 Need this */
}
/* End Comments */

/* Begin Wordpress Widgets */

/* Search Widget */
#searchform {
    padding:0;
    margin:0;
}

#searchform #s {
    width:125px;
}

#searchform label.screen-reader-text {
    display:block;
    width:150px;
}
/* End Search Widget */

/* Calendar Widget */
table#wp-calendar {
    margin:0 auto;
}

#wp-calendar caption {
    font-weight:bold;
    margin-bottom:0.5em;
}

#wp-calendar tbody, #wp-calendar thead {
    border:solid 1px #302724;
}    

#wp-calendar th, #wp-calendar td {
    padding:3px 4px;
    text-align:center;
}

#wp-calendar td a {
    padding:3px 4px;
    display:block;
    background:#DCDAD5;
    color:#1E1816;
    font-weight:bold;
}

#wp-calendar td a:hover {
    background:#1E1816;
    color:#DCDAD5;
}

#wp-calendar td#next a, #wp-calendar td#prev a {
    color:#DCDAD5;
    background:#1E1816;
}

#wp-calendar td#next a:hover, #wp-calendar td#prev a:hover {
    color:#FFF;
}

/* End Calendar Widget */

/* Tag Cloud */
#tag_cloud-2 a {
    color:#D40000;
    margin:2px 3px;
}

#tag_cloud a:hover {
    color:#DCDAD5;
}
/* End Tag Cloud */
