/*
Theme Name: WNDC
Theme URI: http://www.wndc.org.uk/
Description: WNDC Theme for <strong><a href="http://www.wndc.org.uk/">www.wndc.org.uk</a></strong> 2010.
Author: Engine Creative
Author URI: http://www.enginecreative.co.uk/
Version: 1.0
*/

.survey-form {
    padding: 0 0 1em 0;
}

.survey-form H2 {
    line-height: 1.2em;
}

.survey-form #survey-next-question, .survey-form #survey-action-button {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    background: #ff8800;
    color: #FFF;
    padding: 4px 6px;
}

.survey-form #name, .survey-form #email {
    width: 200px;
    display: block;
}

#o_16_wrapper {
    display: none;
}

#survey-action-button { float: right; }

#survey, #blog { background: url('images/survey.jpg') top left; }
#survey.widget-container a, #survey-overlay a.no, #survey-overlay a.yes { display: block; width: 100px; padding: 4px 30px 4px 0; }
#survey.widget-container h3, #blog h3, #survey-overlay h3 { line-height: 1.2em; padding: 0px; }
#survey.widget-container p, #blog p, #survey-overlay p { clear: both; margin: 0.4em 0 0 0; }
#survey .no, #survey-overlay .no { background: url('images/no.png') center right no-repeat; }
#survey .yes, #survey-overlay .yes { background: url('images/yes.png') center right no-repeat; }

.hentry .header { margin-right: 156px; }

.entry_author_image { float: right; padding: 0 0 0 1em; }
.entry_author_image a { overflow: hidden; display: block; float: right }
.entry_author_image img { margin: 0px; padding: 2px; width: 150px; }

/* the overlayed element */
#survey-overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background:url(images/survey-overlay.png);
	
	width:298px;	
	height:221px;
        
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

#survey-overlay .adjustment {
        padding: 15px;
}

/* close button positioned on upper right corner */
#survey-overlay .close {
	background-image:url(img/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

.hentry img {
    border: 0px;
}

.timeline-event-icon img { display: none }
.timeline-event-icon { border: 1px solid #000066; width: 6px; height: 6px; border-radius: 6px; margin-top: 1px; background: #5f0069; }