/* 
	meline.css stylesheet
	Copyright (c) 2011 Eleanor Ratliff
	check out my pretty CSS :)
*/

/* body */
body {
	font-family: Helvetica, Ariel, sans-serif; 
	word-spacing: 0.25 em;
	font-size: 100%;
	color: #a4e0fc;
	background: #3d445d;
	margin: 0;
	padding: 20px 0;
} 

html {
	overflow-y: scroll;
}
/* to prevent "centering jumps" */

@font-face {
	font-family: 'RalewayThin';
	src: url('font/raleway_thin-webfont.eot');
	src: local('☺'), url('..font/raleway_thin-webfont.woff') format('woff'), url('font/raleway_thin-webfont.ttf') format('truetype'), url('font/raleway_thin-webfont.svg#webfontnF3kUzPR') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* headers */

h1 {
	font: 50px/49px 'RalewayThin', Helvetica, Arial, sans-serif; 
	letter-spacing: 0;
	margin: 0 0 20px 0;
}

h2 {
	font: 37px/36px 'RalewayThin', Helvetica, Arial, sans-serif; 
	letter-spacing: 0;
	margin: 0 0 20px 0;
}

h3,h4,h5 {
	font: 27px/26px 'RalewayThin', Helvetica, Arial, sans-serif; 
	letter-spacing: 0;
	margin: 10px 0 20px 0;
}

/* paragraph and lists */

p,ul,ol {
font: 17px/26px 'RalewayThin', Helvetica, Arial, sans-serif;
letter-spacing: 1px;
margin: 0 0 20px 0;
}

li {
margin: 0 0 5px 0;
}

/* links */
a {text-decoration: none;}

a:link, a:visited {color: #ffd800;}
a:hover, a:active, a:focus {
outline: none;
color: #a4e0fc;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

img.spaced {margin: 5px 0 10px 0}

/* overall container */
#container {
width: 900px;
margin: 10px auto;
padding: 0px;
}
/* left and right auto margin centres the page in complient browsers */

/* banner */
#banner {
width: 900px;
display: block;
margin: 0 0 30px 0;
padding: 0;
}

#banner h1{
	margin: 0;
	padding: 5px 0;
	text-align: right;
	font-size: 50px;
	line-height: 42px;
} 


/* local nav section */
#leftnav {
	width: 180px;
	padding: 3px 0 0 0;
	float: left;
	text-align: right;
}

/* local navigation menu style */
#leftnav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#leftnav li{
	margin: 0;
	padding: 0;
	font-size: 50px;
	line-height: 42px;
}

/* page content */
#content {
width: 700px;
margin: 0;
padding: 0;
float: right;
text-align: left;
}

/* page content container with scissors graphic background */
#content-x {
background: url(images/css/scissors.png) no-repeat 305px 5px;
width: 680px;
height: 560px !important;
margin: 0;
padding: 0 0 0 20px;
float: right;
}

/* page content in centre column */
#middle {
width: 360px;
padding: 0 20px;
float: left;
}

/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
	... made extra awesome by Eleanor
*/

/* Most common stuff you'll need to change */

	.slide-holder {
		width: 60px;
		float: left;
		margin: 0 300px 0 0;
	}

	.coda-slider-wrapper { background: ; padding: 0; }
	.coda-slider {  }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 400px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 360px; }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 }
	
	/* nav box */
	.coda-nav {
		width: 300px;
		float: right;
		margin: 0;
		padding: 0;
	}
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { 
		display: block; 
		float: left; 
		width: 60px;
		height: 60px;
		margin: 0 0 20px 20px; 
		padding: 8px; 
		border: #ffd800 2px dashed; 
		text-decoration: none; 
	}

	
	/* Tab nav */
	.coda-nav ul li a.current { 
		border: #ffd800 2px solid; 
	}
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 0 20px 0 20px; margin: 0; background: ; }
	
	.panel-wrapper img {
		margin: 0 0 20px 0;
	}
	
	/* Preloader */
	.coda-slider p.loading { padding: 0; }

/* Don't change anything below here unless you know what you're doing - OF COURSE I KNOW WHAT I'M DOING (famous last words) */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: 0; padding: 0; line-height:none; overflow: hidden }
	.coda-nav ul li { display: inline; margin: 0; padding: 0; }
	.coda-nav ul li a { 
		display: block; 
		float: left;
		width: 60px;
		height: 60px; 
		margin: 0 0 20px 20px; 
		padding: 8px; 
		border: #ffd800 2px dashed;
		text-align: right;
		text-decoration: none; }

	.coda-nav img {display: block; }

	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	