/*
	Credit: Michael Dick.
	Url: http://www.m1k3.net
	Email: michael.dick@m1k3.net
*/

/* =Misc.
---------------------------------------------------*/

*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Arial;
	line-height: 96%;
	background: #fff url(/images/layout/bg.gif) repeat-x;
	width: 900px;
}

ul#skipTo { display: none; }
p { margin: 0 0 10px; }

div.spacer
{
	width: 5px;
	float: left;
	height: 100px;
}

a
{
	color: #666;
	text-decoration: underline;
}

a:hover
{
	color: #6d8ebf;
	text-decoration: none;
}

.submit
{
	font-family: arial;
	font-size: 12px;
}

/* =Header.
---------------------------------------------------*/

div#header
{
	height: 85px;
	width: 760px;
	background-color: #fff;
}

div#header div#headerInner
{
	padding: 16px 0 0;
	width: 720px;
}

div#header h1 a
{
	float: right;
	text-indent: -999999px;
	height: 53px;
	width: 92px;
	background: #fff url(/images/layout/logo.gif) no-repeat;
}

/* =Nav.
---------------------------------------------------*/

ul#nav
{
	padding-left: 50px;
	list-style: none;
	height: 20px;
}

ul#nav li
{
	list-style: none;
	float: left;
}

ul#nav li a
{
	padding: 5px 2px 4px;
	text-decoration: none;
	font-size: 11px;
	color: #fff;
	display: block;
	font-weight: bold;
}

ul#nav li a#selected
{
	padding: 5px 2px 4px;
	background-color: #fff;
}

ul#nav li a#selected span { background-color: #666; }

ul#nav li a:hover
{
	padding: 5px 2px 4px;
	background-color: #fff;
}

ul#nav li a span { padding: 5px 15px 4px 10px; }
ul#nav li a:hover span { background: #666 url(/images/layout/nav_arrow.gif) no-repeat 7px 7px; }

html[xmlns*=""] body:last-child ul#nav
{
	padding-left: 50px;
	list-style: none;
	height: 20px;
	background: url(/images/layout/nav_bg.gif) repeat-y;
}

html[xmlns*=""] body:last-child ul#nav li
{
	list-style: none;
	float: left;
}

html[xmlns*=""] body:last-child ul#nav li a
{
	padding: 5px 2px;
	text-decoration: none;
	font-size: 11px;
	color: #fff;
	display: block;
	font-weight: bold;
}

html[xmlns*=""] body:last-child ul#nav li a#selected
{
	padding: 5px 2px;
	background-color: #fff;
}

html[xmlns*=""] body:last-child ul#nav li a#selected span { background-color: #666; }

html[xmlns*=""] body:last-child ul#nav li a:hover
{
	padding: 5px 2px;
	background-color: #fff;
}

html[xmlns*=""] body:last-child ul#nav li a span { padding: 5px 15px 5px 10px; }
html[xmlns*=""] body:last-child ul#nav li a:hover span { background: #666 url(/images/layout/nav_arrow.gif) no-repeat 7px 12px; }

/* =Bottom.
---------------------------------------------------*/

div#bottomWrapper
{
	margin: 5px 0;
	clear: both;
	width: 610px;
	float: left;
}

/* =sub nav.
	---------------------------------------------------*/

div#subNav
{
	font-size: 11px;
	font-weight: bold;
	float: left;
	width: 135px;
	padding: 25px 0 25px 5px;
}

div#subNav div {width: 135px;}

div#subNav a
{
	color: #9b9c9f;
	display: block;
	padding-left: 15px;
	text-decoration: none;
}

div#subNav a:hover
{
	color: #6d8ebf;
	text-decoration: none;
	background: url(/images/layout/submenu_arrow.gif) no-repeat 5px 3px;
}

div#subNav li a#selected
{
	color: #6d8ebf;
	text-decoration: none;
}

div#subNav ul { list-style: none; }

div#subNav ul li
{
	list-style: none;
	margin-bottom: 15px;
}

div#subNav ul li ul li
{
	list-style: none;
	margin-bottom: 3px;
}

/* =content.
---------------------------------------------------*/

div#content
{
	width: 441px;
	float: left;
	margin-top: 4px;
}

div#content img { margin-left: 4px; }

div#contentInner
{
	color: #666;
	font-size: 14px;
	padding: 15px;
	float: left;
}

div#contentInner h1
{
	color: #6d8ebf;
	font-size: 12px;
	margin-bottom: 10px;
}

div#contentInner ul,
div#contentInner ol { padding-left: 30px; }

div#entry a,
		div#entry p
{
	color: #666;
	padding-left: 20px;
}

div#entry a:hover
{
	color: #6d8ebf;
	text-decoration: none;
	background: url(/images/layout/submenu_arrow.gif) no-repeat 5px 3px;
}

/* =sub content.
---------------------------------------------------*/

div#secContent
{
	color: #9b9c9f;
	padding: 18px 0 0;
	float: left;
	width: 200px;
	margin-left: 16px;
	vertical-align: top;
}

div#secContent a
{
	color: #9b9c9f;
	display: block;
	padding-left: 20px;
	padding-bottom: 4px;
	text-decoration: none;
}

div#secContent a:hover
{
	color: #6d8ebf;
	text-decoration: none;
	background: url(/images/layout/submenu_arrow.gif) no-repeat 5px 3px;
}

div#secContent ul
{
	list-style: none;
	padding: 5px 0;
}

div#secContent ul li
{
	list-style: none;
	margin-bottom: 0px;
}

div#secContent h2
{
	font-size: 11px;
	padding: 5px 0 5px 20px;
	color: #666;
	background: url(/images/layout/secContent_bg.gif);
}

div#secContent ul
{
	list-style: none;
	font-size: 12px;
	margin-bottom: 15px;
}

div#secContent div#spotlight
{
	height: 55px;
	background-image: url(/images/layout/spotlight.gif);
	background-position: 20px;
	background-repeat: no-repeat;
}

div#secContent em
{
	display: block;
	margin-top: 3px;
	font-style: normal;
}

/* =Footer
---------------------------------------------------*/

div#footer p
{
	color: #666;
	clear: both;
	font-size: 11px;
	padding: 10px;
}

div#footer a { color: #666; }

/* =Press
---------------------------------------------------*/

ul#nav_categories { margin-left: 10px; }

ul#nav_categories li
{
	padding: 0;
	font-weight: normal;
	margin: 0;
}

span#email a { padding: 0; }
span#email a:hover { background: none; }

/* =homeBottom .
---------------------------------------------------*/

div#pressHome
{
	width: 200px;
	float: left;
}

div#homeBottom a
{
	color: #8b8b8b;
	display: block;
	padding-left: 20px;
	text-decoration: none;
}

div#homeBottom a:hover
{
	color: #6d8ebf;
	text-decoration: none;
	background: url(/images/layout/submenu_arrow.gif) no-repeat 5px 3px;
}

div#homeBottom ul
{
	list-style: none;
	padding: 5px 0;
}

div#homeBottom ul li
{
	list-style: none;
	margin-bottom: 5px;
}

div#homeBottom h2
{
	font-size: 11px;
	padding: 10px 0 10px 20px;
	color: #666;
	background: url(/images/layout/secContent_bg.gif);
}

div#homeBottom ul
{
	list-style: none;
	font-size: 12px;
	margin-bottom: 15px;
}

div#homeBottom div#spotlight
{
	height: 55px;
	width: 200px;
	text-indent: -999999px;
	background: url(/images/layout/spotlight1.gif);
}

div#homeBottom em
{
	display: block;
	margin-top: 3px;
	font-style: normal;
}

div#footer p.designed a { font-size: 9px; }
div#footer p.designed a:hover { color: #9aafca; }

div#edit
{
	padding: 4px;
	background-color: #ccc;
	border: 1px solid #333;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

div#edit a { padding-left: 0; }

div#edit a:hover
{
	background: none;
	background-image: none;
}
