﻿/*  
Theme Name: James Theme
Theme URI: james_theme
Description: Theme for James Peret's website
Version: 1.0
Author: James Peret
*/

body {
	background-color: #cccccc;
	background-image: url(imgs/gradiant_bg.jpg);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	}
	
#corpo {
	width: 891px;
	padding: 0 auto;
	margin: 0 auto;
}

.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding 0;
}

/* ------- Header ------------*/
	
#topo {
	background-image: url(imgs/caixa_x.png);
	height: 30px;
	background-repeat: x;
	background-color: transparent;
	padding: 10px 35px 0 35px;
	margin: 0 auto;
}

#topo_caixa {
	background-image: url(imgs/caixa_bottom.png);
	background-repeat: none;
	height: 23px;
	background-color: tranparent;
}

.logo {
	float: left;
	background-image: url(imgs/logo_jamesperet.png);
	width: 264px;
	height: 31px;
	border: 0;
}
.logo:visited {
	border: 0;
}

.input_contato {
	display: block;
	width: 247px;
	height: 21px;
	margin: 5px 0 5px 0;
	padding-left: 5px;
	background-image: url(imgs/input_bg1.jpg);
	border: 1px solid #999999;
	font-family: "Arial", sans-serif;
	color: #666666;
	font-size: 14px;
	line-height: 1.5em;
	
}

.input_contato_area {
	display: block;
	width: 247px;
	height: 90px;
	margin: 5px 0 5px 0;
	padding-left: 5px;
	background-image: url(imgs/input_bg2.jpg);
	border: 1px solid #999999;
	font-family: "Arial", sans-serif;
	color: #666666;
	font-size: 14px;
	line-height: 1.5em;
}

.avatar_sidebar {
	width: 251px;
}

/* ------- Menu ------------*/

#menu {
	float: right;
	margin-top: 0;
}

#menu ul {
    list-style: none;
    padding: 0;
}

#menu li {
    float: left;
    margin: 0;
    padding: 0;
}

#menu a {
    font-family: "Arial", sans-serif;
    font-weight: strong;
    color: #333333;
    text-decoration: none;
    padding: 0 0 0 3px;
    margin-right: 10px;
    border: none;

}

#menu a:hover {
	text-decoration: underline;
}

/* ------- Conteudo ------------*/

#conteudo_caixa {
	background-image: url(imgs/caixa_top.png);
	background-repeat: none;
	height: 34px;
	margin: 0;
    padding: 0;
}

#conteudo_error {
	background-image: url(imgs/caixa_error.png);
	background-repeat: none;
	height: 83px;
	margin: 0;
    padding: 0;
}

#pagina {
	background-image: url(imgs/pagina_x.png);
	background-repeat: x;
	padding: 0;
	min-height: 480px;
	display: block;
}

#conteudo {
	width: 540px;
	margin: 0 0 0 40px;
	float: left;
	padding-bottom: 10px;	
	}

#pagina h1 {
	margin-top: 0;
}
	
#pagina_bottom {
	background-image: url(imgs/pagina_bottom.png);
	background-repeat: none;
	height: 20px;
}

#conteudo p {
	margin: 0;
	padding: 0 0 10px 0;
	font-family: "Arial", sans-serif;
	color: #333;
}

#conteudo h1 {
	font-family: "Arial", sans-serif;
	color: #333;
	font-weight: strong;
	font-size: 36px;
	margin-bottom: 3px;
	margin-top: 8px;
}
#conteudo a {
	color: #666;
	font-weight: strong;
	text-decoration: none;
}

#conteudo a:hover {
	text-decoration: underline;
	color: #333;
}

#conteudo h2 {
	font-family: "Arial", sans-serif;
	color: #333;
	font-weight: strong;
	font-size: 18px;
	margin-bottom: 0;
	margin-top: 0;
}

#conteudo h5 {
	font-family: "Arial", sans-serif;
	font-weight: none;
	font-size: 12px;
	margin: 0;
	padding: 2px 0 10px 0;
	text-decoration: none;
}

#conteudo h3 {
	font-family: "Arial", sans-serif;
	color: #333;
	font-weight: none;
	font-size: 14px;
	margin: 0;
	padding: 2px 0 10px 0;
}

.post_thumb {
	float: left;
	margin: 5px 20px 10px 0;
	width: 115px;
	height: 150px;
	text-align: center;
}

.thumb {
	border: 1px solid #666;
	width: 115px;
}

#post_thumb {
	float:left;
}

#post_content {
	float:right;
	width: 415px;
}

#post_content p {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

#post_content .data {
	font-size: 12px;
	color: #999999;
}

a.button_posts {
	display: block;
	float: right;
	height: 27px;
	width: 81px;
	background: url(imgs/button_posts.png);
}

a.button_posts:hover {
	background-position: -81px -27px;
}

a.button_trabalhos {
	display: block;
	float: right;
	height: 27px;
	width: 111px;
	background: url(imgs/button_trabalhos.png);
}

a.button_trabalhos:hover {
	background-position: -111px -27px;
}

a.button_info {
	margin-top: 5px;
	display: block;
	float: right;
	height: 27px;
	width: 70px;
	background: url(imgs/button_info.png);
}

a.button_info:hover {
	background-position: -70px -27px;
}

/* ------- Sidebar ------------*/

#sidebar {
	float: right;
	width: 298px;
}

#sidebar_top {
	background-image: url(imgs/sidebar_top.png);
	background-repeat: none;
	height: 12px;
	margin: 0;
    padding: 0;
}

#sidebar_content {
	background-image: url(imgs/sidebar_content.png);
	background-repeat: y;
	padding-left: 20px;
	padding-right: 28px;
	padding-bottom: 40px;
	font-size: 14px;
	font-family: "Arial", sans-serif;
	color: #333;
}

#sidebar_content a {
	color: #666666;
	text-decoration: none;
}

#sidebar_content a:hover {
	color: #333333;
	text-decoration: underline;
}

#sidebar_content h1 {
	font-family: "Arial", sans-serif;
	color: #333;
	font-weight: strong;
	padding: 0;
	margin: 0;
}

#sidebar_content ul {
	list-style: none;
	margin: 5px 0;
	padding: 0;
}

#sidebar_content li {
	font-family: "Arial", sans-serif;
	color: #333;
}

#sidebar_bottom {
	background-image: url(imgs/sidebar_bottom.png);
	background-repeat: none;
	margin: 0;
    padding: 0;
	height: 24px;
}

#sidebar_spacer {
	background-image: url(imgs/sidebar_spacer.png);
	background-repeat: none;
	margin: 0;
    padding: 0;
	height: 26px;
}

.titulo a {
	color: #333;
}

#message {
	min-height: 150px;
}
#message h2, #message p {
	font-family: "Arial", sans-serif;
}

#message h2 {
	color: white;
	font-size: 18px
}

#checkmark {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.error {
	font-family: "Arial", sans-serif;
	color: red;
	padding: 4px;
	border: 1px dashed red;
	float: left;
	font-size: 12px;
}

#submit_btn, #submit {
	float: right;
	display: block;
	float: right;
	height: 27px;
	width: 75px;
	border: none;
	cursor: pointer;
	background: url(imgs/button_enviar.png);
}

#submit_btn:hover, #submit:hover {
	background-position: -75px -27px;
}

/* ------- Footer ------------*/

#footer {
	background-color: #333;
	margin: 70px 0 0 0;
	width: 100%;
	background-image: url(imgs/footer_divisor-1.png);
	background-repeat: repeat-x;
	background-position: top;
}

#footer h2, #footer ul, #footer li, #footer a, #footer p {
	font-family: "Arial", sans-serif;
	color: white;
	text-decoration: none;
	font-size: 14px;
}

#footer h3 {
	font-family: "Arial", sans-serif;
	color: white;
	text-decoration: none;
	font-size: 18px;
}

#footer h2 {
	font-size:24px;
	font-weight: bold;
}

#footer h2, #footer h3 {
	text-align: center;
}

#footer_container {
	margin: 0 auto;
	width: 846px;
}

#footer_links {
	float:left;
	margin: 5px 5px 5px 25px;
	width: 321px;
	
}

#footer_icons ul {
	list-style: none;
    padding: 0;
    margin: 0;
}

#footer_icons li {
	float: left;
}

#footer_icons {
	float: left;
	width: 316px;
	border-right: 1px solid white;
}

.icon {
	border: none;
}

.twitter { float: left; border:none; background-image: url(imgs/icons/twitter.png); height: 32px; width: 32px; }
.youtube { float: left; border:none; background-image: url(imgs/icons/youtube.png); height: 32px; width: 32px; }
.facebook { float: left; border:none; background-image: url(imgs/icons/facebook.png); height: 32px; width: 32px; }
.vimeo { float: left; border:none; background-image: url(imgs/icons/vimeo.png); height: 32px; width: 32px; }
.orkut { float: left; border:none; background-image: url(imgs/icons/orkut.png); height: 32px; width: 32px; }
.lastfm { float: left; border:none; background-image: url(imgs/icons/lastfm.png); height: 32px; width: 32px; }
.ebay { float: left; border:none; background-image: url(imgs/icons/ebay.png); height: 32px; width: 32px; }
.wikipedia { float: left; border:none; background-image: url(imgs/icons/wikipedia.png); height: 32px; width: 32px; }
.linkedin { float: left; border:none; background-image: url(imgs/icons/linkedin.png); height: 32px; width: 32px; }
.delicious { float: left; border:none; background-image: url(imgs/icons/delicious.png); height: 32px; width: 32px; }
.blipfm { float: left; border:none; background-image: url(imgs/icons/blipfm.png); height: 32px; width: 32px; }
.dopplr { float: left; border:none; background-image: url(imgs/icons/dopplr.png); height: 32px; width: 32px; }
.flickr { float: left; border:none; background-image: url(imgs/icons/flickr.png); height: 32px; width: 32px; }
.picasa { float: left; border:none; background-image: url(imgs/icons/picasa.png); height: 32px; width: 32px; }
.openid { float: left; border:none; background-image: url(imgs/icons/openid.png); height: 32px; width: 32px; }
.friendfeed { float: left; border:none; background-image: url(imgs/icons/friendfeed.png); height: 32px; width: 32px; }
.myspace { float: left; border:none; background-image: url(imgs/icons/myspace.png); height: 32px; width: 32px; }
.visualizeis { float: left; border:none; background-image: url(imgs/icons/visualizeus.png); height: 32px; width: 32px; }
.skype { float: left; border:none; background-image: url(imgs/icons/skype.png); height: 32px; width: 32px; }
.rss { float: left; border:none; background-image: url(imgs/icons/rss.png); height: 32px; width: 32px; }

#footer_posts {
	float:left;
	margin: 5px;
	width: 275px;
	
}

#footer_posts ol {
	border-right: 1px solid white;
	line-height: 1.1em;
}

#footer_posts a {
	text-decoration: none;
}

#footer_posts a:hover {
	text-decoration: underline;
}

#footer_contato {
	float:left;
	margin: 5px 25px 5px 25px;
	width: 160px;
}

#footer_note {
	clear: both;
	width: 100%;
	text-align: center;
	margin: 7px auto;
	font-family: "Arial", sans-serif;
	color: white;
	text-decoration: none;
	font-size: 14px;
	font-weight: strong;
}

#footer_spacer {
	background-image: url(imgs/footer_divisor-2.png);
	background-repeat: no-repeat;
	width: 805px;
	height: 4px;
	margin: 0 25px;

}

/* ------- Tooltip ------------*/


li.tip {
	position: relative;
}

li.tip span {
	display: none;
	position: absolute;
	top: -30px;
	left: 1px;
	width: 100px;
	padding: 6px;
	padding-bottom: 7px;
	z-index: 100;
	background: #000;
	color: #fff;
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari */
}

li:hover.tip {
	font-size: 99%; /* this is just for IE */
}

li:hover.tip span {
	display: block;
}

a.tip h1 {
	font-family: "Arial", sans-serif;
	color: #ccc;
	font-size: 18px
	margin: 0;
	padding: 0;
	text-align: left;
}


/* ------- WP Page Numbers ------------*/

#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	background: #f1f1f1;
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	text-transform: none;
	text-indent: 0px;
	font-variant: normal;
	text-align: left;
	line-height: 12px;
	letter-spacing: 0px;
	word-spacing: 0px;
	font-size: 9px;
	font-family: "Arial", sans-serif;
}

#wp_page_numbers {
	margin-top: 10px;
	width: 100%;
	background: #f1f1f1;
}
#wp_page_numbers ul {
	width: 100%;
}
#wp_page_numbers li {
	float: left;
	display: block;
}

#wp_page_numbers a {

	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #f1f1f1;
	padding: 2px;
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 1px;
	margin-right: 1px;
	display: block;
	color: #333;
	
}

#wp_page_numbers li a:hover {
	border-color: #999;
}

#wp_page_numbers li.space {
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #f1f1f1;
	padding-top: 2px;
}

#wp_page_numbers li.first_last_page {
	font-style: none;
}

#wp_page_numbers li.active_page a {
	border: 1px solid #bfbfbf;
	background: white;
	padding-left: 4px;
	padding-right: 4px;
}
#wp_page_numbers li.active_page a:hover  {
	color: black; /* IE fix */
}

#wp_page_numbers li.page_info {
	margin-top: 2px;
	margin-bottom: 2px;
	
	padding-top: 2px;
	
	margin-right: 2px;
	padding-left: 2px;
	color: #666;
	border: 1px solid #f1f1f1;
}

/* ------- Sociable ------------*/

div.sociable { margin: 16px 0; font-family: "arial", sans-serif; color: #333333;}

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.sociable_tagline {
	font-size: 18px;
	font-weight: bold;
}




.post-edit-link {
	float:right;
	font-size: 10px;
}



/* ------- Formating Posts ------------*/

.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.commentlist {
	list-style: none;
	list-style-type: none;
	margin-left: 15px;
	padding: 0;
}

.comment_avatar {
	float: left;
}

.comment_info {
	float:left;
	padding-left: 10px;
	width: 480px;
	font-family: "Arial",sans-serif;
}

#comment {
	width: 540px;
}

.commentlist h4 {
	font-family: "Arial", sans-serif;
	color: #333;
	font-weight: none;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
