/*
Theme Name: Purple Coffee Theme
Theme URI: http://wordpress.org/
Description: Purple Coffee Theme adapted from WordPress Default 1.6 by Michael Heilemann.
Version: 1.0
Author: Gareth Evans
Author URI: http://www.purplecoffee.com/
Tags: two column, purple coffee
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/**
 * ALL IMAGES MUST BE REFERENCED FROM DEFAULT>CSS
 */
 
/**
 * DEFAULT FONT SIZE
 */
/*#blog #body .default-font {
	font-size: 108.3%;
}*/

/**
 * MAIN CONTROLS
 */
#blog #body {
	margin-top: 25px;
}
#blog form#contact-form {
	display: none;
}
#blog #content {
	position: relative;
}
#blog .narrowcolumn {
	width: 654px;
}
#blog #sidebar {
	width: 317px;
}
#blog .singlepost .navigation {
	margin-bottom: 30px;
}
#blog #content .navigation {
	margin-bottom: 22px;
}
#blog #content .navigation a {
	display: block;
	background-repeat: no-repeat;
	background-color: #772fa5;
	color: #fff;
	text-decoration: none;
	width: 198px;
	padding-top: 1px;
	height: 21px;
	line-height: 21px;
	text-align: center;
}
#blog #content .navigation a:hover {
	background-color: #303030;
}
#blog h3.pagetitle {
	color: #c3c3c3;
	font-size: 2.3em;
	line-height: 1em;
	margin-bottom: 20px;
}
#blog h3.pagetitle.notfound {
	color: #030303;
}

/**
 * MAIN COLUMNS
 */
/*#blog #update {
	position: absolute;
	right: 0;
	top: 0;
	padding-top: 14px;
	margin-right: 1px;
}
#blog #update a {
	display: block;
	float: left;
	width: 24px;
	height: 35px;
	margin-right: 12px;
}*/

/**
 * POSTS
 */
#blog .post {
	margin: 0 0 21px;
}

#blog .post .date {
	color: #c3c3c3;
	font-size: 2.3em;
	line-height: 1em;
}
#blog .post h3 a, #blog .post h3, #blog .commentlist h3 {
	color: #3a3a3a;
	line-height: 1em;
	margin-top: 1px;
	text-decoration: none;
	margin-bottom: 8px;
}
#blog .post h3, #blog .commentlist h3 {
	font-size: 2.2em;
}
#blog .post .entry p {
	margin-bottom: 20px;
}

#blog .post a {
	text-decoration: none;
	color: #772fa5;
}
#blog .post a:hover {
	text-decoration: underline;
}
#blog .postmetadata .right.addthis {
	padding: 5px 0 0;
	margin-right: -2px;
	width: 160px;
	text-align: right;
}
#blog .postmetadata .right.addthis div {
	float: right;
}
#blog .post .entry  .alt {
	border-left: 1px solid #ddd;
	padding: 10px;
}
#blog .post .entry  .alt small {
	font-size: 0.8em;
}


/**
 * COMMENTS
 */
#blog .commentlist .comment {
	margin: 0 0 17px;
}

#blog .commentlist .comment .date {
	color: #c3c3c3;
	font-size: 2.3em;
	line-height: 1em;
	display: inline-block;
	/*margin-bottom: 3px;*/
}
#blog .commentlist .comment .date a {
	color: #c3c3c3;
	text-decoration: none;
	line-height: 1em;
}
#blog .commentlist .comment .date a:hover {
	text-decoration: underline;
}
#blog .commentlist  .comment p {
	margin-bottom: 20px;
}
#blog .commentlist a {
	text-decoration: none;
	color: #772fa5;
}
#blog .commentlist a:hover {
	text-decoration: underline;
}
#blog .comm-nav {
	margin-top: 20px;
}


/**
 * SIDEBAR
 */
#blog #sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 25px;
}
#blog #sidebar ul ul {
	margin-left: 19px;
	padding-right: 30px;
}
#blog #sidebar ul ul li {
	list-style-type: none;
	list-style-image: none;
	font-size: 1.3em;
	padding-left: 19px;
	margin-top: 3px;
	margin-bottom: 0;
}
#blog #sidebar ul ul li a {
	text-decoration: none;
	color: #444;
}
#blog #sidebar ul ul li a:hover {
	text-decoration: underline;
}


/**
 * WIDGETS
 */
#blog #sidebar input#s {
	display: block;
	width: 293px;
	border: 1px solid #c3c3c3;
	background-color: #c3c3c3;
	height: 32px;
	color: #f8f8f8;
	font-size: 2.2em;
	padding: 9px 11px 8px;
	letter-spacing: -0.05em;
}
#blog #sidebar li.widget_archive {
	margin-bottom: 20px;
}
#blog #sidebar .widget_twitter div {
	position: relative;
}
#blog #sidebar .widget_twitter div div#twitter-link {
	position: absolute;
	right: 0;
	top: 0;
	padding-top: 14px;
	margin-right: 1px;
}
#blog #sidebar .widget_twitter div div#twitter-link a {
	display: block;
	float: left;
	width: 24px;
	height: 33px;
	margin-right: 12px;
}
#blog #sidebar .widget_twitter  ul {
	margin: 0 0 0 1px;
	font-size: 0.85em;
	padding: 0;
}
#blog #sidebar .widget_twitter  ul li {
	margin: 0;
	padding: 19px 0 21px;
}
#blog #sidebar .widget_twitter  ul li a {
	color: #772fa5
}
#blog #sidebar #more-tweets {
	text-align: right;
	margin-top: 15px;
}
#blog #sidebar #more-tweets a {
	text-decoration: none;
	color: #772fa5;
}
#blog #sidebar #more-tweets a:hover {
	text-decoration: underline;
}


/**
 * COMMENT FORM
 */

#blog #commentform {
	margin: 0;
	padding-bottom: 22px !important;
}
#blog #commentform p {
	margin-bottom: 6px;
}
#blog #commentform input.visible {
	display: block;
	float: left;
	width: 202px;
	border: 1px solid #303030;
	background-color: #303030;
	height: 15px;
	color: #f8f8f8;
	padding: 2px 5px 3px;
	margin-top: 5px;
	margin-left: 6px;
	font-size: 1em;
	margin-bottom: 6px;
}
#blog #commentform input.first {
	margin-left: 0;
}
#blog #commentform textarea {
	width: 642px;
	border: 1px solid #303030;
	background-color: #303030;
	color: #f8f8f8;
	padding: 3px 5px 2px;
	font-size: 1em;
	height: 52px;
}
#blog #commentform #clear, #blog #commentform #submit {
	width: 324px;
	background-color: #772fa5;
	border: 0;
	color: #f8f8f8;
	padding: 3px 5px 2px;
	margin-top: 5px;
}
#blog #commentform #clear {
	float: left;
}
#blog #commentform #submit {
	float: right;
}


/**
 * OTHER
 */
#blog input#s {
	display: block;
	width: 293px;
	margin: 0 auto;
	border: 1px solid #c3c3c3;
	background-color: #c3c3c3;
	height: 32px;
	color: #f8f8f8;
	font-size: 2.2em;
	padding: 9px 11px 8px;
	letter-spacing: -0.05em;
}
#twitter-feed-page .navigation{
	margin-top: 25px;
}
#twitter-feed-page ul {
	list-style-type: none;
	padding: 0 0px 0 0;
	margin-left: 1px;
}
#twitter-feed-page ul li {
	padding:19px 0 21px;
	font-size: 1.4em;
}
#twitter-feed-page ul li a {
	text-decoration: none;
	color: #772fa5;
}
#twitter-feed-page ul li a:hover {
	text-decoration: underline;
}









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

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

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

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





/*	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 0px;
	list-style-type: none;
	/*padding-left: 10px;*/
	/*text-indent: -10px;*/
	}

html>body .entry li {
	margin: 7px 0 8px 0px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}



select {
	width: 130px;
	}

/* End Form Elements */



/* 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;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

a img {
	border: none;
	}


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

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

