/* CSS Document */

html {
	height: 100%;
}
* {
	margin: 0;
	padding: 0;
}
body {
	background: #E7E7E2 url('images/body/Body_01.gif') repeat center top;
	color: #444444;
	font: normal 70.5% Arial, "Times New Roman", Tahoma, sans-serif;
	padding-top: 10px;
	margin:0 auto;
}
p, code, ul {
	padding-bottom: 12px;
}
li {
	list-style: none;
}
h1 {
	font: normal 1.4em Tahoma, sans-serif;
}
h2 {
	font: bold 1.2em sans-serif;
}
h3 {
	font: bold 1em Tahoma, sans-serif;
}
a {
	color: #682;
}
a:hover {
	color: #9A6;
}
a img {
	padding:4px;
	border:1px solid #682;
}
a:hover img {
	padding:0;
	border:5px solid #9A6;
}
form, input {
	margin: 0;
	padding: 0;
	display: inline;
}
code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma, sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding:0px 2px 0px 3px;
	white-space: pre;
	width:440px;
}
blockquote {
	background: url('images/body/quote.gif') no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}
h1, h2{
	padding-top: 2px;
	color: #553;
	margin-bottom: 2px;
}
h3{
	padding-top: 2px;
	color: #553;
	margin-bottom: 2px;
}
/* misc */
.boxcenter {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	font: normal 1em Tahoma, sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding:5px 5px 5px 5px;
}
.lang {
	width: 900px;
	margin: 0 auto;
	padding-right:2px;
	line-height:15px;
	font-size:11px;
	text-align:right;
}
.Top {
	width:100%;
	color:#333333;
}
.clearer {
	clear: both;
	font-size: 0;
	width:900px;
}
.left {
	float: left;
}
.right {
	float: right;
}
/* structure */
#inner-container {
	background: url('images/body/Body_02.gif') repeat-y center;
	width:900px;
	height:100%;
	padding:10px 50px 10px 50px;
	margin:0 auto;
}
#outer-container {
	background: url('images/body/Body_03.gif') no-repeat center bottom;
	padding-bottom: 20px;
	margin:0 auto;
}
/* headere & title */
#header {
	background: #222222 url('images/body/header.gif') no-repeat;
	height: 150px;
	width:900px;
	margin-bottom: 5px;
	text-align: center;
}
#header #title {
	color: #FFF;
	padding-top: 50px;
}
#header #title #sitename a {
	border-bottom: 1px dashed #657382;
	color: #FFF;
	font: normal 3em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
#header #title #sitename a:hover {
	border-color: #F60;
}
#header #title #slogan {
	font: normal 1.1em Verdana, sans-serif;
	padding-top: 6px;
}
/* path */
/*#path {
	background: #949490;
	color: #FFF;
	font: normal 1.2em Verdana, sans-serif;
	padding: 8px 12px;
}
#path a {
	color: #FAFAFA;
	text-decoration: none;
}
#path a:hover {
	color: #FFE;
	text-decoration: underline;
}*/
#main {
	background: url('images/body/main.gif') repeat-y;
	border-top: 4px solid #FFF;
	min-height:540px;
}
/* navigation */
#navigation {
	float: left;
	width: 170px;
}
#navigation h2 {
	color: #5A5A43;
	font: bold 1.1em Tahoma, sans-serif;
	line-height: 25px;
	margin: 0;
	padding-left: 12px;
}
#navigation ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
#navigation li {
	border-bottom: 1px solid #EAEADA;
}
#navigation li a {
	font-size: 1.0em;
	color: #554;
	display: block;
	padding: 5px 0 5px 5%;
	text-decoration: none;
	width: 95%;
}
#navigation li a:hover {
	background: #F7F7F2;
	color: #654;
}
#navigation li.current {
	background: #F7F7F2;
	color: #654;
}
/*Submain*/
#submain {
	float: right;
	width: 720px;
}
/* Right */
#rightcolum {
	float: right;
	width: 160px;
	padding:5px 5px 5px 5px;
}
/* content */
#content {
	float: left;
	width: 530px;
	padding:5px 5px 5px 5px;
}
#content .descr {
	color: #664;
	font-size: 11px;
}
#content li {
	list-style: url('images/body/li.gif');
	margin-left: 18px;
}
#content p {
	font-family: "Lucida Sans Unicode", sans-serif;
	padding:0px;
	font-size:11px;
}
/* Table */
#content table {
	border-left:7px solid #666666;
	border-right:1px solid #666666;
	border-top:1px solid #666666;
	width:512px;
	margin:0 auto;
	height:auto;
	border-collapse:collapse;
	border-spacing:0;
}
#content th {
	color:#FFF;
	background: #949490;
	font-weight:bold;
	width:150px;
	padding:3px;
	text-align:left;
	border-bottom:1px solid #666666;
}
#content td {
	/*width:350px;*/
	background:#FFF;
	padding:3px;
	border-bottom:1px solid #666666;
}
/* footer */
#footer {
	background: #949490;
	color: #F7F7F2;
	font: bold 1em sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
}
#footer a {
	color: #F7F7F2;
	text-decoration: none;
}
#footer a:hover {
	color: #FFC;
}
#footer .right, #footer .right a {
	color: #C8C8C3;
}
#footer .right a:hover {
	color: #F7F7F2;
}
/*
Plugin Name: WP-Digg Style Paginator
Plugin URI: http://www.mis-algoritmos.com/2007/09/09/wp-digg-style-pagination-plugin-v-10/
Author: Victor De la Rocha
Author URI: http://www.mis-algoritmos.com
*/
/*Scott*/
div.pagination {
	padding:3px;
	margin:3px;
	text-align:center;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;
	
	text-decoration: none; 
	color: #88AF3F;
}
div.pagination a:hover, div.pagination a:active {
	border:1px solid #85BD1E;
	color: #638425;
	background-color: #F1FFD6;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #B2E05D;
	font-weight: bold;
	background-color: #B2E05D;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #f3f3f3;
	color: #ccc;
}

/* ---------------------------------- MSG BOXES ----------------------------*/
	.info{
		border:solid 1px #DEDEDE; 
		background:#EFEFEF;
		color:#222222;
		padding:4px;
		text-align:left;
	}
	.warning{
		border:solid 1px #DEDEDE; 
		background:#FFFFCC;
		color:#222222;
		padding:4px;
		text-align:left;
	}
	.ok{
		border:solid 1px #349534; 
		background:#C9FFCA;
		color:#008000;
		font-weight:bold;
		padding:4px;
		text-align:left;
	}
	.error{
		border:solid 1px #CC0000; 
		background:#F7CBCA;
		color:#CC0000;
		font-weight:bold;
		padding:4px;
		text-align:left;
	}
/* ------------------------------------- Menu -------------------------------------------- */
/* CSS MENU */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#slantedmenu{
font: bold 1em Verdana, sans-serif;
line-height:20px;
}
#slantedmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#slantedmenu ul{
text-indent: 10px;
padding: 3px 0;
margin: 0;
background-color: #F0F0EB;
border: 1px solid #EAEADA;
text-align: left; /*set value to "center" for example to center items*/
}

#slantedmenu ul li{
display: inline;
}

#slantedmenu ul li a{
color: #494949;
padding: 3px 0;
padding-right: 25px;
margin: 0;
text-decoration: none;
background: transparent url(images/slantdivider.gif) top right no-repeat;
}

#slantedmenu ul li a:visited{
color: #494949;
} 

#slantedmenu ul li a:hover{
color: black;
}

/* ------------------------------------------------ SHADOW BOX ------------------------------------------------ */

#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(images/sBox/loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(images/sBox/close.png);}
#sb-nav-next{background-image:url(images/sBox/next.png);}
#sb-nav-previous{background-image:url(images/sBox/previous.png);}
#sb-nav-play{background-image:url(images/sBox/play.png);}
#sb-nav-pause{background-image:url(images/sBox/pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}
.tooltip{
	position:absolute;
	width:250px;
	background-image:url(images/tip-bg.png);
	background-position:left center;
	color:#FFF;
	padding:5px 5px 5px 18px;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;}
	
.tooltip-image{
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	margin-top:3px;}	
	
	
.tooltip span{font-weight:700;
color:#ffea00;}

