/* @override http://monkeyisland.co.uk/live/wp-content/themes/MonkeyNeoclassical/custom.css */


/* This is the TS overides for Monkey Island */

/* remove borders from widgets */		
		
		#search { padding: 0.83333em 0; border: 0px dotted #ddd; border-width: 0px 0; text-align: right; }

	.sidebar h2 { font-size: 0.83333em; margin: 0 0 0.9em 0; line-height: 1.9em; padding: 0; text-transform: uppercase; letter-spacing: 2px; border-top: 0; border-bottom: 0px solid #ddd; }


/* Format left Nav */
		
/*---:[ Left side bar with pages special format Nav]:---*/

			li#pages.widget.widget_pages { width: 190px; margin: 0 0 2.5em 0; float: left; font: normal 1.85em/1em baskerville,'palatino linotype','times new roman',serif; letter-spacing: -0.045em; }

			li.widget li, li.linkcat li { margin: 0 0 0.25em 0; }		
				li.widget li ul, li.linkcat li ul { margin: 0.25em 0 0 20px; }
				
				
/* add monkey icon in lower right
	
						
				#content_box { width: 865px; padding: 0 10px; background: url('images/logoBase.jpg') bottom right
no-repeat; text-align: left; }


 */

/* grey links */
 
a { color: #333; text-decoration: none; }
a:visited { color: #666; }
.page_item a:hover { color:#999; }


/* current page that's active 

li.page_item.current_page_item a {  } 



ul li.page_item.current_page_item a {color: #000; text-decoration: none;
	font-weight: bold;}
*/

ul li.page_item.current_page_item a {color: #000; text-decoration: none; font-weight: bold;}


/* top heading - Request */

#request {text-align: right; }



/* pdf Link Icon */

a[href$=".PDF"], a[href$=".pdf"] {
	padding: 2px 2px 2px 20px;
	background: url("images/icon_pdf.gif") left center no-repeat;
}


/* space out the listed content +10px */

		.format_text ul li { padding: 0 0 10px 14px; background: url('images/bullet_text.gif') 0 0.38462em no-repeat; }


/* remove author + comments */

.custom .post_author { display:none; }
.custom .to_comments { display:none; }

/* remove stats smiley */
img#wpstats{display:none}

/* heading in the event posts */

h1, h2 {
	font: normal normal 2.2em baskerville, "'palatino linotype'", "'times new roman'", serif;
}


/* sidebar Nav */
/* All of the event sidebar list */

li.ec3_list.ec3_list_day {

}


/* Just the links of the event sidebar list*/

#upcoming-events ul.ec3_events li.ec3_list.ec3_list_day ul li {

}

/* hide translation link */

#transl_sign a {
	visibility: hidden;
}


/* special buttons */
/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:normal;
    color:#222;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}



/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

