body
{
    font: normal 18px Calibri, Tahoma, sans-serif;
    font-family:verdena;
    margin: 0;
    padding: 0;
    background: #99CBEC url(/sm_full.aspx?guid=1133) no-repeat center center fixed;
    -moz-background-size:cover; /* Gecko 1.9.2 (Firefox 3.6) */
    -o-background-size:102% auto; /* Opera 9.5 */
    -webkit-background-size:102% auto; /* Safari 3.0 */
    -khtml-background-size:cover; /* Konqueror 3.5.4 */
    background-size:cover; /* CSS3 */
}

#main
{
    position: relative;
    
}

#contentwrap {

    margin: 20px auto;
    /*border: 1px solid black;*/
    width: 1000px;
    /*min-height: 1500px;*/
    -moz-box-shadow: rgb(127, 199, 204) 0 0 3px 4px;
    -webkit-box-shadow: rgb(127, 199, 204) 0 0 3px 4px;
    box-shadow: rgb(127, 199, 204) 0 0 3px 4px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: rgba(0, 74, 124, 0.19);
    padding-top: 5px;
}

#header,
#content,
#side-panel
{
    -moz-box-shadow: rgb(127, 199, 204) 0 0 2px 2px;
    -webkit-box-shadow: rgb(127, 199, 204) 0 0 2px 2px;
    box-shadow: rgb(127, 199, 204) 0 0 2px 2px;
    background-color: #fff;
}

#header
{
    display: block;
    margin: 10px;
    position: relative;
    
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-image: url(/sm_full.aspx?guid=10583);
    height: 150px;
}
#container {
    min-height: 100%;

}
#content {
    display: block;
    margin: 10px 320px 10px 10px;
    position: relative;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: 100%;
min-height: 500px;
    padding: 20px 10px;
}

#side-panel {
    display: block;
    width: 280px;
    float: right;
    margin-right: 10px;
    position: relative;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: 100%;
    padding: 20px 10px;
}

/*#region drop-down menu*/

/*.topmenu {
    margin: 20px 10px 20px 10px;
    height: 47px;
}*/
a:focus {
	outline: none;
}
.topmenu, .topmenu li{
	margin: 0;	
	padding: 0;	
	display: inline;
	margin-right:2px;
}
.topmenu li {
	float: left;
	position:relative;	
	width: 135px;
    border: 1px solid #999;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.topmenu li a{
	display: block;
	padding:10px 0 10px 0;
	
    margin:1px 0px;
	color: white;
	text-decoration: none;	
	/*border:1px solid #999;*/
	/*background: url("") no-repeat 10px center;*/	
    white-space: nowrap;
    text-align: center;
}
.topmenu li a:hover{
    z-index: 1000;
}

.topmenu li ul {
    display: none;
    position:absolute;
    /*top:36px;*/
    z-index: 1000
}

.topmenu li ul li {
    display:block;    
    border-top:0px;
    z-index: 1000
}
.active {
    /*background-color:#eee;*/
}
/*#endregion menu*/

/*#region color-list-menu*/
.menu-red {
    background: #FF4500
}

.menu-red:hover {
    background: rgba(255, 0, 0, 1);
}

.menu-red:active .active {
	background: #FF4500
}

.menu-orange {
    background: rgba(252, 150, 42, 1);
}

.menu-orange:hover {
    background: rgba(255, 127, 0, 1);
}

.menu-orange:active .active {
	background: rgba(252, 150, 42, 1);
}

.menu-yellow {
    background: rgba(246, 236, 53, 1);
}

.menu-yellow:hover {
     background: #FFD700
}

.menu-yellow:active .active{
    background: rgba(246, 236, 53, 1);
}
.menu-green {
    background: rgba(95, 233, 68, 1);
}

.menu-green:hover {
    background: rgba(0, 255, 0, 1);
}
.menu-green:active .active{
    background: rgba(95, 233, 68, 1);
}
.menu-blue {
    background: rgba(61, 171, 250, 1);
}

.menu-blue:hover {
    background: #1E90FF
}
.menu-blue:active .active{
    background: rgba(61, 171, 250, 1);
}
.menu-indigo {
    background: #4169E0
}

.menu-indigo:hover {
    background: #0000CD
}
.menu-indigo:active .active{
    background: #4169E0
}
.menu-violet {
    background: rgba(149, 0, 252, 1);
}
.menu-violet:hover{
    background: #9400D3
}
.menu-violet:active .active {
    background: rgba(149, 0, 252, 1);
}
/*#endregion color-list-menu*/

#footer {
    width: 1000px;
    -webkit-border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottom-left-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: greenyellow;
    height: 70px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    color: black;
}

.footer-text {
    text-align: center;
    text-decoration: none;
    color: #191221;
}
.footer-text a {
    text-decoration: none;
}
.footer-text a:hover {
    text-decoration: underline;
}
.site-counter
{
float:right;
margin-right: 40px;
float: right;
}

.footer-left-img
{
float:left;
   margin: -20px 0 0 35px;
   background-image: url(/sm_full.aspx?guid=2083);
height:50px;
width:50px;
}
.pc{
text-align: center;
}

.clear{
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}

.site-search-input,.site-search-button, .side-panel-vote-button
{
border: #7FB9E7 solid 1px;
}

.site-search-input
{
margin-left: 30px;
width: 170px;
}
.site-search-button
{
width: 50px;
border-left:none;
cursor: pointer;
}
.side-panel-bottom-img
{
float: right;
clear: both;
margin: 40px;
}
.side-panel-vote-button
{
margin: 10px 0 0 40px;
width: 150px;
cursor: pointer;
}
.side-panel-vote tbody td tr input
{
margin-right:5px;
}

.listItem
{
font-size: 17px;
margin-bottom: 10px;
}
.parents-info
{
border: 1px solid #DDD;
background: #f2f5f7 url(/sm_full.aspx?guid=2143) 50% top repeat-x;
border-radius: 6px;
margin: 20px 0;
padding: 1em 2.2em;
background-image: url(/sm_full.aspx?guid=2193);
background-repeat: no-repeat;
background-position: 615px 3px;
}

.side-panel-card
{
border: 1px solid #DDD;
background: #f2f5f7 url(/sm_full.aspx?guid=2143) 50% top repeat-x;
border-radius: 6px;
margin: 20px 0;
padding: 1em 1.5em;
background-image: url(/sm_full.aspx?guid=2193);
background-repeat: no-repeat;
background-position: 6px 3px;
}
.side-panel-card:nth-last-child(1)
{
margin-bottom: 0;
}
.card-label
{
text-align: center;
color: rgb(228, 23, 23);
}

#way
{
margin: 5px 0; 10px 0;
}

.content-div
{
margin: 20px 0 0 0;
}
.photo-admin
{

float: left;
margin: 0 0 20px 20px;
}

.photo-admin-label
{
float: left;
text-align: center;
font-size: 23px;
font-style: italic;
margin: 90px 0 0 100px;
}

#container #content h3 ~ h1{
font-size: 20px;
}