/**************************************************************************************************
  Tags
**************************************************************************************************/
*
{
  margin:0px;
  padding:0px;
  outline:none;
}

a {
color:#FFF;
text-decoration:none;
}

a:hover {
color:#00a4eb;
text-decoration:underline;
}

a:visited, a:active {
color:#FFF;
text-decoration:none;
}


html,body{margin:0;padding:0;overflow:auto;background-color:#000; }

body{height:100%;margin:0;color:#FFF;background-color:#000; }


html
{
  font:normal 12px Arial, Helvetica;
  background-color:#000;
}

h1
{
  font-size:30px;
  text-transform: uppercase;
}

.entry h1
{
  margin-top:20px;
}


h2
{
  font-size:18px;
  text-transform: uppercase;
}

.entry h2
{
  margin-top:20px;
  color:#00a4eb;
}


h2 a {
color:#FFF;
text-decoration:none;
}

h2 a:hover {
color:#00a4eb;
text-decoration:underline;
}

h2 a:visited, h2 a:active {
color:#FFF;
text-decoration:none;
}

h3
{
  font-size:17px;
}

.entry h3
{
  margin-top:10px;
}


h4
{
  font-size:16px;
}

h5
{
  font-size:15px;
}

h6
{
  font-size:14px;
}

input, textarea, select, button, fieldset
{
  padding:2px;
  border:0px solid;
  font:normal 12px Arial, Helvetica;
}

a
{
}

img
{
  border:0px;
}

ul, ol
{
}

hr
{
  
}

#outer{
	overflow:auto;
	position:absolute;
	left:0px;
	right:0px;
	top:0;
	bottom:40px;
}

/**************************************************************************************************
  Top Expander
**************************************************************************************************/
#topexpander
{
	background-color: #000;
  /*height: 57px;
  width: 100%;
  margin:0px auto 0px auto;*/
  /*border:1px solid;*/
}

/**************************************************************************************************
  Container
**************************************************************************************************/
#container
{
  width:980px;
  margin:0px auto 0px auto;
  /*border:1px solid;*/
}

/**************************************************************************************************
  Dater
**************************************************************************************************/
#dater
{
  clear:both;
  width:980px;
  height:31px;
  line-height:31px;
}

#dater p
{
  margin:0px 10px 0px 10px;
}

#dater .rss
{
  float:right;
}

#dater .rss a
{
  width:27px;
  height:27px;
  margin:2px 10px 0px 10px;
  display:block;
  text-indent:-5000px;
  background:url(../img/icon/rss-top.gif) no-repeat;
}

#dater .translation
{
  float:right;
  list-style:none;
}

.translation li
{
  display:inline;
  padding:0 3px 0 3px;
  font-weight:bold;
  text-transform:uppercase;
}

.translation li a
{
  text-decoration:none;
}

/**************************************************************************************************
  Header
**************************************************************************************************/
#header
{
  clear:both;
  width:980px;
  height:120px;
}

#header .blog-title
{
  padding:30px 20px 0px 20px;
  font-size:30px;
}

#header .blog-title a
{
  text-decoration:none;
}

#header .blog-description
{
  padding:0px 20px 0px 20px;
}

/**************************************************************************************************
  Menu
**************************************************************************************************/
#menu
{
  clear:both;
  width:900px;
  height:24px;
}

#menu ul
{
  list-style:none;
}

#menu li
{
  float:left;
  display:block;
  position:relative;
  z-index:1 !important;
}

#menu li a
{
 float:left;
 height:36px;
 line-height:36px;
 display:block;
 padding:0px 10px;
 text-decoration:none;
 font-size:13px !important;
 font-weight:bold;
}

#menu li li a
{
 float:left;
 height:36px;
 line-height:36px;
 display:block;
 padding:0px 10px;
 text-decoration:none;
 font-size:12px !important;
 font-weight:normal !important;
}

#menu li ul
{
  top:36px;
  left:0px;
  z-index:10;
  position:absolute;
  display:none;
}

#menu li li
{
  clear:left;
  float:left;
}

#menu li li a
{
  width:180px;
  height:30px;
  line-height:30px;
  display:block;
  padding:0px 10px;
  border-top:2px solid;
}

#menu .parent{
  background:url(../img/bg/arrow-down.gif) no-repeat center right;
}

/**************************************************************************************************
  BreadCrumb
**************************************************************************************************/
#breadcrumb
{
  clear:both;
  float:right;
  width:980px;
  padding:5px 30px 0px 0px;
 /* height:30px;
  line-height:30px;*/
  text-align:right;
  font:normal 11px Arial, Helvetica;
  text-transform: uppercase;
}

#breadcrumb p
{
  padding:0px 10px 0px 10px;
}

#breadcrumb a
{
  text-decoration:none;
  font:bold 11px Arial, Helvetica;
}

#breadcrumb a:hover
{
  color:#00a4eb;
  text-decoration:underline;
}

/**************************************************************************************************
  Content
**************************************************************************************************/
#content
{
  clear:both;
  float:left;
  width:980px;
  padding:0px 0px 0px 0px;
}

#content .content-title
{
  height:25px;
  line-height:25px;
  padding:0px 0px 0px 0px !important;
}

#content .content-title a
{
  text-decoration:none;
}

/**************************************************************************************************
  Highlight
**************************************************************************************************/
#highlight
{
  width:700px;
  height:170px;
  margin:0px 0px 15px 0px;
  border-bottom:2px solid;
  z-index:0 !important;
}

#highlight img
{
  float:left;
  margin:0px;
}

#highlight .post-title
{
  margin:10px 10px 0px 10px;
}

#highlight .info
{
  margin:0px 0px 0px 10px;
}

#highlight .entry
{
  margin:10px 10px 10px 10px;
}

#highlight-pager
{
  float:right;
}

#highlight-pager a
{
  float:left;
  width:15px;
  height:15px;
  display:block;
  overflow:hidden;
  margin:5px 0px 0px 10px;
  text-indent:-5000px;
}

/**************************************************************************************************
  Posts
**************************************************************************************************/
.post
{
  clear:both;
  margin:0px 0px 10px 0px;
  padding:10px 10px 14px 10px;
  /*border-top:2px solid #FFF;  */
}

.post .entry
{
  margin:0px 0px 10px 0px;
}

.post_news
{
  clear:both;
  margin:0px 0px 0px 0px;
  padding: 10px 15px 20px 15px;
  line-height:1.5em;
  background:url(/images/black_trans.png) repeat;
  width:600px;
  text-align:left;
   border:0px solid #000;
}


.post-date
{
  background:url(../img/icon/clock.gif) no-repeat;
  padding:0 0 3px 20px !important;
  margin:0 0 3px 0;
}

.post-author
{
  background:url(../img/icon/user.gif) no-repeat;
  padding:3px 0 0 20px !important;
  margin:0 0 3px 0;
}

.post-category
{
  background:url(../img/icon/folder.gif) no-repeat;
  padding:3px 0 0 20px !important;
  margin:0 0 3px 0;
}

.post-tags
{
  background:url(../img/icon/tag.gif) no-repeat;
  padding:3px 0 0 20px !important;
  margin:0 0 3px 0;
}

.post-comments
{
  background:url(../img/icon/comment.gif) 2px 2px no-repeat;
  padding:3px 0 0 20px !important;
  margin:0 0 3px 0;
}

#comment-spacing li
{
  margin:0px 0px 10px 0px;
  padding: 3px 10px 10px 10px;
  background:url(/images/black_trans.png) repeat;
}

/**************************************************************************************************
  Comment Form
**************************************************************************************************/
.comment-form
{
  margin:0px 0px 10px 0px;
  padding:0px;
}

.comment-form li
{
  padding:5px;
  list-style:none;
}

.comment-form label
{
  float:left;
  width:100px;
}

.comment-form textarea
{
  width:600px;
  height:100px;
  padding:5px;
}

/**************************************************************************************************
  Comment
**************************************************************************************************/
.comment, .pingback
{
  /*margin:0px 0px 10px 0px;
  padding:10px;*/
  list-style:none;
}

.comment p, .pingback p
{
  margin:10px 0px 10px 0px;
}

.comment .comment-author a, .pingback .comment-author a
{
  text-decoration:none;
}

.comment-rss, .trackback-link
{
  float:right;
  text-decoration:none;
  font-size:11px;
  font-weight:normal;
  margin:0px 0px 0px 10px;
}

/**************************************************************************************************
  Navigation
**************************************************************************************************/
.navigation
{
  line-height:30px;
}

.navigation a
{
  font-weight:bold;
  text-decoration:none;
  font-size:14px;
}

/**************************************************************************************************
  Sidebar
**************************************************************************************************/
#sidebar
{
  float:right;
  width:250px;
  padding:14px 10px 10px 10px;
}

#sidebar .widget
{
  margin-bottom:15px;
}

#sidebar .widget p
{
  padding:5px;
}

#sidebar .widget a
{
  text-decoration:none;
}

#sidebar .widget li
{
  list-style:none;
}

#sidebar .widget form
{
  padding:5px;
}

#sidebar .widget-title
{
  height:25px;
  line-height:25px;
  margin:0px 0px 5px 0px;
  padding:5px 10px 5px 10px;
  text-align:left;
}

#sidebar .widget-title a
{
  text-decoration:none;
}

/**************************************************************************************************
  Widget: Posts, Páginas, Categorias, Arquivos, Links e Meta
**************************************************************************************************/
#widget_pages li, #widget_categories li, #widget_archive li, #widget_recent_entries li, .links li, #widget_meta li
{
  list-style:none;
}

#widget_pages li a, #widget_categories li a, #widget_archive li a, #widget_recent_entries li a, .links li a, #widget_meta li a
{
  height:30px;
  line-height:30px;
  padding:0px 5px 0px 28px;
  display:block;
  overflow:hidden;
  border-top:2px solid; 
}

#widget_pages li li a, #widget_categories li li a
{
  padding:0px 5px 0px 30px;
}

#widget_categories li a
{
  background:url(../img/icon/folder.gif) 8px 7px no-repeat;
}

#widget_categories li li a
{
  background:url(../img/icon/page-children.gif) 8px 7px no-repeat;
}


#widget_archive li a
{
  background:url(../img/icon/database.gif) 8px 7px no-repeat;
}

#widget_pages li a
{
  background:url(../img/icon/page.gif) 8px 7px no-repeat;
}

#widget_pages li li a
{
  background:url(../img/icon/page-children.gif) 8px 7px no-repeat;
}

#widget_recent_entries li a
{
  background:url(../img/icon/page_white_text.gif) 8px 7px no-repeat;
}

#widget_text p
{
  padding:5px;
}

.links li a
{
  background:url(../img/icon/link.gif) 8px 7px no-repeat;
}

/**************************************************************************************************
  Widget: Search
**************************************************************************************************/
#widget_search
{
}

#widget_search input
{
  margin:6px 0 0 0;
}

/**************************************************************************************************
  Widget: Nuvem de Tags
**************************************************************************************************/
#widget_tag_cloud
{
  text-align:center;
}

#widget_tag_cloud a:hover
{
  color:#00a4eb;
  text-decoration:underline;
}

/**************************************************************************************************
  Widget: Comentários Recentes, RSS
**************************************************************************************************/
#widget_recent_comments li, #widget_rss li
{
  padding:10px 24px;
  border-top:2px solid;
}

#widget_rss .rsswidget
{
  font-weight:bold;
}

#widget_rss .rss-date
{
  font-size:11px;
}

#widget_rss .rssSummary
{
}

#widget_recent_comments li
{
  background:url(../img/icon/comments.gif) 5px 11px no-repeat !important;
}


/**************************************************************************************************
  Widget: Calendar
**************************************************************************************************/
#widget_calendar table
{
  width:230px;
  text-align:center;
}

/**************************************************************************************************
  Footer
**************************************************************************************************/
.footer
{
  font:normal 11px Arial, Helvetica;
  padding:8px 20px 0px 0px;
  color:#464646;
}

#footer{
	position:absolute;
	left:0px;
	right:0px;
	bottom:0;
	height:40px;
	background:#000;
	/*overflow:hidden;*/
}

#footer a
{
  color:#464646;
  text-decoration:none;
}

#footer a:visited, #footer a:active
{
  text-decoration:none;
}

#footer a:hover
{
  color:#00a4eb;
  text-decoration:underline;
}

#footer p
{
  padding:3px 10px 3px 10px;
}

#footer .backtoTop
{
  float:right;
  margin:0px 10px 0px 0px;
}

#footer .backtoTop a
{
  width:20px;
  height:20px;
  display:block;
  text-indent:-5000px;
  background:url(../img/icon/backtotop.gif) center no-repeat;
}

/**************************************************************************************************
  Classes
**************************************************************************************************/
.clear
{
  width:100%;
  height:1px;
  clear:both;
  visibility:hidden;
}

.noborder
{
  border:none !important;
}

.post-title a
{
  text-decoration:none;
}

.post-title a:hover
{
  color:#00a4eb;
  text-decoration:underline;
}

.info
{
  font-size:12px;
  font-style:italic;
}

.info a
{
  font-weight:bold;
  text-decoration:none;
}

.options
{
  float:right;
  margin:5px 0px 0px 0px;
}

.options a
{
  text-decoration:none;
  font-weight:bold;
  margin:0px 0px 0px 10px;
}

.alignleft
{
  float:left;
  margin:0px 10px 0px 0px;
}

.alignright
{
  float:right;
  margin:0px 0px 0px 10px;
}

.aligncenter
{
  margin:auto;
  display:block;
}

.more-link
{
  display:block;
  font-weight:bold;
  text-align:right;
  text-decoration:none !important;
}

.comment-wait
{
}

.wp-caption
{
}

.wp-caption-text
{
  padding:0px 5px 0px 5px;
}

.avatar
{
  float:left;
  margin:0px 10px 0px 0px;
}

.url
{
  font-weight:bold;
}

.children
{
  padding:0px 0px 0px 30px;
}

/**************************************************************************************************
  Entradas do Usuário
**************************************************************************************************/
.entry
{
}

.post .entry p a {
color:#FFF;
text-decoration:underline;
}

.post .entry p a:hover {
color:#00a4eb;
text-decoration:underline;
}

.post .entry a:visited, .post .entry a:active {
color:#FFF;
text-decoration:underline;
}

.entry h1
{
}

.entry h2
{
}

.entry h3
{
}

.entry h4
{
}

.entry h5
{
}

.entry h6
{
}

.entry hr
{
  border:1px solid;
  margin:2px 0px 2px 0px;
}

.entry a
{
  text-decoration:underline;
}

.entry img
{
  margin:0px;
}

.entry blockquote
{
  margin:10px;
  padding:3px 10px 10px 10px;
  display:block;
  font-style:italic;
  border:1px solid;
}

.entry code, .entry pre
{
  margin:10px;
  padding:10px;
  display:block;
  font-family:monospace;
  border:1px solid;
  overflow:auto;
}

.entry address
{ 
}

.entry pre
{
}

.entry p
{ 
  margin:10px 0px 0px 0px;
  /*text-align:justify;*/
}

.entry ul
{
  list-style-type:square;
  margin:5px 5px 5px 45px;
}

.entry ol
{ 
  list-style-type:decimal;
  padding:5px 5px 5px 45px;
}

.entry em
{
}

.entry strong
{
}

.entry strike
{
}

.entry span
{
}

/**************************************************************************************************
  CoolMenus Styles
**************************************************************************************************/

/* CoolMenus 4 - default styles */

.clCMAbs{
	position: absolute;
	visibility: hidden;
	left: 0;
	top: 0;
}

/*Style for the background-bar*/

.clBar{
	position: absolute; 
	/*width: 10px;*/
	height: 44px; 
	background: #000; 
	/*visibility: hidden;*/
}

/*Styles for level 0*/

.clLevel0,.clLevel0over{
	position: absolute;
	margin: 7px;
	padding: 0;
  font: bold 20px/20px Arial, Helvetica, Verdana, sans-serif;	
  letter-spacing: -0.04em;
}
.clLevel0{
	color: #4c4c4c; /* 000 */
}


.clLevel0over{
	color: #999; /*e1f6ca*/
	cursor: pointer;
}
.clLevel0border{
	position: absolute;
	visibility: hidden;
}

/*Styles for level 1*/

.clLevel1, .clLevel1over{
	position: absolute; 
	font-size: 16px;
  font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-top: 5px;
  background-color: #000;
	color: #8A8A8A;
}
.clLevel1{
	
}
.clLevel1over{
	cursor: pointer;
  background-color: #333;
	color: #00a4eb;
}
.clLevel1border{
	position: absolute;
	background: #333; 
  border-color: #333;/**/
}

/*Styles for level 2*/
.clLevel2, .clLevel2over{
	position: absolute; 
	font-size: 16px;
  font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-top: 5px;
  background-color: #333;
	color: #8A8A8A;
}
.clLevel2{
	
}
.clLevel2over{
	cursor: pointer;
  background-color: #555;
	color: #00a4eb;
}
.clLevel2border{
	position: absolute;
	background: #333; 
  border-color: #333;/**/
}


/*Styles for level 3*/
.clLevel3, .clLevel3over{
	position: absolute; 
	font-size: 16px;
  font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-top: 5px;
  background-color: #555;
	color: #8A8A8A;
}
.clLevel3{
	
}
.clLevel3over{
	cursor: pointer;
  background-color: #555;
	color: #FFFFFF;
}
.clLevel3border{
	position: absolute;
	background: #555; 
  border-color: #555;/**/
}



/**************************************************************************************************
  Custom Styles
**************************************************************************************************/

.darkTransBG {
  line-height:1.5em;
  padding: 10px 25px 25px 15px;
  background:url(/images/black_trans.png) repeat;
  border:0px solid #000;
}

.darkTransBG_nopad {
  text-align:left;
  line-height:1.2em;
  padding: 10px 8px 25px 8px;
  background:url(/images/black_trans.png) repeat;
  border:0px solid #000;
}

a .darkTransBG_nopad, a.active .darkTransBG_nopad, a:visited .darkTransBG_nopad {
  color:#FFF;
  text-decoration:none;
}

a:hover .darkTransBG_nopad {
  color:#00a4eb;
  text-decoration:none;
}

a .darkTransBG_nopad td, a.active .darkTransBG_nopad td, a:visited .darkTransBG_nopad td {
  color:#FFF;
  text-decoration:none;
}

a:hover .darkTransBG_nopad td {
  color:#00a4eb;
  text-decoration:none;
}

td.accolades {
  padding: 10px 15px 30px 15px;
  background:url(/images/black_trans.png) repeat;
}

td.accoladesR {
 /* padding: 10px 0px 0px 0px;*/
  padding: 10px 15px 30px 15px;
  background:url(/images/black_trans.png) repeat;
}

td.nopad {
  padding: 0px 0px 0px 0px;
}

td.nopad {
  padding: 0px 0px 0px 0px;
}

td.pad {
  padding: 5px 5px 5px 5px;
}

td.padtop {
  padding: 15px 0px 0px 0px;
}

#blackline {
  clear:both;
  width:980px;
  height:5px;
  background: #000;
  /*clear:both;
  margin: 25px 0px 25px 0px;
  padding: 0px 0px;
  width:100%;
  height:5px;
  line-height:5px;
  background: #000;*/
}

.darkTransBG .headerImg {
  clear:both;
  margin: 10px 0px 20px 0px;
}

.contentImg {
border: 8px solid #FFF;
margin: 0px 7px 0px 0px;
}

a .contentImg {
border: 8px solid #FFF;
}

a:hover .contentImg {
border: 8px solid #00a4eb;
}



.entry .titleImg {
margin-right:20px; 
margin-bottom:5px;
}

.ZenphotoPress_thumb {
border: 8px solid #FFF;
margin: 0px 7px 0px 0px;
}


/***************************** VID THUMBS ******************************************/

#vidthumbs {
}

.vidtitle {
  padding: 5px 5px;
  font: bold 14px/14px Arial, Helvetica;
  text-transform:uppercase;
  /*background:#FFF;*/
}

.viddesc {
  font: normal 11px/16px Arial, Helvetica;
  margin-bottom: 5px;
}

.vidthumb {
	float: left;
  border: 1px solid #000;
  margin: 0px 22px 40px 0px;
  font: normal 11px/12px Arial, Helvetica;
  background:url(/images/black_trans.png) repeat;
  width:216px;
}

.vidthumb a, .vidthumb a:hover {
	display: block;
}


/***************************** VID PAGES ******************************************/

#vidPageTitle {
  padding:0px 0px 5px 0px;
  width:900px;
  text-align:left;
}

#vidPageTitleNarrow {
  padding:0px 0px 5px 0px;
  width:660px;
  text-align:left;
}

#vidContainer {
  width:900px;
  text-align:left;
  background:url(/images/black_trans.png) repeat;
}

#vidCredits {
  width:210px;
  float:right;
  padding:11px 11px 11px 11px;
  line-height:150%;
}

#vidFrame {
  background:#FFFFFF;
  padding:11px 11px 11px 11px;
  width:640px;
}

#vidAddThis {
  width:900px;
  text-align:left;
}