﻿/*
THEME NAME: Everybody Dance
THEME URI: http://www.everybodydance.ca/
DESCRIPTION: Custom theme for EverybodyDance.ca
VERSION: 0.0.1
AUTHOR: Morten Rand-Hendriksen of <a href="http://www.pinkandyellow.com">Pink &amp; Yellow Media</a>
AUTHOR URI: http://www.pinkandyellow.com
*/


/* ********************************* */
/* ERIC MEYER'S CSS RESET - RELOADED */
/* ********************************* */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, 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-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}

/* ************* */
/* END CSS RESET */
/* ************* */

/* *************** */
/* LAYOUT ELEMENTS */
/* --------------- */

body {
	background-color: #eae9ea;
	padding: 0px;
	margin: 0px;
	background-image: url('images/bgtile.jpg');
	background-repeat: repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #2b1402;
}
#outerWrap {
	background-image: url('images/topRed.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	min-width: 980px;
}

#wrapper {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#container {
	float: left;
	width: 100%;
	position: relative;
}

#content {
	padding: 20px 0px 20px 20px;
	width: 960px;
	/* min-height: 1200px;*/
	float: left;
}

#contentBottom {
	background-image: url('images/footer.png');
	background-repeat: no-repeat;
	background-position: left top;

}

#footer {
	clear: left;
	width: 100%
}

/*#footer {
	background-position: left top;
	width: 100%;
	background-image: url('images/footer.png');
	background-repeat: no-repeat;
}*/

/* ------------------- */
/* END LAYOUT ELEMENTS */
/* ******************* */


/* *************** */
/* GLOBAL ELEMENTS */
/* --------------- */

.clear {
	clear:both;
}

.alignleft {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}

.aligncenter {
	margin-left:auto;
	margin-right:auto;
}

.alignright {
	float: right;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
}

img.alignleft {
	padding: 5px;
	border: 2px solid #EAEAEA;
	background-color: #EEEEEE;
	margin-right: 10px;
	margin-bottom: 10px;
}
img.aligncenter {
	margin: 10px auto 10px auto;
	display: block;
	padding: 5px;
	border: 2px solid #EAEAEA;
	background-color: #EEEEEE;
}
img.alignright {
	padding: 5px;
	border: 2px solid #EAEAEA;
	background-color: #EEEEEE;
	margin-left: 10px;
	margin-bottom: 10px;
}

.vidAlignLeft {
	padding: 5px;
	border: 2px solid #EAEAEA;
	background-color: #EEEEEE;
	margin-bottom: 5px;
	float: right;
	margin-left: 10px;
	clear: both;
}
.wp-caption {
	border: 2px solid #EAEAEA;
	text-align: center;
	background-color: #EEEEEE;
	padding-top: 5px;
	margin-bottom: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
#content p.wp-caption-text {
	text-align: right;
	font-size: 0.8em;
	padding-top: 5px;
	padding-right: 6px;
	padding-left: 6px;
	color: #999999;
}

a:link,
a:visited {
	text-decoration: none;
	color: #2b1402;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #FF9933;
}

strong {
	font-weight:bold;
}

em {
	font-style: italic;
}

dt {

	color: #333333;
	font-size: 1em;
}

dd {

	color: #333333;
	font-size: 1em;
}

legend {
	font-style: normal;
	font-size: 20px;
	color: #28292B;
	display: block;
	padding-top: 15px;
	padding-bottom: 0px;
}

form {

	font-style: italic;
	font-size: 0.8em;
	color: #333333;
}

#content .wpcf7 p {
	font-size: 14px;
}
.form-label {
	font-size: 15px;
	margin-bottom: 5px;
	margin-top: 10px;
	color: #28292B;
	display: inline;
}
.form-input input {
	border-style: none;
	padding: 5px;
	background-color: #F8F8F8;
	font-size: 14px;
	height: 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.form-textarea textarea {
	border-style: none;
	padding: 5px;
	background-color: #F8F8F8;
	font-size: 14px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
/* ------------------- */
/* END Global Elements */
/* ******************* */


/* ****** */
/* HEADER */
/* ------ */

#header {
	height: 226px;
	position: relative;
}
#blog-title {

	text-transform: uppercase;
	float: left;
	margin-top: 31px;
	margin-left: 13px;
	position: absolute;
}
.title1 {
	display: block;
	font-weight: bolder;
	font-size: 57px;
	line-height: 47px;
}
.title2 {
	display: block;
	font-weight: bolder;
	font-size: 2.3em;
}
.title3 {
	font-size: 18px;
}

#blog-title a {
	color: #333333;
}

#blog-title a:hover {
	text-decoration: none;
	color: #000000;
}

#event-date {
	position: absolute;

	top: 23px;
	right: 0px;
}
#event-date .year {
	color: #eeeeee;
	font-weight: lighter;
	font-size: 136px;
	position: relative;
	top: -15px;
	letter-spacing: -8px;
}
#event-date .date {
	z-index: 2;
	position: absolute;
	color: #333333;
	top: 22px;
	font-size: 60px;
	text-transform: uppercase;
	left: -63px;
	text-shadow: 2px 2px 4px rgba(0,0,0,.2);
}

#header h2 {

	font-size: 1.2em;
	color: #1D53B5;
	font-weight: lighter;
	text-transform: lowercase;
	font-style: italic;
	margin-right: 62px;
	text-align: right;
}

/*#header #menu {

	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: lighter;
	float: right;
	text-align: right;
	width: 100%;
	position: absolute;
	right: 0px;
	bottom: 5px;
}
#header #menu ul {
	padding: 0px;
	margin: 0px;
}
#header #menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
	height: 25px;
}

#header #menu ul ul {
	
}

#header #menu ul ul li {
	display: inline;
}
#header #menu .page_item a {
	color: #FFFFFF;
	padding-left: 15px;
}
#header #menu .page_item a:hover {
	color: #3E9BDC;
}
#header #menu .current_page_item a {
	font-weight: bold;
}

#header #menu .current_page_item a:hover {
	
}
*/

/* =Menu
-------------------------------------------------------------- */

#access {
	width: 640px;
	display: block;
	position: absolute;
	bottom: 0px;
	height: 100%;
	right: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#access .menu-header ul,
#access div.menu ul {
	list-style: none;
	position: absolute;
}
#access .menu-header li,
#access div.menu li {
	float: left;
	position: relative;
	text-shadow: 1px 1px 2px rgba(0,0,0,.1);
}


#access a {
	display: block;
	text-decoration: none;
	color: #F3F2F1;
	padding: 179px 20px 27px 20px;
	text-transform: uppercase;
	font-size: 19px;
	font-weight: lighter;
}
#access a span {
	font-size: 12px;
	color: #333333;
	display: block;
	text-transform: lowercase;
	font-weight: normal;
	margin: 0px;
	line-height: 1.5em;
	padding-top: 6px;
}
#access ul ul {
	display: none;
	position: absolute;
	top: 225px;
	left: 0;
	float: left;
	width: 154px;
	z-index: 99999;
	border-top: 1px #ffffff solid;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.6); 
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.6); 

}
#access ul ul li {
	width: 166px;
	height: auto;
}

#access ul ul ul {
	left:155px;
	top:0;
	border-top: none;
}
#access ul ul a {
	background: #440400;
	height: auto;
	font-size: 0.9em;
	line-height: 1em;
	padding: 10px 20px 10px 20px;
	width: 114px;
	font-weight: lighter;
	color: #ffffff;
}

#access ul ul li.current_page_item > a,
#access ul ul li.current-menu-ancestor > a,
#access ul ul li.current-menu-item > a,
#access ul ul li.current-menu-parent > a {
	height: auto;
	color: #ffffff; /*	border-bottom: 1px #eaeaea solid;*/;
	background: #7B1B02;
}

#access li:hover > a {
	color: #FFFFFF;
	background-image: url('images/menuHover.png');
}

#access ul ul :hover > a {
	color: #ffffff;
	background: #7B1B02;

}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	background-image: url('images/menuHover.png');
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#fff;
}









/* ************ */
/* BEGIN FLICKR */
/* ------------ */

#flickr {
	background-color: #FFFFFF;
	padding: 20px 30px 0px 36px;
}

#flickr img {
	padding: 5px;
	border: 1px solid #EEEEEE;
	margin-right: 3px;
	margin-left: 3px;
}

#flickr img:hover {
	border-color: #C1C1C1;
}

#flickr p {

	font-size: 0.7em;
	color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #EEEEEE;
	text-align: right;
	padding: 8px 5px 8px 3px;
}

/* ---------- */
/* END FLICKR */
/* ********** */




/* ---------- */
/* END HEADER */
/* ********** */


.alert {
    font-family: sans-serif;
    font-size: 1.2rem;
    padding: 2rem 6rem;
    line-height: 1.5rem;
    background: yellow;
	border: 7px dashed red;
    margin-top: 1rem;
}

.alert h2 {
	margin-bottom: 1rem;
	text-transform: uppercase;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	
}

.alert h2::before,
.alert h2::after {
	content: "⚠️";
	margin: 1rem;
}

.alert p {
	margin-bottom: 1rem;
}

.alert p:last-of-type {
	margin-bottom: 0;
}



/* ************ */
/* MAIN CONTENT */
/* ------------ */

#content h1 {

	font-size: 1.5em;
	font-weight: lighter;
	text-transform: uppercase;
	padding-top: 0px;
	padding-bottom: 3px;
	margin-left: -2px;
	padding-left: 2px;
	margin-bottom: 8px;
}


#content h2 {
	font-size: 1.5em;
	font-weight: lighter;
	text-transform: uppercase;
	padding-top: 0px;
	padding-bottom: 3px;
	margin-left: -2px;
	padding-left: 2px;
	margin-bottom: 8px;
	margin-top: 20px;
	clear: both;
}
#content h3 {
	font-size: 1.2em;
	font-weight: lighter;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding-top: 8px;
	padding-bottom: 5px;
}
#content h4 {
	font-size: 1.2em;
	font-weight: lighter;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding-top: 5px;
}
#content h5 {
	font-size: 1em;
	font-weight: lighter;
	text-transform: capitalize;
	margin-bottom: 2px;
	padding-top: 5px;
}
#content p {
	margin-bottom: 10px;
	text-align: left;
	line-height: 1.5em;
}
#content blockquote {
	border: 1px solid #EAEAEA;
	background-color: #EEEEEE;
	padding: 10px 12px 3px 12px;
	margin-bottom: 15px;
}

#content blockquote p {
	
	font-style: italic;
}

#content blockquote a {
	
}

#content blockquote a:hover {
	
}

#content blockquote a:visited {

}

/* FRONT PAGE */

#frontLeft {
	width: 449px;
	float: left;
	padding-right: 20px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #DFDFDF;

}
#frontRight {
	width: 450px;
	float: right;
	padding-left: 20px;
}

.floatLeft {
	width: 48%;
	float: left;
}
.floatRight {
	width: 48%;
	float: right;
}

/* END FRONT PAGE */

/* MAP styles */

#mapviewer {
	padding: 6px;
	border: 1px solid #CCCCCC;
	background-color: #ffffff;
}
#LME_maplinks {
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
}
#LME_maplinks a:link,
#LME_maplinks a:visited {
	font-weight: normal;
	color: #0099FF;
	padding-right: 10px;
}

#LME_maplinks a:hover {
	
}

/* END MAP styles */

/* POST BODY LIST ITEMS - affects only actual post lists */

.entry-content h1 {
	font-size: 2em;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: -2px;
	padding-left: 2px;
	margin-bottom: 10px;
}
.entry-content ul, .singlepost .entry-content ul, .post .entry-content ul {
	padding-left: 20px;
	margin-bottom: 15px;
	margin-left: 5px;
	margin-top: 10px;
}
.entry-content ul li, .singlepost .entry-content ul li, .post .entry-content ul li {
	color: #333333;
	padding-bottom: 8px;
	line-height: 1.5em;
	list-style-type: square;
}

.entry-content ul ul, .singlepost .entry-content ul ul, .post .entry-content ul ul {
	margin-top: 10px;
	margin-bottom: 0px;
}

.entry-content ul ul li, .singlepost .entry-content ul ul li, .post .entry-content ul ul li {

	color: #333333;
	padding-bottom: 5px;
	list-style-type: square;
}

.entry-content ol {
	padding-left: 20px;
	margin-bottom: 15px;
	margin-left: 15px;
	list-style-type: decimal;
	margin-top: 15px;
}
.entry-content ol li {
	color: #333333;
	padding-bottom: 5px;
	line-height: 1.5em;
}

/* .entry-content ul {
	margin-bottom: 15px;

	margin-left: 30px;
}

.entry-content ul li {
	
}
*/

/* END POST BODY */

/* ---------------- */
/* END MAIN CONTENT */
/* **************** */

/* ------------ */
/* PAGE LAYOUTS */
/* ------------ */

#sidebarPage {
	margin-bottom: 30px;
	padding-bottom: 5px;
	width: 600px;
	margin-right: 20px;
	float: right;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #EAEAEA;
	padding-left: 19px;
}

.promo {
	margin-bottom: 15px;
}

.individualPost {
	margin-bottom: 20px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #DDDDDD;
}

#fullPage{
	margin-bottom: 30px;
	padding-bottom: 5px;
	margin-right: 20px;
}

#subheader {
	margin-bottom: 10px;
	border: 1px solid #0C93BA;
	padding: 5px;
	background-color: #F1F5FA;

	color: #333333;
}

#boxList {
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.bottomBox {
	background-position: left top;
	width: 257px;
	min-height:150px;
	float: left;
	margin-right: 4px;
	margin-left: 4px;
	padding: 8px 10px 5px 10px;
	background-image: url('images/boxBG.jpg');
	background-repeat: no-repeat;
}
.bottomBox h6 {
	font-size: 1em;

	font-weight: bold;
	color: #0C93BA;
	padding-bottom: 4px;
	margin-bottom: 6px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #A1E8F7;
	text-transform: uppercase;
}

.bottomBox p {
	font-size: 0.8em;
	color: #333333;
}

.bottomBox ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px 5px 0px 5px;
}
.bottomBox ul li {
	padding: 7px 5px 7px 6px;
	list-style: none;
	margin-bottom: 0px;
	font-size: 0.8em;

	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #A1E8F7;
}

.bottomBox ul li:hover {
	background-color: #FFFFFF;
	color: #1D53CB;
}

.bottomBox ul li p {
	font-size: 0.8em;
	color: #CCCCCC;
	padding-top: 5px;
}

.bottomBox ul li a {
	color: #0C93BA;
}

.bottomBox ul li a:hover {
	color: #DDA84E;
	text-decoration: none;
}

/* TWITTER */

#twitter_div {

	font-size: 0.8em;
	margin-top: 10px;
	padding-right: 25px;
	padding-left: 25px;
	margin-bottom: 20px;
}
#twitter_div #twitter_update_list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#twitter_div #twitter_update_list li {
	color: #CCCCCC;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
	overflow: hidden;
	line-height: 1.3em;
}

/*#twitter_div #twitter_update_list li:hover {
	background-color: #EEEEEE;
	color: #333333;
}*/

#twitter_div a, #twitter_div a:visited {
	text-decoration: none;
	color: #3E9BE2;
}

/*#twitter_div a:hover {
	color: #D78E42;
}*/

#twitter_div p {
	text-align: right;
}



/*
#twitter_div {

	font-size: 0.9em;
	background-image: url('TwitterBox/twitterBG.png');
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5AA5BC;
	width: 240px;
	margin-bottom: 20px;
}
#twitter_div #twitter_update_list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#twitter_div #twitter_update_list li {
	color: #0C93BA;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A1E8F7;
	padding-bottom: 10px;
	overflow: hidden;
}
#twitter_div a {
	text-decoration: none;
	color: #DDA84E;
}
#twitter_div a:hover {
	color: #D78E42;
}
#twitter_div p {
	text-align: right;
}
 Uncomment this section if you want the time tags to be hidden

#twitter_div ul li a {
	visibility: hidden;
}
#twitter_div ul li span a {
	visibility: visible;
} 

*/
/* END TWITTER */




.page-title {
	color: #1D53CB;
}
.archive-meta {
	background-color: #EEFAFE;
	border: 1px solid #3F93BA;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

/* ---------------- */
/* END PAGE LAYOUTS */
/* ---------------- */

#post {
	margin-left: 15px;
	position: relative;
	margin-right: 290px;
}

/* **** */
/* POST */
/* ---- */

.post {
	margin-bottom: 30px;
	padding-bottom: 5px;
	width: 645px;
	position: relative;
	float:left;
 
}

.singlepost {
	margin-bottom: 30px;
	padding-bottom: 5px;
}
.post-date {
	display: inline;
	position: absolute;
	left: 0px;
	width: 63px;
	padding-top: 5px;
	padding-left: 8px;
}
.post-month {
	font-size: 1em;
	text-transform: uppercase;
	color: #CCCCCC;
	text-align: center;
	display: block;
	line-height: 11px;

}
.post-day {
	font-size: 2em;
	text-transform: uppercase;
	color: #CCCCCC;
	text-align: center;
	display: block;
	font-weight: bold;

	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #EEEEEE;
	padding-bottom: 5px;
}

.post-year {
	font-size: 0.8em;
	text-transform: uppercase;
	color: #CCCCCC;
	text-align: center;
	display: block;
	line-height: 11px;

	font-weight: normal;
}

.comments-link {
	color: #7193D2;

	float: right;
	position: absolute;
	right: 3px;
}
.comments-link a {
	color: #0C93BA;
}
.comments-link a:hover {
	color: #DDA84E;
	text-decoration: none;
}
.comments-heading {

	font-size: 0.8em;
	color: #CCCCCC;
	letter-spacing: -1px;
	text-align: center;
	display: block;
}

.comments-start-bracket {

	font-size: 1em;
	color: #CCCCCC;
}
.comments-end-bracket {

	font-size: 2em;
	color: #CCCCCC;
	position: absolute;
	right: 0px;
}

.cat-links {
	text-transform: uppercase;

	font-size: 0.7em;
	color: #049CF9;
	padding-left: 2px;
	width: 100%;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 0px;
	position: relative;
	margin-bottom: 1px;
}
.cat-links a {
	text-decoration: none;
	color: #0C93BA;
}
.cat-links a:hover {
	color: #DDA84E;
}
.author {
	margin-top: -8px;
	margin-bottom: 10px;

	font-style: italic;
	font-size: 0.7em;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #373737;
}
.post h2 a {
	color: #3E9BDC;
	text-decoration: none;
}
.post h2 a:hover {
	color: #DDA84E;
}

.tagbox {
	border-bottom: 8px;
	padding-bottom: 8px;
}

.tag-links {
}

.indexAd {
	margin-top: 10px;
}

/* -------- */
/* END POST */
/* ******** */


/* ********* */
/* POST INFO */
/* --------- */

.postInfo {
	border: 1px solid #EAEAEA;
	background-color: #EEEEEE;
	font-size: 0.7em;
	margin-top: 20px;
	margin-bottom: 15px;

	color: #999999;
}
.postInfo a {
	color: #0D93C6;
}
.postInfo a:hover {
	text-decoration: none;
	color: #DDA84E;
}

.postInfo ul {
	margin: 8px auto 8px 10px;
	padding: 0px;
}

.postInfo ul li {
	list-style-type: none;

	margin-bottom: 2px;
}
.trackback {
	background: 0
50%;
}
.feed {
	background: 0
50%;
}

/***************** Tags below the link of the comments feed ********************/
.tags {
	background: 0
50%;
}

.navigation {
	clear: both;
	padding: 10px 0px;
	margin-left: 73px;
}
.navigation a, .navigation a:visited {
	color: #619CF9;
	font-size: 0.7em;
	text-transform: uppercase;
}

.previous-entries a {

}

.next-entries a {

}

/* comments area */


/* THREADED COMMENTS */

ul.commentlist {
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
	text-indent: 0;
}

#content ul.commentlist p {
	font-size: 12px;
	margin-left: 52px;
	line-height: 1.5em;
}

ul.commentlist li { }
ul.commentlist li.alt { }
ul.commentlist li.bypostauthor {}
ul.commentlist li.byuser {}
ul.commentlist li.comment-author-admin {}
ul.commentlist li.comment { border-bottom:1px dotted #666; padding:1em; }
ul.commentlist li.comment div.comment-author {}
ul.commentlist li.comment div.vcard {
	font: normal 14px Arial, Helvetica, sans-serif;
}
ul.commentlist li.comment div.vcard cite.fn { font-style:normal; }
ul.commentlist li.comment div.vcard cite.fn a.url {}
ul.commentlist li.comment div.vcard img.avatar {
	border: 5px solid #ccc;
	float: left;
	margin-right: 10px;
}
ul.commentlist li.comment div.vcard img.avatar-32 {}
ul.commentlist li.comment div.vcard img.photo {}
ul.commentlist li.comment div.vcard span.says {}
ul.commentlist li.comment div.commentmetadata {}
ul.commentlist li.comment div.comment-meta {
	font-size: 9px;
	margin-bottom: 4px;
	margin-left: 52px;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	padding-top: 2px;
}
#content ul.commentlist li.comment div.comment-meta a {
	color: #999999;
}
ul.commentlist li.comment p { font-size:11px; margin:0 0 1em; }
ul.commentlist li.comment ul { font-size:11px; list-style:square; margin:0 0 1em 2em; }
ul.commentlist li.comment div.reply { font-size:11px; }
ul.commentlist li.comment div.reply a { font-weight:bold; }
ul.commentlist li.comment ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ul.commentlist li.comment ul.children li {}
ul.commentlist li.comment ul.children li.alt {}
ul.commentlist li.comment ul.children li.bypostauthor {}
ul.commentlist li.comment ul.children li.byuser {}
ul.commentlist li.comment ul.children li.comment {}
ul.commentlist li.comment ul.children li.comment-author-admin {}
ul.commentlist li.comment ul.children li.depth-2 {
	border-left: 5px solid #555;
	margin: 0 0 .25em .25em;
	border-left-color: #60A8CA;
}
ul.commentlist li.comment ul.children li.depth-3 {
	border-left: 5px solid #999;
	margin: 0 0 .25em .25em;
	border-left-color: #8FC1DA;
}
ul.commentlist li.comment ul.children li.depth-4 {
	border-left: 5px solid #bbb;
	margin: 0 0 .25em .25em;
	border-left-color: #BDDBEA;
}
ul.commentlist li.comment ul.children li.depth-5 {}
ul.commentlist li.comment ul.children li.odd {}
ul.commentlist li.even { background:#fff; }
ul.commentlist li.odd {
	background-position: #EEFAFE;
	background: #F9F9F9;
}
ul.commentlist li.parent {
	border-left: 5px solid #111;
	border-left-color: #3F93BA;
}
ul.commentlist li.thread-alt { }
ul.commentlist li.thread-even {}
ul.commentlist li.thread-odd {}


/* END THREADED COMMENTS */



#comments, #respond {
/*	border-bottom: 1px dotted #8D8D8D; */
	padding: 10px 0 5px 0;
	clear: both;
}

/* commentlist 
.commentlist {
    list-style: none;
	margin: 10px 0px;
	padding-left: 0px;
	line-height: 130%;
}

.commentlist li{
    margin-bottom: 6px;
	padding: 10px;
}

.commentlist .alt {
	background: #F9F9F9;
	border: 1px solid #CCCCCC;
}

.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 100%;
}

.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
} */

.commentname {
	color: #703419;
	text-transform: capitalize;
	margin-left: 50px;
}

.gravatar {
	display: inline;
}

.gravatar img {
	border: 1px solid #AAAAAA;
	padding: 5px;
	float: left;
	height: 32px;
	width: 32px;
	display: block;
	position: absolute;
}

.commentcount {
	font: bold 2.2em Arial, Helvetica, sans-serif;
	color: #DEDEDE;
	float: right;
}

.commentext {  
	padding: 0px 0px 0px 50px;
}

/* comment form */
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}

#commentform p {
	padding: 2px 0px;
	margin: 0px;
}

#commentform label{
	color: #787878;
	font-size: 87%;
}

#commentform input{
	background-position: #EEF3FB;
	width: 200px;
	background: #EEEEEE;
	border: 1px dotted #DFDFDF;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	border: 1px solid #DFDFDF;
	width: 645px;
	background: #EEEEEE;
	padding: 2px;
}

#commentform textarea:focus, #commentform input[type=text]:focus {
	background: #ffffff;
}

#commentform #submit{
	background-position: #ACC2E7;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #999999;
	background: #808080;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	float: right;
	width: 144px;
	height: 28px;
	cursor: pointer;
	text-transform: uppercase;
}

/* Quicktags */
#quicktags {
	margin-top: 4px;
	margin-bottom: 0px;
}

#quicktags input {
	background: #f9f9f9;
	border: 1px solid #aaaaaa;
	font-size: .9em;
	color: #666;
	width: auto;
	margin: 1px 2px 0px 0px;
	padding: 0px 1px 0px 1px;
}

#quicktags input:hover {
	border: 1px solid #4E79A2;
}

/* ------------ */
/* END COMMENTS */
/* ************ */

.spanImage {
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
}


/* ******* */
/* SIDEBAR */
/* ------- */

#sidebar {
	float: left;
	width: 300px;
	position: relative;
}

#sidebar h1 {
	display: block;
	text-align: center;
	text-transform: lowercase;
	font-size: 2.8em;
	font-weight: bold;
	color: #DDDDDD;
	padding-bottom: 5px;
	letter-spacing: -3px;
}

.sidebarImage {
	padding: 6px;
	border: 1px solid #DFDFDF;
}

.sidebarImage img {
	width: 100%;
	height: auto;
}

/* .credits {
	padding-top: 5px;
 	text-align: end;
  	font-size: small;
  	color: #9f7b7b;
} */

/* Two Column Sidebar */

#barLeft {
	width: 100%;
	float: left;
}

#barRight {
	width: 195px;
	float: right;
	margin-right: 10px;
	margin-top: 15px;
}

.event {
	margin-right: auto;
	margin-left: auto;
}

#sidebar h3 {
	padding: 10px 25px 10px 25px;
	font-size: 1.2em;
	font-weight: lighter;
	color: #FFFFFF;
	margin-bottom: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #3A3A3A;
	background-color: #3E9BE2;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.sidebar input#s {
	width:7em;
}

#sidebar ul {

}

#sidebar li {
	list-style: none;
	margin: 0 0 20px 0;
}

#sidebar li form {
	margin:0.2em 0 0;
	padding:0;
}

#sidebar ul ul {
	margin: 0;
	list-style-type: none;
	padding-right: 15px;
	padding-left: 15px;
}
#sidebar ul ul li {
	margin: 0px;
}

#sidebar ul ul li p {
	font-size: 0.8em;
	color: #CCCCCC;
	padding-top: 5px;
}

#sidebar ul ul li a {
	padding: 7px 5px 7px 10px;
	color: #CCCCCC;
	display: block;
	font-size: 0.9em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

}
#sidebar ul ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #484848;
}

#sidebar ul ul li:last-child {
	border-style: none;
}

#sidebar ul ul ul {
	margin:0 0 0 0.5em;
}

#sidebar ul ul ul li {
}

#searchform input#s {
	border: 1px solid #666666;
	width: 183px;
	height: 25px;
	color: #666666;
	font-size: 0.9em;
	vertical-align: middle;
}

.recentcomments a {
	display:inline !important;
	padding: 0 !important;
	margin: 0 !important;
}

.recentcomments {
	color:silver;
}

#social {
	padding-left: 20px;
}
#social img {
	padding-right: 7px;
}

.widget_flickrRSS {
	padding-left: 3px;
}

#content .widget_flickrRSS p {
	padding-top: 10px;
	padding-left: 15px;
}

#content .widget_flickrRSS a,
#content .widget_flickrRSS a:visited {
	color: #CCCCCC;
}
#content .widget_flickrRSS a:hover {
	color: #3E9BE2;
}

/* ----------- */
/* END SIDEBAR */
/* *********** */


/* ****** */
/* FOOTER */
/* ------ */
/* FOOTER */

#footer {
	background-position: cener top;
	padding-top: 20px;
	font-size: 0.9em;
	color: #FFFFFF;
	padding-bottom: 20px;
	margin-top: 10px;
	background-image: url('images/bottomRed.jpg');
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 1.4em;
}

#footer a:link,
#footer a:visited {
	color:#FAFAFA;
}
#footer a:hover {
	color:#ffffff;
}

#footerContent {
	width: 950px;
	margin: 0 auto 0 auto;
	padding-right: 20px;
	padding-left: 10px;
}
#footerMenu {
	width: 66%;
	float: left;
}

#footerMenu li {
	float: left;
}

#footerMenu a,
#footerMenu a:visited {
	display: block;
	text-decoration: none;
	color: #FAFAFA;
	padding-right: 10px;
	padding-left: 10px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #FFFFFF;
	line-height: 14px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-weight: normal;
}
#footerMenu a span {
	font-size: 12px;
	color: #333333;
	display: block;
	text-transform: lowercase;
	font-weight: normal;
	margin: 0px;
	line-height: 1.5em;
	padding-top: 6px;
}

#footerMenu li:hover > a {
	color: #FFFFFF;
	background-image: url('images/menuHover.png');
}

#footerMenu ul li.current_page_item > a,
#footerMenu ul li.current-menu-ancestor > a,
#footerMenu ul li.current-menu-item > a,
#footerMenu ul li.current-menu-parent > a {
	background-image: url('images/menuHover.png');
}

* html #footerMenu ul li.current_page_item a,
* html #footerMenu ul li.current-menu-ancestor a,
* html #footerMenu ul li.current-menu-item a,
* html #footerMenu ul li.current-menu-parent a,
* html #footerMenu ul li a:hover {
	color:#fff;
}

#footerMeta {
	float: right;
	width: 33%;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer p {
	font-size: 0.9em;
}


/* ---------- */
/* END FOOTER */
/* ********** */