/*

This file is for WNO to use for custom styling.

COLOURS 

Orange: 			#e47128
Page Grey:		#bfbfbf
Marker Yellow: #f8f7b2
Text:				#222 


COMMON IMAGE WIDTHS

Primary:			580px
Editorial:		270px
Thumbnails:		190px
	
*/


/* |-|-|-|-|-|-| FRONT PAGE |-|-|-|-|-|-| */

/* Background */

/* Set colour of background canvas here - default black */
body.page-id-3 {
	background-color:black;
}

/* Set main background here (width 950px, image or solid colour) */
body.page-id-3 .container {
	/*background-image: url('http://www.wno3.org.uk/wp-content/uploads/2010/06/meister_backdrop_new.jpg');*/
	/*background-image: url('http://www.wno3.org.uk/wp-content/uploads/2010/07/decobg.jpg');*/
	background-repeat: no-repeat;
}

/* Set width of Post (anything up to 950px) */
body.page-id-3 .entry {
	width: 580px;
}

/* Highlight linkable text */
body.page-id-3 .entry a {
	/* background-color: #fff; */
	/* padding: 0.3em 0.3em 0.5em 0.3em; */
}


/* Make Edit Link visible */
body.page-id-3 .entry span.edit-link a {
	color: #fff;
}

/* Set padding to position the post */
body.page-id-3 .entry {
	padding-top: 0px;
	padding-left: 187px; /* for a 580px post, the padding should be 190px (950-580=380, 380/ 2=190) */
}

/* Set position of footer elements (how far to push them down the page) */
body.page-id-3 .entry {
	padding-bottom: 0px;
}

/* Set position of social icons */
body.page-id-3 #social-icons-frontpage ul {
	margin: 0px 0;
}

/* Colour of footer navigation */
div#foot-nav-frontpage ul li, div#foot-nav-frontpage ul li a {
	color: ;
}


/* |-|-|-|-|-|-| NOTEPAD |-|-|-|-|-|-| */

/* Styles this unique Notebook entry */
body.postid-613 { 
	background-color: #fff;	/* Gives the whole page (body) a background color */
}

/* Style the post area */
/*
body.postid-613 div.post {
	background-image: url(http://www.wno3.org.uk/wp-content/uploads/2010/03/goingunderground1.jpg); 
	background-repeat: no-repeat;
}
*/



