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

/*-- Used Links in the Blog -- 

Photoshop CS6 Essential - Type tool 5 (posted on 2 feb 2013)
Photoshop CS6 Essential - Type tool 4 (posted on 1 feb 2013)
Photoshop CS6 Essential - Type tool 3 (posted on 30 Jan 2012)
-- */

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

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

/* ------------------------------------------------------------ 7. 100 cross silhouettes -- */
/* -- Buy this keyboard --*/
a.crosssilhouettes {
	background-color: #e15f7e;
	color: #e5e5e5;
	outline: 0;
	padding: 1px 8px 1px 5px;
	border-radius: 2px;
	}

a.crosssilhouettes:hover {
	background-color:#d83e62; 
	text-decoration:none;
	}
/* -------------------------------------------------------------- */

/* ------------------------------------------------------------ 6. CS6 Index-- */
/* -- Buy this keyboard --*/
a.indexpage {
	float:right;
	background-color: #4d4d4d;
	color: white;
	font-size: 15px;
	outline: 0;
	padding: 5px 10px 5px 10px;
	border-radius: 2px;
	}

a.indexpage:hover {
	background-color:#999999; 
	color: white;
	text-decoration:none;
	}
/* -------------------------------------------------------------- */
	
	
/* ------------------------------------------------------------ 5. External Link -- */
/*-- Link --*/
a.externallink {
	background-color: #5093d0;
	color: #e5e5e5;
	outline: 0;
	padding: 1px 10px 1px 10px;
	border-radius: 1px;
	}

/*-- Mouse-over --*/
a.externallink:hover {
	background-color:#3674ac;
	text-decoration: none;
	}
	
/* ------------------------------------------------------------ 4. Deactivate Link */
/*-- Link --*/
span.deactivate {
	background-color: grey; 
	color: #e5e5e5; 
	padding: 1px 6px 1px 6px;
	border-radius: 2px;
	}

/* ------------------------------------------------------------ 3. Exercise File -- */
/*--- Outer dashed border--*/
span.exer_full {
	background-color: #666666;
	border: 1px dashed darkgrey;
	padding: 8px 3px 8px 8px;
	}

/*--- Download button --*/
a.exer_file {
	background-color: #60b699;
	color: white;
	border-radius: 2px;
	text-decoration:none;
	outline: 0px;
	padding: 5px 11px 5px 11px;
	}
	
/*--- Mouse-over --*/
a.exer_file:hover    {
	background-color:#46947a; 
	text-decoration:none;
	}

/* ------------------------------------------------------------ 2. Table -- */
/*--- table --*/
table#table {
	border: 1px solid grey; 
	}
	
/*--- Full table --*/
table#table_full {
	border: 1px solid grey; 
	width: 100%;
	}

/*--- Data --*/
td.title {
	background-color: #737373; 
	border: 0px solid white; 
	padding: 5px;"
	}
	
td.description {
	background-color: #676767;
	border: 0px solid white;
	padding: 5px;
	}
/* ------------------------------------------------------------ 1. Keyboard Sale -- */
/* -- Buy this keyboard --*/
a.keyboard {
	background-color: #e15f7e;
	color: #e5e5e5;
	outline: 0;
	padding: 1px 8px 1px 5px;
	border-radius: 2px;
	}

a.keyboard:hover {
	background-color:#d83e62; 
	text-decoration:none;
	}
/* -------------------------------------------------------------- */


	