body {
    color: #000;
    background-color: #fff;
    font-family: sans-serif, arial, tahoma, "Courier New";
    margin: 45px;
}

a:link      {color: #000; text-decoration: none;}
a:visited   {color: #000; text-decoration: none;}
a:hover     {text-decoration: underline;}

h1, h2{
    font-weight: bold;
    margin:0px;
}

h1{
    font-size: 265%;
}

h3 {
    font-weight: bolder;
    font-size: 150%;
    font-family: sans-serif, arial, tahoma, "Courier New";
}
img{
    border:0px;
}
li{
    list-style-type: none;
}

div.container {
    width:100%;
    margin:0px;
    line-height:150%;
}

div.header {
    clear: left;
    text-align: left;
}

div.main {
    width: 100%;
    height: 400px;
    background-image: url('/picz/patxipierce.square.big.png');
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

div.separator {
    border-bottom: 4px solid #000;
}

div.menu    {
    float: left;
    width: 250px;
    height: 250px;
    background-image: url('/picz/marrow_medium_l.gif');
    background-repeat: no-repeat;
    background-position: top left;
    padding: 0px 0px 20px 40px;
    vertical-align: middle;
    font-size:24px;
    font-weight: bold;
    color: #000;
}

ul.mlist{
    position: relative;
    top: 20px;
    left: 20px;
    margin: 0px;
    padding:0px;
}

li.mitem{
    display: none;
    background-image: url('/picz/marrow_small.gif');
    background-repeat: no-repeat;
    background-position: top left;
    font-size:18px;
    font-weight: normal;
    margin:-4px -40px;
    padding:0 0 0 30px;
    width: 100px;
}

div.curriculum{
    float: right;
    width: 150px;
    background-image: url('/picz/marrow_medium_r.gif');
    background-repeat: no-repeat;
    background-position: top right;
    padding: 0px 40px 20px 0px;
    vertical-align: middle;
}

ul.cvlist{
    position: relative;
    right: 20px;
    margin: 0px;
    padding:0px;
    list-style-type: none;
    font-size:24px;
    font-weight: bold;
    color: #fff;
}

a.cv {
    float: right;
    width: 35px;
    color: #000;
    font-size: 24px;
    font-weight: bold;
}

a.cv:hover{
	text-decoration: underline;
}



div.content {
    display: none;
    position: absolute;
	top: 130px;
    left: 15%;
    padding: 15px;
    height: 30%;
    width: 60%;
}

div.closetab{
    position: relative;
    top: -6px;
    right: -35px;
    font-weight: bolder;
    margin-right: 3px;
    padding-top: 7px;
    font-family: verdana, arial, sans-serif;
    text-align: center;
    background-image: url('/picz/1x1_transparent.png');
    background-repeat: repeat;
    float: right;
    height: 30px;
    width: 25px;
	border-top: 1px solid #000;    
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	-moz-border-radius: 0 1em 4em 0;
	border-radius: 0 1em 4em 0;
}

div.citem {
    height: 320px;
    width: 100%;
    padding: 5px;
    border: 1px solid #000;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    font-family: verdana, arial, sans-serif;  
    background-image: url('/picz/1x1_transparent.png');
    background-repeat: repeat;
    
  	-moz-border-radius: 1em 0 1em 4em;
	border-radius: 1em 0 1em 4em;
}

.citem a{
color: #fff;
}

.contact-form input {
	font-size: 20px;
	width: 80%;
}

.textarea {
	width: 80%;
	height: 115px;
}

div#terminology {
    font-weight: normal;
    font-size: 30px;
    text-transform: lowercase;
    display: none;
    text-align: left;
    padding: 10px 0 10px 100px;
}

div#ilike{
    
}

div.footer {
    clear:both;
    text-align:center;
}

div.tooltip {
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    z-index: 2000;
    display: none;
}


div.twtr-ft, div.twtr-hd {
    display: none;
}

