/*
Theme Name: Victoria County Democratic Party
Description: The Victoria County Democratic Party Wordpress theme
Version: 1.0
Author: Jay Faskas
Tags: none
*/

/***************************************************************************************************/
/* Reset Defaults **********************************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, del, dfn, font, img, ins, kbd, q, s, samp, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-family: inherit; vertical-align: baseline;}
:focus { outline: 0;}
ul { list-style: none;}
table {	border-collapse: separate; border-spacing: 0;}
caption, th, td { text-align: left;	font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after { content: "";}
blockquote, q {	quotes: "" "";}

/***************************************************************************************************/
/* Begin CSS Changes********************************************************************************/

/***************************************************************************************************/
/* Begin CSS Changes********************************************************************************/
html, body { width: 100%; height: 100%; }
body {
	background-color: #000960;
	background-image: url('./images/bodyBG.jpg');
	background-position: top center;
	font: normal normal 100%/1.4 “Lucida Sans”, “Lucida Grande”, “Lucida Sans Unicode”, sans-serif;
}
a, a:link, a:visited { color: #blue; text-decoration: none; }
a:hover { color: #808080; }

p { margin-bottom: 1.5em; }
h1, h2, h3, h4, h5, h6 { color: #464646; font-weight: bold; }

hr {
	border: 0;
	background-color: #000000;
	height: 1px;
}
hr.postDivider { 
	width: 701px;
	height: 60px;
	background-image: url('images/postDivider.png');
	border: 0 solid transparent;
	clear: both;
	margin: 1em 0;
	background-color: transparent;
}

table thead td { text-align: center; font-weight: bold; }
table tr td { padding: 5px; }
tr:nth-child(even) { background-color: #eeeeee; }

li.current_page_item a { color: #c0c0c0; }

.entry { font-size: 0.90em; }


#content blockquote {
	font-size: 0.90em;
	color: #632423;
	width: 80%;
	border: 1px solid #dddddd;
	background-color: #eeeeee;
	padding: 10px;
	margin: 0 auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 1em;
}
#content a img { border: 1px solid #dddddd; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 5px; margin: 5px;}
#content a:hover img { background-color: #dddddd; border: 1px solid #bbbbbb; }

#comment { width: 100%; height: 150px; }

#sidebar {
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-size: 75%;
	color: #464646;
}

#sidebar .container {
		padding: 1em;
		border: 1px solid #edcdcd;
		background-color: #fff;
		background-color: rgba(255,255,255,0.75);
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
}
#sidebar .container.foot { margin-bottom: 1em; }
#sidebar { list-style-type: none; }
#sidebar h2 { text-align: center; font-weight: bold; margin-bottom: 1em; }
#sidebar li { padding-left: 5px; }
#sidebar li li {padding-left: 10px;}
#sidebar > li { margin-bottom: 2em; border-left: 5px solid #000960; }

.wplc_event_list li {margin-bottom: 1em;}

#intro {
	background-color: #eeeeee;
	border: 1px solid #e5e5e5;
	font-size: 0.80em;
	padding: 10px;
	margin-bottom: 1em;
	text-shadow: 1px 1px 1px #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#intro img {
	border: 2px groove #c0c0c0;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}

dl { margin-bottom: 1em; } 
dt { width: 100%; margin-bottom: 0.25em; }
dd { width: 100%; margin-bottom: 1em; }

.center { text-align: center; }
.right { text-align: right; }
.alignright { float: right; }
.alignleft { float: left; }
img.alignleft { padding-right: 20px; padding-bottom: 20px; }
img.alignright { padding-left: 20px; padding-bottom: 20px; }
.marginBottom { margin-bottom: 2.5em; }
.clear { clear: both; }
.clearLeft { clear: left; }
.clearRight { clear: right; }
.bold { font-weight: bold; }
.attach { position: fixed; top: 50px; }
.unattach { position: static; top: 303px; }
.time { font-size: 75%; font-family: Verdana, Tahoma, Geneva, sans-serif; }

h2 a {
	color: #b80000!important;
	font-weight: bold;
	font-family: Times, “Times New Roman”, Georgia, serif;
}

.democrats {
	font-size: 0.75em;
	font-weight: bold;
	text-align: center;
}
#s { background-color: #eeeeee; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid #dddddd; width: 90%; padding: 5px; }

#wrapper { position: relative; width: 100%; height: 100%; }
#mainContainer { background-color: #fff; }

#menu { height: 20px; width: 100%; background-color: #fff; text-align: center; padding: 10px; position: fixed; top: 0; left: 0; z-index: 9999; background-image: url('./images/menuBG.jpg') }
ul#menu li { display: inline-block; padding: 0 0.5em; position: relative; font-weight: bold; text-shadow: 1px 1px 1px #fff; cursor: default; min-width: 125px; }
ul#menu li span {z-index: 2; position: relative;}
ul#menu li ul { width: 100%; position: absolute; top: -5px; left: 0px; padding-top: 30px; text-align: left; display: block; visibility: hidden;  z-index: -1; padding-bottom: 5px; }
ul#menu li:hover ul { z-index: 1; visibility: visible; background-color: #fff; background-color: rgba(255,255,255,0.90); border: 1px solid #c0c0c0; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
ul#menu > li ul li { font-size: 0.75em; }
ul#menu > li ul li a { display: block; width: 120px; padding: 5px 10px; margin-left: -5px; }
ul#menu > li ul li a:hover { background-color: blue; color: #fff; text-shadow: 0 0 0 transparent; }

ul#menu li a { color: #404040; }
ul#menu li a:hover { color: blue; }

#header { margin-bottom: 5px; }
#footer { width: 100%; height: 50px; margin-top: -70px; position: relative; font-weight: bold; text-align: center; background-position: center bottom; background-image: url('./images/footerBG.png'); color: #fff; text-shadow: -1px -1px 1px #000; padding: 10px 0; font-size: 0.75em; }
#footer a { color: #ffcf4f; }