@charset "UTF-8";
/* CSS Document */

.wrapper .main .blog-left-column
{
	float: left;
	width: 550px;
	padding:10px 0 0 20px;
}

.wrapper .main .blog-left-column .navigation {
	display: block;
	text-align: center;
	padding: 10px 0 20px 20px;
	}

.wrapper .main .blog-left-column .entry
{
	padding: 10px 0 0 40px;
}

.wrapper .main .blog-left-column .post
{
	padding: 20px 0 0 0;
}

.post h1 {
	text-transform:capitalize;
	padding:10px 0 10px 20px;
	color: #CB4E88;
	font-size: 2em;
	}
	
.post h1 a {
	text-decoration:none;
	color: #CB4E88;
	font-size: 2em;
	}
	
.post h1 a:hover {
	text-decoration:underline;
	}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 0 0 0 20px;
	}
	
small span.date {
	line-height:18px;
	height:18px;
	background-image: url('images/date.gif');
	background-repeat:no-repeat;
	background-position:left -2px;
	padding: 0 0 0 18px;
	}
	
small span.comments
{
	line-height:18px;
	height:18px;
	background-image: url('images/comment.gif');
	background-repeat:no-repeat;
	background-position:left top;
	padding: 0 0 0 18px;
	}
	
.blog-left-column .postmetadata span.comments{
	line-height:18px;
	height:18px;
	background-image: url('images/comment.gif');
	background-repeat:no-repeat;
	background-position:left top;
	padding: 0 0 0 18px;
	}
	
.blog-left-column .postmetadata
{
	padding:10px 0 20px 40px;
}

.wrapper .main .blog-right-column
{
	float: right;
	width: 300px;
	padding:30px 0 0 0;
}

#sidebar .content {
	background-image:url(images/banner-green-bg.gif);
	background-repeat:repeat;
	text-shadow: rgba(255,255,255,.8) 0 1px 0;
	padding: 20px 36px 0 20px;
	}
	
#sidebar .content h2 {
	font-size:1.4em;
	}
	
#sidebar .sidebar-bottom {
	background-image:url(images/banner-green-bottom-right.gif);
	background-repeat:no-repeat;
	background-position: right top;
	height:6px;
	padding:0;
	}


/*----------------------------------------------------------*/

/* 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;
	}
	
.wp-caption
{
	padding: 10px 4px 4px 4px;
	text-align:center;
	margin: 0 auto 10px auto;
	display: block;
}

.wp-caption-text
{
	margin: 10px 0 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	text-align:center;
}
	
.aligncenter,
img.alignright,
img.alignleft 
{
	border:solid 1px #CCC;
	background-color:#FFF;
	-moz-box-shadow: 0 2px 4px #999;
	-webkit-box-shadow: 0 2px 4px #999;
	box-shadow: 0 2px 4px #999;
}
	
img.aligncenter{
	padding: 4px;
	margin: 20px auto;
	display: block;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 6px 18px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 18px 6px 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: 0 0 0 10px;
	list-style: disc;
	padding-left: 10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	line-height:1.4em;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	}

.entry ul li:before, #sidebar ul ul li:before {
	/*content: "\00BB \0020";*/
	}
	
.entry ul li:before, #sidebar ul ul li a {
	text-decoration:none;
	}
	
.entry ul li:before, #sidebar ul ul li a:hover {
	text-decoration:underline;
	}

.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 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 {
	padding: 5px 3px; 
	}

#sidebar #searchform #s {
	width: 140px;
	padding: 2px;
	border:solid 1px #CCC;
	padding:4px 8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#666;
	}

#sidebar #searchsubmit {
	background-color:#EEEEEE;
	border:solid 1px #AAA;
	padding:4px 8px;
	font-size:1.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

.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;
	border:solid 1px #666;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	border:solid 1px #666;
	}

#commentform #submit {
	margin: 0;
	float: right;
	background-color:#EEEEEE;
	border:solid 1px #AAA;
	padding:4px 8px;
	font-size:1.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
/* 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 */



/* Begin Sidebar */
/*#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}*/

#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: 10px 30px 16px 0;
	padding: 4px 0 0 36px;
	background-image: url('images/left-quote.gif');
	background-repeat:no-repeat;
	background-position:left top;
	display:block;
	}
	
blockquote p {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.6em;
	background-image: url('images/right-quote.gif');
	background-repeat:no-repeat;
	background-position:right bottom;
	padding: 0 20px 4px 0;
	font-size: 1.2em;
	}

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

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
/* End Various Tags & Classes*/

