/*  
Theme Name: RoJo 2
Theme URI: http://www.robotjohnny.com/
Description: Beep! Honk! Bzzt! Twitter!
Version: 1.0
Author: Robot Johnny
Author URI: http://www.johnmartz.com
*/

/* @override 
	http://www.robotjohnny.com/rojo8/style.css
	http://www.robotjohnny.com/wp/wp-content/themes/rojo2/style.css
*/

body {
	padding: 0;
	margin: 0;
	font: 80% "Lucida Grande", Lucida, Verdana, sans-serif
	/* background: url(../images/headershadow.gif) no-repeat center 89px} */
	}	
	
hr {
	display: none;
	
}

a img {
	text-decoration: none;
	border-width: 0;
}

/* @group layout */

#footer {
	clear: both;
	background-color: #ededed;
	width: 100%;
	min-height: 150px;
	border-top: 1px solid silver;
}

#sidebar {
	width: 200px;
	float: left;
	margin-left: 30px;
	clear: none;
	margin-top: 0;
	margin-bottom: 20px;
}

#sidebar.single {
	margin-top: 100px;
}

#theworks {
	width: 850px;
	margin: 0 auto;
}

#header {
	height: 99px;
	padding: 0;
	background: url(../images/headerblog.jpg) no-repeat right;
}

#promo {
	width: 123px;
	min-height: 400px;
	float: left;
	background: url(../images/promoshadow.gif) no-repeat right;
	margin-top: 0;
	clear: both;
}

#content {
	width: 450px;
	margin-left: 25px;
	float: left;
	padding-top: 42px;
	clear: none;
	margin-bottom: 30px;
}


/* @end */

/* @group header */

#header h1 {
	margin: 0;
	position: relative;
	top: 15px;
	left: 120px;
	text-indent: -9999px;
}

#header h1 a {
	display: block;
	width: 175px;
	height: 25px;
}

/* @end */

/* @group promo */

#promo ul {
	margin-top: 60px;
	margin-right: 22px;
	padding: 0;
	list-style-type: none;
	text-indent: -9999px;
	margin-left: 0;
}

#promo li {
	margin-bottom: 20px;
}

li#promo_martz {
	width: 101px;
	height: 53px;
	background-image: url(../images/promo_martz.gif);
	overflow: hidden;
}

li#promo_martz:hover, li#promo_gum:hover, li#promo_drawn:hover {
	background-position: 101px;
}

li#promo_martz a {
	width: 101px;
	height: 53px;
	display: block;
}

li#promo_gum {
	height: 58px;
	width: 101px;
	background-image: url(images/promo_gum.gif);
	overflow: hidden;
}

li#promo_gum a {
	height: 58px;
	width: 101px;
	display: block;
}

li#promo_drawn {
	width: 101px;
	height: 38px;
	background-image: url(images/promo_drawn.gif);
	overflow: hidden;
}

li#promo_drawn a {
	width: 101px;
	height: 38px;
	display: block;
}

/* @end */

/* @group content */

#content {
	color: #666;
}

#content strike {
	color: silver;
}

#content strong {
	color: black;
}

#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	color: black;
	margin: 15px 0 0;
	clear: both;
}

#content.pagecontent h2 {
	border-bottom: 1px dashed silver;
	margin-bottom: 5px;
	padding-bottom: 3px;
}

#content h2.single {
	border-bottom: 1px solid #dedede;
	padding-bottom: 8px;
}

#content h2 a {
	color: black;
	text-decoration: none;
}

#content h2 a:hover {
	color: orange;
}

#content p {
	font-variant: normal;
	font-style: normal;
	font-size: .95em;
	line-height: 1.6em;
}

#content ul {
	font-size: .95em;
	padding-left: 30px;
	list-style-type: none;
	margin-left: 0;
}

#content ol {
	font-size: .95em;
	margin-left: 0;
}

#content dl {
	font-size: .95em;
	margin-left: 0;

}

#content .blogpost li {
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom: 1px dashed silver;
	line-height: 1.4em;
}

#content ul li {
	background: url(../images/bullet.gif) no-repeat 0 8px;
	padding-left: 13px;
}

#content p a, #content p a strong {
	text-decoration: none;
	color: #eb8523;
	border-bottom: 1px dotted orange;
}


.taglist a {
	color: #666;
	text-decoration: none;
}

#content p a:hover, .taglist a:hover {
	color: orange;
	background-color: #ffffcc;
	border-bottom-style: none;
}

#content ol a {
	text-decoration: none;
	color: #eb8523;
	border-bottom: 1px dotted orange;
}

#content ol a:hover {
	color: orange;
	background-color: #ffffcc;
	border-bottom-style: none;
}

#content ul a {
	text-decoration: none;
	color: #eb8523;
	border-bottom: 1px dotted orange;
}

#content ul a:hover {
	color: orange;
	background-color: #ffffcc;
	border-bottom-style: none;
}

#content dl a {
	text-decoration: none;
	color: #eb8523;
	border-bottom: 1px dotted orange;
}

#content dl a:hover {
	color: orange;
	background-color: #ffffcc;
	border-bottom-style: none;
}

.older a{
	display: block;
	float: left;
	width: 60px;
	height: 19px;
	background: url(images/older.gif) -60px;
	text-indent: -9999px;
}

.navigation_single, .navigation_searchtop {
	margin-bottom: 40px;
}

.older a:hover {
	background-position: 0 0;
}


.newer a{
	float: right;
	width: 62px;
	height: 19px;
	background: url(images/newer.gif) -62px;
	text-indent: -9999px;
}

.newer a:hover {
	background-position: 0 0;
}

.results {
	background-color: #f5f5f5;
	border-bottom: 1px solid #dedede;
	border-top: 1px solid #dedede;
	padding-left: 10px;
	padding-right: 10px;
}

.postfooter img {
	z-index: 1;
	position: relative;
	top: 2px;
}

/* @group blogpost */

/* @group comments */

ol.commentlist {
	list-style-type: none;
	padding-left: 0;
	margin-right: 0;
	padding-right: 0;
	width: 100%;
	margin-left: 0;
}

ol.commentlist li {
	margin-right: 0;
	background-color: #fafafa;
	border-bottom: 1px solid #dedede;
	border-top: 1px solid #dedede;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}

ol.commentlist li.alt {
	background-color: #f5f5f5;
}

ol.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 100%;
}

.commentcite {

	border-bottom: 1px dashed silver;
	padding-top: 17px;
	padding-left: 35px;
	padding-bottom: 5px;
}

.commentcontent p {
	margin-bottom: 0;
}

.commentcontent {

	margin-bottom: 5px;
}

.commentmetadata {
	color: silver;
	font-size: 85%;
	text-align: right;
	margin-bottom: 10px;
}

img.gravatarimg {
	float: left;
}

textarea#comment {
	width: 100%;
	border: 1px solid #cfd1d5;
	background: #F7F7F7;
	color: #666;
	line-height:14px;
	font-size:10px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
}

#commentform .textinput {
	border: 1px solid #cfd1d5;
	background: #F7F7F7;
	color: #666;
	line-height:14px;
	font-size:10px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	width: 225px;
}

#commentform input#submit {
	float: right;
}

/* @end */

.blogpost {
	margin-bottom: 35px;
	border-bottom: 1px solid #dedede;
}

.blogpost h3.date {
	color: #a8a8a8;
	font-style: italic;
	font-weight: normal;
	margin-top: 5px;
	border-bottom: 1px solid #dedede;
	padding-bottom: 8px;

	font-size: .8em;
}

.blogpost h3.date a {
	color: #a8a8a8;
	text-decoration: none;
}

.blogpost h3.date a:hover {
	color: orange;
}

.blogpost blockquote {
	padding: 10px;
	border: 1px solid #dedede;
	background-color: #f5f5f5;
	margin: 20px;
	color: gray;
	font: 95%/1.8em Georgia, "Times New Roman", Times, serif;
}

.postfooter {
	text-align: right;
	padding: 5px;
	background-color: #f5f5f5;
	border-top: 1px solid #dedede;
	clear: both;
}

.postfooter a {
	text-decoration: none;
	color: orange;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 80%;
}

.postfooter a:hover {
	background-color: #ffffcc;
}

/* @end */

.extrasextra {
	margin-bottom: 30px;
}

.lookatme {
	background-color: #ffffcc;
	border: 1px solid orange;
	padding: 10px;
	margin-right: 20px;
	margin-left: 20px;
}

#content p.lookatme a:hover {
	background-color: white;
}

.fontlisting {
	text-align: center;
	border-bottom: 1px dashed silver;
	margin-bottom: 30px;
}

/* @end */

/* @group sidebar */

.sideitem h3 {
	padding: 0;
	margin: 0;
	width: 198px;
	height: 23px;
	background-color: #b0b0b0;
	color: white;
	font-size: 12px;
	text-indent: -9999px;
}

/* @group titles */

h3#side_subscribe {
	background: url(../images/side_subscribe.gif) no-repeat;
}

h3#side_quicklinks {
	background: url(../images/side_quicklinks.gif) no-repeat;
}

h3#side_newsletter {
	background: url(../images/side_newsletter.gif) no-repeat;
}

h3#side_elsewhere {
	background: url(../images/side_elsewhere.gif) no-repeat;
	
}

h3#side_thispost {
	background: url(../images/side_thispost.gif) no-repeat;
}

h3#side_tags {
	background: url(../images/side_tags.gif) no-repeat;
}

h3#side_rss {
	background: url(../images/side_rss.gif) no-repeat;
}


h3#side_search {
	background: url(../images/side_search.gif) no-repeat;
}

h3#side_archives {
	background: url(../images/side_archives.gif) no-repeat;
}

/* @end */

#hello {
	background-image: url(../images/hello.jpg);
	height: 104px;
	padding: 0;
}

#hello h2 {
	margin: 0;
	text-indent: -9999px;
}

#hello h2 a {
	display: block;
	width: 200px;
	height: 104px;
}

.sideitem {
	background-color: #fafafa;
	border-top: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	border-bottom: 3px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
	margin-top: 10px;
	padding-bottom: 10px;
}

.sideitem:hover {
	background-color: #f5f5f5;
}

.sideitem p {
	font-size: 85%;
	color:  gray;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.sideitem input#email, .sideitem input#s {
	margin-right: 10px;
	margin-left: 10px;
	width: 131px;
	float: left;
	border: 1px solid #cfd1d5;
	background: #F7F7F7;
	color: #666;
	line-height:14px;
	font-size:10px;
	padding: 3px 3px 3px 0;
	font-family: Arial, Helvetica, sans-serif;
	}

input.button_ok {
	width: 30px;
	height: 19px;
	display: block;
}

.sideitem a {
	text-decoration: none;
	color: #eb8523;
	border-bottom: 1px dotted orange;
}

.sideitem dl {
	margin: 10px;
	font-size: 85%;
	color: gray;
}

.sideitem dl dt {
	background: url(../images/bullet.gif) no-repeat 0 4px;
	padding-left: 10px;
}

.sideitem dl dt a {
	text-decoration: none;
	color: #eb8523;
	border-bottom: 1px dotted orange;
	font-weight: bold;
}

.sideitem dl dt a:hover, .sideitem a:hover {
	color: orange;
	background-color: #ffffcc;
	border-bottom-style: none;
}

.sideitem dl dd {
	margin-left: 0;
	margin-bottom: 5px;
	border-bottom: 1px dashed silver;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 4px;
}

.delicious-posts a {
	text-decoration: none;
	color: #eb8523;
	border-bottom: 1px dotted orange;
	font-weight: bold;	
}


p.delicious-extended {

	font-size: 100%;
	color:  gray;
	margin-left: 0;
	margin-bottom: 5px;


	padding-top: 4px;
}

.sideitem ul {
	font-size: 85%;
	color:  gray;
	list-style-type: none;
	padding-left: 10px;
	margin-bottom: 0;
	margin-left: 0;
}

.sideitem ul li {
	background: url(../images/bullet.gif) no-repeat 0 8px;
	padding-left: 13px;
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom: 1px dashed silver;
	margin-right: 10px;
	line-height: 1.4em;
	margin-bottom: 3px;
}


/* @end */

/* @group footer */

#footer a {
	text-decoration: none;
	color: #eb8523;
	border-bottom: 1px dotted orange;
	
}

#footer a:hover {
	color: orange;
	background-color: #ffffcc;
	border-bottom-style: none;
}

#footerwrap {
	width: 850px;
	margin: auto;
	color: #666;
	font-size: 85%;
}

#footer h2 {
	font-size: 1.2em;
	color: #eb8523;
	border-bottom: 1px dashed silver;
	padding-bottom: 5px;
	margin-top: 20px;
}

#footer1 {
	width: 270px;
	float: left;
	margin-right: 20px;
}

#footer2 {
	width: 270px;
	float: left;
	margin-right: 20px;
}

#footer ul {
	list-style-type: none;
	padding-left: 10px;
}

#footer ul li {
	background: url(../images/bullet.gif) no-repeat 0 5px;
	padding-left: 13px;
	margin-right: 10px;
	line-height: 1.4em;
	margin-bottom: 3px;
	
}

#footer3 {
	width: 270px;
	float: left;
}

#copyright {
	clear: both;
	color: gray;
	font-size: 80%;
	padding: 20px;
	text-align: center;
}

#copyright a {
	border-style: none;
}

/* @end */

/* @end */

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
	}

/* @group Super Archive */

#content.pagecontent li {
	background-image: none;
}

.livearchive {
	background #D6EAF5;
	}

#teb-super-archive {
}

#teb-super-archive ul {
	padding: 0;
	list-style-type: none;
	}

#teb-super-archive ul li {
	text-align: left;
	padding: 1px 8px;
	}

#teb-super-archive ul li:hover {
	background: #f3f3f3;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 0;
	padding-bottom: 0;
	}

html>body .post #teb-super-archive ul li {
	text-indent: 0;
	margin: 0;
	}
	
.post #teb-super-archive ul li:before {
	content: "";
	}

#teb-super-archive-year {
	float: left;
	width: 100px;
	margin: 0;
	padding: 0;
	}

#teb-super-archive-year li {
	position: relative;
	font-weight: bold;
	}
	
#teb-super-archive-month {
	float: left;
	width: 100px;
	margin: 0;
	border-left: 1px solid #ccc;
	font-weight: bold;
	}

#teb-super-archive-month li {
	position: relative;
	}

#teb-super-archive-post {
	float: left;
	width: 247px;
	margin: 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}

#teb-super-archive-post  li {
	position: relative;
	font-weight: bold;
	}

#teb-super-archive ul li span {
	position: absolute;
	right: 8px;
	font-weight: normal;
	color: #aaa;
	}

#teb-super-archive .selected, #teb-super-archive-post li:hover {
	background: #eb8523;
	border-top: 1px solid #99cc33;
	border-bottom: 1px solid #99cc33;
	padding-top: 0;
	padding-bottom: 0;
	color: white;
}

#teb-super-archive li.selected:hover {
	color: #666;
}

.archives span {
	color: #bbb;
	}

/* @end */

/* @group Flickr */
#flickr_badge_uber_wrapper { }
#flickr_badge_wrapper {padding:0;}
.flickr_badge_image {margin:5px 5px 0px 0px;}
.flickr_badge_image img {border: 2px solid white !important; margin: 3px; float: left; display: inline;}
.flickr_badge_image img:hover {border: 2px solid #6c3;}
#flickr_badge_source {text-align:left; margin:0 10px 0 10px;}
#flickr_badge_icon {float:left; margin-right:5px;}
#flickr_www {display: none; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#00CC00;}
#flickr_badge_wrapper {}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}
/* @end */

.hideme {
	display: none;
	
}

#downloads {
	width: 450px;
	margin-left: 25px;
	float: none;
	padding-top: 42px;
	clear: none;
	margin-bottom: 30px;
	background-color:#FFFFFF;
}

