/*
Theme Name: Lunatic Fringe
Theme URI: http://www.lunaticfringesalon.com
Description: The original theme for Lunatic Fringe.
Version: 1.0
Author: Agency Fusion
Author URI: http://www.agencyfusion.com
Tags: black, custom header, fixed width, two columns, widgets

*/



/* Begin Typography & Colors */
body
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #999999;
	background: #000000;
	line-height: 1.7em;
}

h1, h2, h3, h4
{
	padding: 0;
	margin: 0;
}

h2, h2a
{
	font-size: 200%;
	color: #B7D30B;
	text-transform: uppercase;
	padding-bottom: 0.8em;
	font-weight: normal;
}



h3, .entry h2
{
	font-size: 110%;
	text-transform: uppercase;
	color: #B7D30B;
	font-weight: normal;
}

h4
{
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
	font-weight: normal;
}

a
{
	color: #B7D30B;
	outline: none;
	text-decoration: none;
}
a:hover
{
	color: #B7D30B;
	text-decoration: underline;
}
p
{
	margin: 0;
	padding-bottom: 1em;
}

ul
{
	list-style: disc outside;
	margin-left: 2em;
	padding-bottom: 1em;
}
ol
{
	list-style: decimal outside;
	margin-left: 2.5em;
	padding-bottom: 1em;
}


/* End Typography & Colors */





/* Begin Layout */
body 
{
	margin: 0;
	padding: 0;	
}
#header
{
	height: 105px;
	border-bottom: 1px solid #383838;
}
#headerbody
{
	width: 325px;
	height: 45px;
	padding: 20px 0 0 14px;
	border-right: 1px solid #383838;
	float: left;
}
#headernav
{
	width: 100%;
	float: right;
	border-top: 1px solid #383838;
}
#page
{
	width: 990px;
	margin: 0 auto;
}
#content
{
	width: 537px;
	padding: 40px;
	float: left;
	border-right: 1px solid #383838;
}
#sidebar
{
	float: right;
	width: 280px;
	padding: 40px;
}
#footer
{
	clear: both;
	border-top: 1px solid #383838;
}

/* End Layout */





/* Begin Navigation */
#headernav .navtop
{
	list-style: none;
	margin: 0px 30px 0 0px;
	padding: 0;
	float: left;
	text-transform: uppercase;
	font-size: 12px;
}
#headernav .navtop li
{
	float: left;
}
#headernav .navtop li a
{
	color: #999999;
	padding: 10px 15px;
	display: block;
	text-decoration: none;
	line-height: 20px;
}
#headernav .navtop li a:hover
{
	text-decoration: none;
	color: #ffffff;
}
#headernav .navtop li.selected a
{
	color: #B7D30B;
}
/* dropdown nav items */
#headernav .navtop li ul
{
	/* recommended styles */
	display: none;
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;

	/* add custom styles here */
	margin-left: -1px;
	background-color: #000000;
	z-index: 9;
}
#headernav .navtop li:hover ul,
#headernav .navtop li.hover ul
{
	/* recommended styles */
	display: block;
}

/* needed for safari if drop down is going over flash
 * without this, the drop down flickers or even becomes invisible
 * when you mouse over it.
 * This is a hack that causes safari to redraw the drop down nav on top of the flash
 */
#headernav .navtop li:hover ul.redraw,
#headernav .navtop li.hover ul.redraw
{
	/* recommended styles */
	border-bottom: 1px hidden transparent;
}

#headernav .navtop li ul li
{
	/* recommended styles */
	float: none;
	position: relative;

	/* add custom styles here */
	border: 1px solid #000000;
}

#social-links 
{
	float: right;
	margin-top: 36px;	
}

#social-links ul
{
	list-style: none;
	
}

#social-links ul li
{
	float: left;
	
}

#social-links ul li a
{
	display: block;
	padding-left: 2px;
	
}

#social-links img
{
	border: none;
}
/* End Navigation */




/* Being Content */

.author
{
	text-transform: uppercase;
	font-size: 130%;
}

#headerbody a
{
	/* width: 273px; */
width: 303px;
	height: 35px;
	background: url(images/logo.gif) center top no-repeat;
	display: block;
	text-indent: -9999px;
}

	/* Sidebar */
#sidebar ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar ul li
{
	padding: 0 0 30px 0;
}
#sidebar ul li ul li
{
	padding: 0 0 3px 0;
}
#sidebar a
{
	color: #999999;
}

	/* Photos */
.wp-caption p
{
	padding: 4px 0;
	margin: 0 0 1em 0;
	font-size: 110%;
	font-style: italic;
}
img 
{
	border: 1px solid #383838;
}
.alignleft
{
	float: left;
	margin: 0 10px 0 0;
}
.alignright
{
	float: right;
	margin: 0 0 0 10px;
}
.aligncenter
{
	clear: both;
	margin: 0;
}

	/* Posts */
.post
{
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}


/* End Content */
