/*
Theme Name: Lunamedia
Theme URI: http://www.lunamedia.co.uk/
Description: Lunamedia Custom theme
Version: 1.0
Author: Luke Burford
Author URI: http://www.lunamedia.co.uk
Tags: dark, custom

*/



/* Global */

html{
	background: #2e2c2c url(images/body-bg.png) no-repeat top center;;
	color: #f0f1e7;
}

body{
	width: 960px;
	margin: 0 auto;
	font: normal 62.5% "Lucida Grande", Helvetica, Arial, sans-serif;
	line-height: 1.8em;
}



h1, h2{
	margin-bottom: 12px;
font-family: "Futura Regular", Futura, "Lucida Grande", Helvetica, Arial, sans-serif;
font-weight: normal;
font-weight: lighter;
font-size: 16px;
}

h3{
font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
font-weight: normal;
        color: #c7df17;
font-size: 14px;
}

li{
	list-style-type: none;
}

a:link, a:visited, a:active{
	text-decoration: none;
	color: #c7df17;
	outline: none;
}

a:hover, a:focus{
	text-decoration: underline;
	color: #fff;
}

a img{
	border: none;
}



/* Layout */

#container{
	position: relative;
	top: 0;
	left: 0;
	width: 960px;
	font-size: 1.2em;
}

#header{
	position: absolute;
	top: 0;
	left: 0;
	width: 960px;
	border-bottom: 1px solid #6a6464;
}

#content-main{
	float: left;
	margin-top: 210px;
	width: 670px;
line-height: 1.85em;
}

#sidebar{
	float: left;
	width: 250px;
	margin: 210px 0 0 40px;
}

#footer{
	float: left;	
	margin: 12px 0 0 0;
	width: 960px;
	text-align: right;
	font-size: 0.9em;
	background: url(images/post-ornament.png) no-repeat 0 10px;
	color: #ccc;
	border-top: 1px solid #6a6464;
}


/* Header Area */

#header p#logo{
	float: left;
	margin: 0;
	text-indent: -9999px;
	height: 167px;
	width: 390px;
	background: url(images/header.png) no-repeat top left;
}

#header p#blog-header{
float: left;
	margin: 0;
	text-indent: -9999px;
	height: 167px;
	width: 390px;
	background: url(images/header-blog.png) no-repeat top left;
}

h1#latest-posts{
float: left;
	margin: 0 0 20px 0;
	text-indent: -9999px;
	height: 32px;
width: 630px;
	background: url(images/blog.png) no-repeat top left;
}


.header-block{
	float: left;
	height: 162px;
	width: 170px;
	margin: 0 1px;
	padding:  30px 9px 0 9px;
	font-size: 0.95em;
	background: url(images/block-bg.png) no-repeat top center;
}

.header-block.alt{
	background: url(images/block-bg-alt.png) no-repeat top center;
}


.header-block h2{
	text-indent: -9999px;
	margin: 0 0 6px 0;
	height: 32px;
	width: 169px;
}


h2#contact-head{
	background: url(images/contact-head.png) no-repeat top left;
}

h2#portfolio-head{
	background: url(images/portfolio-head.png) no-repeat top left;
}

h2#subscribe-head{
	background: url(images/subscribe-head.png) no-repeat top left;
}



#rss{
	float: right;
	margin: 0 0 8px 8px;
}

/* Main Content */


/* Sidebar Styles */

#sidebar ul{
	padding: 0;
}

#sidebar ul li ul li{
	padding: 0.5em 0;
	border-top: 1px solid #2f2f2f;
}

#sidebar ul li ul li:first-child{
	padding-top: 0;
	border: none;
}	

#search-box{
	margin-top: 20px;
}

/* Footer Styles */

#footer li{
	display: inline;
}

.validation-icon{
	margin-left: 4px;
}

/* Post Styles */

.post{
        margin-bottom: 60px;
	padding: 0 40px 20px 0;
	background: url(images/post-ornament.png) no-repeat bottom center;
}

.post h2 a{
color: #fff;
}

.post h2 a:hover{
text-decoration: underline;
}

.post-date{
	float: left;
	display: inline;
	width: 40px;
	height: 45px;
	margin: 0 10px 0 0;
	background: url(images/calendar.png) no-repeat;
}

.month{
	padding-top: 4px;
	text-align: center;
	font-family: Futura, Georgia, serif;
	color: #2e2c2c;
}
	
.day{
	margin-top: -10px;
	text-align: center;
	font-family: Futura, Helvetica, sans-serif;
	color: #990000;
}

code {
	display: block;
	width: 570px;
	margin: 0 40px;
	padding: 10px;
	font: 1em 'Courier New', Courier, Fixed;
	color: #222;
	background: #eee;
	border: 1px solid #6a6464;
	}

cite{
	font-style: normal;
}

blockquote{
clear: both;
font: italic 1em  Georgia, Times, serif;
	margin: 0;
padding: 0 10px;
color: #c6c3b2;
}

blockquote p{
margin: 0 0 4px 0;
padding: 0;
line-height: 1.4em;
}

/* Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;

	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}





.wp-caption {
	margin: 0 25px;
	padding-top: 4px;
	text-align: center;
	background: #222;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}



.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* Comments */

textarea#comment{
	width: 600px;
}

ol.commentlist li{
	float: right;
	width: 552px;
	margin-bottom: 8px;
	padding: 8px 20px 8px 94px;
}

ol.commentlist li.alt{
	background: url(images/block-bg-alt.png) repeat-x top left;
}

.avatar{
	float: left;
	margin: 0 0 0 -75px;
	padding: 3px 2px 15px 4px;
	background: url(images/polaroid.png) no-repeat top left;
	
}

/* Contact Form */

form.wpcf7-form{
	width: 350px;
	margin: 0 auto;
	padding-left: 15px;
	background: url(images/block-bg-alt.png) repeat-x top left;
	border: 1px solid #6a6464;
}

/* Cloud */

ul#cumulus{
position: relative;
top: 0;
left: -50px;
width: 300px;
}
