@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------------------- */

/*-- remove underline for the links --*/
a {	text-decoration:none;}

/* ------------------------------------------------------------ 3. Newsletter button on the sidebar-- */
/* -- Used in the Blog
Added a button on the sidebar on 10 feb 2013
--*/

/*-- body --*/
td.newsletter {
	font-family: Trebuchet, sans-serif;
	width:250px;
	height: 53px;
	background-color: #595959;
	text-align:center;
	font-size: 20px;
	border-radius: 5px;
	outline: 0px solid red;
	}

/*-- Mouse Over --*/
td.newsletter:hover {
	background-color: #262626;
	}

/*-- Hyper link --*/
a.newsletterlink {
	color: #e5e5e5;
	padding: 13px 70px 13px 70px;
	text-decoration: none;
	outline: 0px solid black;
	}

/* ------------------------------------------------------------ 2. External Link Button -- */

/* -- Used in the Blog
Weekend Color Correction 01 (posted on 10 feb 2013)
--*/

/*-- Link --*/
a.ex_link {
	background-color: #b5ebc3;
	color: #4e6454;
	outline: 0;
	padding: 1px 10px 1px 10px;
	border-radius: 1px;
	}

/*-- Mouse-over --*/
a.ex_link:hover {
	background-color: #8ec29b;
	text-decoration: none;
	}

/* -------------------------------------------------------------- */


/* ------------------------------------------------------------ 1. Flickr Button -- */

/* -- Used in the Blog

Book Scan - 1000 icons, symbols and pictograms (posted on 9 feb 2013)

--*/


/*-- Toggle Text Display - DO NOT TOUCH --*/

/*-- Beekeepers photostream --*/
div#flickr_tablediv span#photostream {
	display:inline;
	text-shadow: 1px 1px 1px #99e287;
	}

/*-- Mouse-over hide this--*/
div#flickr_tablediv:hover span#photostream {
	display:none;
	text-decoration: none;
	}

/*-- When there is no Mouse-over do not display this--*/
div#flickr_tablediv span#flickr {
	display:none; 
	color: #0063db;
	text-decoration: none;
	}
	
/*-- Mouse-over display this--*/
div#flickr_tablediv:hover span#flickr {
	text-decoration: none;
	display:inline;
	}
	
/*-- Toggle Text Display - DO NOT TOUCH - END--*/

div#flickr_tablediv {
	margin-left:auto;
	margin-right:auto;	
	width:350px; /* -- This will stop the mouse-over from leaking outside the box -- */
	}

table#flickr_tablemargin {
	font-family: cuprum, sans-serif;
	font-size: 25px;
	color: #262626;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 8px;
	border-radius: 20px;
	background-color: #6ab557;
	width: 350px;
	border: 5px solid #262626;
	box-shadow: 1px 1px 1px #737373;
	}
	
table#flickr_tablemargin:hover {
	background-color: white;
	text-decoration: none;
	}

/*-- 'r' with diferent color --*/
span.flickr_r {
	color: #ff0084;
	text-decoration: none;
	}

/* -------------------------------------------------------------- */
