/*  
Theme Name: CocoNutz
Theme URI: http://www.blog.nonsensebb.com
Description: Tema feito por Luis "Dextro" Nabais para o planeta Tekpt
Version: 1.1
Author: Dextro
Author URI: http://www.nonsensebb.com/
*/

body {
	background: #eeeeec url(../images/back.gif) top left repeat;
	color: #555753;
	font: 14px tahoma, verdana, sans serif, lucida console;
	margin: 0 auto; 
	padding: 0;
}

/* Global Styles and Links */	
a:link, 
a:visited {
	color: #a40000;
	text-decoration: none;
}
	
a:hover, 
a:active {
	color: #ef2929;
	text-decoration: none;
}

acronym, 
abbr {
	cursor: help;
	border-bottom: #eeeeec 1px dotted;
}

code {
	color: #c63;
	font-size: 1.2em;
}	
	
code strong {
	color: #930;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

.clear {
	clear: both;
}

.hide {
	display: none;
}

h1,
h2,
h3,
h4 {
	font-family: "Georgia", "Avant Garde", Futura, Helvetica;
	font-size: 2.2em;
	margin-top: 0;
	margin-bottom: 8px;
}

/* Small text */
.small {
	font: 0.7em;
}

/* Quotes */
blockquote {
	padding: 20px 20px 20px 30px;
	margin: 2px 5px 0 5px;
	font-style: italic;
	font-size: 12px;
	color: #2e3436;
	line-height: 125%;
	text-align: justify;
	border-right: #888a85 1px dashed;
	border-top: #888a85 1px dashed;
	border-left: #888a85 1px dashed;
	border-bottom: #888a85 1px dashed;
}

blockquote a:link,
blockquote a:visited {
	color: Black;
	font-weight: bold;
	background-color: transparent;
}

blockquote a:hover,
blockquote a:active {
	color: #1778cb;
	font-weight: bold;
	background-color: transparent;
}


/* Images */

.imgartigo {
	float: left;
	margin: 0 10px 5px 0;
	padding: 10px;
	border: 0px;
}	

img {
	margin: 0 0 0 0;
	padding: 2px;
	border: 0px solid #990000;
}

.wp-smiley {
	margin: 0 0 0 0 !important;
	padding: 2px !important;
	border: 0px solid #990000 !important;
}

/* Container */
#global {
	background: #eeeeec;
	margin: 0 9% 0 9%;
	padding: 0 0 0 0;
	min-width: 760px;
}

/* Header */
#header {
	background: #a40000 url(../images/topbg.gif) repeat top left;
	height: 150px;
	margin: 0;
	overflow: hidden;
}

#logo {
	float: left;
	margin: 0 0 0 1px;
	padding: 50px 0 0 25px;
	width: 280px;
	height: 60px;
}

#logo h1,
#logo h1 a, 
#logo h1 img {
	width: 280px;
	height: 60px;
	margin: 0;
	padding: 0;
	overflow: visible;
}

#logo h1 { 
	background: url(../images/logo.gif) 0 0 no-repeat;
}
	
#logo h1 a:hover {
	background: url(../images/logoh.gif) 0 0 no-repeat;
}

#logo h1 a {
	display: block;
	text-indent: -9999px; 
	text-decoration: none;
	border: 0;
	background: none; 
}

/* Menu */
#menubar {
	margin: 0;
	background: #555753 url(../images/menubg.gif) repeat;
	height: 60px;
	width: 100%;
	border-bottom: 2px #f57900 solid;
}

#menu {
	font-size: 1.4em;
	font-family: "Century Gothic", "Avant Garde", Futura, Helvetica;
	float: right;
	width: 100%;
	height: 60px;
	line-height:normal;
	overflow: hidden;
}

#menu ul {
    margin:0;
    padding: 0 1% 0 0;
    list-style:none;
	text-align: center;
} 	

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

#menu a {
	float: left;
    display: block;
    padding: 18px 0 18px 0;
	margin: 0;
    text-decoration: none;
    font-weight: bold;
    color: #eeeeec;
	width: 150px;
	overflow: hidden;
}

#menu a:hover {
	color: #f57900;
}

#tentrada a, #tequipa a, #tacerca a, #tcontacto a, #tblog a {
	display: block;
	text-indent: -9999px; 
	text-decoration: none;
	border: 0;
	background: none; 
}

/* Menu Entrada */
#tentrada {
	background: url(../images/entrada.gif) no-repeat right;
}

#entrada #tentrada {
	background: url(../images/entrada_selected.gif) no-repeat right;
}

#tentrada a:hover {
	background: url(../images/entrada_hover.gif) no-repeat right;
}

/* Menu equipa */
#tequipa {
	background: url(../images/membros.gif) no-repeat right;
}

#equipa #tequipa {
	background: url(../images/membros_selected.gif) no-repeat right;
}

#tequipa a:hover {
	background: url(../images/membros_hover.gif) no-repeat right;
}

/* Menu acerca */
#tacerca {
	background: url(../images/sobre.gif) no-repeat right;
}

#acerca #tacerca {
	background: url(../images/sobre_selected.gif) no-repeat right;
}

#tacerca a:hover {
	background: url(../images/sobre_hover.gif) no-repeat right;
}

/* Menu contacto */
#tcontacto {
	background: url(../images/contactos.gif) no-repeat right;
}

#contacto #tcontacto {
	background: url(../images/contactos_selected.gif) no-repeat right;
}

#tcontacto a:hover {
	background: url(../images/contactos_hover.gif) no-repeat right;
}

/* Menu blog */
#tblog {
	background: url(../images/blog.gif) no-repeat right;
}

#blog #tblog {
	background: url(../images/blog_selected.gif) no-repeat right;
}

#tblog a:hover {
	background: url(../images/blog_hover.gif) no-repeat right;
}

/* Main content */
#main {
	padding: 15px 20px 15px 20px;
}

#content {
	margin-right: 220px;
}

#content-wide {
	margin-right: 0;
}

#content-wide .nav {
	border-top: 1px #2e3436 solid;
	border-left: 1px #2e3436 solid;
	border-right: 1px #2e3436 solid;
	border-bottom: 1px #2e3436 solid;
	padding: 0 0 2px 0;
	margin: 18px auto 0 auto;
	height: 23px;
}

#content-wide .sub-nav {
	font-size: 0.75em;
	height: 23px;
	border-left: 1px #2e3436 solid;
	margin-left: 10px;
}

#admin-news #content-wide .sub-nav {
	margin-left: 150px;
}

#admin-blogs #content-wide .sub-nav {
	margin-left: 300px;
}

#admin-pages #content-wide .sub-nav {
	margin-left: 450px;
}

#content-wide .nav ul,
#content-wide .sub-nav ul {
	margin:0;
    padding: 0 1% 0 0;
    list-style:none;
	text-align: center;
}

#content-wide .nav li,
#content-wide .sub-nav li {
	float: left;
    margin: 0;
    padding: 0;
}

#content-wide .nav a {
	width: 150px;
}

#content-wide .sub-nav a {
	width: 95px;
	border-bottom: 1px #2e3436 solid;
	background: #ffffff;
}

#content-wide .nav a,
#content-wide .sub-nav a {
	float: left;
    display: block;
    padding: 3px 0 6px 0;
	margin: 0;
    text-decoration: none;
    font-weight: bold;
	overflow: hidden;
	border-right: 1px solid #2e3436;
}

#content-wide .nav a:hover,
#content-wide .sub-nav a:hover {
	background-color: #2e3436;
	color: #eeeeec;
}

.pub {
	text-align: center;
	margin-bottom: 15px;
	overflow: hidden;
}

/* Entry */
.entry {
	border-top: 3px #2e3436 solid;
	border-left: 1px #2e3436 solid;
	padding: 0 0 2px 6px;
	margin: 18px auto 12px auto;
}

.entry p {
	padding: 2px 2px 2px 8px;
	margin: 0;
}

.entry .text {
	padding: 2px 2px 2px 8px;
	margin: 0;
}

.entry .text br {
	margin-bottom: 8px;
}

.entry h2 {
	font-size: 1.4em;
}

.entry h3 {
	font-size: 1.3em;
}

.entry .pub {
	float: right;
	margin: 5px 5px 5px 10px;
}

.entry img {
	max-width: 98%;
}

.siteimg {
	float: right;
	margin: 0 0 0 0;
	padding: 0;
	border: 0px;
}

/* Sidebar */
#sidebar {
	float: right;
	width: 190px;
	overflow: hidden;
	font-size: 0.9em;
	background: #eeeeec;
}

#sidebar h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 4px;
}

#sidebar .side {
	border-top: 3px #2e3436 solid;
	border-left: 1px #2e3436 solid;
	padding: 0 0 2px 4px;
	margin-bottom: 25px;
}

.side p {
	padding-left: 4px;
}

#searchform {
	margin-right: 3px;
	margin-left: 3px;
}

#searchform .hidden {
	display: none;
}

#searchform .input {
	width: 8em;
	background:#eeeeec;
	border: 1px solid #888a85;
	padding: 2px;
}

#searchform .input:focus {
	border: 1px solid #2e3436;
	background: #d3d7cf;
}

#searchform .submit {
	padding: 0 15px 0 15px;
	border:	1px solid #888a85;
	background-color:#cc0000;
	text-align:center;
	color: #eeeeec;
	width: 52px;
	height: 23px;
}

#searchform .submit:hover {
	border:	1px solid #2e3436;
	background-color:#a40000;
	color: #ffffff;
	cursor:pointer;
}

/* Footer */
#footer {
	margin: 0;
	padding: 5px 15px 5px 15px;
	font-size: 0.8em;
	border-top: 5px #555753 solid;
	text-align: left;
	font-weight: bold;
}
	
#footer #fl {
	float: left;
}	
	
#footer #fr {
	text-align: right;
}
