/*
Theme Name: Minisite
Theme URI: http://www.leoganda.net
Description: Minisite Themes
Version: 1
Author: Leoganda
Tags: Minisite

*/


body{
font-family: Geneva, Arial, Helvetica, sans-serif;
}

#header{
height:354px;
background:url(images/head.jpg) repeat-x;
}
#header .header_logo{
background:url(images/header_logo.jpg);
height:188px;
width:549px;

}
#header .link{
width:960px;
}

#header .link li{
position:relative;
display:inline;
top:25px;
left:420px;
margin:3px;
}

#page{
margin-top:-20px;
}

#welcome_text{

}

.post-entry img{
padding:5px;
}

#slideshow {
    left:15px;
    height:230px;
    width:440px;
    border:2px solid gray;
    top:-120px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 230px;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 230px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}


.clear{
clear:both;
}

#content{
color:#4d4d4d;
font-size:12pt;
text-align:justify;
margin-top:-30px;
}
#content h2{
color:#56a7df;
height:20px;
}

#content .testi_post{
background:#f5f5f5;
padding:5px;
border:1px solid #bebdbd;
margin-bottom:10px;
margin-top:-5px;
}
#content  .img_testi{
float:left;
}

#sidebar{
margin-top:-30px;
color:#4d4d4d;
}

#sidebar ul{
list-style:none;
margin:0px;
padding:0px;
}
#sidebar li{
margin:0px;
padding:0px;
}

#sidebar h2{
color:#56a7df;
height:15px;
}

#sidebar a{
text-decoration:none;
color:#56a7df;
}

#sidebar .box_testi{
background:#f5f5f5;
padding:5px;
border:1px solid #bebdbd;
margin-bottom:10px;
}
#sidebar .box_testi img{
float:left;
padding:5px;
}
#sidebar .box_testi .testi{
padding-left:2px;
}

#footer{
text-align:center;
color:#56a7df;
margin-top:15px;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
