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

html
{
	font:normal 12px Arial, Helvetica;
	background:#FFF !important;
	}
body
	{
	background-image: url(fond.png);
}

h1
{
  font-size:20px;
}

h2
{
	font-size:18px;
	margin-top: 5px;
}

h3
{
  font-size:17px;
}

h4
{
  font-size:16px;
}

h5
{
  font-size:15px;
}

h6
{
  font-size:14px;
}

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

a
{
}

img
{
  border:0;
}

ul, ol
{
}

hr
{
  
}

/**************************************************************************************************
  Container
**************************************************************************************************/
#container
{
	width:80%;
	border:1px solid;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-color:#3f6e9d;
	background-color:#CCC;
        }

/**************************************************************************************************
  Dater
**************************************************************************************************/
#dater
{
  clear:both;
  width:980px;
  height:31px;
  line-height:31px;
   color:#eff7ff;
  background-color:#15314e;
}
        #dater a
        {
          color:#eff7ff;
        }

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

#dater .rss
{
  float:right;
}

#dater .rss a
{
  width:27px;
  height:27px;
  margin:2px 10px 0 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:100%;
	height:180px;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
}

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

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

#header .blog-description
{
	padding:0 20px 0 20px;
	color:#000;
	text-align: left;
}
 #header .blog-description a
        {
	color:#000;
	text-align: right;
	text-decoration: none;
	}

/**************************************************************************************************
  Menu
**************************************************************************************************/
#menu
{
	clear:both;
	width:100%;
	height:20px;
	background-color: #693;
}

#menu ul
{
  list-style:none;
}

#menu li
{
	float:left;
	display:block;
	position:relative;
	z-index:1 !important;
	color:#ffffff;
	border-color:#416991;
	background-color:#693;
}

#menu li a
{
	float:left;
	height:20px;
	line-height:20px;
	display:block;
	padding:0 10px;
	text-decoration:none;
	font-size:13px !important;
	font-weight:bold;
	color:#ffffff;
	border-color:#416991;
	background-color:#693;
}

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

#menu li ul
{
  top:36px;
  left:0;
  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:0 10px;
  border-top:1px solid;
}

#menu .parent{

}
#menu li a:hover
        {
	color:#d1ebfa;
	background-color:#693;
        }

        #menu li li, #menu li li a
        {
	color:#ffffff;
	border-color:#bed1e4;
	background-color:#693;
        }

        #menu li li a:hover
        {
	color:#e0e9fc;
	background-color:#693;
        }

/**************************************************************************************************
  BreadCrumb
**************************************************************************************************/
#breadcrumb
{
  clear:both;
  width:980px;
  height:30px;
  line-height:30px;
  color:#416991;
}

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

#breadcrumb a
{
  text-decoration:none;
  color:#27537e;
}

/**************************************************************************************************
  Content
**************************************************************************************************/
#content
{
	float:left;
	width:75%;
	padding:14px 0 10px 10px;
}

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

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

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

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

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

#highlight .info
{
  margin:0 0 0 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 0 0 10px;
  text-indent:-5000px;
}
 #highlight, .post, .comment, .pingback, .comment-form
        {
	color:#000;
	border-color:#dfedfb;
	background-color:#FFF;
        }
        
        #highlight.odd, .post.odd, .comment.odd, .pingback.odd
        {
          background-color:#dfedfb;
        }
        
        #highlight a, .post a, .comment a, .pingback a, .comment-form a
        {
          color:#3f6e9d;
        }

        #highlight input, #highlight select, #highlight textarea, .post input, .post select, .post textarea, .comment input, .comment select, .comment textarea, .comment-form input, .comment-form select, .comment-form textarea
        {
          color:#4e8cb1;
          border-color:#036;
          background-color:#ffffff        }

        #highlight button, .post button, .comment button, .comment-form button
        {
          color:#416991;
          border-color:#f2f2f2;
          background-color:#ffffff        }

        #highlight-pager a
        {
          background:#6499ce !important;
        }

        #highlight-pager a.activeSlide
        {
          background-color:#cedff8 !important;
        }


/**************************************************************************************************
  Posts
**************************************************************************************************/
.post
{
  clear:both;
  margin:0 0 10px 0;
  padding:10px 10px 14px 10px;
}

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

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

.post-author
{

  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;
}
.post-title, .post-title a
        {
          color:#416991;
        }

        .post-info, .post-info a, .options, .options a, .comment-rss, .comment-rss a
        {
	color:#F9F;
        }

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

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

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

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

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

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

.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:0 0 0 10px;
}
 .entry hr
        {
          border-color:#7298bd;
        }

        .entry .wp-caption, .entry blockquote, .entry code, .entry pre
        {
	color: #C66;
        }

   

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

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

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

#sidebar .widget
{
	margin-bottom:15px;
	color:#030;
	border-color:#FFF !important;
	background-color:#FFF;
}

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

#sidebar .widget a
{
	text-decoration:none;
	color:#069 !important;
	border-color:#FFF !important;
}
#sidebar .widget a:hover
{
	color:#000 !important;
}
#sidebar .widget .odd
        {
	background-color:#CCC;
        }

#sidebar .widget li
{
	list-style:none;
	border-color:#FFF !important;
	background-color:#FFF;
}

#sidebar .widget form
{
	padding:5px;
	background-image: url(container_bg.png);
	background-repeat: no-repeat;
}

#sidebar .widget-title
{
	height:10px;
	line-height:10px;
	margin:0 0 5px 0;
	padding:5px 10px 5px 10px;
	text-align:left;
	color:#ffffff !important;
	background-color:#09C !important;
	font-size:1.2em;
}

#sidebar .widget-title a
{
  text-decoration:none;
  font-size:1.2em;
  color:#ffffff !important;
	background-color:#14212e !important;
}
#sidebar .widget input, #sidebar .widget select, #sidebar .widget textarea
        {
          color:#114973 !important;
          border-color:#3f6e9d !important;
          background-color:#ffffff !important;
        }
		#sidebar .widget button
        {
          color:#114973 !important;
          border-color:#f2f2f2 !important;
          background-color:#14212e !important;
        }

    

/**************************************************************************************************
  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
{
	
	line-height:20px;
	display:block;
	overflow:hidden;
	border-top:1px solid;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 20px;
}

#widget_pages li li a, #widget_categories li li a
{
  padding:0 5px 0 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;
	height: 20px;
}

#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
{
  text-decoration:underline;
}

/**************************************************************************************************
  Widget: Comentários Recentes, RSS
**************************************************************************************************/
#widget_recent_comments li, #widget_rss li
{
  padding:10px 24px;
  border-top:1px 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
{
	clear:both;
	padding:8px 0;
	border-bottom:1px solid;
	color:#b3ceea;
	background-color:#F96;
}

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

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

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

#footer .backtoTop a
{
  width:37px;
  height:47px;
  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;
}

.info
{
  font-size:11px;
}

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

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

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

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

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

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

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

.comment-wait
{
}

.wp-caption
{
	background-color:#D3D3D3;
}
.wp-caption a
{
	background-color:#D3D3D3;
}

.wp-caption-text
{
  padding:0 2px 0 2px;
  background-color:#D3D3D3;
  font:italic 9px Arial, Helvetica;
}

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

.url
{
  font-weight:bold;
}

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

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

.entry h1
{
}

.entry h2
{
}

.entry h3
{
}

.entry h4
{
}

.entry h5
{
}

.entry h6
{
}

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

.entry a
{
  text-decoration:underline;
  color: #099;
}

.entry img
{
  margin:5px;
}

.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 0 0 0;
	text-align:justify;
	color: #000;
	font-size: 14px;
}

.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
{
}
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	background-color: #999;
}

#sidebar #searchform #s {
width: 108px;
padding: 2px;
}

#sidebar #searchsubmit {
padding: 1px;
}
#centre {
	margin-left: 30%;
}
#centresic {
	margin-left: 30px;
    font:normal 12px Arial, Helvetica;
}
.aligncenter {
  display:block;
  margin:auto;
}

.alignleft {
  float:left;
}

.alignright {
  float:right;
}

