/*
=== darkblack ===
bg: #262829
links: #8696a3
intro: #0d0d0d
footer: #1b1c1d
titles: #1b1c1d
widgets: #1b1c1d
border: #262829

body: #bfc7cd
menu: #1b1c1d
h: #262625
*/

/*=== Setup ===*/
body{
	background: url(darkblack/bg.jpg) #000000 repeat center top fixed;
	color: #bfc7cd;
}
*:focus { outline: none }
a{
	color: #8696a3;
}
input,select,textarea{
	border: #e6e6e6 1px solid;
}
h2{
	color: #f2f2ee;
}
h2 a{
	color: #f2f2ee;
	
}
h3{
	color: #f2f2ee;
}
h4{
	color: #f2f2ee;
}

.box {
	color:#cccccc;
	position: relative;
}
.box .spacer { 
	min-height: 463px; height: auto !important; height: 463px;
	padding: 20px;
}
.opacidade { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: #000; z-index: 1; opacity:0.70; -moz-opacity: 0.70; filter: alpha(opacity=70); }

.box h2 { color: #ffffff; }

.box h2 a {
	color: #ffffff; font-weight:normal; text-transform: uppercase;
	background: #354149; padding: 2px 5px;
}
.box h2 a:hover {
	text-decoration: none;
}


.box .spacer h3 {
	color: #ffffff; font-weight:normal; text-transform: none; 
	padding: 2px 5px; font-size: 15px; border-bottom: 4px solid #354149;
}


.box5 {
	color:#d4c2a6;
}
.box5 h2, box5 h2 a { 
	color: #e17862;
}
.box5 h3{
	color: #262625;
}
.box h4, .box5 h4{
	color: #444444;
}

/*=== Intro ===*/
p.intro a {
	color:#FFFFFF;
}
p.intro a:hover {
	color:#222222;
}

/*=== Buttons ===*/

.btn-rounded a{
	background: url(darkblack/btn-rounded.gif) no-repeat left;
	color: #ffffff;
}
.btn-rounded a span{
	background: url(darkblack/btn-rounded.gif) no-repeat right;
}
.btn {
	background:url(darkblack/btn.gif) repeat-x;
	border:1px solid #1b1c1d;
 	color:#FFF;
}

/*=== Navigation ===*/
/*- Nav1 -*/
#nav1 li a{
	color: #e9dcc8;
	background: url(darkblack/btn-rounded.gif) no-repeat left;
}
#nav1 li a span { background: url(darkblack/btn-rounded.gif) no-repeat right; }
#nav1 li a:hover,
#nav1 li.active a, #nav1 li.current_page_item a{
	background: url(darkblack/btn-rounded.gif) no-repeat left;
	color: #e17862;
}
#nav1 li.active a span,
#nav1 li.current_page_item a span,
#nav1 li a:hover span{
	background: url(darkblack/btn-rounded.gif) no-repeat right
}

/*- Nav2 -*/
.nav2 li a, .widget li a{
	color: #ffffff; padding: 2px;
}
.nav2 li a:hover, .widget li a:hover{
	color: #e17862; text-decoration: underline;
}

.col4 a { color: #f2f2ee; }

.col6 .widget li { border: none; padding-left: 0; color: #fff; }
.col6 .widget li a {
	color: #ffffff; padding: 5px;
}

/*=== Right Column ===*/
#rightcol h3, #rightcol h3 a{
	color: #ffffff;
}
#rightcol h3 span{
	background: #000000;
}
#rightcol .widget ul, #rightcol .textwidget 
{
	background: none;
}

/*=== Sub Columns ===*/
.col1 a{
	color: #bfc7cd;
}
.col3 h2{
	color: #464646;
}
.col5 img{
	border: 10px solid #f6f5ed;
}

/*=== Styling Boxes ===*/
/*- Box1 -*/
.box .top,.box .bot{
	background: url(darkblack/box-top.gif) no-repeat top;
}
.box .bot{
	background: url(darkblack/box-bot.gif) no-repeat top
}

/*- Box2 -*/
.box2 .top,.box2 .bot{
	background: url(darkblack/box2-top.gif) no-repeat top;
}
.box2 .bot{
	background: url(darkblack/box2-bot.gif) no-repeat top
}
.box2 .spacer{
	background: #410000 url(darkblack/bg_sidebar.jpg) no-repeat top;
}
.box2 .spacer a { color: #e17862; }
/*- Box3 -*/
.box3 .top,.box3 .bot{
	background: #e9edf0;
}
.box3 .spcr{
	background: #e9edf0;
}
/*- Box4 -*/
.box4{
	color: #ffffff;
}
.box4 .top,.box4 .bot{
	background: url(darkblack/box4-top.gif) no-repeat top;
}
.box4 .bot{
	background: url(darkblack/box4-bot.gif) no-repeat top
}
.box4 .spacer{
	background: #0d0d0d;
}
/*- Box5 -*/
.box5 .top,.box5 .bot{
	background: url(darkblack/box5-top.gif) no-repeat top;
}
.box5 .bot{
	background: url(darkblack/box5-bot.gif) no-repeat top
}
.box5 .spacer{
	background: url(darkblack/bg_slider.jpg) no-repeat top;
}

/*- Date -*/
.date{
	color: #898989;
}

/*=== Styling Forms ===*/
/*- Search -*/
#search input.keyword{
	background: #1b1c1d;
	border-bottom: 1px solid #3C434A;
	border-right: 1px solid #3C434A;
	border-top: 1px solid #262829;
	border-left: 1px solid #262829;
}

/*- Form1 Setup -*/
.btn-general{
	background: #1b1c1d;
	color: #ffffff;	
}
.btn-general a { 
	color: #ffffff;
}
.btn-arr a{
	background: #3B3F42;
	color: #ffffff;
}

/*=== Footer ===*/
#footer { width: 940px; height: 43px; position: relative; background: #f9faf4 url(darkblack/footer.gif) no-repeat; }

#footer a.myspace { margin-left: 10px; width: 104px; height: 43px; float: left; display: block; cursor: pointer; }
#footer a.facebook { width: 113px; height: 43px; float: left; display: block; cursor: pointer; }
#footer a.twitter { width: 99px; height: 43px; float: left; display: block; cursor: pointer; }
#footer a.orkut { width: 90px; height: 43px; float: left; display: block; cursor: pointer; }
#footer a.oinovosom { width: 147px; height: 43px; float: left; display: block; cursor: pointer; }
#footer a.youtube { width: 104px; height: 43px; float: left; display: block; cursor: pointer; }

#footer a.lasramblas { width: 55px; height: 43px; float: right; display: block; cursor: pointer; }


#footer a span {
	display: none;
}

/*=== Posts ===*/
.post img {	
	border: none;
}
.post li a:hover{
	color: #1b1c1d;
}
.post blockquote {
	font-family:Georgia, "Times New Roman", Times, serif; color:#777777;
	background:#f9faf4 url(darkblack/ico-quote-grey.gif) no-repeat 10px 10px;
	border-top:1px solid #e4e4e0;
	border-bottom:1px solid #e4e4e0;	
}

/*=== Widget styling ===*/
.widget { color: #d4c2a6; }
.widget #recentcomments li a{
	color: #1b1c1d;
}
.widget #recentcomments li a:hover{
	color: #1b1c1d;
}
.widget #searchform, .widget #calendar_wrap{
	background: #1b1c1d;
}
.widget #wp-calendar caption {
	color:#333333;
}
.widget #wp-calendar thead th {
	color:#333333;
}
.widget #wp-calendar tfoot td a {
	color:#333333;	
}
.quote {
	background:url(darkblack/ico-quote.gif) no-repeat top left;
}
.widget #recentcomments li{
	background: url(darkblack/hl-dot.gif) repeat-x bottom;
}
.nav2 li, .widget li {
	border-bottom: 1px solid #270000; background: none;
}

table.group, table.group thead td { border: none; }

.gigpress-table th, th.gigpress-heading { background: none; }

span.gigpress-info-item
