/*
URI: http://www.ypdpeople.com/
Description:  Styles for the index page of YPD.
Version: 1.0
Author: Mike Jasek
Author URI: http://www.interacts.at
First created: 09/Dec/2009
Last updated:  25/Mar/2010
*/

@import url("reset.css");
@import url("defaults.css");

/* starting header section
****************************************************/
#wrap-header {
	border-bottom: 2px solid #69696a;
	height: 103px;
}
#logo {
	float: left;
	text-align: left;
	width: 256px;
}
#logo a {
	color: #1a171b;
	display: block;
	height: 97px;
	padding-top: 2px;
	width: 202px;
}
#mainmenu {
	padding-left: 255px;
	padding-top: 78px;
	width: 680px;
}
* html #mainmenu { padding-left: 0px;padding-top: 78px;width: auto; }
*+html #mainmenu { padding-left: 0px;padding-top: 78px;width: auto; }

#mainmenu li {
	float: left;
	line-height: 21px;
}
#mainmenu a,
#mainmenu a:active,
#mainmenu a:visited {
	border-bottom: 3px solid #e5e5e6;
	color: #5f5f5f;
	font-size: 10pt;
	font-weight: bold;
	line-height: 12pt;
	margin: 0 8px 10px 0;
	padding: 1px 24px 3px 2px;
}
#mainmenu .active a,
#mainmenu .active a:active,
#mainmenu .active a:visited {
	border-bottom: 3px solid #d7da42;
	color: #5f5f5f;
	font-size: 10pt;
	font-weight: bold;
}
#mainmenu a:hover {
	border-color: #d7da42!important;
	color: #5f5f5f;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
*+html #mainmenu a { display: block; }
*+html #mainmenu li, 
*+html #mainmenu a  { padding-bottom: 4px; }
*+html #mainmenu .active a,
*+html #mainmenu .active a:active,
*+html #mainmenu .active a:visited {
	padding-bottom: 4px;
}

/* begin index structure
****************************************************/
#wrap-indexcontent {
	background-color: #323539;
	clear: both;
	display: block;
	height: auto;
	margin: 22px auto;
	padding: 40px 40px 40px 40px;
}
#wrapall {
	visibility: hidden;
}

/* begin media container
****************************************************/
#media_wrapper {
	background-color: #000000;
	display: block;
	height: 245px;
	overflow: hidden;
	vertical-align: middle;
	width: 800px;
}
#media_wrapper img {
	margin: 0 auto;
	text-align: center;
}
#media_nav_wrapper {
	position: relative;	
}
* html #media_nav_wrapper { width: 800px; }

#media_scroll_left,
#media_scroll_right {
	color: #323539;
	cursor: pointer;
	height: 40px;
	position: absolute;
	top: 130px;
	width: 40px;
	z-index: 1000;
}
#media_scroll_left { background: #323539 url(images/icon_index_right.gif) no-repeat right top;left: 761px; }
#media_scroll_right { background: #323539 url(images/icon_index_left.gif) no-repeat left top;left: 0px; }

/* begin items
****************************************************/
#items_wrapper {
    height: 150px;
    margin: 5px auto;
	overflow: hidden; 
	position: relative;
	width: 800px;
}
#inner_items_wrapper {
	height: 150px;
	position: relative;
	width: 2270px;
}
#inner_items_wrapper .item_wrapper {
	background-color: #32353a;
	border-top: 5px solid #7a7b7d;
	float: left;
	height: 125px;
	margin: 0px 1px;
	padding: 10px;
	text-align: left;
	width: 178px;
}
* html #inner_items_wrapper .item_wrapper { height: 145px;width: 197px; }

#inner_items_wrapper .item_wrapper:hover {
	background-color: #3e4245;
}
#inner_items_wrapper .active {
	background-color: #3e4245;
	border-top: 5px solid #d7da42;
	color: #ffffff;
}
#inner_items_wrapper a { 
	color: #818283;
	text-decoration: none;
}
#inner_items_wrapper .active a {
	color: #d7da42;
	font-weight: bold;
	text-decoration: none;
}
#inner_items_wrapper .active a:hover {
	text-decoration: underline;
}
#inner_items_wrapper h3 {
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 12px;
}
* html #inner_items_wrapper h3 { padding-bottom: 6px; }

#inner_items_wrapper a,
#inner_items_wrapper p,
#inner_items_wrapper p a { 
	font-size: 10px;
	line-height: 14px;
}
.item_wrapper {
	position: relative;
}
.item_wrapper a {
	bottom: 5px;
	right: 10px;
	position: absolute;
}