/*
Theme Name: miniBlog
Theme URI: http://forthelose.org/ftl-themes/
Description: Premium WP Theme from Ralph Damiano of <a href="http://forthelose.org">ForTheLose.org</a>.  Easily change the color of many elements for a unique appearance.
Version: 1.0
Author: Ralph Damiano
Author URI: http://forthelose.org
Tags: miniblog, minimalist, simple, theme options
*/
 
.panel{
	display: none;
 }
 
body{
	background: #EEEADD;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	color: #444;
}

/* == Resets N' Stuff == */

a:link,
a:visited{
	font-family: "Trebuchet MS", sans-serif;
	text-decoration: none;
	color: #007e95;
}

a:hover{
	text-decoration: underline;
         color: #1F9FAD;
}

a:focus,
a:active{
	outline: none;
}

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { 
	margin: 0;
	padding: 0; 
}

#main h2 {
color: #555;
font-size: 16px;
font-weight: normal;
text-transform: uppercase;
background-color: #f1f1f1;
padding: 7px 10px;
}

#main h3 {
	background: #EEEADD;
	color: #555;
	font-size: 18px;
	font-weight: normal;
	padding: 7px 10px;
	margin: 0px 0px 10px 0px;
}

#main h4 {
	color:#77afcf;
	font-family:Trebuchet MS;
	font-size:9px;
	font-weight:bold;
	padding: 2px;
	line-height:9pt;
	text-align:justify;
	text-transform:uppercase;
	vertical-align: top;
}

#main h5 {
	color:#77afcf;
	font-family:Trebuchet MS;
	font-size:12px;
	font-weight:bold;
	padding: 2px;
	line-height:9pt;
	text-align:justify;
	text-transform:uppercase;
	vertical-align: top;
        margin-top: 5px;
        margin-bottom: 5px;
}

.award-title {
        background-color: #f1f1f1;
        text-transform: uppercase;
        color: #222;
        padding: 10px;
}

ul{
	list-style-image: url(images/li.gif);
}

img{
	border: 0px;
}

input:focus,
input:active{
	outline: none;
}

.go-left{
	float: left;
	clear: left;
}

.go-right{
	float: right;
	clear: right;
}

.go-center{
	margin: 0 auto;
	text-align: center;
}

.bold{
	font-weight: bold;
}

.italic{
	font-style: italic;
}

.block{
	display: block;
}

.clear{
	clear: both;
}

.align-right{
	text-align: right;
}

.align-left{
	text-align: left;
}

.below-post{
	width: 550px;
	padding: 10px 0px 10px 90px;
	overflow: hidden;
	color: #999;
}



hr {
	border: 0;
	width: 100%;
	color: #cfc8cc;
	background-color: #cfc8cc;
	height: 1px;}


/* == Wordpress Necessary == */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 5px;
}

.alignright {
   float: right;
   margin: 5px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0 auto;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.wp-smiley{
	display: inline;
}

/*adcode */
#adcode{
	width: 100%;
	height: 100px;
	overflow: hidden;
	background: #FFF;
}

/* Navmenu */

#nav-menu {width: 100%;	height: 45px; background: #FFF;}
#navbar-content{width: 950px;margin: 0 auto;text-align: left;}

/* Novo Menu */
#nav {width: 950px;margin: 0 auto;text-align: left; display:block;}
#nav ul {list-style-type: none;padding: 0;margin: 0;}
#nav li {display: inline; float: left; position: relative; text-align: left; padding: 5px; margin: 0px;}
#nav li ul {height: auto; left: 0px;}
#nav li ul li {text-align: left; width: 180px;height: auto; min-height: auto; display: block;}
#nav a {display: block;	background: #FFF; padding: 8px; font-weight: bold; font-family: "Arial", sans-serif; color: #999;text-transform: uppercase;}
#nav li li ul {top: 0;left: 0;}
#nav li li:hover ul {left: 120px;}

/* initialy hide all sub sidemenus */
#nav ul ul,
#nav ul li:hover ul ul,
#nav ul ul li:hover ul ul,
#nav ul ul ul li:hover ul ul,
#nav ul ul ul ul li:hover ul ul {
	display: none;
	position: absolute;
}

/* display them on hover */
#nav li:hover ul,
#nav ul li:hover ul,
#nav ul ul li:hover ul,
#nav ul ul ul li:hover ul,
#nav ul ul ul ul li:hover ul,
#nav ul ul ul ul ul li:hover ul {
  display: block;
}

/* colors */

#nav {color: #666;}

#nav ul{background: #fff;}

#nav ul ul {background: #FFF;}
#nav ul li {background: #FFF;}
#nav h2 {color: #666;}
#nav a {color: #666;	}
#nav ul li:hover {background: #FFF;}
#nav ul li ul {}
#nav ul li ul li {background: #FFF;}
#nav ul li ul li:hover {background:#9de2ed;}
#nav ul li ul ul li{background: #FFF;}
#nav ul li ul ul li:hover {background:#9de2ed;}


#nav ul li.rss-feed{
	float: right;
	background: url(images/icon-twitter.png) left center no-repeat;
	padding: 0px 0px 35px 58px;
}

#nav ul li a:hover,
#nav ul li a:active,
#nav ul li a:focus{
	text-decoration: none;
	background: url(images/dark-border.png) top left repeat-x;
}

#nav ul li.current_page_item a:link,
#nav ul li.current_page_item a:visited,
#nav ul li.current_page_item a:hover,
#nav ul li.current_page_item a:active,
#nav ul li.current_page_item a:focus{
	background: url(images/dark-border.png) top left repeat-x;
}

/* == Header == */

#header{
	width: 100%;
	padding: 0px;
}

#header-container{
        width: 780px;
	height: 300px;
	overflow: hidden;
	margin: 0 auto;
	background: url(images/top.png) no-repeat;
}

#site-slogan{
	display: block;
	font-family: "Georgia", serif;
	color: #666;
	font-size: 16px;
	text-transform: lowercase;
}

.first-color{
	color: #777;
}

.second-color{
	color: #77afcf;
}

/* == Container == */

#container-top{
	width: 950px;
	height: 21px;
	overflow: hidden;
	margin: 0 auto;
	background: url(images/container-top.png) no-repeat;
}

#container{
	width: 980px;
	overflow: hidden;
	background: url(images/container-bg.gif) top center repeat-y;
	margin: 0 auto;
	text-align: left;
	padding: 9px 90px 30px 0px;
}

/* == Sidebar == */

#sidebar{
	width: 300px;
	float: right;
	clear: right;
	overflow: hidden;
}

.sidebar-box{
	width: 300px;
	overflow: hidden;
	margin: 0px 0px 30px;
}

#sidebar img {
	padding: 5px;
	background:#FFFFFF;
	border:1px solid #D4D4D4;
        -moz-border-radius: 6px;
        -moz-border-radius: 6px;
}

#sidebar-recent-posts{
	float: left;
	clear: left;
	text-indent:-9999px;
	width: 42px;
	height: 46px;
	overflow: hidden;
	margin: -10px 10px 8px 0px;
	background: url(images/icon-recent-posts.png) no-repeat;
}

#sidebar-popular-posts{
	float: left;
	clear: left;
	text-indent:-9999px;
	width: 47px;
	height: 47px;
	overflow: hidden;
	margin: -12px 10px 8px 0px;
	background: url(images/icon-popular-posts.png) no-repeat;
}

#sidebar-twitter{
	float: left;
	clear: left;
	text-indent:-9999px;
	width: 38px;
	height: 58px;
	overflow: hidden;
	margin: -12px 10px 8px 0px;
	background: url(images/icon-twitter.png) no-repeat;
}

#sidebar-fotos{
	float: left;
	clear: left;
	text-indent:-9999px;
	width: 48px;
	height: 48px;
	overflow: hidden;
	margin: -12px 10px 8px 0px;
	background: url(images/icon-fotos.png) no-repeat;
}

#sidebar-donation{
	float: left;
	clear: left;
	text-indent:-9999px;
	width: 52px;
	height: 48px;
	overflow: hidden;
	margin: -12px 10px 8px 0px;
	background: url(images/icon-money.png) no-repeat;
}

#sidebar-recent-comments{
	float: left;
	clear: left;
	text-indent:-9999px;
	width: 46px;
	height: 46px;
	overflow: hidden;
	margin: -12px 10px 8px 0px;
	background: url(images/icon-recent-comments.png) no-repeat;
}

#sidebar-search{
	float: left;
	clear: left;
	text-indent:-9999px;
	width: 43px;
	height: 44px;
	overflow: hidden;
	margin: -12px 10px 8px 0px;
	background: url(images/icon-search.png) no-repeat;
}

#sidebar-categories{
	float: left;
	clear: left;
	text-indent:-9999px;
	width: 45px;
	height: 51px;
	overflow: hidden;
	margin: -12px 10px 8px 0px;
	background: url(images/icon-categories.png) no-repeat;
}

.sidebar-box h2.with-icon{
	height: 22px;
	width: 300px;
	background: #EEEADD;
	font-family: "Georgia", sans-serif;
	color: #555;
	font-size: 18px;
	font-weight: normal;
	padding: 7px 10px;
	margin: 5px 0px 10px 0px;
}

.sidebar-box h2,
.panel h2{
	height: 22px;
	width: 300px;
	background: #EEEADD;
	font-family: "Georgia", sans-serif;
	color: #555;
	font-size: 18px;
	font-weight: normal;
	padding: 7px 10px;
	margin: 0px 0px 10px 0px;
}

.sidebar ul,
.panel ul{
	width: 100%;
}

.sidebar-box ul li,
.panel ul li{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
}

.search-box{
	width: 280px;
	height: 22px;
	overflow: hidden;
}

.search-input{
	width: 200px;
	height: 14px;
	float: left;
	border: 1px solid #ccc;
	background: #FFF;
	font-family: "Arial", sans-serif;
	font-size: 11px;
	padding: 3px 5px;
	color: #777;
}

.search-button{
	width: 46px;
	height: 20px;
	float: right;
	border: 1px solid #ccc;
	background: #EEEADD;
	font-family: "Arial", sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #444;
}

/* == Twitter == */

.sidebar-box ul#twitter_update_list li span a:link,
.sidebar-box ul#twitter_update_list li span a:visited{
	display: inline;
	margin: 0px;
	font-family: "Verdana", sans-serif;
	font-size: 100%;
	font-weight: normal;
}

.sidebar-box ul#twitter_update_list li a:link,
.sidebar-box ul#twitter_update_list li a:visited{
	display: block;
	margin: 0px 0px 0px 10px;
	font-family: "Arial", sans-serif;
	font-weight: bold;
	font-size: 10px;
}

.twitter-link{
	text-align: right;
	float: right;
}

/* == Tabs == */

#tab-container{
	width: 280px;
	overflow: hidden;
	margin: 0px 0px 30px;
}

#tabnav{
	list-style-type: none;
	list-style-image: none;
}

#tabnav li{
	float: left;
	display: inline;
	text-align: center;
}

#tabnav li a:link,
#tabnav li a:visited{
	display: block;
	width: 72px;
	height: 12px;
	font-family: "Arial", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	background: #EEEADD;
	padding: 12px 4px;
}

#tabnav li a:hover,
#tabnav li a.selected:link,
#tabnav li a.selected:visited{
	text-decoration: none;
	background: #9de2ed;
}

.panel{
	padding: 10px 0px 0px 0px;
	overflow: hidden;
	width: 280px;
	clear: both;
}

/* == Main == */

#main{
	float: left;
	clear: left;
	overflow: hidden;
	width: 640px;
}

.post-container{
	width: 640px;
	overflow: hidden;
	margin: 0px 0px 30px;
	clear: both;
}

.post-right{
	float: right;
	clear: right;
	overflow: hidden;
	padding: 0px 0px 10px;
	background: url(images/dots.gif) bottom center repeat-x;
}

.post-tab{
	width: 58px;
	height: 50px;
	overflow: hidden;
	margin: 0px 0px 20px 0px;
	text-align: center;
	font-family: "Georgia", serif;
	font-size: 14px;
	color: #777;
	padding: 10px 0px 0px 2px;
	background: url(images/post-tab.png) no-repeat;
}

.tab-big{
	font-size: 20px;
	display: block;
}

.post-content img {
	padding: 5px;
	background:#FFFFFF;
	border:1px solid #D4D4D4;
	margin-right: 3px;
        margin-left: 3px;
        -moz-border-radius: 6px;
        -moz-border-radius: 6px;
}

.post-content-right{
        width: 540px;
	float: right;
	clear: right;
	overflow: hidden;
}

.post-content-left img{
	display: block;
	width: 98px;
	height: 98px;
	border: 1px solid #ccc;
	padding: 5px;
	background: #FFF;
	margin: 0px 0px 10px;
}

.post-header{
	width: 510px;
	overflow: hidden;
	margin: 0px 0px 10px 0px;
}

.post-header h1{
	font-family: "Georgia", sans-serif;
	font-size: 20px;
	color: #1F9FAD;
	font-weight: normal;
}

.post-header h1 a:link,
.post-header h1 a:visited{
	font-family: "Georgia", sans-serif;
	font-size: 20px;
	color: #05B8CC;
	font-weight: normal;
}

.post-header h1 a:hover{
	color: #05B8CC;
}

.postedby{
	font-size: 90%;
	color: #666;
	font-weight: normal;
}

.postedby a:link,
.postedby a:visited{
	font-size: 90%;
	color: #007e95;
	font-weight: normal;
}

.postedby a:hover{
	color: #1F9FAD;
}


.post-header-title{
	width: 340px;
	float: left;
	clear: left;
	overflow: hidden;
	padding: 4px 0px 0px
}

.post-comments{
	width: 40px;
	height: 40px;
	float: right;
	clear: right;
	display: block;
	overflow: hidden;
	background: #EEEADD;
	text-align: center;
	font-family: "Georgia", serif;
	font-size: 18px;
	color: #666;
	padding: 6px;
}

.post-comments:hover{
	background: #9de2ed;
}

.post-comments a:link,
.post-comments a:visited{
	width: 35px;
	height: 27px;
	display: block;
	overflow: hidden;
	background: #9de2ed;
	text-align: center;
	font-family: "Georgia", serif;
	font-size: 18px;
	color: #666;
	padding: 4px 0px;
}

.post-comments a:hover{
	background: #d8e7f0;
	text-decoration: none;
}

.post-content a:link,
.post-content a:visited{
	text-decoration: underline;
}

.post-content p{
	text-align: justify;
	line-height: 17px;
	padding: 0px 0px 15px;
}

.post-content h1{
	font-family: "Arial", sans-serif;
	color: #555;
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 15px;
}

.post-content h2{
	font-family: "Arial", sans-serif;
	color: #77afcf;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 15px;
}

.post-content h3{
	font-family: "Arial", sans-serif;
	color: #555;
	font-size: 15px;
	font-weight: bold;
	margin: 0px 0px 15px;
}

.post-content h4,
.post-content h5,
.post-content h6{
	font-family: "Arial", sans-serif;
	color: #555;
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 15px;
}

.post-content blockquote{
	padding: 0px 0px 15px;
}

.post-content blockquote p{
	padding: 0px 0px 0px 30px;
	font-style: italic;
	border-left: 2px solid #eee;
}

.post-content ul,
.post-content ol{
	margin: 0px 0px 15px;
}

.post-content ul li,
.post-content ol li{
	margin: 0px 0px 5px 20px;
}

.post-more{
       width: 100px;
       display: block;
       text-align: center;
       font-family: "Arial", sans serif;
       font-weight: bold;
       text-transform: uppercase;
       font-size: 10px;
       background-color: #9de2ed;
       padding: 12px;
}


.post-more a:link,
.post-more a:visited{
	text-decoration: none;
}

.post-more a:hover{
	text-decoration: underline;
}

/* == Comments == */

.post-announcement{
	width: 550px;
	float: right;
	clear: right;
	overflow: hidden;
	padding: 0px 0px 15px;
	margin: -15px 0px 30px;
	font-family: "Georgia", sans-serif;
	font-size: 20px;
	color: #666;
	font-weight: normal;
	background: url(images/dots.gif) bottom center repeat-x;
}

.post-announcement2{
	width: 550px;
	float: right;
	clear: right;
	overflow: hidden;
	padding: 0px 0px 15px;
	margin: 0px 0px 30px;
	background: url(images/dots.gif) bottom center repeat-x;
}

.post-announcement2 h3{
	font-family: "Georgia", sans-serif;
	font-size: 17px;
	color: #666;
	font-weight: normal;
}

.comment-container{
	width: 550px;
	float: right;
	clear: right;
	overflow: hidden;
	background: url(images/dots.gif) bottom center repeat-x;
	margin: 0px 0px 30px;
}

.comment-left{
	float: left;
	clear: left;
	width: 74px;
	overflow: hidden;
}

.comment-right{
	width: 456px;
	float: right;
	clear: right;
	overflow: hidden;
}

.comment-left img{
	display: block;
	width: 62px;
	height: 62px;
	padding: 5px;
	overflow: hidden;
	background: #FFF;
	border: 1px solid #ccc;
}

.comment-header{
	width: 456px;
	overflow: hidden;
	margin: 0px 0px 10px;
	font-family: "Arial", sans-serif;
	color: #555;
	font-weight: bold;
	font-size: 10px;
}

.comment-header-title{
	font-family: "Georgia", serif;
	font-size: 16px;
	color: #666;
	font-style: italic;
	font-weight: normal;
	display: block;
	padding: 0px 0px 5px;
}

/* Ralph Damiano */

.comment-header-title a:link,
.comment-header-title a:visited{
	font-family: "Georgia", serif;
	color: #77afcf;
	font-style: normal;
}

.comment-content a:link,
.comment-content a:visited{
	text-decoration: underline;
}

.comment-content p{
	line-height: 17px;
	padding: 0px 0px 15px;
	text-align: justify;
}

.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6{
	font-family: "Arial", sans-serif;
	color: #555;
	font-size: 15px;
	font-weight: bold;
	margin: 0px 0px 15px;
}

.comment-content blockquote{
	padding: 0px 0px 15px;
}

.comment-content blockquote p{
	padding: 0px 0px 0px 30px;
	font-style: italic;
	border-left: 2px solid #eee;
}

.comment-content ul,
.comment-content ol{
	margin: 0px 0px 15px;
}

.comment-content ul li,
.comment-content ol li{
	margin: 0px 0px 5px 20px;
}

/* == Footer == */

#footer{
	padding: 20px 0px 10px;
}

#footer a:link,
#footer a:visited{
	text-decoration: underline;
}

/* Calendar */

#calendar_wrap{
	padding: 10px 0px 0px;
	width: 280px;
	overflow: hidden;
	text-align: center;
}

table#wp-calendar{
	width: 250px;
	border: 0px;
	margin: 0 auto;
}

.post-content img,
.comment-content img{
	max-width: 400px;
}

/* Projects */

.projects {
       font-family: Trebuchet Ms;
       font-size: 8pt;
	display: block;
	padding: 5px 3px 5px 3px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #;
	border-bottom: 1px solid #cfc8cc;
	line-height: 18px;
	}

.projects img {
	margin-left: 5px;
	border: 0px;
}

/*affiliates */
.affiliates img.noborder {
	background:none;
	padding:0;
	border:0;
}

.affiliates img {
	padding: 5px;
	background:#FFFFFF;
	border:1px solid #D4D4D4;
	margin-right: 2px;
        -moz-border-radius: 6px;
        -moz-border-radius: 6px;
}

.affiliates a:link img {
	padding: 5px;
	background:#FFFFFF;
	border:1px solid #D4D4D4;
	margin-right: 2px;
-moz-border-radius: 6px;
-moz-border-radius: 6px;
}

.affiliates a:visited img  {
	padding: 5px;
	background:#FFFFFF;
	border:1px solid #D4D4D4;
	margin-right: 2px;
-moz-border-radius: 6px;
-moz-border-radius: 6px;
}

.affiliates a:hover img {
	padding: 5px;
	background:#FFFFFF;
	border:1px solid #199fae;
	margin-right: 2px;
-moz-border-radius: 6px;
-moz-border-radius: 6px;
}

.links {
width: 100%;
border:none;
margin: 0 0 2px 0;
font-family: Trebuchet Ms;
font-size: 8pt;
}

.links ul {
list-style-type: none;
padding: 0;
margin: 0;
}

.links ul li {
float:left;
list-style-type:none;
padding:0;
margin:0;
}

.links li a, .links ul li a:visited, .links ul li a:active {
display: block;
width: 132px;
height: auto;
background: none;
font-family: Trebuchet Ms;
font-size: 8pt;
color: #007e95;
border-bottom:1px solid #eeede8;
padding: 2px;
margin:0 0 0 2px;
}

.links ul li a:hover {
background: #F8f8f8;
}

img.wp-smiley {
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: transparent;
}

img.wp-smiley:hover {
	margin: 0px;
	border: none;
	padding: 0px;}


