/*   
Theme Name:Bosh it
Theme URI: http://craft.bosh.me/theme
Description: new one
Author: JC
Author URI: http://simon.bosh.me
Version: 0.1
*/

body {
	/*font-family: "Verdana", "Lucida Fax", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;*/
	font-family:Verdana, Geneva, sans-serif;
	margin:0;
	padding:0;
	background: url('bg.jpg');
	color:#FFFFFF;
}

a, a:active, a:visited {
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color: #DB4650;
}

#menu {
	background:url('bg-table.jpg');}

.post-content { font-size:12px;
color:#FFFFFF}
.post-title {color:#FFF;}


/* MAIN NAVIGATION
========================================== */
#navigation {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background: url('images/bg-nav.png') no-repeat left top;
	font-family: "Verdana", "Lucida Fax", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size:10px;
}


#navigation .container {
	height: 42px;
	overflow: visible;
}
#nav {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 100;
	background: transparent url(images/nav-bg.gif) repeat-x left top;
	background-color: #DB4650;
	text-align: right;
	/* line-height: 175%; */
}
#nav li {
	position: relative;
	float: left;
	height: 42px;
/*	font-size: 100%; */
}
#nav li.last-page-item a {
	background-image: none;
}
#nav li a {
	display: block;
	float: left;
	background: url(images/nav-separator.gif) no-repeat right top;
	padding: 11px 12px 10px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
	text-align: left;
}
#nav li a:hover,
#nav ul li a:hover,
#nav li.current_page_item a,
#nav li.current_page_parent a {
	color: #FFD3D4;
}

#nav li ul {
	position: absolute;
	visibility: hidden;
	float: none;
	top: 42px;
	left: 0px;
	width: 150px;
	margin: 0;
	padding: 5px 10px 6px 10px;
	z-index: 10000;
	border: 1px solid #C0ACB2;
	border-bottom-width: 2px;
	border-bottom-color: #AF9DA3;
	border-top: 0;
	background-color: #fff;
	opacity: 0.97;
}

#nav li:hover ul,
#nav li.iehover ul {
	visibility: visible;
}
#nav ul li{
	display: block;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
/*	font-size: 100%; */
	line-height: 100%;
	overflow: hidden;
	white-space: normal;
	border-bottom: 1px dotted #E1DAB7;
}
#nav ul li:last-child {
	border-bottom: 0;
}
#nav ul li a {
	display: block;
	width: auto;
	height: auto;
	float: none;
	font-weight: normal;
	background-image: none;
	padding: 6px 0;
	white-space: normal;
	color: #666;
}
#nav li.current_page_item ul li a,
#nav li.current_page_parent ul li a {
	color: #666;
}
#nav li ul li a:hover,
#nav li.current_page_item ul li a:hover,
#nav li ul li.current_page_item a {
	color: #DA444F;
}


#nav li.nav-start {
	background: transparent url(images/nav-start.gif) no-repeat left top; 
	width:12px;
	height:42px;
}
#nav li.nav-end {
	background: transparent url(images/nav-end.gif) no-repeat right top; 
	width:12px;
	height:42px;
}


