/*
 * Style Sheet Name: esAN
 * Style Sheet URI: http://www.soyyoangie.com.ar/css/styles.css
 * Description: Default Style Sheet for www.soyyoangie.com.ar
 * Version: 1.1
 * Author: ...
 * Author URI: http://.../
 */

/*
 * CSS Reset
 * http://meyerweb.com/eric/tools/css/reset/
 * v1.0 | 20080212
 */
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
body {font:14px/1.8 Calibri, Arial, Helvetica, sans-serif; color:#666;}

a:link, a:visited {text-decoration:none; color:#0066cc; }
a:hover {color:#c09;}

h1 {font-size:22px; font-weight:bold; margin:10px 0;}
h2 {font-size:18px; font-weight:bold; margin:10px 0;}

p {margin:10px 0;}

ol, ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:''; content:none;}

/* remember to define focus styles! */
:focus {outline:0;}

/* remember to highlight inserts somehow! */
ins {text-decoration:none;}
del {text-decoration:line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse:collapse; border-spacing: 0;}

label {cursor: pointer;}

/*
 * Site styles
 */
#wrapper {
    margin:0 auto;
    width:960px;
}

#header p {margin-bottom:20px; text-align:right;}

#nav {text-align:right;}
#nav a {color:#666;}
#nav li {display:inline; border-left:1px solid #ccc; padding:0 5px;}
#nav li:first-child {border-left:none;}
#footer  {}
#content {
    min-height:600px;
}


/*
 * Classes
 */
.clear {clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0}
.clearfix:after {clear:both; content:' '; display:block; font-size:0; line-height:0; visibility:hidden; width:0; height:0}
.clearfix {display:inline-block;}
* html .clearfix {height:1%;}
.clearfix {display:block;}

.show, .shown {display:block;}
.hide, .hidden {display:none;}
.l, .left {text-align:left;}
.c, .center {text-align:center;}
.r, .right {text-align:right;}
.j, .justify {text-align:justify;}
.b, .bold {font-weight:bold;}
.i, .italic {font-style:italic;}
.uc, .uppercase {text-transform:uppercase;}
.lc, .lowercase {text-transform:lowercase;}

/*
 * Inline lists
 */
ul.inline {}
.inline li {
    display:inline;
    margin-left:1em;
}
.inline li:first-child {
    margin-left:0;
}

/*
 * Definition lists
 */
dl.dla dt {
    clear:both;
    float:left;
    font-weight:bold;
    margin-right:1%;
}

/*
 * Backgrounds
 */
.about {background:#fff url('/img/about.png') top left no-repeat;}
.home {background:#fff url('/img/home.png') top left no-repeat;}
.contact {background:#fff url('/img/contact.png') top left no-repeat;}
.cv, .portfolio {background:#fff url('/img/portfolio.png') top left repeat-y;}

.portfolio h1 {font-size:x-large;}
.portfolio h2 {font-size:large;}


.req:before {content:"* "; margin-right:1.5%; color:#a00; font-weight:bold; vertical-align:text-top;}
.warning {color:#a00;}
.ok {background:transparent url('/img/chk1.png') center left no-repeat; padding-left:24px}
dd.error {background:transparent url('/img/chk0.png') center left no-repeat; padding-left:24px}

input.txt,
textarea.txt {
    border:1px solid #B3B9C4;
    font:12px/1.8 Calibri, Arial, Helvetica, sans-serif; color:#666;
    outline:1px solid #ECECEC;
    padding:5px 10px;
    width:280px;
}

textarea.txt {
    height:200px;
}

ul.gallery {
    text-align:center;
}

ul.gallery li {
    background:transparent url('/img/portfolio-bg.png') top center no-repeat;
    margin-bottom:60px;
    padding:20px;
}

.cv {background:transparent url('/img/pdficon_small.gif') center left no-repeat; padding-left:24px}
