/*
Skin name: Faded Blue Jeans
Version: 1.0
Author: Techie Coach
Author uri: http://www.techiecoach.com
Description: Web 2.0ish clean blue fade 
*/


/*
	Background, font and link colors for the entire site
	----------------------------------------------------
*/

body
{
	background-color: white;
	color: black;
}

a
{
	color: #4844BB;
}

a:hover
{
	color: #CA7472;
}




/*
	Background image for the entire site
	---------------------------------------------------
*/

body
{
	background: url('bg.jpg') repeat-x;

}


/*


	Border, background, font and link colors for the site canvas
	------------------------------------------------------------
*/
#navbar
{
    background: #d9eaf5;
}

#body 
{
    background: #d9eaf5;
}


 
#wrapper
{

	border: 0px solid #ECEDCF;
	background: url('bg-wrap.jpg') repeat-x top left #d9eaf5;
	color: black
}




.ms 
.m 
{
	color: white;
	
}


/*
	Border, background, font and link colors for the header
	-------------------------------------------------------
*/

#header div.pad
{
	color: black;
}



.skin #header h1,
#header h1 a 
{
	color: white;
    font-size: 150%;
}
#header h1 a: hover
{
	color: white;
}

#header h2
{
	color: gray;
    font-size: 120%;
}





/**/



/*
	Aligns for the header
	---------------------
*/
#header h1
{
	text-align: center;
}

#header h2
{
	text-align: center;
}


/*



	


Offset for the body
	-------------------
*/

#body
{
	margin: 0px 0px 12px 0px;
     
}

/*
	Title style for each entry
	--------------------------
*/

.entry_header h2
{
	color: black;
}

.entry_header h1
{
	color: black;
}

.entry_header h1 a
{
	color: black;
}

.entry_header h1 a:hover
{
	color: #4844BB;
}

blockquote{
    background-image: url('blockquote.gif');
	}
	
