/*
Theme Name: Inkblot - Robomeks
Theme URI: http://webcomicms.net/
Description: Make an impression with the original, highly customizable <a href="http://webcomicms.net/">Webcomic</a> theme.
Author: Michael Sisk & Miguel Chaves
Version: 3
Tags: catolate, robomeks, webcomic
Template: inkblot
*/

textarea {
	width:98%;
}

span:lang(es) {
	display:none;
}

/** Structure */
#wrap {
	background:#ffdf63 url(images/yellow_bg.jpg) repeat-x;
}

/** Header */
#header {
	background:#2f6496 url(images/blue_bg.jpg) repeat-x;
}

	#header nav {
		background: #24507a;
	}
				#header nav ul li a {
					color: #5989b5;
				}
				
				#header nav ul li:hover > a,
				#header nav ul li.current_page_item > a,
				#header nav ul li.current_page_ancestor > a,
				#header nav ul li.current-menu-item > a,
				#header nav ul li.current-menu-ancestor > a {
					background: #004477;
					color: #fff;
				}

/** Content */
	#content > div {
		padding-top: 1em;
		background: #F7F7C8;
		color: #696947;
	}
		
	#content div .webcomic_post .content p{
		/*font-size: 0.9em;
		line-height: 1.4em;*/
		}
		

.webcomic.full {
	background:#4889c9 url(images/blue_bg.jpg) repeat-x 0px -83px;
		}
		
/** Webcomics */
	
		#webcomic .webcomic-object img {
			background: #000;
		}
		
	#webcomic nav.below {
		/*display: none; /* uncomment to hide the navigation below the webcomic */
		margin: 0;
	}
	
/** Articles */

	article footer {
		color: #C2C29D;
		background: #FCFCE6;
		padding: 1em;
	}
	#content article footer a, #content article footer a:visited {
		color: #B3B38F;
	}
	
/** Comments */
	#comments article {
		border: 1px solid #DBDB91;
		background:#FAFABB;
	}	
		#comments article a{
			color: #EDBC01;
		}	
		#comments article a:hover, #comments article a:visited{
			color: #BF9800;
		}	
	#comments article.bypostauthor {
		border: 3px double #E8E880;
		background:#F0F097;
	}
		#comments article footer {
			color: #A8A862;
		}
		#comments article footer a, #comments article footer a:visited , #comments article footer b.author {
			color: #9E9E59;
		}

/** Sidebars & Widgetized Areas */

#sidebar1 {
	color: #DFB200;
	background:#ffdf63 url(images/yellow_bg.jpg) repeat-x;
}
	#sidebar1 a {
		color: #9F7F00;
	}

	#sidebar1 a:hover, #sidebar2 a:visited {
		color: #7F6500;
	}
	
#sidebar2 {
	color: #EDBC01;
	background:#FFE88A url(images/yellowlight_bg.jpg) repeat-x;
}

	#sidebar2 a {
		color: #DFB200;
	}

	#sidebar2 a:hover, #sidebar2 a:visited {
		color: #BF9800;
	}

/** Transcripts */
#transcripts {
	color: #A6A63A;
}
	#transcripts article {
		color: #fff;
		background:#BDBD5E;
	}
	#transcripts article footer {
		color: #BDBD5E;
		background:#F7F797;
		border:0px;
	}
	
/** Forms */
	
	#transcribeform h2 {
		font-size: 1.4em;
	}

/*****************/
/*	CUSTOM	      */
/*****************/

#comicleft, #comicright { color:#fff; }
#comicleft h2, #comicright h2 { color: #74A4CF; }

#lang_selection {
	background:#edbc01; text-align:center; padding:10px; margin:0;
}
#sidebar2 #lang_selection  a {
	color:#FFE88A;
	text-decoration:none;
	font-size:18px;
	font-family: 'Arial', sans-serif;
}
#lang_selection  a:hover{
	color:#fff;
}

a.linkfade { color: #3B709F; }
a.linkfade:hover { color: #74A4CF; }

ol.contentlist { 
	background-color: #DFDFDF;
	border: 1px solid #24507a;
 }
 
.thumbnail span{ /*CSS for enlarged image*/
border: 2px solid #24507a;
border-left: 10px solid #24507a;
}

.thumbnail_right span{ /*CSS for enlarged image*/
border-right: 10px solid #24507a;
border-left:2px solid #24507a;
}


