/*

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	font-family: "Lucida Grande", Arial, sans-serif;
	line-height: 1;
	color: #222;
	background: #fff;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}


.clear {
	margin: 0;
	line-height: 1;
	clear: both;
}

/*
------------------------------------------------------------------------
H
------------------------------------------------------------------------
*/

h1 {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #000;
}

h1 a, h1 a:visited {
	text-decoration: none;
	color: #000;
}

h1 a:hover {

}

h1 .trademark {
	margin: -5px 0 0 1px;
	font-size: 8px;
	position: absolute;
}

h2 {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 48px;
	line-height: 48px;
	letter-spacing: -2px;
	font-weight: bold;
	color: #000;
}

h2 a, h2 a:visited {
	text-decoration: none;
	color: #000;
}

h2 a:hover {

}

h2 strong {
	padding: 0 10px 0 10px;
	background: #ffff00;
}

h2 .trademark {
	margin: -5px 0 0 0;
	font-size: 13px;
	color: #999;
	position: absolute;
}

h3 {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	color: #000;
}

h3 a, h3 a:visited {
	text-decoration: underline;
	color: #000;
}

h3 a:hover {
	text-decoration: none;
}

h3 strong {
	padding: 0 5px 0 5px;
	background: #ffff00;
}

h4 {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 28px;
	line-height: 32px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #000;
}

h4 a, h4 a:visited {
	color: #000;
	text-decoration: none;
}

h4 a:hover {
	text-decoration: underline;
}

h4 strong {
	padding: 0 5px 0 5px;
	background: #ffff00;
}

h5 {
	margin: 20px 0 10px 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #000;
}

/*
------------------------------------------------------------------------
content
------------------------------------------------------------------------
*/

.container {
	margin: 0 auto;
	width: 900px;
}


#header {
	padding: 20px 0 20px 0;
	background: #efefef;
}

#logo {
	float: right;
}

p#slogan {
	padding-top:35px;
	width: 500px;
	font-size: 12px;
	line-height: 14px;
	color: #545454;
	float: left;
}


/*
------------------------------------------------------------------------
AD WHITE
------------------------------------------------------------------------
*/

#ad-white {
	padding: 30px 0 30px 0;
	/*border-bottom: 1px solid #ddd;*/
}

#ad-white h2 {
	margin: 0 0 10px 0;
}


/*
------------------------------------------------------------------------
CONTENT
------------------------------------------------------------------------
*/

#content {
	padding: 20px 0 20px 0;
	width: 600px;
	float: left;
}

/* Blog Post */

.content-part {
	padding: 10px 0 10px 0;
}

.entry {
	padding: 0 0 20px 0;
	border-bottom: 1px solid #ddd;
}

#content p {
	margin: 18px 0 0 0;
	font-size: 13px;
	line-height: 18px;
	color: #222;
}

#content p a, #content p a:visited {
	text-decoration: underline;
	color: #222;
}

#content p a:hover {
	text-decoration: none;
}

#content p.meta {
	margin: 0;
	font-size: 11px;
	color: #999;
}

#content p.meta .date {
	padding: 1px 3px 2px 3px;
	background: #efefef;
}

#content p.meta a, #content p.meta a:visited {
	text-decoration: none;
	color: #999;
}

#content p.meta a:hover {
	text-decoration: underline;
}

#content p.meta a .date, #content p.meta a:visited .date {
	text-decoration: none;
	color: #999;
}

#content p.meta a:hover .date {
	text-decoration: underline;
}

#content p.meta a .commented, #content p.meta a:visited .commented {
	text-decoration: none;
	color: #999;
}

#content p.meta a:hover .commented {
	text-decoration: underline;
}

#content blockquote {
	padding: 0 0 0 40px;
	background: url(/images/blockquote.png) no-repeat;
}

#content blockquote p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
}

#content p img {
	padding: 0 0 0 40px;
	background: url(/images/picture.png) no-repeat;
}

#content object {
	padding: 0 0 0 40px;
	background: url(/images/video.png) no-repeat;
}



/*
------------------------------------------------------------------------
SIDEBAR
------------------------------------------------------------------------
*/

#sidebar {
	margin: 35px 0 40px 0;
	padding: 0 0 0 20px;
	width: 155px;
	float: right;
}

#sidebar p {
	margin: 0 0 10px 0;
	font-size: 11px;
	line-height: 16px;
	color: #222;
}

#sidebar p strong {
	color: #222;
}

#sidebar p a, #sidebar p a:visited {
	text-decoration: underline;
	color: #222;
}

#sidebar p a:hover {
	text-decoration: none;
}

#sidebar .about {
	margin: 0 0 0 -10px;
	padding: 10px;
	background: #222;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

#sidebar .search {
	margin: 0 0 0 -10px;
	padding: 20px;
	background: #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

#sidebar .newsletter {
	margin: 0 0 0 -10px;
	padding: 20px;
	background: #efefef;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

#sidebar .rssfeed {
	margin: 0 0 0 -10px;
	padding: 20px;
	background: #fefefe;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

#sidebar .about h5 {
	color: #fff;
}

#sidebar .about p {
	color: #ccc;
}

#sidebar .about p a, #sidebar .about p a:visited {
	text-decoration: underline;
	color: #fff;
}

#sidebar .about p a:hover {
	text-decoration: none;
}

#sidebar .input {
	margin: 0 0 5px 0;
	font-size: 11px;
	color: #222;
	width: 130px;
}

#sidebar .rss {
	margin: 0 5px 0 0;
	float: left;
}

/*
------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------
*/

#footer {
	padding: 20px 0 40px 0;
}

/* Copyright */

#copyright {

}

#copyright .left {
	width: 600px;
	font-size: 11px;
	color: #999;
	float: left;
}

#copyright .right {
	font-size: 11px;
	color: #999;
	float: right;
}

#copyright a, #copyright a:visited {
	text-decoration: underline;
	color: #999;
}

#copyright a:hover {
	text-decoration: none;
}



/* @group prim-content */

.prim-content {
	margin: 0px;
	width: 820px;
	padding: 20px;
	border: 1px solid #ccc;
	/*background: #cccccc;*/
	
}

#values {

	padding: 5px;
	/*background: #cccccc;*/
	
}
#sec-navigation {
	height: 40px;
	font: bold 13px/36px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: lowercase;
	background: #ccc url("../sec-navigation.png") repeat-x;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	margin: -20px -20px 0px;
}

#sec-navigation li {
	padding-right: 2px;
	float: left; 
	background: url("../sec-navigation-li.png") no-repeat right 0;
}

#sec-navigation li.first {
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	border-top-left-radius: 7px;
}

#sec-navigation li.last {
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	border-top-right-radius: 7px;
}

#sec-navigation li.selected {
	background-color: #fff;
	margin-left: -1px;
}

#sec-navigation li.selected.first {
	margin-left: 0;
}

#sec-navigation li a {
	float: left;
	padding: 1px 20px 3px;
	color: #666;
}

#sec-navigation li a:hover,
#sec-navigation li a:focus {
	text-decoration: none;
	color: #333;
}

#sec-navigation li a:active {
	padding-top: 2px;
	padding-bottom: 2px;
}

#sec-navigation li.selected a,
#sec-navigation li.selected a:hover {
	color: #39c;
	cursor: default;
	text-decoration: none;
	padding-left: 21px;
}

#sec-navigation li.selected.first a,
#sec-navigation li.selected.first a:hover {
	padding-left: 20px;
}

#sec-navigation li.selected a:focus {
	color: #069;
}
