/*
Theme Name:  Less Noise More Love
Theme URI:  http: //www.matthewzammit.com
Description:  LNML
Version:  0.1
Author:  Matthew Zammit
Author URI:  http: //www.matthewzammit.com/
*/

img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px; }
}

div#content {
	/* This is the only important rule */
	/* We need our content to show up on top of the background */
	position: relative;
/*	background-image:url(images/dotted.png);
	background-repeat:repeat-x repeat-y;
*/
/*	/*display:block;*/
    /*set the div in the top-left corner of the screen*/
/*    position:absolute;
    top:0;
    left:0;
  */  
    /*set the width and height to 100% of the screen*/
/*    width:100%;
    height:100%;*/
}



html, BODY {
	background-color: #333;
	background-attachment: fixed;
	background-size: 100%;
	/*background-image:url(images/back/rotate.php);
	background-repeat:repeat-x repeat-y;*/
	/*background-position:top left;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: black; 
	height: 100%;
	margin:0px;
	padding:0px;
	margin-top:30px;	
}

a {
	color: #ed1c24; 
	font-weight: bold;
}

img {
	border-style:none;
}

h1{
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	font-size: 30px;
/*	line-height:10px;
*/}


h1 a{
	color:#000;
	text-decoration:none;
}

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

h2{
	margin-top:0px;
	margin-bottom:0px;
	font-size: 20px;
}

h2 a{
	color:#000;
	text-decoration:none;
}

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


#footer{
	height:50px;
}

#head{
	width:960px;  
	margin:0px auto; 
}

#logo {
	padding:0px 20px 0px 20px;
	text-align:right;
	background-color:#ed1c24;
	float:left;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
}

#logo p{
	margin:0px;
}

.logo{
	color:#FFFFFF;
	font-size:80px;
	font-weight: bold;
}

#nav {
	margin-top:30px;
	background-color:#ed1c24;
	padding:5px;
	padding-right:30px;
	padding-bottom:0px;
	text-align:left;
	float:right;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	vertical-align:middle;
}

#nav ul {padding:0px; margin:0px;}

#nav ul li{
	padding:0px;
	list-style:none;
	padding-left: 30px;
	text-align:left;
	float:left;
	display: inline-block;
	font-size:20px;
	color:#000;
	font-weight:bold;
}

#nav ul li a{
	color: #ffffff;
	text-decoration:none;
}

#nav ul li a:hover{
	color: #000000;
}

#musicplayer {
	float:right;
	padding-top:20px;
/*	position:absolute;
	top:10px;
	right:20px;
	*/
}

#wrapper{
	width:960px; 
	margin:0px auto; 
	text-align:left;
}

#main{
	width:600px;
	display:block;
	float:left;
}

#bcomments{
	width:600px;
	display:block;
	float:left;
}

#bcomments ul {
	list-style:none;
}


#sidebar{
	width:330px;
	margin-left:30px;	
	float:left;
	margin-top:60px;
}


.sidebar{
	background-color:#FFF;
	padding:20px;
	margin-bottom:30px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	  /* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:0.9;
  float:none;
}

.sidebarSmallLeft{
	width:110px;
	height:60px;
	background-color:#FFF;
	padding:20px;
	margin-bottom:30px;
	margin-right:20px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	  /* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:0.9;
  float:left;
}

.sidebarSmallRight{
	background-color:#ed1c24;
	color: #FFF;
	font-size:15px;
	text-align:center;
	width:110px;
	height:60px;
	padding:20px;
	padding-top:30px;
	padding-bottom:10px;
	margin-bottom:30px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	/* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity:0.9;
	float:right;
}

/*front blog post WITHOUT comment */
.bpost{
	padding:20px;
	background-color:#FFF;
	margin-top:60px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	  /* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:0.9;
}

/*front blog post with comment */
.bpostComment{
	padding:20px;
	background-color:#FFF;
	margin-top:20px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	  /* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:0.9;
}

.bsection{
	padding:20px;
	background-color:#FFF;
	margin-top:30px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	  /* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:0.9;
}

/*actual comments below post*/
.bsectionComment{
	padding:20px;
	background-color:#FFF;
	margin-top:15px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	  /* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:0.9;
}


.btext{

}

.100opacity{
	  /* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1.0;
}

.otherpage{
	padding:20px;
	background-color:#FFF;
	margin-top:60px;
	margin-botton:20px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
  /* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:0.9;
}

.pagesNewer{
	margin-right:117px;
	text-align:center;
	float:left;
	width:200px;
	padding:20px;
	background-color:#FFF;
	margin-top:60px;
	margin-botton:20px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
  /* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:0.9;
}


.pagesOlder{
	text-align:center;
	float:left;
	width:200px;
	padding:20px;
	background-color:#FFF;
	margin-top:60px;
	margin-botton:20px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
  /* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
   opacity:0.9;
} 

.comment_meta {
	font-weight:bold;
}
	

.readmore a {
	background-color:#ed1c24;
	color:#FFF;
	display:block;
	position:relative;
	width:75px;
	font-weight: bolder;
	padding:5px;
	text-align:center;
	text-decoration:none;
	top:30px;
	left:480px;
}

.readmore a:hover {
	background-color:#000;
	color:#fff;
}

.comments_ref /*a*/ {
	background-image:url(images/chatbubble.png);
	background-repeat:no-repeat;
/*	background-color:#ed1c24;*/
	color:#ffffff;
	display:block;
	position:relative;
	width:30px;
	height:30px;
	font-weight: bolder;
	padding:5px;
	text-align:center;
	text-decoration:none;
	bottom:-50px;
	left:555px;
	z-index:60;

}

.comments_ref a:hover {
	background-color:#000;
	color:#fff;
}



.clearFloat{
	float:none;
	clear:both;
}

.date_ref {
    font-size: x-small;
    color: #999999;
 }