/*
Theme Name: Federación Chilena Wushu - Kung Fu - Tai Chi
Theme URI: http://www.chiwuf.cl/
Description: Tema para chiwuf.cl
Version: 1.5
Author: jhonqwerty.com
*/

/* -------------------------------------------------------------- 
  
   Reset.css
   * Resets default browser CSS styles.
   
   Original by Erik Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body { line-height: 1; color: #333; background: white; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }


/* -------------------------------------------------------------- 
   
   Typography.css
   * Sets some default typography.
  
   Based on work by:
   * Nathan Borror     [playgroundblues.com]
   * Jeff Croft        [jeffcroft.com]
   * Christian Metts   [mintchaos.com]
   * Wilson Miner      [wilsonminer.com]
   
   Read more about using a baseline here:
   * alistapart.com/articles/settingtypeontheweb
  
-------------------------------------------------------------- */   

body {
  font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  line-height: 1.5; /* Unitless for proper inheritance */
}

/* This is where you set your desired font size. The line-height 
   and vertical margins are automatically calculated from this. 
   
   You have to add an extra calculation here because of IE, so that 
   all users may resize text manually in their browsers.
   
   The top one is for IE: The percentage is of 16px (default IE text size)
   10px is 62.5%, 12px is 75%, 13px is 81.25%, and so forth).
   The second value is what all other browsers see (the wanted font size). */
   
body          { font-size: 75%; }   /* IE */
html > body   { font-size: 12px; }  /* Other browsers */


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
  font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
  color:#111; 
  clear:both; 
}

h1 { font-size: 3em; }
h2 { font-size: 2em; }
h3 { font-size: 1.5em; line-height:2; }
h4 { font-size: 1.2em; line-height:1.25; font-weight:bold; }
h5 { font-size: 1em; font-weight:bold; }
h6 { font-size: 1em; }


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em 0; text-align:justify; }
p.last      { margin-bottom:0; }
/*p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding:0; }*/
p img.top   { margin-top:0; } /* Use this if the image is at the top of the <p>. */

ul, ol      { margin: 0 0 1.5em 1.5em; }
ol          { list-style-type: decimal; }
dl          { margin: 1.5em 0; }
dl dt       { font-weight: bold; }

a           { color: #125AA7; outline: none; }
a:hover     { color: #000; }

blockquote  { margin: 1.5em 0 1.5em 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em          { font-style: italic; }
pre         { margin-bottom: 1.3em; background: #eee; border:0.1em solid #ddd; padding:1.5em; }
code        { font:0.9em Monaco, monospace; }

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #B2CCFF; 
  color: #B2CCFF;
  clear: both; 
  float: none; 
  width: 100%; 
  height: 0.1em;
  margin: 0 0 1.4em 0;
  border: none; 
}
* html hr { margin: 0 0 1.2em 0; } /* IE6 fix */


/* Tables
-------------------------------------------------------------- */

table   { margin-bottom: 1.4em; border-top:0.1em solid #ddd; border-left:0.1em solid #ddd; }
th,td   { height: 1em; padding:0.2em 0.4em; border-bottom:0.1em solid #ddd; border-right:0.1em solid #ddd; }
th      { font-weight:bold; }


/* Forms
-------------------------------------------------------------- */

label     { font-weight: bold; }
textarea  { height: 180px; width: 300px; }


/* Some default classes
-------------------------------------------------------------- */

p.small   { font-size: 0.8em; margin-bottom: 1.875em; line-height: 1.875em; }
p.large   { font-size: 1.2em; line-height: 2.5em; }
p.quiet   { color: #666; }
.hide     { display: none; }


/* Extra fancy typography
-------------------------------------------------------------- */

/* For great looking type, use this code instead of asdf: 
   <span class="alt">asdf</span>  
   Best used on prepositions and ampersands. */
  
.alt { 
  color: #666; 
  font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", serif; 
  font-size: 1.2em;
  line-height: 1%; /* Maintain correct baseline */
  font-style: italic;
}

/* For great looking quote marks in titles, replace "asdf" width:
   <span class="dquo">&#8220;</span>asdf&#8221;
   (That is, when the title starts with a quote mark). 
   (You may have to change this value depending on your font size). */  
   
.dquo { margin-left: -.7em; } 


/* Reduced size type with incremental leading
   (http://www.markboulton.co.uk/journal/comments/incremental_leading/)

   This could be used for side notes. For smaller type, you don't necessarily want to 
   follow the 1.5x vertical rhythm -- the line-height is too much. 
   
   Using this class, it reduces your font size and line-height so that for 
   every four lines of normal sized type, there is five lines of the sidenote. eg:

   New type size in em's:
     10px (wanted side note size) / 12px (existing base size) = 0.8333 (new type size in ems)

   New line-height value:
     12px x 1.5 = 18px (old line-height)
     18px x 4 = 72px 
     60px / 5 = 14.4px (new line height)
     14.4px / 10px = 1.44 (new line height in em's) */

p.incr, .incr p {
	font-size: 0.83333em; /* font size 10px */
	line-height: 1.44em;  
	margin-bottom: 1.8em; /* Still 1.5 x normal font size as baseline */
}

/*Estilo chiwuf*/


/*imagenes*/

.alignleft {margin:5px; float:left;}
.alignleft p {font-size:.9em;text-align:left;color:gray;padding-left:3px;}

/*clears*/
p.clearleft {clear:left;}
#content h2 img {border:none;}

body {text-align:center;background:#ebeef1;color:#333;}
#wrapper {margin:10px auto;text-align:left;width:800px;background:url(i/bodyfondo.png) repeat-y left;}
#header {background:url(i/header.png) no-repeat top left;height:109px;width:800px;}
#header h1 {display:none;}

h2 {font-size:1.2em;margin:0 0 4px 0;color:#4b6b9b;font-weight:normal;}
#content h2 {border-bottom:1px solid #ccc;}
h3 {font-size:1em;color:#B22701;}

#menu ul {margin:0; padding:0;}
#menu ul li {display:inline;padding:0 5px;list-style:none;color:white;text-align:left;border-right:1px solid gray;}
#menu ul li a {color:black;text-decoration:none;}
#menu ul li a:hover {text-decoration:underline;}
#menu {height:18px;background:#ccc;}

#main {padding:10px; border-width:0 1px;border-color:#ccc;border-style:solid;background:white;}
.home #content {width:400px;float:left;/*margin-left:370px;*/padding:0;}
.marg #content {width:560px;float:left;}
#contentright2 {float:left;width:160px;border-left:1px solid #ccc;}
#content {padding:0 20px;}
#content img {/*margin-bottom:15px;*/border:1px solid #ccc;}
#contentright {float:left;width:360px;margin:0 0 0 5px;/*border-left:1px solid #ccc;*/padding-left:4px;}
#center {float:right;width:129px;text-align:center;padding-right:20px;}

#footer {height:20px; text-align:center;background:url(i/footer.png) repeat-x bottom;clear:both;color:white;font-size:.9em;}

.box {border:1px solid #ccc; padding:0 4px 4px 4px;margin:4px 0 8px 0;background:#edf2f3 url(i/fondo2.png) repeat-x top;}
.noticia a {display:block;width:350px;text-align:right;}
.noticia a, .box a {color:#B22701;text-decoration:none;font-weight:bold;font-size:.9em;}
.noticia a:hover, .box a:hover {color:#333;}

div.noticia {margin:0 0 1.25em;border-bottom:1px solid #ccc;padding:0 0 1.25em;}
.noticia h3 {font-size:1.4em;line-height:1.2em;}
.noticia h3 a {font-weight:bold; color:#B22701;text-decoration:none;}
.noticia h3 a:hover {color:#333;}
.noticia p {margin:0;}

.logos {text-align:center;}
.logos p {font-size:.9em;text-align:center;}
#content .logos img {border:none;}

#noticias h2 {border-bottom:1px solid #4b6b9b;}

/*links*/

#links {text-align:left;}
.links ul {border-bottom:none;color:#B22701;list-style:none;margin:0;}
.links ul li ul {margin-left:1em;list-style:circle;}
.links ul li a {text-decoration:none;}
