/*
Theme Name: OnEdu
Theme URI: http://onedu.fi/
Description: OnEdu theme based on Modernize theme by Goodlayers
Author: Mobie Oy
Author URI: http://www.mobie.fi/
Template: modernize	
Version: 1.0
License: 
License URI: 
*/

@import url("../modernize/style.css");

.onedu div.custom-sidebar #searchsubmit, div.search-wrapper input[type="submit"] {
    background: url("img/find-17px.png") no-repeat scroll center center transparent !important;
}

/* Center social media buttons */
@media only screen and (max-width: 479px) {
        .outer-social-wrapper,
        .social-wrapper {
                width: 100%;
        }
}

/* Disable calendar pop-overs on hover */
.popover {
        display:none !important;
}

/* Fix FB Like Box */
@media only screen and (min-width: 960px) {
        .right-sidebar-wrapper .textwidget iframe[style] {
                width: 259px !important;
        }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
        .right-sidebar-wrapper .textwidget iframe[style] {
                width: 200px !important;
        }
}
@media only screen and (max-width: 479px) {
        .right-sidebar-wrapper .textwidget iframe[style] {
                width: 278px !important;
        }
}

ul, ol {
	margin-bottom: 20px;
}

.textwidget table tr th,
.textwidget table tr td {
	padding: 8px;
}

/* Videos */
video {
        max-width: 100%;
}

/* WATU styles */
.watu-question .answer {
	float: left;
}
