/*================*/
/*general
/*================*/
*{
    margin: 0px;
    padding: 0px;
}

html, body, div, span, object, iframe,
header, nav, article, aside, footer, hgroup, section,
h1, h2, h3, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, 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;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,div, 
footer, header, hgroup, menu, nav, article,section ,paragraph{
    display: block;
}

html,body{
    text-align: center;
    text-decoration: none;
    background-color: #89cff0;
}







/*============*/
/*Body
/*============*/
#body{
    margin: 0 auto;
    width: 1000px;
}

/*.linked, .links, .pop, .write, .article,.events, .footer,.galleryhome{
    border:3px solid #89cff0; 
    background: #abe3eb;
}*/

.linked:hover, .links:hover, .pop:hover, .write:hover, .article:hover, .footer:hover, .galleryhome:hover{
    border-color: #4794bc;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/*=======left=======*/
#left{
    float: left;
    width: 300px;

    text-align: left;    
}

a {
    color:#333;
    text-decoration:none;
    display:block;
}

a:hover {
    color:#888;
    text-decoration:none;
}

aside{
    text-align: left;
}

aside ul li{ 
    margin-bottom: 4px; 
    list-style: none;
    
    margin-left: 3px; 
    margin-right: 3px; 
    
    background-color: rgb(238,238,238);
    padding: 2%;
}

aside ul li:hover{
    background-color: #d9edf7;
    
    opacity: 1;

    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

aside ul li a{
    font-family:"Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    -webkit-font-smoothing: subpixel-antialiased !important;
    color:#999;
}

aside ul li a:hover{
    -moz-transform: translate(10px, 0px);
    -webkit-transform: translate(10px, 0px);    
    -ms-transform: translate(10px, 0px);
    -o-transform: translate(10px, 0px);
    transform:translate(10px, 0px);

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.linked{
    font-size: 130%;
    font-family: "Lucida Console", "Lucida Sans Typewriter", Monaco, "Bitstream Vera Sans Mono", monospace;
    -webkit-font-smoothing: subpixel-antialiased !important;
}

.big-button-text, .small-button-text{
    font-size:0.72727272727273em !important;    
}




/*=====right=====*/
#right{
    float: right;
    width:700px;
    text-align: left;
    margin-bottom: 50px;
}

#heading{
    font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    font-size: 22px;
}

#comment{
    font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    font-size: 20px;
}

.article{
    font-family:"Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    -webkit-font-smoothing: subpixel-antialiased !important;
    color:#666;
    text-align: left;
    padding: 10px;
}

#fadeshow2{
    z-index: 0;
    background-color: blue;
}