/*
Theme Name: Igoa
*/
body {
	margin: 0;
	font: 10px/12px Verdana, Arial, Helvetica, sans-serif;
}
img { border-style: none; }
a {
	color: #000;
	text-decoration: underline;
}
a:hover { text-decoration: none; }
input[type=text]:focus, textarea:focus { outline: none; }
label, input, textarea, select {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
}
input.text, textarea {
	border: 1px solid;
	border-color: #606060 #efeeee #efeeee #606060;
	background: #fff;
}
form, fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
#container {
	width: 882px;
	margin: 0 auto;
}
#header {
	background: url(images/bg-header.png) no-repeat;
	width: 100%;
	overflow: hidden;
	padding: 48px 0 0;
	position: relative;
}
#header .logo {
	float: left;
	width: 111px;
	padding: 0 20px 0 10px;
	text-align: right;
}
#header .logo a { text-decoration: none; }
#header .logo a:hover { text-decoration: underline; }
#header .logo h1 {
	margin: 0 0 2px;
	height: 42px;
	overflow: hidden;
	text-align: left;
}
#header .logo h1 a {
	display: block;
	height: 100%;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/bg-logo.png) no-repeat;
}
#header .date {
	background: url(images/bg-dot.gif) repeat-x;
	width: 192px;
	padding: 8px 0 0;
	float: left;
	margin: 26px 0 0;
}
#header .date img { display: block; }
#main {
	width: 100%;
	overflow: hidden;
	background: url(images/bg-v-dot.gif) repeat-y 100% 0;
	margin: -24px 0 0;
	padding: 0 0 20px;
}
.content {
	width: 590px;
	float: left;
	padding: 28px 0 0;
}
.article { padding: 11px 0 0; }
#main h2 {
	margin: 0 0 9px;
	font-size: 12px;
	line-height: 14px;
}
.article img.main { display: block; }
.article .body {
	background: #e3e3e3 url(images/bg-article-body.gif) repeat-x;
	padding: 16px 7px 1px;
}
.article .body p { margin: 0 0 12px; }
.article .footer {
	height: 36px;
	background: url(images/bg-article-footer.png) no-repeat;
	padding: 7px 7px 0;
}
.about {
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(images/bg-about.gif) no-repeat left;
	padding: 0 0 2px 20px;
	float: left;
}
.about a { text-decoration: none; }
.about a:hover { text-decoration: underline; }
.about li {
	float: left;
	width: 90px;
	padding: 0 10px 0 0;
}
.about em {
	display: block;
	color: #676767;
	margin: 0 0 -2px 1px;
}
.comments { padding: 18px 0 0; }
.comments .head {
	background: #e5e5e5 url(images/bg-shadow.gif) repeat-x 0 100%;
	padding: 6px 7px 11px;
}
.comments .head strong {
	background: url(images/bg-arrow.gif) no-repeat left;
	padding: 0 0 0 18px;
}
.comments .wrapp {
	width: 100%;
	overflow: hidden;
}
.message {
	padding: 2px 6px 6px;
	background: url(images/bg-shadow.gif) repeat-x 0 100%;
}
.message .about {
	padding-bottom: 4px;
	padding-top: 4px;
}
.message .about em { color: #3f3f3f; }
.message p { margin: 0 0 12px; }
.add-comment {
	margin: 0;
	padding: 0;
	list-style: none;
}
.add-comment li {
	height: 1%;
	overflow: hidden;
	border: 1px solid #b0b0b0;
	margin: 10px 0 0;
	background: url(images/bg-add-comment.gif) repeat-y 100% 0;
	padding: 2px 7px 1px 5px;
}
.add-comment li.button {
	border-style: none;
	background: none;
	padding: 0;
}
.add-comment li label {
	float: right;
	width: 83px;
	text-align: right;
	color: #fff;
	margin: 0 0 2px;
}
.add-comment li label span {
	float: left;
	margin: 2px 0 -2px;
}
.add-comment input, .add-comment textarea {
	float: left;
	border-style: none;
	background: none;
	width: 482px;
	padding: 0;
}
.add-comment textarea {
	width: 489px;
	overflow: auto;
	margin: 0;
	height: 174px;
}
.add-comment li.button input {
	float: right;
	width: 95px;
}
.sidebar {
	width: 280px;
	float: right;
}
.widget {
	background: url(images/bg-dot.gif) repeat-x;
	margin: -13px 0 0;
	padding: 13px 0 25px;
}
.widget strong.title {
	height: 24px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	margin: 0 0 16px;
}
.widget strong.feeds { background-image: url(images/bg-headline-feeds.png); }
.widget strong.tags { background-image: url(images/bg-headline-tags.png); }
.widget strong.photos { background-image: url(images/bg-headline-photos.png); }
.widget strong.choice { background-image: url(images/bg-headline-choice.png); }
.widget strong.selected { background-image: url(images/bg-headline-selected.png); }
.post {
	background: url(images/bg-dot.gif) repeat-x;
	padding: 10px 4px 7px;
	color: #7f7f7f;
}
.post p { margin: 1px 0 0; }
.post .author {
	color: #000;
	font-style: italic;
	background: url(images/bg-say.gif) no-repeat left;
	padding: 0 0 0 16px;
}
.post a { text-decoration: none; }
.post a:hover { text-decoration: underline; }
.post .url {
	width: 100%;
	padding: 5px 0 0;
}
.post .url:after {
	content: "";
	clear: both;
	display: block;
}
.post .url a {
	background: #7f7f7f;
	color: #fff;
	padding: 1px 3px 2px;
	margin: 0 0 0 -2px;
	position: relative;
	float: left;
}
.post .url a:hover { text-decoration: none; }
.post .date {
	display: block;
	color: #666;
	font-weight: bold;
	margin: 5px 0 0;
}
.more {
	width: 100%;
	overflow: hidden;
	padding: 10px 0 0;
}
.more a {
	float: right;
	background: url(images/bg-folder.png) no-repeat left;
	padding: 0 0 2px 20px;
	line-height: 16px;
	text-decoration: none;
}
.more a:hover { text-decoration: underline; }
ul.tags {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
}
ul.tags li { display: inline; }
ul.tags a {
	color: #999;
	text-decoration: none;
}
ul.tags a:hover { text-decoration: underline; }
ul.photos {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
}
ul.photos li {
	float: left;
	border: 1px solid #c0c0c0;
	padding: 1px;
	margin: 1px 1px 0 0;
}
ul.photos li img { display: block; }
.info-block { padding: 0 0 20px; }
.info-block .image {
	border: 1px solid #c0c0c0;
	padding: 1px;
	width: 275px;
	margin: 0 0 6px;
}
.info-block .image img { display: block }
#main .info-block h2 { margin: 0 0 3px; }
.info-block p { margin: 0 0 20px; }
.info-block .footer { text-align: right; }
.info-block .footer a {
	background: #7f7f7f;
	color: #fff;
	text-decoration: none;
	padding: 1px 2px;
}
#footer .logo {
	width: 90px;
	height: 36px;
	display: block;
	padding: 0 0 15px 0px;
}
#footer .logo a {
	display: block;
	height: 100%;
	overflow: hidden;
	background: url(images/bg-logo-footer.gif) no-repeat;
	text-indent: -9999px;
}
#footer ul {
	margin: 0;
	padding: 10px 0 0;
	list-style: none;
}
#footer ul strong {
	font-size: 11px;
	display: block;
	margin: 0 0 2px;
}

/** TWITTER BADGE **/
ul#twitter_update_list {
	padding: 0em;
	margin: 0em;
}
ul#twitter_update_list li {
	background: url(images/bg-say.gif) no-repeat 0px 4px;
	margin:0 0 1em 0;
	line-height: 16px;
	list-style: none;
	padding:0 0 0 20px;
}
ul#twitter_update_list li a {
	background: #7f7f7f;
	color: #fff;
	padding: 0px 3px 2px;
	text-decoration: none;
}
div.navigation {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
div.alignright {
	float: right;
}
div.alignleft {
	float: left;
}

.r {
    text-align:right
}

.r a{
    background: #7f7f7f;
    color: #fff;
    text-decoration: none;
    padding: 0px 3px;
}