/*
Theme Name: Twentyeleven Child
Description: Child theme for the twentyeleven theme 
Author: Your name here
Template: twentyeleven
*/

@import url("http://crystallis.co.uk/wordpress/wp-content/themes/twentyeleven/style.css");


/* Global
------------------------------------------- */

#site-title a {
    	color: #12EFFF;
	font: 42px "Palatino Linotype, Book Antiqua, Palatino, serif";
	font-style: italic;
	font-weight: bold;
	line-height: 48px;
	text-decoration: none
}

#site-description {
	color: #FFFFFF;
	font-size: 14px;
	margin: 0 270px 3.65625em 0;
}


#page {
	background: #000000;
}

body, input, textarea {
	color: #12EFFF;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}

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

#access {
	background: #000000; /* Show a solid color for older browsers */
	text-align:center;
}

#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
	display:inline-block;
}

#access a {
	color: #eee;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}



/* =Content
----------------------------------------------- */

#main {
	clear: both;
	padding: 1.625em 0 0;
}

.page-title {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}
.page-title a {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}

.entry-title {
	clear: both;
	color: #12EFFF;   /* was previously #222 */
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: .3em;
	padding-top: 15px;
}
/* changing the colour here changes the initial colour of the permalinked entry-title */
.entry-title,
.entry-title a {
	color: #12EFFF;  /* was previously #222 */
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #1982d1;
}

/* the entry-meta class is for such labels as "posted on" and "posted in" */
.entry-meta {
	color: #FFFFFF;
	clear: both;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a {
	font-weight: bold;
}

/* this is the header for individual posts - the ones that have been linked to from a previous wordpress page */
.singular .entry-title {
	color: #12EFFF;
	font-size: 26px;
	font-weight: bold;
	line-height: 36px;
}

/* =Widgets
----------------------------------------------- */

.widget-area {
	font-size: 12px;
}
.widget {
	clear: both;
	margin: 0 0 2.2em;
}
.widget-title {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}

/* =Footer
----------------------------------------------- */

/* Site Generator Line */
#site-generator {
	background: #000000;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
	padding: 2.2em 0.5em;
	text-align: center;
}
#site-generator a {
	color: #12EFFF;
	font-weight: bold;
}