
/*  
Theme Name: pab's lean wordpress theme
Theme URI: http://fliawebdesign.com
Description: The totally nude Wordpress theme. Phwoar!
Version: 1.0
Author: pab 
Author URI: http://fliawebdesign.com
*/



/* Global reset */
* { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none; font-weight:bold; }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative; } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/*****************************
Go css !!!!!!!!!!!!
*************************/


.clear{clear:both;}

body{
		background:url(images/mel-ste4-bg.jpg) top no-repeat #000;
		background-attachment:fixed;
		color:#fff;
		font:65.5%/1.6 Helvetica, Verdana, Arial,  sans-serif;

		text-align:center;
}

/*=======================TYPOGRAPHY================*/


ul#style_switcher {
background-color:#000000;
border:2px solid #333333;
position:absolute;
right:50px;
top:25px;
}

ul#style_switcher li {padding:5px 10px; border-bottom:1px solid #333;}
 
ul#style_switcher li a{ font-weight:bold; color:#fff; 


}					

					
					p {font-size:1.1em;}
					










.post a{color:#EE66EB; background-color:#fff;}
.post a:hover{background-color:#333; }
.alignleft{ float:left; padding:10px;}

h1#logo{display:block; text-indent:-9999px; background:url(images/melanie-logo-with-star.png) no-repeat;  height:100px; 
}



#header{
			display:block; 
}


ul#nav {
			width:100%;
			padding:2.5em 1em;
			background:url(images/nav-dotted-top-bar.png) no-repeat;

}
#nav li{ 
		  height:37px;
		 
		  list-style:none; 
		  display:inline;
		  margin-right:5px;

  }
#nav li a {
			font-weight:800; 
			font-size:1.55em;
			font-family: Georgia, "Times New Roman", Times, serif;
			color:#fff;
			text-align:center;
			line-height:25px;
			text-transform:uppercase;
			letter-spacing:.12em;


 }
 
 #nav li a:hover {
			 color:#e43d97; 
			 cursor:pointer;
 }
 
 

