/*
Theme Name: Rhymes with Orange
Theme URI: 
Description: custom theme for rhymes with orange
Version: 0.5
Author: Kelly Dwan
Author URI: http://redradar.net
*/
/* Begin Typography & Colors */
html {
	background-color:white;
}
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, Sans-Serif;
	background: white; /*url('images/top_gradient.jpg') repeat-x top left;*/
	color: #333;
	text-align: center;
	margin:0;
	padding: 20px 0 0 0;
}

#page {
	background-color: white;
	text-align: left;
	padding: 0;
	min-width:1205px;
}

#header {
	background: white url('images/header.jpg') no-repeat top left;
	padding: 0;
	margin: 0;
	height: 100px;
	clear:both;
	margin-left:20px;
}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: black;
	font-size:0;
	line-height:66px;
	display:block;
	width:477px;
}
#header h1 {
	float:left;
}
#navbar {
	float:right;
	position:relative;
}
#navbar ul{
	list-style-type:none;
}
#navbar li {
	padding:10px;
	display:inline;
	float:left;
	text-transform:lowercase;
}
#navbar li a{
	line-height:50px;
	font-weight:bold;
	color:#1c7c3d;
	font-size:15px;
}
#navbar li.current_page_item a, #navbar li.current-cat a, #navbar li a:hover{
	color:#ffa91d;
	text-decoration:none;
}
#navbar li.current_page_item li a, #navbar li.current-cat li a {
	color:#1c7c3d;
}
#navbar li li a:hover{
	color:#ffa91d;
	text-decoration:none;
}
#navbar li.page_item ul {
	display:none;
	text-align:center;
}
#navbar li.current_page_item ul, #navbar li.current_page_ancestor ul {
	margin:auto;
}
#navbar li.current_page_item ul, #navbar li.current_page_ancestor ul{
	display:inline;
	position:absolute;
	left:0;
	top:40px;
	width:100%;
	padding:0;
	margin:0;
}
#navbar li ul li{
	float:none;
	padding:7px 10px;
	margin:0 -2px;
}
#navbar li ul li a{
	float:none;
}
#content {
	min-width:675px;
}
#content h2.signature {
	background:transparent url('images/signature.png') no-repeat top right;
	margin:20px auto auto;
	width:760px;
	height:30px;
}
.narrowcolumn, .widecolumn {
	float: left;
	width:70%;
	padding-left:10px;
}
.narrowcolumn {
	float:none;
	width:85%;
	margin:auto;
}
.post table {
	margin:auto;
	margin-bottom:25px;
}
.post hr {
	display: block;
}
.widecolumn .post {
	margin: 0 40px 0 80px;
}
.widecolumn .post.category-comic {
	margin: 0;
}
.archive .post {
	border-bottom:1px dashed #AAAAAA;
}
.archive .post.category-comic .entry{
	text-align:center;
}

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

.clear {
	clear: both;
}
#sidebar li#soapbox {
	background:transparent url('images/soapbox.jpg') no-repeat top left;
	height:50px;
}

/*
#sidebar .shoutbox {
	border:1px solid #ffa91d;
	padding:2px;
}
*/

#sidebar .shoutbox {
	border:1px solid #ffa91d;
	padding:5px;
}

#sidebar {
	margin-right:10px;
}
#footer {
	padding: 2em 0;
	margin: 0;
	height:130px;
	clear: both;
}
#footer {
	background:white url('images/footer.png') no-repeat top center;
	border: none;
}
.footer-content {
  height: 130px;
}
#footer p {
	margin: 0;
/* *
	padding: 10px 0;
/* */
	text-align: center;
}
#footer p.right {
	float:right;
	width:300px;
	margin-right:25px;
}
#footer div#cont {
	margin-left:12.5%;
	float:left;
}
#footer p.left img{
	float:left;
}
#footer .designer {
  margin: 0 auto;
  width:  1300px;
}
/* End Structure */

/*	Begin Headers */
h1 {
	margin: 0;
}

h2 {
	margin: 30px 0 0;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
/* End Headers */

/* 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;
}
.aligncenter, .center {
	text-align:center;
}
.alignleft {
	float: left;
}
/* End Images */

/* Typography */
#content {
	font-size: 16px;
}
.widecolumn .entry p {
	font-size: 16px;
}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}
.widecolumn {
	line-height: 1.6em;
}
.widecolumn .postmetadata {
	text-align: right;
}
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}
.even, .alt {
	border-left: 1px solid #ddd;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
}

h1, h2, h3 {
	font-weight: bold;
}

h1 {
	font-size: 4em;
	text-align: center;
}

h2 {
	font-size: 1.6em;
}

h2.pagetitle {
	font-size: 1.6em;
}
#sidebar {
	color:#808080;
}
#sidebar h2 {
	color:#777;
	font-size: 1.2em;
}

h3 {
	font-size: 24px;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

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

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}
.sticky h2 {
	padding-top: 10px;
}

#jscomments {
	width:75%;
	margin:auto;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Helvetica, Arial, Sans-Serif;
}
.commentlist li ul li {
	font-size: 1em;
}

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

.commentmetadata {
	font-weight: normal;
}

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

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

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

a, h2 a:hover, h3 a:hover {
	color: #1C7C3D;
	text-decoration: none;
}

a:hover {
	color: #F69213;
	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 Helvetica, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */

/* 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{
	padding-right:5px;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	font-size:14px;
}

#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;
}
/* End Entry&Sidebar Lists */

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
#sidebar #follow_list {
	display:block;
	height:50px;
	list-style-type:none;
	margin:0;
	padding:0;
	clear:both;
}
#sidebar #follow_list li {
	float:left;
	width:60px;
	height:48px;
}
#sidebar #follow_list li a {
	display:inline-block;
	width:100%;
	padding-top:35px;
}
#sidebar .center {
	margin:auto;
	width:180px;
}
/* Follow buttons:unhovered */
#sidebar #follow_list li#follow_digg a {
	background:white url('images/follow_digg.jpg') no-repeat top center;
}
#sidebar #follow_list li#follow_twitter a {
	background:white url('images/follow_twitter.jpg') no-repeat top center;
}
#sidebar #follow_list li#follow_rss a {
	background:white url('images/follow_rss.jpg') no-repeat top center;
}
#sidebar #follow_list li#follow_fb a {
	background:white url('images/follow_fb.jpg') no-repeat top center;
}
#sidebar #follow_list li#follow_email a {
	background:white url('images/follow_email.jpg') no-repeat top center;
}
#sidebar #follow_list li#follow_delicious a {
	background:white url('images/follow_delicious.jpg') no-repeat top center;
}
/* Follow buttons:hovered */
/*   no? no. */
/* End Follow buttons */

/* Begin Sidebar */
#sidebar {
	padding: 0 0 10px 0;
	float:right;
	width:275px;
	margin-top: -10px;
}
/*
#sidebar {
	padding: 20px 0 10px 0;
	float:right;
	width:275px;
}
*/
#sidebar form {
	margin: 0;
}
#sidebar #newssignup{
	background:#b2b2b2;
	padding:3px;
	margin-right:5px;
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#sidebar #newssignup h4{
	background:transparent url('images/newssignup.png') no-repeat top left;
	font-size:13px;
	font-weight:normal;
	color:white;
	margin:0;
	padding:0;
	padding-left:47px;
	padding-top:7px;
	height:40px;
}
#sidebar #newssignup input{
	border:none;
	margin-left:3px;
	color:#b2b2b2;
}
#sidebar #newssignup input[type=text] {
	width:130px;
}
#sidebar #newssignup input.submit{
	background-color:#e5e5e5;
}
#sidebar #newssignup span.form{
	display:block;
	margin-top:-15px;
	padding-right:13px;
	text-align:right;
	
}
#sidebar #newssignup {
	color:#e5e5e5;
}
/* End Sidebar */

/* Begin Form Elements */
#searchform {
	line-height:40px;
	float:right;
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}
#searchform input {
	border:1px solid #1c7c3d;
	background-color:white;
	color:#1c7c3d;
}
.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;
}

#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
/* End Form Elements */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

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

#commentform p {
	margin: 5px 0;
}

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

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

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

.hidden {
	display: none;
}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* 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;
	-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: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
.entry #forward-arrow, .entry #back-arrow, .entry #forward-arrow a, .entry #back-arrow a {
	height:150px;
	width:50px;
	float:left;
}
.entry .fancy {
	float:left;
	border-top:1px dashed #AAA;
	padding-top:3px;
}
.archive .entry .fancy {float:none;}
.entry #back-arrow a{
	background:transparent url('images/back_button.jpg') no-repeat center;
}
.entry #forward-arrow a{
	background:transparent url('images/forward_button.jpg') no-repeat center;
}
.fixed {clear:both;}
.merch {
	height:100px;
	clear:both;
}
.merch ul, .merch ul li {
	list-style-type:none;
	float:left;
	margin:0;
	padding:0;
	text-align:center;
}
#merchcontainer {
	padding-top:10px;
	width:750px; /*525px;*/
	margin:auto;
}
.merch ul li {
	display:inline-block;
	height:100px;
	padding:0px;
	/*border:1px solid red;*/
}
.merch ul li a {
	display:inline-block;
	width:75px;
	/*height:100px;*/
	padding:0px;
	padding-top:65px;
	font-size:12px;
	vertical-align:bottom;
	color:#1c7c3d;
	font-weight:bold;
}
.merch ul li#tshirts a {
	background:transparent url('images/merch_buttons_small.jpg') no-repeat 0 0;
}
.merch ul li#prints a {
	background:transparent url('images/merch_buttons_small.jpg') no-repeat -75px 0;
}
.merch ul li#originals a {
	background:transparent url('images/merch_buttons_small.jpg') no-repeat -150px 0;
}
.merch ul li#reprints a {
	background:transparent url('images/merch_buttons_small.jpg') no-repeat -225px 0;
}
.merch ul li#mugs a {
	background:transparent url('images/merch_buttons_small.jpg') no-repeat -300px 0;
}
.merch ul li#books a {
	background:transparent url('images/merch_buttons_small.jpg') no-repeat -375px 0;
}
.merch ul li#ecard a {
	background:transparent url('images/merch_buttons_small.jpg') no-repeat -450px 0;
}
.merch ul li#judaica a {
	background:transparent url('images/merch_buttons_small.jpg') no-repeat -525px 0;
}
.merch ul li#speeches a {
	background:transparent url('images/merch_buttons_small.jpg') no-repeat -600px -2px;
}
.merch ul li#calendar a {
	background:transparent url('images/merch_buttons_small.jpg') no-repeat -675px -2px;;
}
.meta {
	width:525px;
	border-collapse:0;
	font-size:12px;
	line-height:normal;
}
.meta #callink {
	height:23px;
	padding:0;
	width:250px;
	/*position:absolute;*/
	background:#ffa91d url('images/roundborder_left.png') no-repeat 0 0;
}
.meta #callink a.show {
	line-height:23px;
	display:block;
	//margin-top:-1px;
	margin-right:-1px;
	height:25px;
	background:transparent url('images/roundborder_right.png') no-repeat top right;
	color:white;
}
/*#jscalendar {
	position:absolute;
}*/
#wp-calendar {
	width:100%;
	margin:auto;
	border:1px solid #ffa91d;
	background:white;
}
#wp-calendar caption, #wp-calendar-split {
	text-align:center;
	background:white;
	border:1px solid #ffa91d;
	border-top:none;
}
.meta #callink ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.meta #commlink, .meta #sharelink {
	height:23px;
	width:210px;
}
.meta #commlink{
	text-align:left;
	width:150px;
}
.meta #commlink a {
	padding:5px 0 5px 30px;
	background: transparent url('images/add_comment.png') no-repeat top left;
	color:#ffa91d;
}
.meta #sharelink {
	padding:0;
	margin:0;
	height:23px;
	color:#ffa91d;
	vertical-align:center;
	text-align:right;
}
.meta #sharelink img {
	padding:0; margin:0;
	margin-bottom:-7px;
}
.meta td {
	text-align:center;
}
#content #store{
	width:100%;
}
#content .store {
	vertical-align:top;
}
#content .store .post {
	text-align:center;
}
#content .store #post-96 {
	text-align:left;
}
#storesidebar {
	vertical-align:top;
	width:350px;
}
#storesidebar ul, #storesidebar ul li {
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:left;
}
#storesidebar ul li {
	display:block;
	width:230px;
	height:100px;
	padding:0px;
	/*border:1px solid red;*/
}
#storesidebar ul li a {
	display:block;
	height:80px;
	padding:0px;
	padding-top:25px;
	padding-left:100px;
	font-size:16px;
	vertical-align:bottom;
	color:#1c7c3d;
	font-weight:bold;
}
#storesidebar ul li.current a {
	color:#FFA91D;
}
#storesidebar ul li#books a {
	background:transparent url('images/vert-merch.png') no-repeat 0 0;
}
#storesidebar ul li#tshirts a {
	background:transparent url('images/vert-merch.png') no-repeat 0 -100px;
}
#storesidebar ul li#originals a {
	background:transparent url('images/vert-merch.png') no-repeat 0 -200px;
}
#storesidebar ul li#prints a {
	background:transparent url('images/vert-merch.png') no-repeat 0 -300px;
}
#storesidebar ul li#mugs a {
	background:transparent url('images/vert-merch.png') no-repeat 0 -400px;
}
#storesidebar ul li#reprints a {
	background:transparent url('images/vert-merch.png') no-repeat 0 -500px;
}
#storesidebar ul li#ecards a {
	background:transparent url('images/vert-merch.png') no-repeat 0 -600px;
}
#storesidebar ul li#judaica a {
	background:transparent url('images/vert-merch.png') no-repeat 0 -700px;
}
#storesidebar ul li#speeches a {
	background:transparent url('images/vert-merch.png') no-repeat 0 -800px;
}
#storesidebar ul li#calendar a {
	background:transparent url('images/vert-merch.png') no-repeat 0 -900px;
}
.contact td {
	width:50%;
	vertical-align:top;
	padding:10px;
	padding-left:0;
}
.contact #main {
	padding-right:60px;
}
.contact #form {
	padding-left:60px;
}
#about {
	width:100%;
	min-width:860px;
	margin:auto; padding:0;
	padding-bottom:60px;
}
#about .post {
	display:block;
	margin-right:220px;
	padding:10px;
	height:380px;
	overflow:auto;
	float:left;
}
#sideimg {
	width:210px;
	float:right;
	margin-top:-380px;
}
.tour .entry {
	text-align:center;
	width:850px;
	overflow:auto;
	margin:auto;
}
.tour {
	padding-bottom:60px;
}
#post-231 form { }
#post-231 #merchcontainer { margin:0; }
