/**************************************************************************************************
  Tags
**************************************************************************************************/
*
{
  margin:0px;
  padding:0px;
  outline:none;
}

html
{
  font:normal 12px Arial, Helvetica;
  background:url(../img/background.gif) repeat-x;
	background-color:#cad2d7;
}

h1
{
  font-size:20px;
}

h2
{
  font-size:18px;
}

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:0px;
}

ul, ol
{
}

hr
{
  
}

.clear {
	clear:both;
	}

/**************************************************************************************************
  Container
**************************************************************************************************/
#container
{
  width:900px;
  margin:auto;
}

/**************************************************************************************************
  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:890px;
  height:80px;
	margin:auto;
	border-top:15px #f4f6f7 solid;
	border-left:5px #f4f6f7 solid;
	border-right:5px #f4f6f7 solid;
}

#header .blog-title
{
	float:left;
	background:url(/wp-content/themes/painter/img/logo_travelinsights.gif) no-repeat 20px bottom;
	height:70px;
	width:250px;
	text-indent:-9999px;
}

#header .blog-title a
{
  text-decoration:none;
}

#header .blog-description
{
  float:right;
	padding:25px 20px 0 0;
}

/******
main img
**********/
#title_banner {
float:left;
	background:url(/wp-content/themes/painter/img/main_img.jpg) no-repeat 0 0;
	margin-left:5px;
	width:650px;
	height:253px;
	}
	
#title_banner .title_header {
	font-size:16px;
	font-variant:small-caps;
	color:#fed206;	
	position: relative;
	top:170px;
	padding:0 20px;
	}
	
#title_banner .title_text {
	font-size:12px;
	color:#fff;
	font-variant:normal;
	}	

/**************************************************************************************************
  Menu
**************************************************************************************************/
#menu
{
  clear:both;
  width:900px;
  height:32px;
	background:url(/wp-content/themes/painter/img/nav_off.gif) repeat-x;
	font-variant:small-caps;
}

#menu ul
{
  list-style:none;
}

#menu li
{
  float:left;
  display:block;
  position:relative;
}

#menu li a
{
	float:left;
	height:32px;
	line-height:32px;
	display:block;
	padding:0px 24px;
	text-decoration:none;
	font-size:14px !important;
	font-weight:bold;
	border-left:2px solid #96a6b0;
}

#menu li a:hover {
	background:url(/wp-content/themes/painter/img/nav_on.gif) repeat-x 0 0;
	}
	
#menu li a.first {
	border-left:none;
	}	

#menu li li a
{
 float:left;
 height:32px;
 line-height:32px;
 display:block;
 padding:0px 10px;
 text-decoration:none;
 font-size:12px !important;
 font-weight:normal !important;
}

#menu li ul
{
  top:32px;
  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:1px solid;
}

#menu .parent{
  background:url(../img/bg/arrow-down.gif) no-repeat center right;
}

/**************************************************************************************************
  BreadCrumb
**************************************************************************************************/
#breadcrumb
{
  clear:both;
  width:980px;
  height:30px;
  line-height:30px;
}

#breadcrumb p
{
  padding:0px 10px 0px 10px;
}

#breadcrumb a
{
  text-decoration:none;
}

/**************************************************************************************************
  Content
**************************************************************************************************/
#content
{
  float:left;
  width:600px;
  /*padding:14px 0px 10px 10px;*/
}

#content .content-title
{
  height:25px;
  line-height:25px;
  padding:15px 10px 5px 30px !important;
}

#content .content-title a
{
  text-decoration:none;
}

/*********************
home container
*********************/

#home_container {
	clear:both;
	width:900px;
	margin:auto;
	}
	
#featured_members {
	width:260px;
	margin:5px;
	background:url(/wp-content/themes/painter/img/member_frame.png) repeat 0 0;
	border:1px solid #a6bcd4;
	padding:10px 5px;
	
	}

#featured_members .title {
	font-variant:small-caps;
	color:#067cc2;
	font-size:30px;
	line-height:18px;
	margin-left:10px;
	}
	
#featured_members .sub_title {
	font-variant:small-caps;
	color:#067cc2;
	font-size:12px;
	line-height:18px;
	margin-left:10px;
	}
	
#featured_members .member_list {
	background-color:#FFF;
	width:100%;
	margin:10px auto;
	}	
	
.member_list ul {
	list-style:none;
	} 	
	
.member_list li {
	height:70px;
	margin:5px;
	padding:5px;
	border-bottom:1px solid #ddedf6;
	}
	
.member_list li.last {
	border-bottom:none;
	height:70px;
	margin:5px;
	padding:5px;
	} 	

#featured_members .member_list li img, #featured_members .member_list li.last img
 {
	padding-right:10px;
	}

/**************************************************************************************************
  Highlight
**************************************************************************************************/
#highlight
{
  width:700px;
  height:170px;
  margin:0px 0px 15px 0px;
  border-bottom:2px solid;
}

#highlight img
{
  float:left;
  margin:10px;
}

#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 20px 0px 20px;
  padding:20px 10px 14px 15px;
	border-bottom:1px solid #ccc;
}

.post_home
{
  clear:both;
  margin:0px 20px 0px 20px;
  padding:10px 10px 14px 10px;
	border-bottom:1px solid #ccc;
}

#content .odd
{
	border-top:1px solid #fff;
}

.post-title, .post-title a {
padding-left:15px;
}

.post .gravator, .post_home .gravator {
	float:left;
	width:100px;
	height:100px;
	}
	
.post .post_contents, .post_home .post_contents {
float:right;

}	
.post_home .entry
{
  margin:0px 0px 10px 100px;
}
.post .entry
{
  margin:0px 0px 10px 15px;
}

.post-date
{
  padding:0 0 3px 15px !important;
  margin:0 0 3px 0;
}

post_home .post-date
{
  padding:0 0 3px 100px !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-color:#fff;
  padding:10px !important;
  margin:0 0 3px 15px;
	text-decoration:none;
}

.post_home .post-category
{
  background-color:#fff;
  padding:10px !important;
  margin:0 0 3px 100px;
	text-decoration:none;
}

.post-category a, .post-author a {
	text-decoration:none;
	color:#067cc2;
	}

.post-tags
{
  background:url(../img/icon/tag.gif) no-repeat 12px 0;
  padding:3px 0 0 30px !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 Form
**************************************************************************************************/
.comment-form
{
  margin:0px 0px 10px 0px;
  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
{
  margin:0px 0px 10px 0px;
  padding:10px;
}

.comment p
{
  margin:10px 0px;
}

.comment .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 a
{
  font-weight:bold;
  text-decoration:none;
  font-size:14px;
}

/********************
right side of inner template 
****************************************/

#right_side {
float:right;/*
width:280px;
margin-right:10px;*/
}

/**************************************************************************************************
  Sidebar
**************************************************************************************************/
#sidebar
{
  /*float:right;*/
  width:280px;/*
  padding:0 5px 0 0;*/
	background:url(/wp-content/themes/painter/img/side_nav_bg.gif) repeat-x;
	margin-right:15px;
}

#sidebar_home
{
  float:right;
  width:240px;/*
  padding:0 5px 0 0;*/
	background:url(/wp-content/themes/painter/img/side_nav_bg.gif) repeat-x;
	margin-right:5px;
}

#sidebar_extra {
	background:url(/wp-content/themes/painter/img/member_bg.jpg) no-repeat 0 0;
	width:280px;
	background-color:#dfe4e7;
	margin-right:15px;
	float:right;
	}
	
#sidebar_extra_home {
	float:right;
	background:url(/wp-content/themes/painter/img/member_bg.jpg) no-repeat 0 0;
	width:282px;
	background-color:#dfe4e7;
	margin-right:15px;
	}	

.popular_posts {
	width:260px;
	margin:5px;
	background: #FFF;
	border:1px solid #a6bcd4;
	padding:10px 5px;
}

.twitter_feed {
	width:270px;
	margin:5px;
	padding:10px 5px;
}

#sidebar .widget, #sidebar_home .widget
{
  margin-bottom:15px;
}

#sidebar .widget p, #sidebar_home .widget p
{
  padding:5px;
}

#sidebar .widget a, #sidebar_home .widget a
{
  text-decoration:none;
}

#sidebar .widget li, #sidebar_home .widget li
{
  list-style:none;
}

#sidebar .widget form, #sidebar_home .widget form
{
  padding:5px;
}

#sidebar .widget-title, #sidebar_home .widget-title
{
  /*height:25px;*/
  line-height:20px;
  margin:0;
  padding:5px 20px 5px 10px;
  text-align:right;
	color:#fff;
	font-size:14px;
}

#sidebar .widget-title a, #sidebar_home .widget-title a
{
  text-decoration:none;
}

/**************************************************************************************************
  Widget: Posts, Páginas, Categorias, Arquivos, Links e Meta
**************************************************************************************************/

#widget_categories_home li
{
  list-style:none;
	background:url(/wp-content/themes/painter/img/side_nav.gif) repeat-x 0 0;
	height:23px;
	margin:auto;
	width:225px;
}

#widget_pages li, #widget_categories li, #widget_archive li, #widget_recent_entries li, .links li, #widget_meta li
{
  list-style:none;
	background:url(/wp-content/themes/painter/img/side_nav.gif) repeat-x 0 0;
	height:23px;
	margin:auto;
	width:270px;
	line-height:normal;
}

#widget_pages li a, #widget_categories li a, #widget_archive li a, #widget_recent_entries li a, .links li a, #widget_meta li a, #widget_categories_home li a
{
  padding:5px 5px 5px 10px;
  display:inline-block;
  overflow:hidden;
	color:#fff;
	font-variant:small-caps;
	margin:auto;
}

#widget_pages li li a, #widget_categories li li a, #widget_categories_home li li a
{
  padding:0px 5px 0px 30px;
}

#widget_categories li a:hover, #widget_categories li a:active, #widget_categories_home li a:hover, #widget_categories_home li a:active {
color:#fed206;
}

#widget_categories li li a, #widget_categories_home 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
{
  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;
  /*width:900px;*/
	height:50px;
  padding:8px 0px;
	}

#footer a
{
  text-decoration:none;
}

#footer ul
{

text-align:center;
margin:auto;
list-style:none;
}

#footer ul li 
{
display:inline;
padding:0 20px;
  position:relative;
}

#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;
}
*/

#copyright {
background-color:#cad2d7;
margin:20px auto;
text-align:center;
color:#767b7e;
}

/**************************************************************************************************
  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 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
{
  font-weight:bold;
}

.comment-wait
{
}

.wp-caption
{
}

.wp-caption-text
{
  padding:0px 5px 0px 5px;
}

.avatar
{
  float:left;
  margin:0px 10px 0px 0px;
}

.url
{
  font-weight:bold;
}



/**************************************************************************************************
  Entradas do Usuário
**************************************************************************************************/
.entry
{
}

.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:none;
	color:#067cc2;
}

.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 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
{
}
