/*
Name: Claiming Ownership
URL: http://blog.oneshare.com/
Description: Blog about claiming ownership
Version: 1.0
Author: Miguel Arias
Author URL: http://www.oneshare.com/
*/

body {
	color: #333333;
	margin: 0px;
	padding: 0px 0px 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	line-height: 150%;
	background-color: #fffbde;
	background-image: url(images/main-bg.png);
	background-repeat: repeat-x;
}
a {
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	color: #CC6633;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	margin:0px;
	background: url(images/logo.png) no-repeat;
	height: 90px;
}
h1 a {
	display: block;
	overflow: hidden;
	width: 69px;
	height: 90px;
	text-indent: -10001px;
}
h2 {
	color: #683800;
	margin: 0px 0px 2px;
	letter-spacing: -1px;
	font: normal 220%/110% Georgia, "Times New Roman", Times, serif;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #683800;
	text-decoration: none;
}
h2 a:hover {
	color: #FF6600;
	text-decoration: none;
}
h3 {
	font: normal 140%/100% Georgia, "Times New Roman", Times, serif;
	color: #683800;
	margin: 10px 0px 5px;
}
form {
	margin:0px;
	padding:0px;
}
#page {
	margin: 0px auto;
	width: 940px;
}
#header {
	height: 150px;
	position: relative;
}
#headerimg {
	position: relative;
	padding: 10px 0px 0px 0px;
	height: 60px;
}

#headertitle {
	margin:25px 0px 0px 0px;
	background: url(images/header-blog.png) no-repeat;
	height: 49px;
	padding: 0px 0px 0px 0px;
}
#headertitle a {
	display: block;
	overflow: hidden;
	width: 588px;
	height: 49px;
	padding: 0px 0px 0px 0px;
	text-indent: -10001px;
}

#badge {
	position: absolute;
	right: 71px;
	top: 38px;
	overflow: hidden;
	width: 175px;
	height: 177px;
	background: url(images/info-badge.png) no-repeat;
	text-indent: -10001px;
}

#content {
	padding: 50px 0px 30px 0px;
	float: left;
	width: 600px;
	overflow: hidden;
}
.post {
	clear:both;
	padding-top: 10px;
        line-height: 165%;
}
.post-date {
        padding-right: 10px;
	font-size: 95%;
	color: #999999;
        clear: both;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}

.post-title {
	float: left;
	width: 100%;
}

.entry {
	clear: both;
	padding-top: 10px;
}

.post-user {
	background: url(images/mini-user.gif) no-repeat left center;
	padding-left: 20px;
        padding-right: 10px;
	float:left;
	font-size: 95%;
	color: #999999;
}

.post-cat {
	background: url(images/mini-category.gif) no-repeat left center;
	padding-left: 18px;
	font-size: 95%;
	color: #999999;
        float: left;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat left center;
	padding-left: 18px;
	font-size: 95%;
        float: right;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.post-content {
	clear: both;
	padding-top: 10px;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #59770e;
}
.previous-entries {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}
#comments, #respond {
	padding-bottom: 5px;
}
.commentlist {
	margin: 0px 0px;
	padding-left: 30px;
	line-height: 160%;
}
.commentlist li{
	padding: 5px 10px;
	position: relative;
}
.commentlist .avatar {
	position: absolute;
	top: 5px;
	right: 5px;
	border: solid 1px #ededed;
	padding: 1px;
	background: #fff;
}
.commentlist .alt {
	background: #fbf7d7;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #CC6600;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	font-weight: bold;
	color: #666666;
	font-size: 100%;
}
#commentform input{
	width: 135px;
	height: 22px;
	padding: 2px 5px 0px 5px;
	border: 1px solid #683800;
	background: #fbf7d7;
	vertical-align: middle;
}
#commentform textarea{
	width: 478px;
	height: 115px;
	background:#fbf7d7;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:left;
	width: 144px;
	height: 29px;
}
#sidebar {
	float: right;
	padding: 80px 0px 20px 0px;
	width: 300px;
}

#sb-left {
	float: left;
	width: 145px;
	clip: rect(auto,auto,auto,-10px);
}

#sb-right {
	float: right;
	width: 145px;
	clip: rect(auto,auto,auto,-10px);
}

#searchform {
	width: 300px;
	padding: 0px 0px 0px 0px;
	clear: both;
}
#searchform #s {
	border:1px solid #203346;
	width: 100px;
	height: 17px;
	padding: 2px 5px 0px 5px;
	border: 1px solid #683800;
	background: #fbf7d7;
	vertical-align: middle;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
}
#searchform #searchsubmit {
	background: url(images/search-btn-bg.gif) no-repeat;
	border: none;
	width: 28px;
	height: 24px;
	color: #FFFFFF;
	vertical-align: middle;
}
#searchform label {
	font-size: 11px;
}
#sidebar h3 {
	color: #758d38;
	margin: 10px 0px 5px;
}

#category {
	background-image: url(images/sb-titles.png);
	background-repeat: no-repeat;
	background-position: 0px -72px;
	text-indent: -10001px;
	height: 11px;
	margin-bottom: 1em;
}

.ul-cat {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom: 1px solid #dceeb7;
}
.ul-cat li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #dceeb7;
	background: url(images/mini-category.gif) no-repeat left center;
}
.ul-cat li a, .ul-cat li a:visited{
	color: #495233;
	text-decoration: none;
}
.ul-cat li a:hover{
	color: #FF6600;
	text-decoration: none;
}

#popular {
	background-image: url(images/sb-titles.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -10001px;
	height: 11px;
	margin-bottom: 1em;
}

.ul-popular {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom: 1px solid #dceeb7;
        font-size: 85%;
}
.ul-popular li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #dceeb7;
	background: url(images/mini-page.gif) no-repeat left top;
        background-position: 0px 0px;
        line-height: 120%;
}
.ul-popular li a, .ul-popular li a:visited{
	color: #495233;
	text-decoration: none;
}
.ul-popular li a:hover{
	color: #FF6600;
	text-decoration: none;
}

#recent {
	background-image: url(images/sb-titles.png);
	background-repeat: no-repeat;
	background-position: 0px -12px;
	text-indent: -10001px;
	height: 11px;
	margin-bottom: 1em;
}

.ul-recent {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom: 1px solid #dceeb7;
}
.ul-recent li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #dceeb7;
	background: url(images/mini-category.gif) no-repeat left center;
}
.ul-recent li a, .ul-recent li a:visited{
	color: #495233;
	text-decoration: none;
}
.ul-recent li a:hover{
	color: #FF6600;
	text-decoration: none;
}

#archives {
	background-image: url(images/sb-titles.png);
	background-repeat: no-repeat;
	background-position: 0px -24px;
	text-indent: -10001px;
	height: 11px;
	margin-bottom: 1em;
}

.ul-archives {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom: 1px solid #dceeb7;
}
.ul-archives li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #dceeb7;
	background: url(images/mini-monthly-archive.gif) no-repeat left center;
}
.ul-archives li a, .ul-archives li a:visited{
	color: #495233;
	text-decoration: none;
}
.ul-archives li a:hover{
	color: #FF6600;
	text-decoration: none;
}

#search {
	background-image: url(images/sb-titles.png);
	background-repeat: no-repeat;
	background-position: 0px -36px;
	text-indent: -10001px;
	height: 11px;
	margin-bottom: 1em;
}

.ul-search {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom: 1px solid #dceeb7;
}
.ul-search li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #dceeb7;
	background: url(images/mini-monthly-archive.gif) no-repeat left center;
}
.ul-search li a, .ul-search li a:visited{
	color: #495233;
	text-decoration: none;
}
.ul-search li a:hover{
	color: #FF6600;
	text-decoration: none;
}

#friend {
	background-image: url(images/sb-titles.png);
	background-repeat: no-repeat;
	background-position: 0px -48px;
	text-indent: -10001px;
	height: 11px;
	margin-bottom: 1em;
}

.ul-friend {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom: 1px solid #dceeb7;
}
.ul-friend li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #dceeb7;
	background: url(images/mini-category.gif) no-repeat left center;
}
.ul-friend li a, .ul-friend li a:visited{
	color: #495233;
	text-decoration: none;
}
.ul-friend li a:hover{
	color: #FF6600;
	text-decoration: none;
}

.ul-tagcloud {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
        font-size: 85%;
}

#tweet {
	background-image: url(images/sb-titles.png);
	background-repeat: no-repeat;
	background-position: 0px -60px;
	text-indent: -10001px;
	height: 11px;
	margin-bottom: 1em;
}


.aktt_tweets ul {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom: 1px solid #dceeb7;
        font-size: 87%;
}
.aktt_tweets li{
	margin: 0px;
	border-top: 1px solid #dceeb7;
	padding: 2px 0px 2px 20px;
	background: url(images/mini-tweet.gif) no-repeat left top;
        background-position: 0px 7px;
        line-height: 130%;
}
.aktt_tweets li a, .ul-friend li a:visited{
	color: #495233;
	text-decoration: none;
}
.aktt_tweets li a:hover{
	color: #FF6600;
	text-decoration: none;
}

#tagcloud {
	background-image: url(images/sb-titles.png);
	background-repeat: no-repeat;
	background-position: 0px -84px;
	text-indent: -10001px;
	height: 11px;
	margin-bottom: 1em;
}

#footer {
	clear: both;
	font-size: 95%;
	line-height: 130%;
	width: 100%;
}
#footer a, #footer a:visited{

}
#left-col {
	width: 100%;
	float: left;
	margin-left: 10px;
	display: inline;
}

#left-col ul {
	list-style: none;
	padding: 10px 0 0 0;
	margin: 0;
	}
	
#left-col li {
	float: left;
	display: inline;
	width: 130px;
	padding-right: 10px;
	}

#footer .right-col {
	width: 300px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
}
#footer h4 {
	font: normal 146%/100% "Trebuchet MS", Tahoma, Arial;
	margin: 10px 0px 5px;
}
.recent-comments {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 120%;
	font-size: 85%;
}
.recent-comments li{
	background: url(images/mini-footer-comments.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.recent-comments a{
	line-height: 130%;
	font-weight: bold;
}

#recentposts {
	background-image: url(images/sb-titles.png);
	background-repeat: no-repeat;
	background-position: 0px -96px;
	text-indent: -10001px;
	height: 11px;
	display: block;
}

#recentposts ul {
list-style: none;
	padding-top: 10px;
	margin: 0;
}

#recentposts li {
	float: left;
	padding: 0px 20px 0px 0px;
	margin: 10px 7px 0px 0px;
	display: inline;
}

.recent-posts {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 85%;
	line-height: 110%;
}
.recent-posts li{
	background: url(images/mini-footer-post.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.recent-posts a{
	font-size: 115%;
	line-height: 130%;
	font-weight: bold;
}

#about {
	background-image: url(images/sb-titles.png);
	background-repeat: no-repeat;
	background-position: 0px -108px;
	text-indent: -10001px;
	height: 11px;
	margin-bottom: 1em;
}

#credits {
	margin: 0px auto;
	width: 920px;
	color: #683800;
	font-size: 85%;
	line-height: 120%;
        clear: both;
}
#credits a, #credit a:visited{
	color: #683800;
}
.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 10px;
}

.home {
	background: url(images/mini-home.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 10px;
}

.mail {
	background: url(images/mini-mail.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 10px;
}
.left {
	float: left;
}
img.left, a img.left {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.left{
	border-color: #FF6600;
	background: #FF6600;
}
.right {
	float: right;
}
img.right, a img.right {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.right{
	border-color: #FF6600;
	background: #FF6600;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

hr {
    border: 2px solid #683800;
	margin-top: 15px;
	margin-bottom: 15px;

}

hr.posts {
    border: 1px solid #ede9ce;
	margin-top: 15px;
	margin-bottom: 15px;

}

img.img_border, a img.img_border {
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #ffffff;
}
a:hover img.img_border{
	border-color: #FF6600;
	background: #FF6600;
}

#tabs {
font-family:arial,verdana,sans-serif;
height:43px;
left:732px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
padding:0;
position:absolute;
top:0;
width:255px;
z-index:200;
}

#tabs li {
	display:block;
	float:left;
	list-style-type: none;
}
#tabs li a {display:block; float:left; height:32px; width:100px; text-decoration:none; padding:0; cursor:pointer;}
#tabs li a b {margin-left:-9999px;}

ul#tabs li.giveashare a  { 
    background-image: url(images/tab-giveashare.png);
    width:83px;
    height: 29px;
	margin-right: 10px;
}
ul#tabs li.giveashare a:hover {
    background-image: url(images/tab-giveashare_rollover.png);
}

ul#tabs li.growashare a { 
    background-image: url(images/tab-growashare.png);
    width:150px;
    height: 40px;
}

ul#tabs li.growashare a:hover { 
    background-image: url(images/tab-growashare_rollover.png);
    width:150px;
    height: 40px;
}

img {
    border: 0;
}

a.social_img {
    padding-right: 5px;
}