/*
Theme Name: sanet
*/

body{
font-size: 12px;
line-height: 1.5;
font-family: Courier New;
margin: 0px;
border: 0px;
}

section {
width: 100%;
}

div#left {
width: 50%;
float: left;
}

div#right {
margin-left: 50%;
}

p, h1, h2, h3 { 
font-weight:normal;
font-size: 12px;
line-height: 1.5;
}

p { 
margin: 0px;
}

h1, h2, h3 { 
margin: 0 0 10 0px;
}

a img{
border:none;
}

p.squareimage img{
width: 1024px;
height: 1024px;
}

a, a:hover, a:visited, a:focus{
text-decoration: none;
outline: none;
}

a, a:visited, a:focus{
color: black;
}

a:hover{
color: blue;
}

#info {
z-index: 1;
position:fixed !important;
position: absolute; /*ie6 */
top: 0em;
right: 0em;
background-color: transparent; 
width: 500px;
height: 200px;
margin: 32px;
text-align: right;
}

#container {
z-index: 2;
padding: 32px;
width: 500px;
}

#social {
z-index: 3;
height: 32px; 
position: fixed; 
bottom:0%;
width:100%; 
background-color: #fff; 
opacity: 1;
margin-left: 36px;
}

#centering{
z-index: 4;
position:fixed;
width:436px;
height:436px;
overflow: hidden;
margin:-250px 0 0 -250px;
left:50%;
top:50%;
background: transparent;
padding: 32px;
}

.cycle-slideshow{
z-index: 3;
position:fixed;
width:500px;
height:500px;
overflow: hidden;
margin:-250px 0 0 -250px;
left:50%;
top:50%;
background: transparent;
}

#centeringtext{
z-index: 5;
}

#centeringdate{
z-index: 6;
position: absolute;
bottom: 0px;
right: 0px;
text-align: right;
padding: 32px;
}

#centering p{
padding-bottom: 1em;
}

#container p{
padding-bottom: 1em;
}

html{
margin: 0px;
border: 0px;
}

@media only screen and (max-width: 960px) {

body{
font-size: 1em;
line-height: 1.25em;
font-family: Georgia;
margin: 0px;
border: 0px;
}

#container {
z-index: 2;
padding: 0;
width: 100%;
}

#container a{
border-bottom: 1px solid black;
}

p, h1, h2, h3 { 
font-weight:normal;
font-size: 0.8em;
line-height: 1.6em;
padding-left: 1em;
padding-right: 1em;
padding-top: 1em;
padding-bottom: none;
}
    
p { 
margin: 0px;
}
    
h1, h2, h3 { 
margin: 0 0 10 0px;
}

p.squareimage img{
max-width: 100%;
height: auto;   
}

}