/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* 
/*
*
*/


/* SELECTION */


::selection	  { background:#c3effd; color:#000; /* Safari and Opera */ }
::-moz-selection  { background:#c3effd; color:#000;/* Firefox */ }


/* CURSOR */

input[type=submit],label,select,.pointer	{ cursor:pointer; }


/* BODY */

{
	margin: 0;
	padding: 0;
}

.style1 {
        color: white;
        text-transform: lowercase;
        font-size: xx-small;
}


body {
	font-size: 14px;
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	background: url('http://pablolarah.cl/files/pattern%201%20copy.png');
        background-repeat: repeat;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

/* LINKS */

a:link { font-size: 12px; 
         text-decoration: none; 
         color: black ; 
}
a:active { font-size: 12px; 
          text-decoration: none;
}
a:visited { font-size: 12px; 
            text-decoration: none; 
            color: black ; 
}
a:hover { font-size: 12px; 
          text-decoration: line-through; 
          color: #33CCCC;
}


a:active, a:focus{

outline:none;
}


a img { border: none; }
        a:hover img{

          filter:alpha(opacity=50); /* ie */

          -moz-opacity:0.5; /* old mozilla browser like netscape */

          -khtml-opacity: 0.5; /* for really really old safari */

          opacity: 0.5; /* css standard, currently it works in most modern browsers like firefox, */
}


/* QUOTES */

blockquote
{
margin: 2em 0px;
padding-left: 40px;
}

blockquote:before
{
color: white;
content: '\201C'; /* &ldquo; */
font-family: Arial, Helvetica, sans-serif;
font-size: 6.5em;
font-weight: bold;
line-height: 0px;
margin: 0px 5px 0px -40px;
vertical-align: bottom;
}

/* MENU */


#menu {
    font-size: 13px;
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    height: 100%;
   background: url('http://pablolarah.cl/files/pattern%201%20copy.png');
   background-repeat: repeat;
    background-attachement: scroll;
    opacity:.93;
    filter:alpha(opacity=93);
    filter: “alpha(opacity=93)”;
}

#menu ul a:hover { 
    text-decoration: none; 
    color: black;
    background-color: white;
    text-indent: 20px;
    opacity:.90;
    filter:alpha(opacity=90);
    filter: “alpha(opacity=90)”;
}


#menu ul {
	list-style: none;
        margin: 0 0 12px 0;
}

#menu ul li.section-title {        
        font-size: 17px;
        font-stretch: extra-expanded;
        font-weight: bold;
        font-size: large;
        text-transform: uppercase;
        color: black;
}


/* CONTENT AREA */

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;

}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 400px; margin-bottom: 9px; background-color: transparent ; opacity: 0.7;
}


p {
    margin: 0 0 9px 0;
}

/* HEADINGS */
	
h1 { font-size: 34px;
       font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
       color:black ; 
       text-transform: uppercase;
       opacity:.90;
       filter:alpha(opacity=90);
       filter: “alpha(opacity=90)”;
}

h2 { font-size: 29px; 
     color: black ;
     font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif; 
}

h3 { font-size: 16px; }
h4 { font-size: 12px; }
