body {
	font: .825em "Lucida Grande", "Nimbus Sans L", "Segoe UI", "Arial", sans-serif;
	background: #f0f0f0 url(stripes.png);
	color: #000;
	margin: 0;
	padding: 0;
}

a:link,a:visited,a:active {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

h1,h2,h3,h1 a,h2 a,h3 a,h1 a:link,h2 a:link,h3 a:link,h1 a:visited,h2 a:visited,h3 a:visited
	{
	color: #000;
	font-size: 1em;
	margin-top: 1em;
	margin-bottom: 0;
	padding: 0;
	font-weight: bold;
}

h1 {
	font-size: 1.75em;
	margin-top: 0;
	margin-bottom: 1em;
}

h2 {
	font-size: 1.275em;
}

h3 {
	font-size: 1em;
}

#logo {
  -moz-border-radius: .4em;
  -webkit-border-radius: .4em;
  border-radius: .4em;
  -moz-box-shadow: 0 0 5px #999;
  -webkit-box-shadow: 0 0 5px #999;
  -khtml-box-shadow: 0 0 5px #999;
  box-shadow: 0 0 5px #999;
  -webkit-transition-property: color;
  -webkit-transition-duration: 500ms;
  -webkit-transition-timing-function: default;
}

#logo {
	font-size: 1em;
	text-align: center;
  color: #808080;
  padding: .4em;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
}

#logo span {
  font-weight: normal;
}

#logo:hover {
  text-decoration: none;
  color: #000;
}

#pHome #search input {
  font-size: 1.5em;
}

#search fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

#pVoice {
  padding: 2%;
  clear: both;
}

#header {
	background: #000;
  clear: both;
  height: 4em;
}

#header h1 {
  margin: 0;
  padding: .5em 1em;
  color: #fff;
}

#header #logo {
  float: right;
  margin: 1em 2em 0 2em;
}

#header #search {
  float: right;
  padding: 0 2em;
  background: #808080;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  height: 4em;
}

#header #search input {
  margin-top: .75em;
}

#pVoice.col2 .box {
  width: 45%;
  margin: 0 0 2em 0;
}

#pVoice.col2 .even {
  float: left;
  clear: left;
}

#pVoice.col2 .odd {
  float: right;
  clear: right;
}

.box {
  clear: both;
  margin-top: 2em;
  padding: 1em 2% 2% 2%;
  background: #808080;
  background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#666));
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  -moz-box-shadow: 0 0 10px #999;
  -webkit-box-shadow: 0 0 10px #999;
  -khtml-box-shadow: 0 0 10px #999;
  box-shadow: 0 0 10px #999;
}

.box h2 {
  margin: 0 0 1em 0;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 .4em #666;
}

.links {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.links li {
	display: inline;
	margin: 2px 2px 2px 2px;
}

.links a {
	line-height: 200%;
	padding: .5em;
	-moz-border-radius: .4em;
	-webkit-border-radius: .4em;
	border-radius: .4em;
	font-weight: normal;
	color: #fff;
}

.links a:hover {
	color: #fff !important;
	background: #666;
	text-decoration: none;
}

ul.thumbs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

ul.thumbs  li {
	display: inline;
}

ul.thumbs .did {
	position: absolute;
	padding: .5em;
	background: #000;
	opacity: .8;
	display: none;
	font-weight: normal;
	color: #fff;
	vertical-align: middle;
  -moz-border-radius: .4em;
  -webkit-border-radius: .4em;
  border-radius: .4em;
}

ul.thumbs img:hover .did {
	display: inline;
  -moz-box-shadow: 0 0 5px #999;
  -webkit-box-shadow: 0 0 5px #999;
  -khtml-box-shadow: 0 0 5px #999;
  box-shadow: 0 0 5px #999;
}

ul.thumbs img {
	vertical-align: top;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 250ms;
  -webkit-transition-timing-function: default;
  max-height: 75px;
}

ul.thumbs img:hover {
  opacity: .9;
}

#pHome {
  clear: both;
  padding: 2em;
  margin: 2em auto;
  max-width: 40em;
}

#pHome h1 {
  margin: 1em 0 0 0;
  color: #fff;
  font-size: 1em;
  color: #dcdcdc;
}

#pHome #searchBox {
  text-align: center;
  padding: 2em;
}

ul#path {
  clear: both;
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #fff;
  background: #808080;
  background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#666));
}

ul#path li {
  float: left;
}

ul#path li.current {
  padding: .5em .25em;
}

ul#path a {
  float: left;
  display: block;
  color: #fff;
  font-weight: normal;
  padding: .5em .25em;
}

ul#path a:hover {
  background: #666;
  text-decoration: none;
  color: #fff;
  -moz-border-radius: .4em;
  -webkit-border-radius: .4em;
  border-radius: .4em;
}

ul#path a:after {
  content: ' »';
}

#videos, #images {
  background: #000;
}

#langs {
  clear: both;
  list-style: none;
  padding: 2em 0 0 0;
  margin: 0;
  text-align: center;
}

#langs li {
  display: inline;
}

#langs a {
  color: #808080;
  padding: .5em 1em;
}

#langs a:hover {
  -moz-border-radius: .4em;
  -webkit-border-radius: .4em;
  border-radius: .4em;
  background: #dcdcdc;
  text-decoration: none;
}

#langs li.on a {
  color: #fff;
  background: #1A51DB;
  background: -webkit-gradient(linear, left top, left bottom, from(#4185F4), to(#1A51DB));
  -moz-border-radius: .4em;
  -webkit-border-radius: .4em;
  border-radius: .4em;
  text-shadow: 0 0 .2em #666;
}

#footer {
  clear: both;
  padding: 1em;
  font-size: .9em;
  color: #808080;
  text-align: center;
}

#footer a {
  color: #808080;
}