/*
Theme Name: BlankSlate
Theme URI: http://tidythemes.com/blankslate/
Description: BEFORE USING AND ESPECIALLY UPGRADING PLEASE READ: tidythemes.com/concept. The bare essentials of a WordPress theme (an HTML5 boilerplate), no visual CSS styles added. Perfect for those who would like to build their own theme from scratch or for clients if you're a developer or designer. This theme is clean, valid code, semi minified, no programmer comments, SEO-friendly and 100% open source. One custom menu and one widgetized sidebar to get you started. If you don't know CSS and would like to learn we've prepared: tidythemes.com/want-to-learn-css and please visit us in the forum for further help: tidythemes.com/forum - Thank You and Enjoy
Author: TidyThemes
Author URI: http://tidythemes.com/
Version: 2.1
Tags: custom-menu, featured-images, microformats, sticky-post, threaded-comments
License: GNU General Public License v2.0 | This theme is completely free and open source to use as you like for both personal and commercial projects without any limitations.
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}

.pds-box span {
       margin-top:0 !important;
}

.poll ul.results {
font-size: 12px;
}

ul.ui-autocomplete {
    background-color: #fff;
    border: 3px solid #fff;
    color: #1d3387;
    cursor: default;
    display: table;
    float: left;
    font-size: 13px;
    line-height: 19px;
    list-style-type: none;
    margin-left: 17px;
    margin-top: 2px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    width: 153px !important;
    z-index: 9999;
}
.ui-autocomplete li a {
    border-bottom: 1px solid #e7e7e7;
    color: #333333;
    cursor: pointer;
    display: block;
    font: 12px Arial;
    padding: 4px 0 4px 6px;
    text-align: left;
    text-decoration: none;
    width: 98%;
}
.ui-menu .ui-menu-item {
    box-sizing: border-box;
    clear: left;
    color: #333;
    cursor: pointer;
    float: left;
    font-size: 12px;
    margin: 0 0 2px;
    padding: 2px;
    width: 100%;
}
.ui-menu .ui-menu-item:hover {
    background: #acacac none repeat scroll 0 0;
}
#container {
	padding:0 10px; 
	box-sizing:border-box;
}
#primary ul #contact p b, #primary ul #contact p a{
	font-size: 30px;
	line-height:30px;
    font-weight: normal;
	color:#fff;
	margin-left:0;
}