/* CORE style for Legendary Pokemon | Hercules Papatheodorou */
@import url("./pokedex.css");

* {
	border: none;
	margin: 0;
	padding: 0;
	}
body {
	background: #fff;
	color: #444;
	font: 75% Verdana, Tahoma, Arial, sans-serif;
	}
	
/* -------( link styles )- */
a {
	font-size: inherit;
	font-weight: inherit;
	}
a:link {
	color: #58bd1d;
	text-decoration: none; 
	}
a:visited {
	color: #3f8117;
	text-decoration: none; 
	}
a:hover, a:active {
	color: #7c0;
	text-decoration: underline;
	}
	
/* -------( heading styles )- */
h1 {
	font-size: 2.25em;
	font-weight: bold;
	}
h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0.5em 0 0 0;
	text-align: left;
	}
h3, h4, h5, h6 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0.5em 0 0 0;
	text-align: left;
	}
	
/* -------( common element styles )- */
em {
	font-size: inherit;
	font-style: italic;
	font-weight: inherit;
	}
b, strong {
	color: inherit;
	font-weight: bold;
	font-size: inherit;
	}
strike {
	text-decoration: line-through;
	}
p {
	/*text-indent: 0.5em;*/
	line-height: 1.2em;
	margin: 0 0 0.25em 0;
	padding: 0;
	text-align: left;
	}
abbr, acronym, .title {
	border-bottom: 1px dotted;
	cursor: help;
	font-weight: inherit;
	}
var {
	font-style: italic;
	font-weight: bold;
	}
code, pre {
	background: #eee;
	border: 1px dotted #ccc;
	cursor: text;
	display: block;
	text-align: left;
	font: 12px "Courier New", monospace;
	line-height: 20px;
	margin: 0.25em;
	overflow: auto !important;
	padding: 0.25em;
	white-space: pre;
	}
img {
	border: 0;
	background: none;
	margin: auto;
	}
kbd {
	background-color: #efefef;
	border-top: 2px double #cfcfcf;
	border-left: 3px solid #bababa;
	border-right: 4px solid #aaa;
	border-bottom: 6px solid #909090;
	color: #333;
	font-weight: normal;
	font-size: 90%;
	line-height: 1.6em;
	padding: 0 0.2em;
	text-align: center;
	vertical-align: top;
	}
ins {
	background: url(./update.png) no-repeat 0 50%;
	color: #555;
	font-size: 98%;
	padding: 0 0 0 12px;
	text-decoration: none;
	}
del {
	color: #777;
	text-decoration: line-through;
	}
blockquote {
	border-left: 10px double #efefef;
	color: #300;
	font-size: 95%;
	margin: 0.25em;
	padding: 0 0 0 2em;
	}
blockquote p {
	text-align: justify;
	}
	
/* -------( form styles )- */
form {
	margin: 0;
	padding: 0;
	}
fieldset {
	background: #fafafa;
	border: 1px solid #ccc;
	margin: 0.5em 0em;
	padding: 0.5em;
	}
legend {
	background: #efefef;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #777;
	font-weight: bold;
	font-size: 0.9em;
	padding: 0.25em;
	}
label {
	font-weight: bold;
	font-size: 0.9em;
	}
input, textarea, select {
	background: #eee;
	border: 2px solid #bbb;
	color: #000;
	font-size: 0.9em;
	margin: 0.25em;
	padding: 1px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	}
textarea {
	width: 100%;
	}
input[type=radio] {
	background: none;
	border: none !important;
	}
input[type=hidden] {
	display: none;
	}
input[type=button], input[type=reset], input[type=submit] {
	background: #3a5;
	border: 2px solid #8c8;
	border-bottom: 2px solid #072;
	border-right: 2px solid #072;
	color: #fff;
	font-weight: bold;
	padding: 0.35em;
	font-size: 1.25em;
	}
input:focus, textarea:focus, select:focus {
	border: 2px solid #8c8;
	}
	
/* -------( table styles )- */
table {
	background: #fff;
	border: 2px solid #000;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0.25em auto 0.25em auto;
	padding: 0px;
	text-align: center;	
	}
caption {
	background: #ccc;
	border: 2px solid #000;
	border-bottom: none;
	font-size: 120%;
	font-weight: bold;
	padding: 0.25em;
	}
td, th {
	background: transparent;
	border: solid 1px #444;
	margin: 0px;
	padding: 2px;
	text-align: left;
	vertical-align: middle;
	}
th {
	background: #eee;
	font-weight: bold;
	text-align: center;
	}
#typechart td {
	font-weight: bold;
	text-align: center;
	}
tr:hover { background: #efefef; }
td:hover { background: #ccc; }
/* -------( list styles )- */
dl {
	margin: 0.25em;
	}
dt {
	font-weight: bold;
	}
dd {
	padding: 0 0 0 1.5em;
	}
ul, ol {
	margin: 0.25em;
	padding: 0 0 0 1.5em;
	}
ol {
	margin: 0 0 0 1em;
	}

/* -------( common classes )- */
.flash {
	float: none;
	text-align: center;
	margin: 1em auto;
	border: 2px solid #000;
	border-bottom: none;
	width: 400px;
	height: 300px;
}
.active {
	background: #f6f6f6;
	padding: 1em;
	}
.maincol, .subcol {
	background: #efefef;
	font-weight: bold;
	padding-left: 5px;
	text-align: left;
}
.mainrow td {
	background: #efefef;
	font-weight: bold;
}
.invisible { display: none; }
.advert, .banner {
	margin: 0.5em;
	}
.spoiler { /* title="Spoiler: select text to reveal it." */
	color: #444 !important;
	background: #444 !important; 
	}
.center { /* centers stuff */
	text-align: center !important;
	margin-left: auto !important;
	margin-right: auto !important;
	}
.clear {
	clear: both;
	}
.banner {
	background: #efefef;
	border: 2px solid #000;
	color: #000;
	clear: both;
	font-weight: bold;
	margin: 1em auto;
	padding: 0.25em !important;
	text-align: center !important;
	/*-moz-border-radius: 15px;*/
	}
.courgettemonthlist {
	list-style: none !important;
	}
.courgettemonthtitle {
	font: 1.5em Georgia, serif !important;
	border: none !important;
	}
.courgettefaded {
	color: #777;
	}
.courgettepages {
	clear: both;
	text-align: center;
	}
.fleft {
	float: left;
	margin: 0.25em !important;
	}
.fright {
	float: right;
	margin: 0.25em !important;
	}
.borderless {
	border: none;
	}
.credit {
	font: italic 1em Georgia, serif !important;
	text-align: right !important;
	}
.zoomsprite:hover {
	height: 128px;
	width: 128px;
	cursor: pointer;
	}
.zoomspriteem:hover {
	height: 256px;
	width: 128px;
	cursor: pointer;
	}
.bigger {
	font-size: 150% !important;
	font-weight: bold !important;
	}
.smaller {
	font-size: 90% !important;
	}
.hidetable, .hidetable tr, .hidetable td, .hidetable td {
	background: transparent !important;
	border: none !important;
	}
.warning {
	background: url(./warning.png) right 50% no-repeat;
	}
/* -------( block div )- */
.block {
	clear: both;
	margin: 0 auto 1em auto;
	text-align: left;
	width: 98%;
	}
.block h2 {
	border-bottom: 15px solid #efefef;
	margin-top: 1.5em;
	}
.block h3 {
	border-bottom: 2px solid #efefef;
	width: 100%;
	}
.block h4, .block h5, .block h6 {
	border-bottom: 1px dotted #ccc;
	width: 100%;
	}
.block p {
	text-align: left;
	}
.block ul {
	list-style: disc;
	}
.block li {
	text-align: left;
	}
/* -------( news and comments )- */
.news {
	clear: both;
	margin: 0 auto;
	width: 98%;
	text-align: left;
	}
.news h2 {
	clear: both;
	margin-top: 1.5em;
	border: none;
	}
.news h3 {
	width: 100%;
	border-bottom: 2px dotted #000;
	}
.news h4{
	width: 100%;
	border-bottom: 1px dotted #000;
	}
.comlink {
	clear: both;
	text-align: right !important;
	}
.comment {
	margin: 1em auto;	
	padding: 0.25em;
	text-align: left;
	width: 98%;
	}
.comment a {
	font-weight: bold;
	border: none !important;
	}
.comment h3 {
	border-bottom: 1px solid #eee;
	}
.comment p { 
	background: #fff;
	clear: both;
	color: #888;
	font-size: 98%;
	margin: 0 0 1em 0.5em;
	padding: 0;
	}
.comment:hover p {
	color: #444;
	}
.registered p {
	color: #000;
	}
.registered h3 {
	border-bottom: 3px solid #ccc;
	}
#comment {
	margin: 0 auto;
	width: 80%;
	text-align:left;
	padding: 10px 0px 10px 0px;
	clear: both;
	}
#comment p {
	text-align: left;
	font-size: 95%;
	background: url(./warning_small.png) no-repeat 0 2px;
	padding: 0 0 0 12px;
	}
/* -------( homepage )- */
#syndicated {
	background: #eee;
	padding: 10px;
	font-size: 95%;
	margin: 2em auto;
	text-align: left;
	}
#syndicated a {
	color: #555;
	}
#syndicated .advertlink {
	clear: both;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	}
#syndicated_news {
	float: right;
	width: 50%;
	}
#syndicated_tweet {
	float: left;
	width: 50%;
	}
#syndicated h2 {
	padding: 0;
	margin: 0;
	font-size: 120%;
	color: #777;
	}
#syndicated ul {
	list-style: none;
	}

/* -------( sitemap/tree )- */
ul.tree, ul.tree ul {
	list-style-type: none !important;
	background: url(vline.png) repeat-y;
	margin: 0;
	padding: 0;
	}
ul.tree ul { margin-left: 30px; }
ul.tree li {
	margin: 0;
	padding: 0 12px;
	line-height: 20px;
	background: url(node.png) no-repeat;
	}
ul.tree li:last-child { background: #fff url(lastnode.png) no-repeat; }
/* -------( thickbox )- */
#TB_window {
	font: 12px Verdana, Tahoma, Arial, sans-serif;
	color: #333333;
	}
#TB_secondLine {
	font: 10px Verdana, Tahoma, Arial, sans-serif;
	color:#666666;
	}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	}
#TB_window {
	position: fixed;
	background: #fff;
	z-index: 102;
	color:#000000;
	display:none;
	//border: 4px solid #525252;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; -webkit-background-clip: padding-box !important;
	border-radius: 5px; background-clip: padding-box !important;
	padding: 2px;
	text-align:left;
	top:50%;
	left:50%;
	}
#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	}
#TB_caption{
	font: italic 1em Georgia, serif !important;
	height:25px;
	padding:15px 30px 5px 25px;
	float:left;
	-webkit-transform: rotate(-2deg); 
	-moz-transform: rotate(-2deg);	
	-o-transform: rotate(-2deg);	
	transform: rotate(-2deg);	
	}
#TB_closeWindow{
	height:25px;
	font-size: 0.9em;
	padding:11px 25px 10px 0;
	float:right;
	}
#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
	}
#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
	}
#TB_title{
	//background-color:#ccc;
	color: #bbb;
	font-weight: bold;
	height:32px;
	}
#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
	}
#TB_ajaxContent.TB_modal{
	padding:15px;
	}
#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
	}
#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
	}
#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
	}
#TB_iframeContent{
	clear:both;
	border:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; -webkit-background-clip: padding-box !important;
	border-radius: 5px; background-clip: padding-box !important;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
/* -------( manager )- */
#manager {
	background: #4c5453;
	border-top: 2px solid #333;
	bottom: 0;
	color: #ccc;
	font-size: 90%;
	padding: 0px;
	position: fixed;
	width: 100%;
	z-index: 1000;
	}
#manager ul, #manager p {
	display: inline;
	margin: 0 5px;
	padding: 0;
	}
#manager ul li {
	display: inline;
	padding: 0 1em;
	}
#manager a:link, #manager a:visited {
	color: #47a4fb;
	height: 2em;
	line-height: 2em;
	padding: 0.5em 0.6em;
	text-decoration: none; 
	}
#manager a:hover, a:active {
	color: #7c0;
	text-decoration: none;
	}

:focus { -moz-outline-style: none; }

#altlang {
	float: right;
	font-size: 90%;
	margin: 1em;
	}
#topad {
	background: #eee;
	margin: 0.5em auto;
	text-align: center;
	width: 99%;
}

/* -------( autocomplete )- */
.ac_results {
	padding: 0px;
	border: 2px solid #ccc;
	background-color: #fff;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background : #fff url('./indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}