/*
THEME NAME: CLF
DESCRIPTION: Content Management theme for Camp Lake Fire
AUTHOR: The Letter D.
AUTHOR URI: http://TheLetterD.com.au
*/

@import url('css/reset.css');
@import url('css/grid.css');

/*
General styles 
-- In theory won't change
*/

html {
	overflow-y: scroll;
}

html, body{
	height: 100%;
}

body{
	font: 77%/1.33 Verdana, Arial, sans-serif;
}

h2{
	font-size: 1.15em;
}

h2, p, ul, hr, .post{
	margin-bottom: 1.33em;
}

h3{
	font-size: 1em;
}

a:link, a:visited{
	text-decoration: none;
}

ul{
	list-style: none;
}

#logo{
	padding: 15px 15px 0 15px;
	width: 115px;
	margin-left: 130px;
	background-color: white;
}

#logo a:link, #logo a:visited{
	text-indent: -9999px;
	width: 115px;
	height: 115px;
	background: url(images/CLF_Logo.png) top left no-repeat;
	display: block;
}

#nav ul{
	list-style: none;
	font-size: 1.15em;
	padding-bottom: 1.33em;
	border-bottom: #669900 1px solid;
	
}

#nav ul, #nav p{
	width: 115px;
}

.post{
	border-top: #669900 0 solid;
}

.post p, .post ul{
	width: 375px;
}

.post li{
	padding-left: 14px;	
	background: transparent url(images/CLF_Bullet.png) left 8px no-repeat;
}

.full-height{
	min-height: 100%;
	background: transparent url(images/CHA_W_Bg.png) left 130px no-repeat;
	width: 795px;
  	margin: 0 auto;
}

#content, #nav{
	padding-top: 25px;
}

.white{
	background-color: white;
}

#push{
	height: 45px;
}

#footer{
	background-color: white;
	height: 45px;
	margin-top: -45px;
}

#footer div{
	border-top: #669900 1px solid;
	padding-top: 8px;
}

.float-left{
	float: left;
}

.float-right{
	float: right;
}

hr{
	border: none;
	border-top: #669900 1px solid;
}

/*
Page specific
-- Will be overwritten on pages other than the homepage
-- Link colour and background change mostly
-- R #FF0000
-- G #669900
-- B #6699FF
*/

body{
	background: url(images/CLF_Bg_Green.png) top left repeat;
}

a:link, a:visited{
	color: #669900;
}

a:hover, a:visited:hover{
	color: black!important;
}

#logo a:hover, #logo a:visited:hover{
	background: url(images/CLF_Logo_Green.png) top left no-repeat;
}



