/*
Theme Name: equiX for Tinig.com
Theme URI: http://marcoss.com.ar/dsgn/equix/
Description: Tinig.com theme based on <a href="http://marcoss.com.ar/" title="Marcos Sader">m^r(oS</a>'s <a href="http://marcoss.com.ar/dsgn/equix/" title="|X| - One Theme to Rule Them All">equiX</a> v1.1.
Author: Ederic Eder/Marcos Sader
Author URI: http://ederic.tinig.com / http://marcoss.com.ar/
Version: 
-- About --
	Customized from equiX for Tinig.com
-- Credits ---
	Design: The equix template by Marcos Sader (http://marcoss.com.ar/).
	Customized for Tinig.com by Ederic Eder
-- 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

-- Gawa sa Pilipinas --
*/
/*--------------------------- Main ----------------------------*/
html, body {
	margin: 3px auto;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 10px;
	text-align: center;
	background-color: #EFEDED;
	color: #333333;
	}
/*---------------------------- Links -------------------------------*/
a {  
	color: #0066ff;
	text-decoration: none;
	}	
a:visited {
	color: #0066ff;
	text-decoration: none;
	}
a:hover {
	color: #ff0000;
	text-decoration: none;
	}		
a img {
	border: none;
	}		
/*---------------------------- Images Structure -------------------------------*/

img.c {						/*Adding class "c" will center the img, "r" will float it to the right and  "l" will float it left.*/
	display: block;
	margin-left: auto;
	margin-right: auto;
	}	
img.r {
	float: right;
	}
img.l {
	float: left;
	}
img.t {
        vertical-align: top;
        }

.entry img {					
	border: 1px solid #FFFFFF;
	padding: 6px;
	max-width: 98%;
	border: none;
	}
.entry a img {	
	border: 1px solid #FFFFFF;
	padding: 6px;
	max-width: 98%;
	}
.entry a img:hover {	/*-- does not work in IE --*/
	border: 1px inset #000000;
	background-color: #EFEDED;
	}	

post-img {
margin: 5px 10px 2px 0px; 
padding: 0px; 
background: #f0f4f5 none repeat scroll 0% 50%; 
width: 400px; height: auto; 
float: center; 
-moz-background-clip: -moz-initial; 
-moz-background-origin: 
-moz-initial; 
-moz-background-inline-policy: -moz-initial;
}

/*---------------------------- General Html -------------------------------*/
hr {
	display: none;
	}
h2, h3, h5 {	
	text-align: left;
	margin: 0px; 
                }
	.c1 h2{	
		border-bottom: 1px solid #CCCCCC;
		font-size: 12px;
		}
	.archived h2{	
		font-size: 11px;
		}
	.lnks h2{	

		border-bottom: 1px solid #CCCCCC;
		font-size: 12px;
                width: 80%;
		}			
	.narchives h3{	
		margin: 25px 0px 10px 0px;
		}
	.wcol h2{	
		font-size: 16px;
		margin-bottom: 13px;
		}	
	.sidebar h2{	
		border-bottom: 1px solid #CCCCCC;
		text-align: right;
		font-size: 10px;
		}	
        .c1 h5{	
		font-size: 13px;
                }
        .c2 h5{	
		font-size: 13px;
                }
        .c3 h5{	
		font-size: 13px;
                }

h2, h3, h2 a, h2 a:visited{
	color: #0066ff;
	}
h2 a:hover {
	color: #ff0000;
	}		
h3{	
	font-size: 13px;
	}	

h4{	
	font-size: 11px;
	}	

blockquote {
	background-color: #F7F7F7;
	border-left : 5px solid #94A6BD;
	padding: 10px 20px;
	}
blockquote:hover { /*-- does not work in IE --*/
	background: #FFFFFF;
	}
code, pre, kbd {	
	font-family: 'Courier New', Courier, mono, Fixed, sans-serif;
	font-size: 1.1em;
	display: block;
	}	
small {
	font-size: 0.9em;
	line-height: 1.5em;
	}
acronym, abbr {
	letter-spacing: .07em;
	border-bottom: 1px dashed #993333;	
	cursor: help;
	}	
strike, del {
	text-decoration: line-through;
}	

/*------------------------- Content ----------------------------*/
#content {
	margin: 0px auto;
	width: 780px;
        font-size: 12px;
	text-align: left;
	}

/*-------------------------- Header ---------------------------*/
.banner {
	margin: 1px 0px 1px 0px;
	padding: 0px;
	display: block;
	width: 778px;
	height:75px;
	background-image: url('http://www.tinig.com/images/pp2bg.jpg');
	border: 1px solid #CCCCCC;
	cursor: pointer;
	}	

/*-------------------------- Top Bar -------------------------*/

#topbar{

	margin: 0px 0px;
	padding: 0px;
	width: 778px;
	height: 25px;
        background-color: #FFFFFF;
	border: 1px solid #D6D3CE;
	font-family:  Verdana, Geneva, Arial, sans-serif;
	line-height: 17px;
	font-size: 10px;
	}
.menu{	

	margin: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;

	}

.menu ul{

	display: inline;

	list-style-type: none;

	}


.menu li{
	display: inline;
	list-style-type: none;
	}

.menu a, .menu a:visited  
       {
	cursor: pointer;
	float: left;
	font-weight: bold;
	margin: 0px 10px 3px 10px;
	color: #0066ff;
	}	
	
.menu a:hover{

	color: #CC0033;

	}

/*-------------------------- Top Search Form ------------------*/
.topsform {
	float: right;
	}	

/*---------------------------- Page -------------------------------*/

.page {
	width: 778px;
	margin: 1px 0px;
	padding: 0px;
	background-color: #FFFFFF;

	border:1px solid #CCCCCC;
	text-align: left;
	float: left;
	}

/*---------------------------- fwc -------------------------------*/

.fwc {
	margin: 1px 0px 1px 0px;
	padding: 10px 10px 5px 10px;
	width: 480px;
        background-color: #ffffff;
        float: #left;
        }	

.bannerpic {
       padding: 10px 10px 10px 10px;
       }

.login {
	padding: 3px;
	color: #999999;
        float: right;
       	font-size: 12px;
	}

/*------------------------ c1 (Narrow Column1) ----------------------------*/
.c1 {
	padding: 10px 5px 10px 10px;
	width: 240px;
	background:#FFF;
        font-size: 12px;
	float:left;
        }	

/*------------------------ c2 (Narrow Column2) ---------------------------*/
.c2 {
	padding: 10px 5px 10px 5px;
	width: 240px;
	background:#FFF;
        font-size: 12px;
        float:left;
	}	


/*---------------------------- c3 (front-page Sidebar -----------------------*/
.c3 {
	width: 225px;
	padding: 10px 5px 10px 10px;
	float:right;
	font-size: 12px;
        background-color: #ffffff;
        }
.c3 h2.lnkname	 {
	margin: 0px 0px -5px 10px;
	text-align: left;
	font-size: 10px;
	border: none;
	}	
.c3 ul {
	margin: 0px 15px 30px 20px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	}
.c3ul li {
	list-style-type: none;
	list-style-image: none;	
	}
.c3 ul li ul {	
	margin: 10px 0px 20px 30px;
	list-style-type: none;
	list-style-image: none;
	}	
.c3  ul li ul li {	
	color: #666666;
	list-style-type: square;
	list-style-image: none;
	}
.c3  ul li ul li a{	
	font-weight: bold;
	}	

/*------------------------- Story (Narrow Column3) -------------------------*/
.story {
	padding: 10px 5px 10px 20px;
	width: 535px;
	background:#FFF;
        float:left;
	}	

/*---------------------------- Wide Column -------------------------------*/
.wcol {
	margin: 0px auto;
	width: 80%;
	padding: 20px 15px 10px 15px;		
	line-height: 1.5em;
	}
/*---------------------------- Post Structure -------------------------------*/
.post {
	margin: 1px 10px 30px 0px;
	text-align: left;	
	}
.archived {
	padding: 20px 0px 0px 15px;
	}	
.postmetadata {
	width: 85%;
	margin: 25px 0px 0px 0px;
	padding: 3px;
	border-top: 1px solid #CCCCCC;
	color: #999999;
	text-align: left;
	line-height: 15px;
	font-size: 10px;
	}

	.wcol .postmetadata {
	width: 100%;
	margin: 25px 0px 30px 0px;
	}

.date {
	width: 100%;
	padding: 3px;
	color: #999999;
	text-align: center;
	font-size: 10px;
	}
	
.entry {
	font-size: 1em;
	line-height: 1.4em;
	}
.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 #CCCCCC;
	}	
.entry input[value="Submit"] {
	font-size: 9px;
	cursor: pointer;
	}
.entry input[value="Submit"]:hover{ /*-- does not work in IE --*/
	background-color: #EFEDED;
	}
/*---------------------------- Sidebar -------------------------------*/
.sidebar {
	width: 185px;
	padding: 10px 5px 5px 5px;
	float:right;
	font-size: 12px;
        background-color: #ffffff;
        }
.sidebar h2.lnkname	 {
	margin: 0px 0px -5px 10px;
	text-align: left;
	font-size: 10px;
	border: none;
	}	
.sidebar ul {
	margin: 0px 15px 30px 20px;
	padding: 0px;
	list-style-type: square;
	list-style-image: none;
	}
.sidebarul li {
	list-style-type: square;
	list-style-image: none;	
	}
.sidebar  ul li ul {	
	margin: 10px 0px 20px 30px;
	list-style-type: square;
	list-style-image: none;
	}	
.sidebar  ul li ul li {	
	color: #666666;
	list-style-type: square;
	list-style-image: none;
	}
.sidebar  ul li ul li a{	
	font-weight: bold;
	}	


/*---------------------------- Comments -------------------------------*/
.comarea{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height: 17px;
	}
.comol{
	margin: 20px 0px 40px 0px;
	text-align: left;
	font-weight: bold;	
	list-style-type: upper-roman;
	}
.comli{
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
	margin: 25px 0px 20px 0px;
	padding: 4px;
	min-height: 90px; /*-- does not work in IE --*/
	width: 95%;
}
.comauth{
	border-bottom: 1px solid #CCCCCC;	
	width: 70%;
	font-size: 11px;
	font-weight: bold;	
	padding: 0px 0px 2px 2px;
}
.mod {
	color: #990033;
	}
.comli .cmeta {
	margin: 1px 0px 5px 2px;
	border: none;
	font-size: 10px;
	font-weight: normal;
}	
.comtxt{
	margin: 0px 0px 0px 5px;
	font-size: 11px;
	font-weight: normal;	
	text-align: left;
}
.preview {
	text-align: left;
	margin-top: 20px;
	list-style: none;
	width: 100%;
	}
.preview ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
.preview ul li {
	list-style: none;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
	padding: 4px;
	min-height: 90px; /*-- does not work in IE --*/
	}
#TextDisplay { /*Live Preview of Comments */
	margin: 5px 0px 0px 5px;
	font-size: 10px;
	font-weight: normal;	
	text-align: left;
	}	
/*---------------------------- Comment Form -------------------------------*/
#commentform {
	margin: 15px 10px 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 #CCCCCC;
	border-right: 3px solid #CCCCCC;
}
#commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	width: 500px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	border-right: 3px solid #CCCCCC;
}
#commentform #submit {
	width: 500px;
	padding: 2px;
	background: #FFFFFF;
	text-align: center;
	border: 1px solid #CCCCCC;
	border-right: 3px solid #CCCCCC;
	font-weight: bold;
	cursor: pointer;
}
#commentform #submit:hover { /*-- does not work in IE --*/
	background-color: #EFEDED;
}
/*---------------------------- Footer -------------------------------*/

.footer {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height: 15px;
	font-size: 11px;
	margin: 1px 0px;
	padding: 0px;
	width: 778px;
	height: 75px;
	background-color: #ffffff;
	border:1px solid #CCCCCC;
	clear:both;
	}	
.footer1 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height: 15px;
	font-size: 11px;
	margin: 1px 0px;
	padding: 0px;
	width: 778px;
	height: 15px;
	background-color: #FFFFFF;
	border:1px solid #CCCCCC;
	clear:both;
	}	

.powered {
	margin: 8px auto;
	margin-right: 100px;
	padding-left: 60px;
	text-align: center;
	}
.powered a {	
	font-weight: bold;
	}

/*---------------------------- narchives Template -------------------------------*/
.narchives {
	margin-top: 20px;
	}
.narchives a {
	font-weight: bold;
	}	
.narchives input {
	cursor: pointer;
	}	


/*---------------------------- Links Template -------------------------------*/	

.friends { 
         font: 10px/14px Arial, Verdana, Helvetica, sans-serif; 
         color: #0066ff;
         }

.lnks {
	font-size: 12px;
	padding: 8px 0px 0px 30px;
	}
.lnks a {
	font-weight: regular;
	}	
.lnks ul li {	
	margin: 0px 0px 0px 4px;
	color: #666666;
	list-style-type: none;
	list-style-image: none;
	}
.lnks li {
	list-style-type: none;
	list-style-image: none;	
	}


.section { 
         font: 10px/14px Arial, Verdana, Helvetica, sans-serif; 
         color: #FF0000;
         }



.section a {
         font: 10px/14px Arial, Verdana, Helvetica, sans-serif; 
         text-transform: uppercase;
         color: #FF0000;
         }


p {
margin-top: 0;
}



/*---------------------------- mozilla-styles -------------------------------*/
	/*--	Just a nice touch for mozilla user, will make text selection with a fancy background
		Taken from: http://a.proletarium.org/post/11/
		If you want to use it just uncomment it, is deactive coz won't validate.. :(
	--*/
		/*--
			*::-moz-selection {
				background-color: #f09;
				color: #fff;
				} 
		--*/
/*-------------------------------End of |X| - One Theme to Rule Them All-------------------------------------------------------*/
