/*

"DEFAULT" STYLE 

Modifies:
	* TEXT COLOR
	* BACKGROUNDS
	
*/

/* 
-----------------------------------------------------------------------------
GLOBAL DEFAULT ELEMENTS
-----------------------------------------------------------------------------*/
body {background:#000000;color:#cccccc;}
a {color:#ededed;}
strong,h1,h2,h4,h5,h6 {color:#eee;}
strong a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color:#eee;}
h3 {color:#eee;}


/* 
-----------------------------------------------------------------------------
HEADER CLASSES
-----------------------------------------------------------------------------*/
h1 span {color:#bbc05c;}
h1 span a {color:#bbc05c !important;}
h1 span a:hover {color:#eee !important;}

h2 a {color:#b4b4b4;}
h2 a:hover {color:#eee;}
h2 span a {color:#8f934f;}
h2 span {color:#8f944b;}
h3 small {color:#999;text-shadow: #000 0px 0px 0px;}
h3.dash {color:#202020;border:1px solid #999;}
h3.dash a {color:#202020;}
h3.dash a:hover {color:#447200;}
h3.logo {background:transparent url(../img/logo.png) 0 0 no-repeat;}
h4.error {background:#76b41c;border-bottom:1px solid #bcf573;}
h4.smart {background:transparent url(../img/icon_gears.gif) 0 0 no-repeat;}
h5 ul a {color:#8f934f;}
h6 span {color:#666;}

/* 
-----------------------------------------------------------------------------
LAYOUT: Global
-----------------------------------------------------------------------------*/
div#header-links {background:#000000;border-bottom:1px solid #333;}

div#body-bg {
	background-color: transparent;
	background-image: url(../img/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

div#header-logo a {background:transparent url(../img/bg_header_logo.png) no-repeat;}


/* 
-----------------------------------------------------------------------------
div#container {background:#303030;}
div#container-footer {background:#303030 url(../img/bg_container_bl.gif) bottom left no-repeat;}
div#container-footer div {background:transparent url(../img/bg_container_br.gif) bottom right no-repeat;}

div#container-top div {background:transparent url(../img/bg_container_tr.gif) top right no-repeat;}
div#container-empty-top div {background:transparent url(../img/bg_container_tr.gif) top right no-repeat;}
-*/

div#container h1 a.instruction-link {color:#76b41c;}
div#container h1 a.instruction-link:hover {color:#fff;}

div#prod-head {background:transparent url(../img/bg_container_tr.gif) top right no-repeat;}
div#prod-head div.inner {border-bottom:1px solid #444;}

div#page-info {background:#222;}

div.col-wrap-first {border-top:1px solid #444;}

div.module {background:transparent;}
div.module-head {background:transparent;}
div.module div.wrap {background:transparent;}
div.module div.wrapHighlight {background:#262626;}
div.module div.divider {background:transparent;}
div.module-footer {background:transparent;}
div.module-footer div {background:transparent;}

div.module img.pad {background:#transparent;border-right:1px solid #000;border-bottom:1px solid #000;padding:3px;float:left;margin:0 12px 12px 0;}

div#footer {color:#666;}
div#footer a, div#footer strong {color:#666;}

ul.feature-list-bullets li {
	background:transparent url(../img/bullet_circle.gif) 0 5px no-repeat;
	
}

ul.list li {
	background:transparent url(../img/bullet_circle.gif) 0 5px no-repeat;
}


/* 
-----------------------------------------------------------------------------
NAVIGATION: MAIN
-----------------------------------------------------------------------------*/
ul#main-nav li {}
ul#main-nav li a {font-size:12px;color:#fff;}
ul#main-nav li a:hover {color:#8f934f;}
ul#main-nav li.selected {color:#8f934f;}
ul#main-nav li.selected a {color:#8f934f;}



/* 
-----------------------------------------------------------------------------
NAVIGATION: SUB
-----------------------------------------------------------------------------*/
ul#sub-nav li a {color:#999;}
ul#sub-nav li.selected a {color:#8f934f;}
ul#sub-nav li.spacer {color:#444;}

/* 





-----------------------------------------------------------------------------
FORMS GENERAL
-----------------------------------------------------------------------------*/
input, textarea {}
input:focus, textarea:focus {background:#fff;} 
input.file {color:#fff;}
fieldset.solo {border-top:1px solid #444;border-bottom:1px solid #444;}
label {color:#fff;}
label span.req {color:#e4675c;}
form.quad label {color:#fff;}

/* 
-----------------------------------------------------------------------------
LISTS
-----------------------------------------------------------------------------*/
ul.album {background:#e1e1e1;}
ul.dash-strip li {border-bottom:1px solid #333;}
ul.dash-strip li.note {color:#666;font-size:9px;}
ul.dash-strip li.selected a {color:#8f934f;}

fieldset.embed {
	border-bottom:1px solid #444;
	border-top:1px solid #444;
	background:#363636;
}

ul.dash-strip li div.thumb {background:#383838;border:1px solid #1f1f1f;}

ul.dash-strip div.no-thumb div {background:#444;}

ol.photo-thumbs-list li img {border-right:1px solid #000;border-bottom:1px solid #000;background:#363636;}
ol.photo-thumbs-list li img.video-overlay {background:#363636;border:0;}


div.col-two li {
	background:transparent url(../img/bullet_circle.gif) 0 5px no-repeat;
	padding-left: 20px;
}

div.col-two ul hr {
		border: 0;
  width: 10%;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* 
-----------------------------------------------------------------------------
HEADER RADIUS
-----------------------------------------------------------------------------*/
div.header-radius {background:#222 url(../img/bg_dashpro_tl.gif) top left no-repeat;}
div.header-radius img.gray-edge {float:left;}
div.header-radius div.tr {background:transparent url(../img/bg_dashpro_tr.gif) top right no-repeat;}
div.header-radius div.bl {background:#222 url(../img/bg_dashpro_bl.gif) bottom left no-repeat;}
div.header-radius div.br {background:transparent url(../img/bg_dashpro_br.gif) bottom right no-repeat;}
div.header-radius span.subtext {color:#888;}
div.header-radius label {color:#fff;}



/*
-----------------------------------------------------------------------------
ALERTS
-----------------------------------------------------------------------------*/        
div#alert h2 {color:#fff;}
div#alert a.suppress {color:#fff;background:transparent url(../img/radBttn_delete_76b41c.gif) 100% 50% no-repeat;}
div#alert ul.list li {background-image:url(../img/bullet_circle_alert.gif);}

div#alert .red {color:#fff;background:#b4001c url(../img/bg_alert_red_tl.gif) top left no-repeat;}
div#alert .red div.tr {background:transparent url(../img/bg_alert_red_tr.gif) top right no-repeat;}
div#alert .red div.bl {background:#b4001c url(../img/bg_alert_red_bl.gif) bottom left no-repeat;}
div#alert .red div.br {background:transparent url(../img/bg_alert_red_br.gif) bottom right no-repeat;}
div#alert .red div.alert-icon {background:transparent url(../img/bg_alert_error.gif) top left no-repeat;}
div#alert .red a {color:#fff;text-decoration:underline;}

div#alert .green {color:#fff;background:#76b41c url(../img/bg_alert_gr_tl.gif) top left no-repeat;}
div#alert .green div.tr {background:transparent url(../img/bg_alert_gr_tr.gif) top right no-repeat;}
div#alert .green div.bl {background:#76b41c url(../img/bg_alert_gr_bl.gif) bottom left no-repeat;}
div#alert .green div.br {background:transparent url(../img/bg_alert_gr_br.gif) bottom right no-repeat;}
div#alert .green div.alert-icon {background:transparent url(../img/bg_alert_excl.gif) top left no-repeat;}

div#alert .red a, div#alert .green a {color:#fff;text-decoration:underline;}


/* 
-----------------------------------------------------------------------------
ICON LABELS
-----------------------------------------------------------------------------*/
tr.publish .icon_label_album, .icon_label_album {background:transparent url(../img/icon_label_album.gif) 0 0 no-repeat;}
tr.draft .icon_label_album {background:transparent url(../img/icon_label_album_draft.gif) 0 0 no-repeat;}
.icon_label_links {background:transparent url(../img/icon_label_links.gif) 0 1px no-repeat;}
.icon_label_links_selected {background:transparent url(../img/icon_label_links_selected.gif) 0 1px no-repeat;}
.icon_label_pdf {background:transparent url(../img/icon_label_pdf_sm.gif) 0 1px no-repeat;}


/* 
-----------------------------------------------------------------------------
CONTACT TABLE
-----------------------------------------------------------------------------*/
table.contact {width:100%;margin-bottom:15px;}
table.contact td {padding: 15px 15px 0 0;vertical-align:top;}


/* 
-----------------------------------------------------------------------------
GRAPHICAL RADIUS BUTTONS
-----------------------------------------------------------------------------*/
div.radBttn a {background: transparent url(../img/radBttn.gif) no-repeat top left;}
div.radBttn span {color: #fcfcfc;text-shadow: #222 0px 1px 0px;background: transparent url(../img/radBttn.gif) no-repeat top right;}




/* 
-----------------------------------------------------------------------------
LAYOUT: Sortable Table
-----------------------------------------------------------------------------*/
table.sortable {background:#121212 ;} 
table.sortable th {color:#eee;border-right:1px solid #222;}
table.sortable th.tr {background:#121212 url(../img/bg_module_tr.gif) top right no-repeat;border-right:none;}
table.sortable th span {color:#444;}
table.sortable th.sortdesc {background: url(../img/sort_arrow_down.gif) 97% 50% no-repeat;}
table.sortable th.sortasc {background: url(../img/sort_arrow_up.gif) 97% 50% no-repeat;}
table.sortable td {background:#222;border:1px solid #121212;}
table.sortable td.title {border-left:0;}
table.sortable td.title span {color:#666;}
table.sortable td.end {border-right:0;}
table.sortable td.thumb img {border:1px solid #000;}
table.sortable tr.even td {background:#282828;}
table.sortable td.bl {background:#222 url(../img/bg_module_bl.gif) bottom left no-repeat;}
table.sortable td.br {background:#222 url(../img/bg_module_br.gif) bottom right no-repeat;}
table.sortable tr.subth td {background:#444;}


/* 
-----------------------------------------------------------------------------
MISC
-----------------------------------------------------------------------------*/

img.wide {background:#292929;}

img.gray-edge {border-right:1px solid #000;border-bottom:1px solid #000;background:#444;}

span.warn strong {color:#F60;}

span.note strong {color:#76B41C;}

span.slash {color:#666;}

span.help {color:#76B41C;}

span.news-date {color:#666;font-weight:normal;font-size:10px;}

label.sub {color:#888;}

.dialogue-spacer {border-bottom:1px solid #89cf21;border-top:1px solid #89cf21;padding-top:4px;margin:8px 0;display:block;width:100%;}

.break-line {height:1px;border-top:1px solid #444;margin-bottom:15px;}             

.module-rss {background:transparent url(../img/module_feed_icon.gif) 0 0 no-repeat;padding:0 8px 0 0;display:block;}

.posted {color:#666;border-top:0px solid #444;border-bottom:0px solid #444;}

.tagged {color:#666;border-top:1px solid #444;border-bottom:1px solid #444;}


a.download {background:transparent url(../img/icon_download.gif) 0 2px no-repeat;}



.link-button {
    border: 1px solid #5a5a5a;  
    background-color: #2f2f2e;
    padding: 2px 4px 2px 4px !important;
    font-size: 11px;
    color: #e1e1e1;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0.5em;
	text-decoration: none;

    text-shadow: 0 -1px 1px #000000;

    -moz-border-radius: 4px; /* FF1+ */
    -webkit-border-radius: 4px; /* Saf3+, Chrome */
    border-radius: 4px; /* Opera 10.5, IE 9 */

    background-image: -moz-linear-gradient(top, #2e2e2e, #010101); /* FF3.6 */
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #2e2e2e),color-stop(1, #010101)); /* Saf4+, Chrome */
}

.link-button a {
    color: #e1e1e1;
    text-shadow: 0 -1px 1px #000000;
}

.link-button:hover {
    border-color: #8f944b !important;
    background-color: #000000;
	text-decoration: none;
}

li.purchase-link a {
	color:#bbc05c !important;
	font-weight: bold !important;
	
}