/*
Theme Name: Panda Child Theme
Description: Child theme for the panda theme 
Author: 
Template: panda-theme
*/

@import url("../panda-theme/style.css");
a.homelink {
    text-decoration: none;
    color: #000;
}
.home_pic {
 	float: left;
    height: 185px;
    margin-bottom: 28px;
    margin-left: 22px;
    margin-right: 18px;
    padding-left: 1px;
    width: 121px;
}
.home_text a {
    text-decoration: none;
    color: #000000;
    display: block;
}
.home_text a:hover {
    color: #666
}
.home_text {
    background-color: white;
    opacity: 0.7;
    text-align: center;
    width: 116px;
}
#content {
    min-height: 600px;
}
#content h2, #content h3 {
    margin: 0 25px 15px;
}
p {
	text-align: justify;
    padding: 0 25px;
}