/*
 Theme Name:     Verminators Theme
 Description:    Custom theme for Verminators, based on Vantage
 Author:         EY3
 Author URI:     http://ey3.com
 Template:       vantage
 Version:        1.0.0
*/

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

/* =Theme customization starts here
-------------------------------------------------------------- */

body { line-height: 20px; font-family: 'Droid Sans',Arial,sans-serif; font-size: 15px; color: #4d4d4d; background-color: #c5c5c5; }

#topbar { background-color: #006AB4; color: #fff; width: 100%; font-size: 13px; padding: 8px 0; clear: both;}
#topbar .full-container { padding: 0 8px; }
#topbar a { color: #fff; }
#topbar .email { float: right; }
#topbar .fb { float: right; margin-right: 10px; }
#topbar .fb img { vertical-align: middle; }

header#masthead hgroup { padding: 20px 0; }
header#masthead hgroup .support-text { font-size: 24px; color: #006AB4; font-weight: bold; top: 60%; }

.main-navigation { background: #006AB4; }
.main-navigation ul li a { padding: 14px 22px; font-size: 15px; }

#pg-14-1 .widget_black-studio-tinymce { border: 3px solid #006AB4; position: relative; }
#pg-14-1 .widget_black-studio-tinymce h3 { background-color: rgba(0,106,180,0.8); color: #fff; margin-bottom: 0; text-align: center; position: absolute; bottom: 0; padding: 8px 0; font-weight: bold; display: block; width: 100%; }

#pg-14-2 .widget_black-studio-tinymce h3 { background-color: #006AB4; color: #fff; text-align: center; padding: 10px 0; margin-bottom: 0; }
#pg-14-2 .widget_black-studio-tinymce .textwidget { background-color: #ddd; padding: 0 0 10px 0; font-size: 15px; }
#pg-14-2 .widget_black-studio-tinymce p { padding: 10px 15px; }
#pg-14-2 .widget_black-studio-tinymce ul { padding: 10px 10px 0 10px; margin-left: 0; }
#pg-14-2 .widget_black-studio-tinymce p.highlight { background-color: #9FD5F9; color: #006AB4; text-align: center; font-size: 17px; }

article.post .entry-header h1.entry-title, article.page .entry-header h1.entry-title { font-size: 28px; font-weight: 500; }
article.post, article.page { border-bottom: 1px solid #006AB4; }
#page-title { font-size: 30px; font-weight: 500; }

.pagination .current, .entry-content .pagination .current {
    background: -moz-linear-gradient(center bottom , #006AB4 0%, #003D66 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: linear-gradient(to bottom, #006AB4 0%, #003D66 100%);
    border-color: #001E33;
}

#colophon, .layout-full #colophon { background: #006AB4; padding: 15px; margin-bottom: 0; }
#colophon #theme-attribution, #colophon #site-info { margin-top: 0px; }
#colophon #site-info { color: #fff; }
body.layout-full { background-color: #006AB4; }

#main-slider .caption-wrap { text-align: center; line-height: 2em; background-color: #006AB4; font-weight: bold; font-style: italic; }

@media (max-width: 480px) {
	#topbar .email { float: none; text-align: center; }
	#topbar .tagline { display: none; }
}