/* Import External Web Font - Terminal Dosis (To be used in date class) */
@import url(http://fonts.googleapis.com/css?family=Dosis);
@import url(http://fonts.googleapis.com/css?family=Lobster);
@import url(http://fonts.googleapis.com/css?family=Rochester);

/*reset*/
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 { line-height: 1; }

ul { list-style: none; }

ol { padding-left: 23px; }

blockquote, q { quotes: none;}

blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}

:focus {outline: 0;}

ins {text-decoration: none;}

del {text-decoration: line-through;}

table {border-collapse: collapse;border-spacing: 0;}

.clearer { height: 0px; overflow: hidden; margin: 0px; clear: both; }

/* Link */
a { color:#c26306; text-decoration:none;}
a:link, a:visited { color: #c26306; text-decoration: none; }
a:active, a:hover { color: #b80707; text-decoration: underline }

h2 {
    font-size: 45px;
    color:#161616;
    margin: 20px 0 30px 0;
    letter-spacing: -1.5px;
    font-family: Lobster;
}
    
h3, h4 {
    font-size:30px;
    color:#f0a108;
    margin: 20px 0 30px 0;
    letter-spacing:-1px;
    font-family: Dosis;
}

h4 {
    font-size: 25px;
}


p { line-height:24px; font-size:13px;margin:0 0 10px 0; }

#portfolio p { line-height:24px; font-size:13px; margin:0 0 30px 0; }

body {
    background:#fff;
    font:12px Helvetica, Arial, sans-serif;
    color:#444;
}

.container {width:960px;margin: 0 auto;}

.logo_unina {width:212px; margin:10px 0 0 320px;}

.name {
    float: left;
    font-size: 45px;
    margin-top: 45px;
}

/*navigation*/
.TopNavigation {
    height:60px;
    /*background:url(../images/bg_nav.gif) no-repeat top center;*/
    border: 2px solid #b2b2b2;
    border-radius: 8px;
}

.social {
    float:right;
    padding-top: 15px;
    margin-right: 20px;
}

nav {
    margin-left: 30px;
    width: auto;
}

nav ul {
    list-style-type: none;
    margin: auto 0;
}

nav ul li {
    float: left;
    display: inline;
    padding: 20px 30px 0 30px;
    font-size: 15px;
    font-family: Helvetica, Arial, sans-serif;
    border-right: 1px dashed #b1b1b1;
    height: 41px;
}

nav ul a {color:#666; text-decoration:none;}

nav ul a:hover {color:#ae5b02;}

nav ul a.active {color:#ae5b02; border-bottom:1px solid #ae5b02;}

#slider {
    margin: 0 0 0 10px;
}
.shadow {margin-bottom: 25px}

#containerAbout {width:960px;}
.rightAbout {
    float:left;
    width:290px;
    padding-left:15px;
    border-left:1px dashed #b1b1b1;
}
.leftAbout {
    float:left;
    width:640px;
    /*background:url(../images/me2.jpg) no-repeat bottom right;*/
    background-image: url(../images/me2.jpg);
    background-repeat: no-repeat;
    background-position: right 20px;
    background-position-x: right;
    background-position-y: 20px;
}
.leftAbout p {
    padding-right: 220px;
    text-align: justify;
}

img.cloud {
    margin-left: 170px;
}

#skills {
    background: url(../images/skills.png) no-repeat top right;
    margin: 0;
    z-index: -1;
    height: 80px;
    position: relative;
    top: -180px;
    right: 80px;
}
#skills ul {margin: 0 0 0 270px;list-style:none;padding-top:30px;}
#skills li {display:inline;margin:40px 40px 0 0;font-size:15px;font-family:"Century Gothic", arial, Helvetica;}


/*twitter*/
ul#twitter_update_list li {list-style-type:none;padding: 0 0 15px 0;color:#000;margin:0;}
ul#twitter_update_list .divisor {height:1px;border-bottom:1px solid #b1b1b1;}
ul#twitter_update_list .data {color:#6b6c69;}
ul#twitter_update_list .data:before {content:"#[";}
ul#twitter_update_list .data:after {content:"]";}
ul#twitter_update_list a:link, ul#twitter_update_list a:visited {color:#ab4b05;text-decoration:none;}
ul#twitter_update_list a:hover, ul#twitter_update_list a:active {color:#ab4b05;text-decoration:underline;}

.quote {
    background:url(../images/quote.gif) no-repeat top left;
}

.quote_reversed {
    background:url(../images/quote_rev.png) no-repeat bottom right;
}

.quote, .quote_reversed {
    padding: 20px 0 0 60px;
    border-top:1px dashed #b1b1b1;
    font-size: 15px;
}

.quote .title {
   font-family: Rochester;
   font-size: 25px;
}

.title {
    font-style: italic;
    font-size: 17px;
}

.heading_title {
    font-weight: bold;
    font-size: 25px;
    padding: 10px 0;
}


.last {
    margin-bottom: 35px;
}

ul.quote, ul.quote_reversed {
    list-style: disc;
}

ul.quote li, ul.quote_reversed li {
    padding: 20px 0px;
}

ul.quote li span, ul.quote_reversed li span {
    padding-bottom: 10px;
}

ul.quote li ul, ul.quote_reversed li ul {
    list-style-type: circle;
}

ul.quote li ul li, ul.quote_reversed li ul li {
    padding: 10px 0px;
    margin: 0px 20px;
}

/* Third level of lists */

ul.quote li ul ul, ul.quote_reversed li ul ul {
    list-style-type: square;
}

ul.quote li ul ul li, ul.quote_reversed li ul ul li {
    padding: 10px 0px;
    margin: 0px 40px;
}

/*contact form*/
#form {
    width:570px;
    margin: 20px 0 40px 0;
    float:left;
}

.hightlight {
	border:2px solid #9F1319;
	background:url(../images/icons/iconCaution.gif) no-repeat 2px
}

.loading {
	float:right; 
	background:url(../images/icons/ajax-loader.gif) no-repeat 1px; 
	height:28px; 
	width:28px; 
	display:none;
}

.done {
	background:url(../images/icons/iconIdea.gif) no-repeat 2px; 
	padding-left:20px;
	font-family:arial;
	font-size:12px; 
	width:70%; 
	margin:20px auto; 
	display:none
}

.notification_error{
    border: 1px solid #f1dfc5;
    height: auto;
    color: #ca5702;
    width: 457px;
    padding: 10px 10px 10px 60px;
    background:url(../images/icons/erro.png) no-repeat center left #fdf0dc;
    text-align:left;
    -moz-border-radius:5px;
    margin-bottom:10px;
}

.notification_ok{
    border: 1px #cbcf8e solid;
    height: auto;
    width: 90%;
    padding: 10px;
    background: #f5f9fd;
    text-align: center;
    -moz-border-radius: 5px;
    margin-bottom:10px;
}

label  { width: 100px; margin: 5px; float: left; text-align:left;}

textarea{
    width: 400px;
    margin: 5px;
    padding: 5px;
    float: left;
    border: 1px solid #999999;
    border-top-color: #CCCCCC;
    border-left-color: #CCCCCC;
    color: #333333;
    font: 11px Verdana, Helvetica, Arial, sans-serif;
    -moz-border-radius: 3px;
}

.button { margin: 0 0 0 5px; }

br { clear: left; }

.textbox {
    width:400px;
    height:30px;
    margin: 5px;
    padding: 5px;
    float: left;
    border: 1px solid #999999;
    border-top-color: #CCCCCC;
    border-left-color: #CCCCCC;
    color: #333333;
    font: 15px Verdana, Helvetica, Arial, sans-serif;
    -moz-border-radius: 3px;
}

.textbox2 { height:140px; font-size: 13px; }

/*contact info*/
#contactInfo { float:left; width:350px; margin:20px 0 0 0; }
.bolder { font-weight:bold; font-size:24px; letter-spacing:-1.5px; }

footer {
    text-align:center;
    font-size:11px;
    margin: 0 0 20px 0;
    border-top:1px dashed #b1b1b1;
}

/* Funnies */
ul.fun li, ol.fun li {
    font-size: 18px;
    padding-top: 6px;
    padding-bottom: 12px;
}



/*Additional*/
.heading {
    padding-left: 120px;
}
