/*--------------------------------------------------------------
Basic Style Sheet

version:	1
author:		lel palfrey
email:		info@lelpalfrey.com
website:	http://www.lelpalfrey.com
--------------------------------------------------------------*/


body {
	margin:0; 
    padding:0;
	background-color: #262626;
	font-size: 62.5%;
	font-family:arial, verdana,  sans-serif;
	color: #ccc;
	background-image: url(../images/BG1.jpg);
	background-repeat :  repeat-x;
	}
	

/* = Headings
--------------------------------------------------------------*/
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

p{
	margin: 0px;
	padding: 0px;
}

p.description{
	margin: 0px;
	padding-bottom: 10px;
}

p.subscribe{
	margin: 0px;
	padding-bottom: 10px;
}

p.image{
	margin: 0px;
	padding-bottom: 10px;
}

p.player{
	margin: 0px;
	padding: 10px 0 10px 0;
}

/* = Main divs
--------------------------------------------------------------*/
#holder {
	background-color: #FFF;
	border:20px solid #FFF;
	width: 390px;
	margin-left: auto;
	margin-right: auto;
    margin-top:20px;
}

#banner {
	border-bottom:5px solid #FFF;
	margin-left:0px;
	margin-top:0px; 
	background:#FFF;
	font-weight:normal;
	text-transform:uppercase;		
}

#navigation {
	border-top:5px solid #FFF;
	background:#FFF;
	width:390px;
	margin-left:0px;
	margin-top:0px; 
	font-weight:normal;
	
	padding-bottom : 10px;
	text-transform:uppercase;		
}

.side
{
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 1em;
	font-weight: normal;
	line-height: 140%;
	margin-top: 0px;
	padding-top: 10px;
	text-align: left;
}

.item
{
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 1em;
	font-weight: normal;
	line-height: 140%;
	margin-top: 0px;
	padding-top: 10px;
	text-align: left;
	border-bottom: #CCC;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	margin-bottom: 10px;
}

.item ul{
	margin: 0 0 20px 15px;
	padding: 0;
	}
	
.item ul li{
	list-style-position: outside;
	}

#test {
	background-color: #FFF;
	/*float:left;*/
	color:#fff;
	padding-left:0px;
	width: 390px;
	}

* html #test {
	border-right: none;
	padding: 1px;
	}
	
.sidetitle{  
	line-height:140%;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 1em;
	color: #ffffff; 
	background-color: #E5249D;
	text-align:left;	
	padding:5px;
	}
	
.postedBlog	{ 
	background-color :#E6E6E6; 
	font-family:Arial, Helvetica, sans-serif; 
	color:#000000;
	font-size: x-small;
	font-weight:normal;
	padding:7px; 
	text-align:left;	
	}

/* = Main area links / hovers
--------------------------------------------------------------*/
	
#banner a,
#banner a:link,
#banner a:visited,
#banner a:active,
#banner a:hover {
	font-family:verdana, arial, sans-serif;
	font-size: x-large;
	color: #FFF;
	font-weight:bold;
	text-decoration: none;
	}

.side a:link, .side a:visited, .side a:active {
	color: #999999; 
	text-decoration: none; 
	}

.side a:hover { 
	border-top: 0px; 
	border-left: 0px; 
	background-color: #E5249D; 
	color: #ffffff;
	border-bottom: 0px; 
	text-decoration: none;
	}

.item a:link, .item a:visited, .item a:active {
	color: #999999; 
	text-decoration: none; 
	}

.item a:hover { 
	border-top: 0px; 
	border-left: 0px; 
	background-color: #E5249D; 
	color: #ffffff;
	border-bottom: 0px; 
	text-decoration: none;
	}

.postedBlog a:link, .postedBlog a:visited, .postedBlog a:active {
	color: #0066CC; 
	text-decoration: none; 
	}

.postedBlog a:hover { 
	border-top: 0px; 
	border-left: 0px; 
	background-color: #E5249D; 
	color: #ffffff;
	border-bottom: 0px; 
	text-decoration: none;
	}

/* = H1 title
--------------------------------------------------------------*/

.title	{ 
	padding-bottom:7px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 2em;
	font-weight:normal;
	color: #0066CC; 	
	}	
.title a:link, .title a:visited, .title a:active  {
	color: #0066CC; 
	text-decoration: none; 
	}

.title a:hover { 
	border-top: 0px; 
	border-left: 0px; 
	background-color: #0066CC; 
	color: #ffffff;
	border-bottom: 0px; 
	text-decoration: none;
	}


.blogbody{
	margin-top: 20px;
	margin-bottom: 20px;
	color: #666;
	}

/* =Image treatment
--------------------------------------------------------------*/
.images
{
	background-color: #ffffff;
	padding: 10px;
	border-color: #CCC;
	border-width: 1px;
	border-style: solid;
	width: 290px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
	
/* = Generic 
--------------------------------------------------------------*/	
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	}
	
	
	
	
	