@import url("reset.css");
@import url("basic.css");
@import url("type.css");

/* Columns */

div.columns {
}

div.columns div.column {
float: left;
overflow: hidden;
padding: 0 20px 0 0;
}

div.columns div.full-width {
position: relative;
padding-right: 0;
margin-bottom: 20px;
margin-right: -20px;
margin-left: -20px;
width: 994px;
}

div.columns div.column-1 {
width: 200px;
}

div.columns-b div.column-1 {
width: 630px;
}

div.columns div.column-2,
div.columns div.column-2-3 {
width: 733px;
padding-right: 0;
}

div.columns div.column-2-3 div.column-2 {
width: 410px;
padding-right: 20px;
}

div.columns-b div.column-2,
div.columns div.column-2-3 div.column-3 {
width: 303px;
padding-right: 0;
}

div.columns div.column div.module {
margin: 0 0 30px;
}

/* Functions menu */

ul.functions {
background: #fff;
border-bottom: 1px solid #9e9e9e;
border-top: 1px solid #9e9e9e;
padding: 1px 0 0;
}

ul.functions li {
float: left;
text-transform: uppercase;
}

ul.functions li a {
padding: 4px 0 0 17px;
background: url(../img/sprites.gif) no-repeat;
font-weight: normal;
color: #666;
}

ul.functions li.rate {
background: url(../img/pipe.gif) no-repeat 100% 50%;
padding: 0 8px 0 0;
margin: 0 8px 0 0;
}

ul.functions li.comment a {
background-position: 0 -17px;
}

ul.functions li.share {
float: right;
}

ul.functions li.share a {
background-position: 0 -34px;
}

/* Tour */

div.schedule h2 {
background-image: url(../img/splatter-2.gif);
}

div.schedule ul {
font-size: 1em;
}

div.schedule ul li {
padding: 2px 0 2px 20px;
margin: 0 0 2px;
}

div.schedule ul li h3 {
display: inline;
font-size: 1.1em;
font-family: Arial, Helvetica, sans-serif;
color: #47453e;
padding: 0 8px 0 0;
}

div.schedule ul li h4 {
display: inline;
font-size: 1.2em;
font-weight: bold;
}

div.schedule ul li p {
margin: 0;
font-size: 1.1em;
line-height: 1.45;
}

div.schedule ul.js-active li div.toggle {
cursor: pointer;
}

div.schedule ul.js-active li div.info {
display: none;
}

div.schedule ul.js-active li.over,
div.schedule ul.js-active li.open {
background: #3b3b3b url(../img/tour-arrow.gif) no-repeat 8px 7px;
color: #fff;
}

div.schedule ul.js-active li.over h3,
div.schedule ul.js-active li.open h3 {
color: #fff;
}

div.schedule ul.js-active li.open div.info {
display: block;
}

div.schedule p.more {
padding: 0 0 0 20px;
}

/* Flash objects */

div.flash-holder img,
div.flash-holder object {
display: block;
}

/* Sub navigation */

ul.sub-navigation li {
text-transform: uppercase;
margin: 0 0 10px;
}

ul.sub-navigation li.sel a {
text-decoration: underline;
}

/* Logos */

ul.logos li {
float: left;
margin: 0 15px 10px 0;
}

/* Social networks */

ul.social li {
width: 100%;
margin: 0 0 6px;
}

ul.social li a {
display: block;
padding: 0 0 0 23px;
font-weight: normal;
line-height: 16px;
background: url(../img/social.gif) no-repeat;
color: #000;
}

ul.social li.twitter a {
background-position: 0 -16px;
}

ul.social li.flickr a {
background-position: 0 -32px;
}

ul.social li.lastfm a {
background-position: 0 -48px;
}

ul.social li.ilike a {
background-position: 0 -64px;
}

ul.social li.myspace a {
background-position: 0 -80px;
}

/* Gallery */

div.gallery-view img {
display: block;
margin: 0 0 15px;
}

div.gallery-view p {
margin: 0 0 15px;
}

div.gallery-thumbs ul {
width: 743px;
margin: 0;
}

div.gallery-thumbs ul li {
float: left;
margin: 0 10px 10px 0;
}

div.gallery-thumbs ul img {
float: left;
}

/* Blog feed */

div.blog-feed dl {
line-height: 1.4;
}

div.blog-feed dl dt {
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
color: #808080;
}

div.blog-feed dl dd {
margin: 0 0 1em;
}

div.blog-feed dl dd span.comments {
color: #666;
text-transform: uppercase;
padding: 4px 0 0 17px;
background: url(../img/sprites.gif) no-repeat 0 -17px;
}

/* Blog archive */

div.blog-archive ul li span.toggle {
display: block;
padding: 0 0 0 10px;
font-weight: bold;
background: url(../img/arrow-right.gif) no-repeat 0 5px;
cursor: pointer;
}

div.blog-archive ul li ul {
font-size: 1em;
margin: 0 0 10px 10px;
}

div.blog-archive ul li ul li a {
color: #000;
font-weight: normal;
}

div.blog-archive ul li ul li span.month {
float: left;
width: 80px;
}

div.blog-archive ul li ul li span.posts {
float: left;
}

div.blog-archive ul.js-active li ul {
display: none;
}

div.blog-archive ul.js-active li.open span.toggle {
background-image: url(../img/arrow-down.gif);
background-position: 0 7px;
}

div.blog-archive ul.js-active li.open ul {
display: block;
}

/* Blog */

div.blog {
margin: 0 0 25px;
}

p.blog-more {
text-align: right;
}

p.blog-more a {
background: url(../img/arrow-right-color.gif) no-repeat 100% 3px;
padding: 0 12px 0 0;
}

div.comments h3 {
font-size: 1.4em;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
color: #000;
margin: 0 0 1em;
}

div.comments ol {
font-size: 1em;
}

div.comments ol li {
padding: 0 0 15px;
margin: 0 0 15px;
border-bottom: 1px solid #e5e5e5;
}

div.comments ol li h4 {
font-size: 1.2em;
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
color: #000;
margin: 0 0 0.75em;
}

div.comments ol li p {
margin: 0;
}

div.comments div.form {
padding: 0 0 20px;
border-bottom: 1px solid #e5e5e5;
}

div.comments div.form input.field,
div.comments div.form textarea.field {
border: 1px inset #909090;
padding: 4px;
}

div.comments div.form textarea.field {
width: 385px;
}

div.comments div.form input.submit {
background: #f3f3f3;
}

div.comments div.form label {
font-size: 1.2em;
display: block;
}

div.comments div.form div.row {
margin: 0 0 10px;
}

div.comments div.form div.buttons {
text-align: right;
padding-right: 15px;
}

div.comments div.form div.row-column {
float: left;
width: 50%;
}

div.comments div.form div.row-column input.field {
width: 180px;
}


/* Layout */

body {
background: #000 url(../img/bg.jpg) no-repeat 50% 0;
}

div#wrapper {
width: 994px;
margin: 0 auto;
}

div#header {
}

div#logo {
position: absolute;
top: -999px;
left: -999px;
width: 0px;
height: 0px;
overflow: hidden;
}

div#main {
padding: 0 20px 200px;
background: #fff url(../img/bg-flower.jpg) no-repeat 0 100%;
}

/* Navigation */

div#navigation {
background: url(../img/menu-bg.jpg) no-repeat;
}

div#navigation ul {
margin: 0;
}

div#navigation ul li {
float: left;
}

div#navigation ul li a {
float: left;
height: 60px;
text-indent: -999em;
overflow: hidden;
background: no-repeat;
}

div#navigation ul li.sel a,
div#navigation ul li a:hover {
background-position: 0 -60px;
}

div#navigation ul li.m-start a {
background-image: url(../img/m-start.gif);
width: 121px;
}

div#navigation ul li.m-news a {
background-image: url(../img/m-news.gif);
width: 114px;
}

div#navigation ul li.m-videos a {
background-image: url(../img/m-videos.gif);
width: 122px;
}

div#navigation ul li.m-pictures a {
background-image: url(../img/m-pictures.gif);
width: 147px;
}

div#navigation ul li.m-biography a {
background-image: url(../img/m-biography.gif);
width: 185px;
}

div#navigation ul li.m-community a {
background-image: url(../img/m-community.gif);
width: 161px;
}

div#navigation ul li.m-army a {
background-image: url(../img/m-army.gif);
width: 143px;
}

/* Footer */

div#footer {
overflow: hidden;
width: 953px;
margin: 0 0 5px;
padding: 20px;
background: #fff url(../img/footer.gif) no-repeat;
}

div#footer p,
div#footer h3,
div#footer ul {
font-size: 1.1em;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
margin: 0 0 0.5em;
}

div#footer-column-1,
div#footer-column-2,
div#footer-column-3,
div#footer-column-4 {
float: left;
border-right: 1px solid #e5e5e5;
padding: 0 20px 0 0;
margin: 0 25px 0 0;
min-height: 145px;
}

div#footer-column-1 {
width: 466px;
padding: 90px 0 0;
min-height: 0;
}

div#footer-column-1 ul {
font-size: 1.2em;
line-height: 1.33;
}

div#footer-column-1 ul li {
float: left;
width: 33%;
}

div#footer-column-1 ul li ul {
font-size: 1em;
}

div#footer-column-1 ul li ul li {
width: 100%;
}

div#footer-column-1 ul li h3 {
font-size: 1em;
text-transform: uppercase;
color: #666;
}

div#footer-column-3 {
width: 125px;
}

div#footer-column-4 {
width: 230px;
padding: 0;
border: none;
}

div#copyright p {
font-size: 1.1em;
text-align: right;
color: #545454;
}










/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
