/*---------------------------------------------------------------------------------------- Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
  border:0;
}

/*---------------------------------------------------------------------------------------- Body */

body {
	font-size: 82.5%;
  font-family: Calibri, Helvetica, Arial, sans-serif;
  background: #fff;
	color: #000;
	padding: 0;
	height: 100%;
	margin: 0;
}

html>body {
	font-size: 12px;
	height: 100%;
}

/*---------------------------------------------------------------------------------------- Structure */

#container {
  width: 780px;
  margin: 0 0 0 80px;
}

#container #navigation {
  text-align: center;
  padding: 20px 10px 0;
  background: #534741;
  border-bottom: 3px solid #448ccb;
}

#container #title {
  padding: 1.5em 0;
/*  background: #fff;
  border-bottom: 1px solid #eee;*/
}

#container #content {
  margin-top: 3em;
  padding-bottom: 2em;
}

#container #content #main {
  width: 460px;
  margin-right: 20px;
  float: left;
}

#container #content #aux {
  width: 300px;
  float: left;
}

#container #boxes {
  clear: both;
  margin-bottom: 3em;
  padding-top: 3em;
  border-top: 2px solid #f26522;
}

#container #boxes #media, #container #boxes #live_dates, #container #boxes #fans, #container #social #tweet, #container #social #fb_ms, #container #social #mailing_list {
  width: 250px;
  float: left;
}

#container #boxes #live_dates, #container #social #fb_ms {
  margin: 0 15px;
}

#container #boxes #media ul#tracks {
  margin-bottom: 1em;
}

#container #social {
  border-top: 2px solid #0072bc;
  padding-top: 3em;

  clear: both;
}

#container #content #aux .show, #container #boxes #live_dates .show, #container #media {
  margin-bottom: 1em;
}

#container #footer {
  clear: both;
  border-top: 2px solid #ec008c;
  margin: 1.5em 0;
  padding-top: 1.5em;
}

#container .half_left {
  width: 380px;
  margin-right: 10px;
  float: left;
  margin-bottom: 1.5em;
}

#container .half_right {
  width: 380px;
  margin-left: 10px;
  float: left;
  margin-bottom: 1.5em;
}

#container #flickr, #container #youtube, #container #forum {
  margin-bottom: 1em;
}

/*---------------------------------------------------------------------------------------- Boxes */

#container #media ul {
  border-top: 1px solid #eee;
}

#container #media li {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

#container #media li a {
  display: block;
  line-height: 30px;
  padding-left: 20px;
  text-decoration: none;
  background: url('/images/generic/play.png') no-repeat 5px bottom #fff;  
  border-bottom: 1px solid #eee;
  color: #000;
}

#container #media li a:hover {
  background: url('/images/generic/play.png') no-repeat 5px top #fff;
  color: #c8d000;
}

#container #media li a.current {
  background: url('/images/generic/play.png') no-repeat 5px top #eee;
}

#container #media li a .quiet {
  color: #999;
}

#container #boxes a#all_media {
  display: block;
  font-size: 0.83333em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  border-top: 1px solid #ccc;
  padding-top: 1em;
  margin-top: 1em;
}

#container #flickr a {
  margin-right: 3px;
}

#container #flickr a img, #container #youtubes a img {
  border: 1px solid #000;
}

#container #flickr a:hover img, #container #youtubes a:hover img  {
  border: 1px solid #7bacc0;
}

/*---------------------------------------------------------------------------------------- Social */

#container #tweet a#follow {
  font-family: "nudista-web-1","nudista-web-2", Calibri, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  background: #333;
  padding: 5px 5px 4px;
  font-size: 0.8333em;
  font-weight: 600;
  text-decoration: none;
  float: left;
  margin-top: 3px;
}

#container #tweet a.date {
  color: #999;
  text-decoration: none;
}

#container #tweet a#follow:hover {
  color: #7bacc0; 
}

#container #social #mailing_list #sign_up {
  margin-bottom: 1.5em;
}

#container #social #mailing_list #sign_up .error {
  display: block;
  color: #666;
}

#container #social #mailing_list #sign_up input, #container #social #mailing_list #sign_up select {
  margin: 0.5em 0;
}

/*---------------------------------------------------------------------------------------- Home */

#container #content #home_capture {
  float: left;
  font-family: "nudista-web-1","nudista-web-2", Calibri, Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.1em;
}

#container #content #home_capture img {
  margin-bottom: 1em;
}

#container #content #aux a#all_news {
  display: block;
  font-size: 0.83333em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  border-top: 1px solid #ccc;
  padding-top: 1em;
}

#container #latest_news {
  margin-bottom: 2em;
}

/*---------------------------------------------------------------------------------------- Content */

#container #title a {
  color: #000;
  text-decoration: none;
}

#container #title a:hover {
  color: #7bacc0;
}

#container #content #main h1 {
  font-size: 2.5em;
  font-weight: 600;
  margin-bottom: 0.25em;
}

#container #content #main h1 .date {
  font-weight: 300;
  color: #666;
}


#container #content #main p {
  margin-bottom: 1.5em;
}

#container #content #aux h3 {
  font-size: 1.1em;
  font-weight: 600;
  color: #000;
}

#container #content #aux .news {
  margin-bottom: 1em;
}

#container #content #aux .show .date, #container #boxes #live_dates .show .date {
  font-size: 0.8333em;
  text-transform: uppercase;
  color: #448ccb;
}

#container #content a.read_more {
  font-size: 0.83333em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
}

#container #content #capture img {
  margin: 0 0 10px 0;
}

#container #aux #albums {
  margin-bottom: 1.5em;
}

#container #aux .quote {
  font-size: 1.25em;
  margin-bottom: 1em;
}

#container #aux h2 img {
  margin-bottom: 0.5em;
}

#container #aux h2 {
  font-size: 1.1em;
  font-family: "nudista-web-1","nudista-web-2", Calibri, Helvetica, Arial, sans-serif;
  margin-bottom: 1.5em;
}

#container #photos, #container #videos {
  margin-bottom: 1.5em;
}

#container #photos a {
  margin-right: 2px;
}

#container #photos a img {
  border: 1px solid #000;
}

#container #photos a:hover img {
  border: 1px solid #7bacc0;
}

#container a.video {
  width: 180px;
  display: block;
  float: left;
  text-decoration: none;
}

#container a.video img {
  border: 1px solid #000;
  margin-bottom: 0.25em;
}

#container a.video:hover img {
  border: 1px solid #448ccb;
}

#zoom {
  z-index: 9999;
}

#container #content #main #purchase_links {
  font-weight: normal;
}

#container #content #main #purchase_links a {
  font-weight: bold;
}

#container #content #main #purchase_links.content {
  margin-bottom: 1.5em;
}

/*---------------------------------------------------------------------------------------- Navigation */

#container #navigation ul {
  margin: 0 auto;
}

#container #navigation ul li {
  display: inline;
}

#container #navigation ul li a {
  font-family: "nudista-web-1","nudista-web-2", Calibri, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.2em;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  display: block;
  float: left;
  padding: 10px;
  border: none;
}

#container #navigation ul li a:hover, #container #navigation ul li a.current {
  color: #448ccb;
}

#container #navigation ul li a.current {
  background: url('/images/navigation/on_marker.png') bottom center no-repeat;
}

#container #navigation ul li a.mailing_list, #container #navigation ul li a.contact {
  font-weight: 400;
  float: right;
}

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

#container #footer a {
  font-family: "nudista-web-1","nudista-web-2", Calibri, Helvetica, Arial, sans-serif;
  color: #000;
}

/*---------------------------------------------------------------------------------------- Classes */

#container .title {
  font-size: 1.5em;
  font-weight: 500;
  color: #7bacc0;
  color: #000;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0.5em;
  font-family: "nudista-web-1","nudista-web-2", Calibri, Helvetica, Arial, sans-serif;
}

.quiet {
  color: #999;
}

/*---------------------------------------------------------------------------------------- Tags */

h1 {
  font-family: "nudista-web-1","nudista-web-2", Calibri, Helvetica, Arial, sans-serif;
  font-size: 2.5em;
  font-weight: 300;
}

#container #title h1 {
  line-height: 46px;
  padding-top: 3px;
}

#container #title img {
  float: left;
  margin: 0 1em;
}

#container #title object {
  float: left;
  vertical-align: top;
}

#container img.right {
  float: right;
  margin: 0 0 10px 10px;
}

#container #player {
  position: relative;
  z-index: 1;
}

#container iframe {
  height: 23px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0.5em;
  z-index: 1;
}

#container #boxes iframe {
  width: 248px;
  padding: 5px 0px;
  background: #fff;
}

#container #aux #media iframe {
  width: 252px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px 23px;
}

/*---------------------------------------------------------------------------------------- Links */

a, a:link, a:visited {
  color: #f26522;
}

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

/*---------------------------------------------------------------------------------------- Fixes */

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
