/* 
    Document   : base
    Created on : Apr 8, 2009, 12:41:58 PM
    Author     : mikeparkin
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
body
{
	background:#000;
}
.w-contain
{
	width:960px;
	margin-left: 10px;
	/*padding-top: 30px;*/
}

.paddedbottom {
    padding-bottom: 40px !important;
}

/* = Header / Mast
--------------------------------------------------------------------------------*/
#header
{
	background:#000;
}
#logo, #logo-print
{
	padding-top: 9px;
	height:37px;
}

#logo-print {
    display: none;
}

/* = Navigation
--------------------------------------------------------------------------------*/
#navigation div
{
	clear:both;
	min-width: 730px;
}
#navigation ul
{
	height:35px;
}
#navigation ul li
{
	float:left;
	margin-right:30px;
	padding-top: 10px;
	font-family: "Trebuchet MS";
}
#navigation ul li a
{
	text-transform: uppercase;
	display:block;
	text-decoration:none;
	font-size: 11px;
	letter-spacing: 0.08em;	
}
#navigation ul li a:hover
{
	color:#BBBBBB;
}

#nav-1
{
	background:#121212;
}

#nav-2
{
	background:#1A1A1A;
}

#nav-3
{
	background:#1A1A1A;
}

#nav-1 ul li a, #nav-2 ul li a
{	
	color:#888888;
}
#nav-1 ul li a:hover, #nav-2 ul li a:hover
{
	color:#FFFFFF;
}

#nav-1 ul .selected a
{
	color:#FFFFFF;
}

#nav-2 ul .selected a
{
	color:#FF2E34;
}

#nav-3 ul .selected a
{
	color:#FF2E34;
}

#nav-3 ul li a {
    display: inline;
}

#nav-3 ul li {
    margin:0;
    margin-left: 2px
}

/* = Base
--------------------------------------------------------------------------------*/
#body
{
	background:url(../images/bg.jpg) #000000 0 0 repeat-x;
}

#body img
{
	padding:10px 0;
}

#body p
{
	margin-bottom:10px;
}

/* = Structure Document styling
--------------------------------------------------------------------------------*/
#left
{
	width:620px;
	float:left;
}
#right
{
	width:320px;
	float:right;
}

.content, .flashbanner {
    padding-left: 20px;
}

.flashbanner {
	padding-top: 10px;
}

.content p
{
	margin-right: 10px;
	color: #888;
	font-size: 12px;
	text-align: justify;
}

.content ul, #left ul, #right ul
{
	margin: 0 0 20px 0;
}

.content li, #left li, #right li
{
	/*background: url('../images/list-dash.gif') top left no-repeat;*/
	font-size: 12px;
	padding: 0 0 0 8px;
	margin: 0 0 3px 0;
}

div.topmost {
    padding-top: 30px;
}

.photogallery {
    padding-bottom: 15px;
}

.photogallery p {
    margin-bottom: 10px !important;
    color: #a1a1a1;
    line-height: 1.3em;    
}

.photogallery ul {
    margin-top: 20px;
    list-style: none !important;
}

.photogallery h2 {
    margin-bottom: 10px;
    padding-bottom: 0;
    line-height: 0.8em;
}

.photogallery li
{
	float: left;
	background: none !important;
	padding: 0 !important;
	margin: 0 6px 0 0 !important;
}

.photogallery .last
{
	margin: 0;
}

.photogallery a
{
	padding: 0;
	margin: 0;
}

#body .photogallery img
{
	padding: 0;
	margin: 0;
}

.content .lowlight, #left .lowlight, #right .lowlight
{
	color: #777777;
}

dd ul {
    list-style: none !important;
}

div.content ul, div.lowlight ul {
    list-style: disc inside;
}

div.lowlight ul li {
    margin-bottom: 8px !important;
}

/* = Breadcrumbs
--------------------------------------------------------------------------------*/
#breadcrumb
{
	background:#131313;
	padding:0 0 0 35px;
	border-top:1px solid black;
}
#breadcrumb ul li
{
	list-style-type:none;
	float:left;
	color:#ccc;
	padding:8px 5px;
}
#breadcrumb ul li a
{
	color:#ffc;
}


/* = Text Block Styles
--------------------------------------------------------------------------------*/
.landing-block
{	
	border-bottom: 1px solid #444;
	margin-bottom: 10px;
	padding: 10px 0 10px 20px;
	zoom: 1;
	clear: both;
}

.landing-block p {
    color: #A1A1A1;
}

.landing-gallery {
    float: left;
    width: 220px;
    padding: 0;
    margin-left: 20px;
    height: 280px;
}

.landing-block .image
{
	float: right;
	width: 320px;
}

#body .landing-block .image img
{
	padding: 0;
}

.landing-block .copy
{
	float: left;
	width: 580px;
}

.landing-block a
{
	font-weight: bold;
	font-size: 13px;
}

.blog-block {
	margin-bottom: 20px;
	border-bottom: 1px solid #444;
}

h2 {
    padding-bottom: 4px;
}

.blog-block h5 {
    /*border-bottom: 1px solid #444;*/
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.banner {
    padding-bottom: 20px;
    .padding-bottom: 27px;
}

.errors {
    padding-top: 10px;
    border-top: 1px solid #FF2E34;
    border-bottom: 1px solid #FF2E34;
}

.thanks {
    height: 400px;
}


/* = Table Styles
--------------------------------------------------------------------------------*/

table {
	border: 1px solid #222222;
	width: 590px;
	margin: 10px 0;
	border-collapse:collapse;
}

table thead {
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

th {
	text-align: left;
	color: #FFFFFF;
	border-bottom: 1px solid #222222;
}

tr {
	text-align: left;
	border-bottom: 1px solid #222222;
}

td {
	padding: 6px 10px;
	border-bottom: 1px solid #222222;
}

td strong {
    color: #FFFFFF;
}

.date {
	width: 80px;
	padding: 3px 10px;
	border-right: 1px solid #222222;
	border-bottom: 1px solid #222222;
}

.venue {
	padding: 3px 10px;
	border-right: 1px solid #222222;
	border-bottom: 1px solid #222222;
}

div.content table td p {
	margin: 0 !important;
}


/* = Form Styles
--------------------------------------------------------------------------------*/

form {
	border-top: 1px solid #444;
}

dt {
	float:left;
	padding: 4px 0 0 0;
	width:160px;
}

dt.no-wrap{
	width:auto;
}

dl {
	padding: 12px 0 12px 0;
	border-bottom:1px solid #444;
}

dd {
	margin-left:160px;
}


dd span {
	margin: 4px 0 0 0;
	display: block;
	float: left;
}


form input {
	width: 410px;
	margin: 0 0 3px 0;
}

form textarea {
	width: 410px;
	height: 100px;
	margin: 0 0 3px 0;
}

form input[type="checkbox"] {
    width: auto;
    margin-right: 7px;
    vertical-align: middle;
}


#radio-buttons input {
	display: block;
	float: left;
	margin-right: 17px;
}

form select {
	width: 410px;
	margin: 0 0 3px 0;
}

.submit-bar {
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	margin: 20px 0;
	padding: 5px 0;
	height: 30px;
}

dl.note-required {
    border-bottom: none;
    padding: 0;
}


#submit {
	background: url('../images/submit.gif') no-repeat;
	padding: 0;
	margin: 0;
	height: 15px;
	width: 67px;
	border: 0;
	cursor:pointer;
}

#submit span {
	display:none;
}

#submit:hover {
	background-position: 0 -15px;
}



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

a:link		{ color: #FFFFFF; }
a:visited	{ color: #FFFFFF; text-decoration: none }
a:hover		{ color: #FF2E34; }
a:active	{ color: #FFFFFF; }

a:hover img {    
    opacity: 0.7;
    filter: alpha(opacity=70);
}


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

#footer
{
	background: #000000;
	padding: 10px 30px;
	height: 20px;
	color: #404040;
 	font-size: 11px;
	min-width: 940px;
}



.rollover
{
    cursor:pointer;
}

.share-link img {
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 4px;
    .margin-top: -2px;
}

/* = Sitemap
--------------------------------------------------------------------------------*/
div.sitemap a {
    color: #888888;
}

div.sitemap a:hover {
    color: #ffffff;
}

div.sitemap h3 a {
    color: #ffffff;
}

div.sitemap h3 a:hover {
    color: #FF2E34;
}

div.sitemap ul {
    list-style: none;
}


/* fixing fancybox */
div#fancy_overlay {
    background-color: #000 !important;
}

/****************************/
a.latest-news {
	padding-left:25px;
}

/* = Video Thumbs
================================================================================*/

div.video-thumb{
    border-bottom:1px solid #333;
    margin-left:20px;
    padding-left:0;
}

div.video-thumb:hover{
    background:#222;
}

div.thumb-column {
    width: 120px;
    float: left;    
}

div.descr-column {    
    font-size:12px;
    padding-top:53px;
}

.first-video {
    margin-top: -25px;
}

/** Language bars */
#language-bar {
	position: absolute;
	right: 10px;
	margin-top: 12px;
	min-width: 160px;
}
#language-bar img {
	vertical-align: middle;
	display: block;
}
#language-bar a {
	padding: 4px;
	display: block;
	float: left;
}
#language-bar a.selected {
	background: #666;
}

/** Twitter **/
.twtr-widget .twtr-tweet-wrap{
	padding: 10px 12px !important;
}

/** facebook like button */
#fullwidth .fb-like-button {
	padding: 20px;
	width: 300px;
}

#left .fb-like-button {
	padding: 20px;
}

#right .fb-like-button {
	padding-left: 10px;
}
