/*  

Theme Name: Half Dozen Gallery

Theme URI: http://www.halfdozengallery.com

Description: Theme for Half Dozen Gallery

Version: 1.0

Author: Timothy Mahan

Author URI: http://www.halfdozengallery.com

*/

/*---------------------------Header----------------------------------*/

#header {

	float: left;

	width: 380px; height: 200px;

	text-transform: uppercase;

	list-style: none;

	line-height: 24px;

	font-size: 16px;

	font-weight: 500;

	color: #666666;

}

#header a, #header a:visited {

	text-decoration: none;

	color: #C4C4C4;

	padding: 0 0 0 8px;

}

#header a:hover {

	color: #666666;

	padding: 0 0 0 8px;

}

#header .current_page_item, #header .current_page_ancestor {

	background: url(images/menu-arrow.png) no-repeat;

}

#header .current_page_item a, #header .current_page_item a:visited, #header .current_page_item a:hover, #header .current_page_ancestor a, #header .current_page_ancestor a:visited, #header .current_page_ancestor a:hover {

	color: #666666;

}

#menu1 .current_page_item, #menu1 .current_page_ancestor {

	background: url(images/menu-arrow-menu1.png) no-repeat;

}

#menu1 {

	float: left;

	width: 160px;

}

#menu2, #menu3, #menu4 {

	float: left;

	width: 190px;

}

/*---------------------------General Content Container---------------*/

#container{

	float: left;

	width: 590px;

	padding: 0 0 0 0px;

}

#container .entry {

	padding: 0 0 50px 8px;

}