/*
Theme Name: equiX-Bino
Theme URI: http://marcoss.com.ar/dsgn/equix/
Description:  <a href="http://marcoss.com.ar/dsgn/equix/" title="|X| - One Theme to Rule Them All">equiX</a> is a theme made for WordPress 1.5+ | dsgn by <a href="http://marcoss.com.ar/" title="Marcos Sader">m^r(oS</a>.
Author: Marcos Sader
Author URI: http://marcoss.com.ar/
Version: v. 1.0
-- About --
	equiX is a theme designed to fully intarate with WordPress 1.5+, 
	all the files you need to make your blog run out-of-the box are 
	included and styled.	
-- Credits ---
	Design: The equix template ia desing by Marcos Sader (http://marcoss.com.ar/).
	WordPress: For this amazing state-of-the-art semantic personal publishing platform. 
	and of course Matt, the wordpress forums and codex team for all the help and 
	information provided during the development.
-- License --
	Everything included in the package, the CSS, XHTML and design is released under
	the GNU GPL License v.2, June 1991:
		http://www.fsf.org/licensing/licenses/gpl.html
		http://www.gnu.org/licenses/gpl.html

-- Made in Córdoba, Argentina | Marcos Sader - 2005 --
*/
/*---------------------------- Main -------------------------------*/
html, body {
	margin:10px 10px 0px 10px;
	padding:0px;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 11px; 
	line-height: 17px; 
	text-align: left;
	background-color: #F3F3F3;
	color: #313031;
	}

/*---------------------------- Links -------------------------------*/
a:link	{ 
	color: rgb(82,117,154); 
	text-decoration:none;
	}

a:visited {
	color: rgb(82,117,154); 
	text-decoration:none;
	}

a:hover { 
	color: #fff; 
	text-decoration:none; 
	background-color: rgb(112,147,184); 
	}	
		
a:link img, a:visited img 
	{
	border-style: none;
	}

a img {
	/* The only way to hide the border in NS 4.x */	

	color: black
	}

/*---------------------------- Images Structure -------------------------------*/

img.c {						
	/*Now if you add the class "c" will center the img, 
	"r" will float it to the right and yeah you guessed!... 
	"l" will float it left.*/

	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.r {
	float: right;
	}

img.l {
	float: left;
	}

.entry img {					
	/*A nice hover efect when your post-images are linking somewhere*/

	border: 2px solid #FFFFFF;
	padding: 6px;
	max-width: 98%;
	border: none;
	}

.entry a img {	
	border: 1px solid #FFFFFF;
	padding: 6px;
	}

.entry a img:hover {	
	border: 1px solid #525D5A;
	background-color: #F6F6E8;
	}	

/*---------------------------- General Html -------------------------------*/
	
blockquote {
	border-left: 5px solid #525D5A;
	background-color: #F6F6E8;
	padding: 10px 20px;
	}

blockquote:hover {
	background: #FDFDFA;
	}

acronym, abbr {
	letter-spacing: .07em;
	border-bottom: 1px dashed #CC0033;	
	}

	
p.center {
	text-align: center;
}
	
.entry p { 
	margin-left: 20px;
	margin-right: 10px;
	text-align: justify;
	}

.entry code, tt, pre { 
	font-size: 11px;
	}

.entry code, tt { 
	border: 1px solid rgb(221, 221, 221);
	margin: 1px;
	padding: 1px 2px;
	color: rgb(0, 0, 0);
	background-color: rgb(248, 248, 248);
	}

.entry pre { 
	margin-left: 40px;
	margin-right: 30px;
	
	border-style: solid;
	border-color: rgb(221, 221, 221);
	border-width: 1px 1px 1px 4px;
	padding: 0pt 0pt 0pt 4px;
	background-color: rgb(248, 248, 248);
	overflow: auto;
	}

/*---------------------------- Page Navigation -------------------------------*/
	
.navigation {
	margin: 00px 10px 20px 10px;
	padding: 0 10px;
	font-weight: bold;
	font-size: 12px;
	}

.ncol .navigation {
	margin: 15px 0px;
	font-size: 11px;
	}	
.ar {						/*This way you can use a simple class="ar"/"al"/"ac" to get an objet floated or centered.*/
	float: right;
	}
.al {
	float: left
	}
.ac {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
/*---------------------------- Content -------------------------------*/
#content{
	margin: 0px auto;
	border:1px solid #D6D3CE;
	background-color: #FFFFFF;
	width: 800px;
	font-size: 11px;
	text-align: left;
	}
/*----------------------------Top Bar -------------------------------*/
#topbar{
	margin: 0px 0px;
	padding: 0px 10px 0px 10px;
	height: 25px;
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, sans-serif;
	line-height: 17px;
	font-size: 10px;
	}
.navbar{	
	margin: 0px auto;
	padding: 3px 1px 2px 1px;
	}
.navbar ul{
	display: inline;
	list-style-type: none;
	}
.navbar li{
	display: inline;
	list-style-type: none;
	}
.navbar a, .navbar a:visited  {
	cursor: pointer;
	float: left;
	font-weight: bold;
	margin: 0px 10px 3px 10px;
	color: #525d5a;
	}		
.navbar a:hover{
	color: #CC0033;
	}
/*---------------------------- Top Search Form -------------------------------*/
.topsform {
	margin: -1px 2px 3px 0px;
	padding: 0px;
	width: 220px;
	height: 16px;	
	background-color: #FFFFFF;
	border:1px solid #D6D3CE;
	float: right;
	}	
.t-s{
	margin: 0px auto;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #525d5a;
	font-size: 10px;
	width: 67%;
	height: 100%;
	border: none;
	background-color: #FFF;	
	}	
.topsformsubmit{
	margin: 0px auto;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #525d5a;
	font-size: 10px;
	font-weight: bold;
	width: 30%;
	height: 100%;
	background-color: #FFF;
	border: none;
	border-left:1px solid #D6D3CE;
	cursor: pointer;
	}
.topsformsubmit:hover{
	background-color: #F6F6E8;
	}	
/*---------------------------- Header -------------------------------*/
	/*--Just drop a 778px*98px image named 'header.png' in the theme folder an it will be displayed in your blog header---*/
.header {
	margin: 1px 0px;
	padding: 10px;
	display: block;
	width: 780px;
	height:98px;
	background: url('header.png') no-repeat bottom center;
	background-color: #9DA7AF;
	border: 1px solid #D6D3CE;
	cursor: pointer;
	}

.banner {
	padding: 10px;
	background:#fff;
	height:60px;		
	voice-family: "\"}\"";
	voice-family: inherit;
	height:59px;
	}
	
.banner h1 { 
	border-top: 1px solid rgb(102, 102, 102);
	background: rgb(112, 147, 184) url('catshadow.png') repeat-x scroll left bottom;
	padding-bottom: 5px;
	}

.banner h1 span { 	
	background: url('banner3.png') no-repeat left;
	border-left: 1px solid rgb(102, 102, 102);
	border-right: 1px solid rgb(102, 102, 102);
	margin: 0px;
	padding: 10px 5px 10px 5px;
	display: block;
	}

.banner h1 { 
	font-size: 24px;
	font-variant: small-caps;
	font-family: Times New Roman;
	text-align: right;
	color: rgb(255, 255, 255);
	}	
/*---------------------------- Page -------------------------------*/
.page {
	width: 800px;
	margin: 0px 0px;
	padding: 0px;
	background-color: #FFF;
	text-align: left;
	float: left;
	}

.page h1 { 
	color: rgb(82,117,154);
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight: normal;
	margin: 0px 10px 0px 10px;
	padding-top: 2px;	
	}

.page h2 { 
	color: rgb(112, 147, 184);
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight: normal;
	margin: 10px 10px 0px 10px;
	padding-top: 2px;
	border-bottom: solid 1px rgb(192,211,226);	
	}

.page h3 {  
	color: rgb(112, 147, 184);
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight: normal;
	margin: 10px 10px 0px 10px;
	padding-top: 2px;  
	}
/*---------------------------- Narrow Column -------------------------------*/
.ncol {
	padding: 00px 10px 40px 10px;
	width: 570px;
	background:#FFF;
	float:left;
	}	
/*---------------------------- Wide Column -------------------------------*/
.wcol {
	margin: 10px auto;
	width: 80%;	
	padding: 20px 15px 10px 15px;		
	line-height: 1.5em;
	}
/*---------------------------- Post Structure -------------------------------*/
.post {
	margin: 10px 10px 20px 2px;
	text-align: justify;	
	}
.archived {
	padding: 0px 0px 0px 15px;
	}	
.archived h2{	
	font-size: 14px;
	}
.postmetadata {
	width: 85%;
	margin: 25px 0 0 0;
	padding: 3px;
	border-top: 1px solid #D6D3CE;
	color: #313031;
	text-align: left;
	line-height: 17px;
	font-size: 10px;
	}
.entry {
	font-size: 1em;
	line-height: 1.4em;
	}
.entry a {  
	font-weight: normal;
	}
.entry ol li {
	list-style: decimal outside;
	}
.entry ul li {	
	list-style-type: square;
	}
.entry form { 
	text-align: left;
	}
.entry input { /* For password-protected posts */
	margin: 2px auto;
	font-size: 9px;
	padding: 0px;
	background-color: #FFFFFF;
	border:1px solid #D6D3CE;
	}	
.entry input[value="Submit"] {
	font-size: 9px;
	cursor: pointer;
	}
.entry input[value="Submit"]:hover{
	background-color: #F6F6E8;
	}
/*---------------------------- Sidebar -------------------------------*/
.sidebar {
	width: 180px;
	padding: 00px 0px 40px 20px;
	float:right;
	font-size: 10px;
	}
.sidebar h2 {
	padding: 0px 0px 00px 20px;
	margin-left: -20px;
	margin-right: 20px;
	text-align: right;
	font-size: 11px;
	}	
.sidebar ul {
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	}
.sidebar ul li {
	list-style-type: none;
	list-style-image: none;	
	}
.sidebar ul li ul {
	padding-left: 5px;
	}
.sidebar ul li ul li {	
	color: #404040;
	list-style-type: square;
	list-style-image: none;
	}
/*---------------------------- Search box for error-404 pages -------------------------------*/
.searchbox{
	margin: 2px auto;
	padding: 0px;
	display: block;
	width: 500px;
	height: 50px;
	background: #F7F7F7;
	border:1px solid #D6D3CE;
	}
.searchbox #searchform {
	background: #FFF;
	margin: 14px auto;
	width: 400px;
	padding: 0px;
	border: 1px solid #D6D3CE;
	}
.searchbox #searchform #s{
	margin: 0px auto;
	padding: 1px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #404040;
	font-size: 10px;
	width: 298px;
	height: 100%;
	border: none;
	background-color: #FFF;	
	}
.searchbox #searchform #searchsubmit{
	border: none;
	margin: 0px auto;
	padding: 2px 0px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #404040;
	font-size: 10px;
	font-weight: bold;
	width: 96px;
	height: 100%;
	background-color: #FFF;
	border-left:1px solid #D6D3CE;
	cursor: pointer;
}
.searchbox #searchform #searchsubmit:hover{
	background-color: #F6F6E8;
	}

/*---------------------------- Comments -------------------------------*/

.comarea{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height: 17px;
	color: #313031;
	}

.comol{
	margin: 20px 0px 40px 0px;
	text-align: left;
	font-weight: bold;	
	list-style-type: upper-roman;
	}

.comli{
	border-left: 1px solid #D6D3CE;
	border-bottom: 1px solid #D6D3CE;
	text-align: left;
	margin: 25px 0px 20px 0px;
	padding: 4px;
	min-height: 90px;
	width: 95%;
}

.comauth{
	border-bottom: 1px solid #D6D3CE;	
	width: 70%;
	font-size: 11px;
	font-weight: bold;	
	padding: 0px 0px 2px 2px;
}

.mod {
	color: #CC0033;
	}

.comli .cmeta {
	margin: 1px 0px 5px 2px;
	border: none;
	font-size: 10px;
	font-weight: normal;
}	

.comtxt{
	margin: 0px 0px 0px 5px;
	font-size: 9px;
	font-weight: normal;	
	text-align: left;
}

.preview, .preview ul, .preview ul li {
	list-style: none;
	margin: 20px 0px 20px -13px;
	width: 594px;
	}

#TextDisplay { /*Live Preview of Comments */
	margin: 5px 0px 0px 5px;
	font-size: 9px;
	font-weight: normal;	
	text-align: left;
	}	

#tbs { /* This will let you asign your trackbacks/pingbacks a direferent style */
	padding: 5px;
	border: 1px solid #525D5A;	
	background: #F7F7F7;
	}

#tbs:hover {
	background-color: #FDFDFA;
	}

/*---------------------------- Comment Form -------------------------------*/

#commentform {
	margin: 15px 0px 30px 0px;
	}

#commentform input {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #D6D3CE;
	border-right: 3px solid #D6D3CE;
}

#commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	width: 594px;
	padding: 2px;
	border: 1px solid #D6D3CE;
	border-right: 3px solid #D6D3CE;
}

#commentform #submit {
	width: 600px;
	padding: 2px;
	background: #FFFFFF;
	text-align: center;
	border: 1px solid #D6D3CE;
	border-right: 3px solid #D6D3CE;
	font-weight: bold;
}

#commentform #submit:hover {
	background-color: #F6F6E8;
	cursor: pointer;
}

/*---------------------------- Footer -------------------------------*/

.footer {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 0.8em;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 800px;
	height: 55px;
	background-color: #FFFFFF;
	clear: both;
	}	

.powered {
	text-align: center;
	}

.powered a {	
	color: #224359;
	font-weight: bold;
	}

.powered a:hover {	
	color: #CC0033;
	}

