/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		#
*/body.custom {
    background: #ffffff url("../../../uploads/2013/10/dutch-flag.jpg") 10% 0 fixed;
}

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
}

.custom #page {
    background: #fff;
}

   /*Rounded Corners*/

    .custom #page { -moz-border-radius: 20px; -webkit-border-radius: 20px; }

.custom #page {

-moz-box-shadow:0 0 15px #333333;
-webkit-box-shadow:0 0 15px #333333;
}
.custom #footer-widget-block { text-align:left; overflow:hidden; }
.custom .footer-widgets { width:33%; float:left; }
.custom .my-footer-one {}
.custom .my-footer-two {}
.custom .my-footer-three {}