/*
Theme Name: Luna Eyewear News
Theme URI: http://www.sparkstudio.com.au
Description: This Wordpress theme is only licensed for use by Luna Eyewear.
Author: Spark Studio
Author URI: http://www.sparkstudio.com.au
*/

html, body {
	margin: 0px;
	background-image: url(lunaelements/bg01.jpg);
	background-position: center;
	background-repeat: repeat-y;
	height: 100%;
}

div#contain {
	width: 860px;
	margin: 0px auto 0px auto;
	background-image: url(lunaelements/bg01.jpg);
	background-position: center;
	background-repeat: repeat-y;
	min-height:100%;
}

/* HEADER ELEMENTS */

div#blackheader {
	width: 800px;
	height: 50px;
	background-color: #000;
	margin: 0px auto 0px auto;
	position: relative;
	display: block;
	
}

div#blackheadercontent {
	width: 676px;
	height: 28px;
	margin-top: 20px;
	margin-left: 107px;
	position: relative;
	float: left;
}

div#flickrtab {
	width: 256px;
	height: 28px;
	float: right;
	display: inline;
	background-image: url(lunaelements/flickrtab.jpg);
	background-repeat: no-repeat;
}

div#visitsite {
	width: 256px;
	height: 28px;
	float: left;
	display: inline;
}

/* CONTENTELEMENTS */

.clearfloat {
	clear:both;
    	height:0;
    	font-size: 1px;
    	line-height: 0px;
}
div#headerbackground {
	width: 860px;
	height: 225px;
	margin: 0px auto 0px auto;
	position: relative;
	display: block;
	background-image: url(lunaelements/header01.jpg);
	background-position: center;
	background-color: #FFF;

}

div#contentcontainer {
	width: 800px;
	margin: 0px auto 0px auto;
	position: relative;
	display: block;
	padding: 1px;
	margin-bottom: 0px;
}





div.postcontent {
	width: 586px;
	display: block;
	position: relative;
	margin: 15px auto 0px auto;
	padding: 1px
}

div.postdate {
	width: 105px;
	display: inline;
	float: left;
}

div.posttext {
	width: 465px;
	display: inline;
	float: right;
	
}

div.hr {
	width: 586px;
	height: 5px;
	position: relative;
	margin: 15px auto 0 auto;
	background-image: url(lunaelements/hozline.jpg);
	background-position: center;
	background-repeat: none;
}
/* FOOTER */

div.footernavigation {
	width: 586px;
	height: 50px;
	display: block;
	position: relative;
	margin: 15px auto 0px auto;
	padding: 1px
}

div.footersitelink {
	width: 125px;
	display: inline;
	float: left;
	margin-top: 0px;
	position: relative;
}

div.nextpage {
	width: 155px;
	display: inline;
	float: right;
	text-align: right;
	margin-top: 12px;
	position: relative;
}

div.previouspage {
	width: 155px;
	display: inline;
	float: left;
	margin-top: 12px;
	position: relative;
}

/* TYPOGRAPHY */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #999;
	letter-spacing: 0.5px;
}

p.sitelink {
	margin-top: 7px;
	
}

a.sitelink {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

a.sitelink:hover{
	text-decoration: none;
	color: #999;
}

p.flickrlink {
	margin-top: 7px;
	margin-right: 90px;
	text-align: right;
	
}


a {
	font-size: 12px;
	text-decoration: none;
	color: #999;
}

a:hover{
	text-decoration: none;
	color: #fff;
}

h3 {
	color: #fff;
	font-weight: normal;
	font-size: 12px;
}

h2 {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}
	