/*
Theme Name: Technova Theme
Theme URI: http://github.com/erikperson/technova-wordpress-theme/tree/master
Description: The theme used on the Technovangelism blog.
Version: 2.0
Author: Erik Person
Author URI: http://technovangelism.com/blog/
Tags: colorful, two columns
*/

body
{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  margin: 0;
	padding: 0;
	background: #E4E4E4;
}

a
{
  color: #17AFF1;
}

a:hover
{
  color: #EF772A;
}

#header
{
	color: #000000;
	padding: 0;
  margin: 0;
  position: relative;
  margin: 5px 15px;
}

#header h1
{
  margin: 0;
  font-size: 48px;
}

#header a
{
  color: #444444;
  text-decoration: none;
  padding: 0 2px 0 5px;
  position: relative;
  left: -5px;
}

#header a:hover
{
  color: #444444;
  text-decoration: none;
  outline: 2px dashed #46AB30;
}

#header .description {
	font-size: 14px;
	position: absolute;
	bottom: 5px;
	right: 55px;
	color: #444444;
}

#page 
{
	text-align: left;
  margin: 0 auto;
  padding: 0;
  width: 820px;
}

#body 
{
	margin: 0 auto;
	width: 820px;
	position: relative;
	border-right: 1px solid #CCCCCC;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px 10px;
}

#content 
{
  margin: 0;
  padding: 10px 15px 10px 15px;
  background: #FFFFFF;
  border-left: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-right: 215px solid #F5F5F5;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-bottom-left-radius: 10px 10px;
  -webkit-border-bottom-right-radius: 10px 10px;
}

#sidebar {
	padding: 10px;
	margin: 0;
	width: 190px;
	float: right;
}

#footer {
	color: #666666;
  margin: 0;
	padding: 2px 0;
}

#footer p {
	margin: 0;
	padding: 0 10px;
	font-size: 12px;
}

#footer .right
{
  float: right;
}

#navbar
{
  background: #444444;
  position: relative;
  width: 800px;
  left: -20px;
  padding: 7px 30px;
}

#navbar ul
{
  list-style: none;
  margin: 0;
  padding: 0;
}

#navbar ul li
{
  display: inline;
  float: left;
}

#navbar ul li a
{
  display: block;
  width: 100px;
  text-align: center;
  background: #F5F5F5;
  padding: 3px 0;
  font-size: 13px;
  margin: 0 10px 0 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px 4px;
}

#navbar #navsearch
{
  position: absolute;
  right: 45px;
  top: 6px;
}

#navbar #navsearch input.text
{
  border: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px 4px;
  padding: 1px 26px 1px 5px;
  font-size: 16px;
  width: 145px;
}

#navbar #navsearch input.text.ready
{
  color: #BBBBBB;
  font-style: italic;
}

#navbar #navsearch input.submit
{
  text-indent: -9999px;
  position: relative;
  left: 182px;
  width: 22px;
  cursor: pointer;
  top: -2px;
  background: #F5F5F5 url(images/search_arrow.png) no-repeat scroll center center;
  padding: 3px 0;
  border-right: none;
  border-bottom: none;
  border-top: none;
  border-left: 1px solid #CCCCCC;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-top-right-radius: 4px 4px;
  -webkit-border-bottom-right-radius: 4px 4px;
}

#topper
{
  background: #FFFFFF;
  border: 1px solid #ccc;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-top-left-radius: 10px 10px;
  -webkit-border-top-right-radius: 10px 10px;
}

#topper #right
{
  background: #F5F5F5;
  float: right;
  width: 215px;
  -moz-border-radius: 0 10px 0 0;
  -webkit-border-top-right-radius: 10px 10px;
}

.post
{
  position: relative;
}

.post h2.header
{
  margin: 20px 0 0 0;
  padding: 5px 0 0 0;
  font-size: 30px;
  color: #333333;
}

.post h2.header span
{
  border-bottom: 1px dotted #333333;
}

.post h2.header a
{
  color: #333333;
  border-bottom: 1px dotted #333333;
  text-decoration: none;
}

.post h2.header a:hover
{
  background: #F5F5F5;
}

.post .date-comments
{
  position: absolute;
  left: -81px;
  background: #F5F5F5;
  text-align: center;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #888888;
  padding: 10px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-bottom-left-radius: 5px 5px;
  -webkit-border-top-left-radius: 5px 5px;  
}

.post .date-comments .date
{
  font-size: 12px;
  color: #FFFFFF;
  height: 45px;
  width: 45px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;  
/*  background: url(images/technorati.png) no-repeat scroll 0 0;*/
  background: #57B235;
}

.post .date-comments .date .day
{
  font-size: 22px;
}

.post .date-comments .comments
{
  font-size: 22px;
  margin: 10px 0 0 0;
}

.post .date-comments .comments a
{
  display: block;
  width: 45px;
  height: 34px;
  padding: 6px 0 0 0;
  color: #FFFFFF;
  text-decoration: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;  
/*  background: url(images/twitter.png) no-repeat 0 0;*/
  background: #17AFF1;
}

.post .tags
{
  margin: 0;
}

.post .meta .comments
{
  float: right;
  background: #666666;
  padding: 6px 10px;
}

.post .meta p.status
{
  background: #CC5555;
  padding: 5px 10px;
  text-align: center; 
  color: #FFFFFF;  
}

#sidebar #rss
{
  margin: 20px 13px 0 0;
  background: #EC691F;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#sidebar #rss:hover
{
  background: #fff;
}

#sidebar #rss:hover p
{
  color: #EC691F;
}

#sidebar #rss a
{
  text-decoration: none;
  padding: 5px;
  display: block;
}

#sidebar #rss img
{
  float: left;
  border: 1px solid #FFFFFF;
  position: relative;
  top: -13px;
}

#sidebar #rss p
{
  color: #FFFFFF;  
  margin: 0 0 0 50px;
  padding: 0;
  font-size: 24px;
}

#sidebar h2
{
  color: #57B235;
  margin: 10px 0 0 0;
  font-size: 18px;
}

#sidebar ul#widgets
{
  margin: 30px 0 0 0;
}

#sidebar ul#widgets li .textwidget
{
  padding: 0 0 0 10px;
  font-size: 12px;
  color: #777777;
}

.alt {
	background-color: #F5F5F5;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 5px 10px;
}

h1, h2, h3 {
	color: #494949;
}

h2.pagetitle
{
  color: #FFFFFF;
  background: #57B235;
  padding: 5px 0;
  text-align: center;
}

.entry p a:visited {
	color: #b85b5a;
}

.entry 
{
  color: #444;
}

.entry p
{
  line-height: 20px;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

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

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 'Courier New', Courier, Fixed;
}

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

#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;
	}
/* End Typography & Colors */



/* Begin Structure */

.post hr {
	display: block;
}

.widecolumn .post {
	margin: 0;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
    text-align: center;
}

.clear {
	clear: both;
}
/* End Structure */


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

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

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

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

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

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

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	font-size: 12px;
}

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

#searchform #s
{
	width: 200px;
	padding: 2px;
	font-size: 16px;
}

#searchsubmit
{
	padding: 1px;
	font-size: 16px;
}

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

select {
	width: 130px;
	}

#commentform input {
	width: 300px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 400px;
	padding: 3px;
	height: 100px;
	}

#commentform #submit
{
	margin: 20px 0 0 0;
	width: 150px;
	background: #F5F5F5;
	border: none;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	cursor: pointer;
	color: #17AFF1;
}

#commentform #submit:hover
{
  background: #17AFF1;
  outline: 3px solid #CCC;
  color: #FFFFFF;
}
/* End Form Elements */



/* Begin Comments*/
.commentlist {
	padding: 0;
	}

.commentlist li {
	margin: 0;
	padding: 5px 10px 3px;
	list-style: none;
	}
	
.commentlist li.author_comment
{
  background: #FFFFAA;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p
{
	margin: 2px 0;
	background: #F5F5F5;
	padding: 2px 5px;
	color: #777777;
  font-size: 14px;
}

#commentform p.loggedin
{
  padding-left: 10px;
  font-weight: bold;
}

#commentform #captchaImgDiv
{
  background: #F5F5F5;
}

#commentform #captchaImgDiv div
{
  margin: 0 0 0 91px;
}

#commentform #captchaInputDiv label
{
  margin-top: 8px;
}

#commentform label
{
  width: 75px;
  float: left;
  margin: 7px 10px 0 0;
  font-weight: bold;
  text-align: right;
}

#commentform label.nodrop
{
  margin-top: 2px;
}

#commentform p small
{
  font-size: 11px;
}

#commentform .subscribe-to-comments
{
  padding: 0 0 0 68px;
}

#commentform .subscribe-to-comments label
{
  float: none;
}

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

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

#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, pre {
	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;
	}

th
{
  background: #333;
  color: #f5f5f5;
  border: 1px solid #333;
  margin: 0 5px 0 0;
  padding: 2px 6px;
}

td
{
  text-align: center;
  border-bottom: 1px solid #AAA;
  border-left: 1px dotted #AAA;
}

td.end
{
  border-right: 1px dotted #AAA;
}

.navigation {
	margin: 10px 0 0 0;
}

.navigation.bottom
{
  margin: 25px 0 20px 0;
}

.navigation .previous
{
  float: right;
}

.navigation a
{
  text-decoration: none;
  background: #F5F5F5;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;  
  padding: 2px 5px;
}
/* End Various Tags & Classes*/