/*

Copyright (c) 2009 Aleksandr Vladimirskiy

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

*/

body,
body * {
	color: #fff;
	font-family: Helvetica, sans-serif;
}

a,
a:active,
a:visited,
a:hover,
a:focus {
	outline: none;
}

img {
	vertical-align: middle !important;
}

/* @group Blueprint overrides */

.container {
    background: #161616 url(/static/images/background-borders.png) repeat-y;
}

.column {
    margin-bottom: -200px;
    padding-bottom: 200px;
}

p + p {
    text-indent:0;
    }

/* @endgroup */

.content {
    overflow: hidden;
}

.content-control-container a {
    text-decoration: none;
}

.content-control {
    
}


.tags dl dd {
    display: inline;
}

.alt {
	color: #fff;
}

/* @group Header */

.header {
    background-image: url("/static/images/header.jpg");
    background-repeat: no-repeat;
    overflow: hidden;
    text-align: center;
}

.header-wrapper {
    text-align: left;
}

.logo {
	height: 175px;
    overflow: hidden;
}

.logo h1 {
    margin: 0;
    padding-top: 320px;
}

/* @endgroup */

/* @group Navigation */

.navigation {
	height: 50px;
}

.navigation ul,
.navigation ul li {
    list-style: none;
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

.navigation ul {
	padding-top: .5em;
}

.navigation ul li {
    display: inline;
    margin-right: 5px;
}

.navigation ul li a {
	color: #e0ff00;
    font-size: 1.2em;
    line-height: 2em;
    text-decoration: none;
    text-transform: uppercase;
}

/* @endgroup */

.time {
	font-size: .8em;
	color: #666;
}

.galleries-list h3,
.content-control-container h3 {
    background-color: #666;
    padding: .5em;
}

.gallery {

}

.grid h3,
.gallery h3,
.album h3,
.albums h3,
.tweets h3,
.pages h3,
.featured-venues h3 {
    background-image: url("/static/images/cross.jpg");
    background-repeat: no-repeat;
	padding-left: 40px;
	padding-top: 10px;
    height: 32px;
    margin: 0;
	text-align: left;
	color: yellow !important;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #ff00d2;
}

.coming-soon,
.pages ul,
.featured-venues ul {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin: 0;	
}

.pages ul li,
.featured-venues ul li {
	width: 100%;
	margin-bottom: .5em;
	font-size: 1.2em;
	font-weight: bold;
}

.featured-venues ul li a,
.featured-venues ul li a:visited,
.featured-venues ul li a:hover,
.featured-venues ul li a:active,
.pages ul li a,
.pages ul li a:visited,
.pages ul li a:hover,
.pages ul li a:active {
	text-decoration: none;
	border: none;
	display: block;
	padding-bottom: .25em;
	padding-right: 1em;
    color: #0ddf00;
    text-align: right;
	text-transform: uppercase;
}

.coming-soon p {
	font-size: 4em;
	padding-bottom: .25em;
	padding-left: 1em;
    color: #0ddf00;
}

.slide-control,
.content-control {
	display: none;
	text-decoration: none;
	cursor: pointer;
}

.shown {
	display: inline;
}

.rollup .navigation ul li a {
    font-size: 1em;
}

/* @group Album */

.album-thumb {
    padding-top: 1em;
    padding-bottom: 1em;
    background-color: #ff00d2;
	text-align: center;
}

/* @endgroup Album */

/* @group About */

.about-message * {
    color: #00fffa;
}

/* @endgroup */

/* @group Home thumbnail */

.thumbnail {
	background-color: #ff00d2;
	padding: 0 auto;
	text-align: center;
}

.thumbnail-title {
    background-image: url("/static/images/cross.jpg");
    background-repeat: no-repeat;
    height: 60px;
    text-align: left;
}

.thumbnail-title a {
	color: yellow;
	text-decoration: none;
	text-transform: uppercase;
}

.thumbnail .object-link {
    font-size: 1em;
    font-weight: bold;
    display: block;
    border-right: 1px solid yellow;
    height: 60px;
}

.thumbnail a img {
	margin: 1em auto;
}

.object-link,
.client-link {

}

/* @endgroup */

/* @group Footer */

.footer {
}

.footer-wrapper {
    height: 133px;
    text-align: center;
    background: url("/static/images/footer.jpg") no-repeat;
}

.footer p {
	color: #333;
}

/* @endgroup */

/* @group Gallery */

.gallery_title {
	display: block;
	border: none;
	text-decoration: none;
}

/* @endgroup */

/* @group theOtherFancyBox */

.fancyThumb {
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
    background-color: #ff00d2;
}

/* @endgroup */

/* @group Pagination */

.pagination {
	text-align: center;
	font-size: 1.2em;
	text-transform: capitalize;
}

span.step-links a,
span.step-links a:active,
span.step-links a:hover {
	color: #fff;
}

/* @endgroup */

/* @group Tweets */

.tweets {

}

.tweets ul {
	margin: 0;
    list-style: none;
    list-style-type: none;
    list-style-image: none;
    padding-left: 1em;
}

.tweets ul li {
    font-size: 1.2em;
    margin-bottom: .5em;
    color: #0DDF00;
}

.tweets ul li a,
.tweets ul li a:visited,
.tweets ul li a:active,
.tweets ul li a:hover {
    color: #0DDF00;
}

/* @endgroup */

/* @group Django logging */

#django_log,
#django_log * {
    color: #000 !important;
}

#embed_input {
    color: #000;
}

/* @endgroup */
