/*
 *	Body
 */

body {
background:#000;
color:#fff;
font-family:arial, sans-serif;
}

/********* helpers *********/
.floatRight { float: right; }
.floatLeft  { float: left; }
.right  { text-align: right; }
.left   { text-align: left; }
.center { text-align: center; }
.clear, .clearer { clear: both; }
.block  { display: block; }


/* Generic IE-only Hack */
* html body {
	
}

/*
 *	Links
 */

a {
	color					: #fff;
	text-decoration			: none;
}

a:hover {
	color					: #fff;
	text-decoration			: underline;
}

/*
 *	Paragraph, Code, Blockquote
 */

p {
	
}

code {
	white-space				: pre;
}

blockquote {
	
}

/*
 *	Headings
 */

h1	{
	
}

h2	{
	
}

h3	{
	
}

h4	{
	
}

h5	{
	
}

h6	{
	
}

/*
 *	Lists
 */
 
ul {
	
}

ol {
	
}

li {
	
}

ul li {
	
}

ol li {
	
}

#wrapper{
margin:80px auto;
width:730px;
}

#wrapperWide{
margin:80px auto;
width:1000px;
}

#header{

}

#header h1{
width:400px;
height:23px;
background:url(../images/little-black-gallery-logo.gif) no-repeat;
text-indent:-999em;
padding-bottom:4em;
}

#header h1 a{
width:400px;
height:23px;
display:block;
text-indent:-999em;
}

#contentWrapper{

}

#content{
width:570px;
padding-top:5em;
}

#content h2{
font-size:1.6em;
color:#eacb08;
padding-bottom:20px;
}

#content h3{
font-size:1.2em;
line-height:1.2em;
padding:0 4px 4px 4px;
display:none;
}

#content p{
font-size:1.2em;
line-height:1.2em;
}

#footer{
font-size:1.2em;
line-height:1.2em;
}

#content p, #footer p{
padding-top:1.5em;
}

#content p.yellow, #footer p.yellow{
padding-bottom:5em;
color:#ffcb08;
text-transform:uppercase;
}

#content p.yellow a, #footer p.yellow a{
color:#ffcb08;
text-decoration:none;
}

#content p.yellow a:hover, #footer p.yellow a:hover{
color:#ffcb08;
text-decoration:underline;
}

#footer a{
color:#ffcb08;
text-decoration:none;
}

#footer a:hover{
color:#ffcb08;
text-decoration:underline;
}

.slideshow{
width:720px;
height:359px;
overflow:hidden;
margin-bottom:20px;
}

#navigation{
width:245px;
float:right;
padding-top:5em;
}

#navigation h2{
width:245px;
font-size:1.6em;
color:#606d64;
background:url(../images/hr.gif) bottom repeat-x;
padding:0 0 5px 0;
margin:0 0 10px 0;
}

#navigation ul{
width:245px;
font-weight:bold;
color:#606d64;
padding:0 0 10px 0;
}

#navigation ul li{
padding:0 0 5px 0;
}

#navigation ul ul{
float:right;
width:200px;
}

#navigation ul h3{
font-size:1.2em;
font-weight:bold;
}

#navigation ul h5{
font-size:1.2em;
font-weight:bold;
float:left;
}

#navigation ul p{
font-size:1.0em;
line-height:1.2em;
font-weight:bold;
}

#navigation ul a{
color:#606d64;
text-decoration:none;
}

#navigation ul a:hover, #navigation ul a.selected, #navigation ul a.selected{
color:#eacb08;
text-decoration:none;
}

#navigation ul a h3.view{
padding-left:20px;
background:url(../images/view.gif) no-repeat;
}

.showHolder{
padding-right:25px;
}

.showHolder p{
float:right;
width:500px;
}




/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
