/*
THEME NAME: The Tweet-Hole
THEME URI: http: //www.tweet-hole.com
DESCRIPTION: Tweet-Hole theme, built from Thematic
VERSION: 0.9
AUTHOR: The Tweet Makers and Ian Stewart
*/

/* Reset browser defaults */
@import url('library/styles/reset.css');
/* Apply basic typography styles */
@import url('library/styles/typography.css');
/* Apply basic image styles */
@import url('library/styles/images.css');

/*LAYOUT*/
body {
	background: url('img/audubon-bg.jpg') repeat;
}
body.blog,
body.wordpress,
body.singular {
	padding-top: 0 !important;
}
#wp-admin-bar {
	display: none;
}
#wrapper {
	background: url('img/bird.jpg') no-repeat;
}
#header {
	position: relative;
}
#branding {
	position: absolute;
	top: 23px;
	left: 360px;
}
#access {
	position: relative;
	overflow: hidden;
}
#main {
	position: relative;
	clear: both;
	padding: 120px 0 0 0;
	height: 250px; /*check ie*/
}
#container {
	width: 6599px;
}
#content {
	margin: 0;
	width: 6120px;
	float: right;
}
/*single post*/
body.single #container {
	width: 1000px;
}
body.single #content {
	width: 510px;
}
body.single #footer {
	display: none;
}
/*.page (mu signup pages have different markup)*/
body.page #content {
	float: left;
	margin: 0 0 0 450px;
	width: 600px;
}
body.page #footer {
	display: none;
}
.hentry {
	width: 470px; /*tweet=460px*/
	margin: 0 40px 0 0; /*470+40=510*/
	float: left;
	padding: 0 0 22px 0;
}
.main-aside {
	width: 189px;
	float: left;
	position: relative;
	margin: 0 0 0 20px;
}
#footer {	
	/*clear: both;*/
	position: absolute;
	left: 6700px;
	top: 100px;
	width: 200px;
	padding: 0 50px 0 0;
}
#subsidiary {
	margin: 0 auto;
	overflow: hidden;
}
#subsidiary .aside {
	float: left;
	margin: 0 20px 0 0;
}
#subsidiary #third {
	margin: 0;
}
#siteinfo {
	margin: 0;
}


/* =Global Elements
-------------------------------------------------------------- */
body, input, textarea {
	font: 15px Georgia,serif;
	line-height: 22px;
}
p, ul, ol, dd, pre {
	margin-bottom: 8px;
}
pre, code {
	font: 14px Monaco, monospace;
	line-height: 22px;
}
blockquote {
	color: #414141;
}
table {
	border: 1px solid #ccc;
	border-width: 1px 1px 0 1px;
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 22px 0;
	text-align: left;
}
caption {
	text-align: left;
}
tr {
	border-bottom: 1px solid #ccc;
}
th, td {
	padding: .7em 1.25em;
}
hr {
	background-color: #ccc;
	border: 0;
	color: #ccc;
	height: 1px;
	margin-bottom: 22px;
}
a:link {
	color: #666666;
}
a:visited {
	color: #A1A1A1;
}
a:active,
a:hover {
	color: #9C224D;
	text-decoration: none;
}


/* =Header
-------------------------------------------------------------- */
#header {
	z-index: 2;
}
#blog-title a {
	display: block;
	height: 54px;
	width: 453px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000;
	background: url('img/header.png') 0 0 no-repeat;
}
#blog-title a:hover {
	cursor: pointer;
	background-position: 0 -54px;
}
#blog-description {
	color: #666;
	font-size: 13px;
	font-style: italic;
	text-indent: -2000em;
}


/* =Menu
-------------------------------------------------------------- */
.skip-link {
	display: none;
}
#access {
	font-size: 13px;
	overflow: visible;
	z-index: 100;
}


/*widget*/
#tag_cloud-3 .widgettitle,
#archives-2 .widgettitle,
#text-3 .widgettitle {
	display: block;
	text-indent: -2000em;
	z-index: 1000;
}
#archives-2 .widgettitle {
	width: 45px;
	height: 37px;
	background: url('img/old.png') 0 0 no-repeat;
}
#tag_cloud-3 .widgettitle {
	width: 38px;
	height: 44px;
	background: url('img/tags.png') 0 0 no-repeat;
}
#text-3 .widgettitle {
	height: 55px;
	width: 59px;
	background: url('img/wtf.png') 0 0 no-repeat;
}
#text-3 p {
	margin-bottom: 5px;
}


/* =Content
-------------------------------------------------------------- */
.page-title {
	font-size: 25px;
	line-height: 18px;
	padding: 0 0 14px;
}
.attachment .page-title {
	font-style: italic;
}
.page-title a {
	color: #666;
	text-decoration: none;
}
.page-title span {
	font-style: italic;
}
.page-title .meta-nav {
	font-style: normal;
}
.single .hentry {
	padding: 0;
}
.home #content .sticky {
	border: 1px solid #ccc;
	margin: 0 0 66px 0;
	padding: 22px 20px 0 20px;
}
.entry-title {
	color: #666;
	font-size: 26px;
	line-height: 1;
	padding: 0 0 7px 0;
	font-style: italic;
	font-family: Constantia, "Lucida Bright", Georgia, serif;
}
.entry-title a {
	color: #666;
	text-transform: italic;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #A9A8A6;
}
.entry-meta {
	font-size: 12px;
	margin: 0;
}
.entry-meta .author {
}
.entry-meta .n {
	font-size: 11px;
	font-style: normal;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.entry-meta a {
	color: #9E9E9E;
}
.entry-meta abbr {
	border: none;
	cursor: text;
	font-size: 11px;
}
.entry-content h1,
.entry-content h2 {
	font-family: Arial,sans-serif;
	font-size: 19px;
	font-weight: bold;
	padding: 28px 0 14px 0;
}
.entry-content h3 {
	font-size: 17px;
	font-style: italic;
	padding: 28px 0 14px 0;
}
.entry-content h4 {
	font-size: 11px;
	font-family: Arial,sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.entry-content p {
	font-size: .85em;
	line-height: 1.5;
}
.entry-content li {
	font-size: .85em;
	line-height: 1.3;
	margin-bottom: 4px;
}
.entry-content table {
	margin-left: 1px;
}
.entry-content embed {
	margin: 0 0 22px 0;
}
.entry-utility {
	color: #9E9E9E;
	font-size: 12px;
	line-height: 18px;
	margin: 0 12px 0 0;
	font-style: italic;
	text-align: right;
}
.entry-utility a {
	font-style: italic;
}
.time-of-post {
	color: #9E9E9E;
	float: right;
	font-size: 20px;
	margin: 0 10px 0 0;
}
.page-link {
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	margin: 0 0 22px 0;
	padding: 22px 0 0 0;
	word-spacing: 0.5em;
}
.page-link a {
	border: 1px solid #ccc;
	color: #666;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
ul#links-page,
ul#archives-page {
	list-style: none;
	margin-left: 0;
	overflow: hidden;
}
li.content-column {
	float: left;
	margin-right: 20px;
	width: 45%;
}
.gallery {
	padding: 0 0 22px 0;
}
.wp-caption-text,
.gallery-caption {
	color: #666;
	font-size: 13px;
	line-height: 18px;
}
#author-info {
	margin: 0 0 44px 0;
	overflow: hidden;
}
#author-info .avatar {
	float: left;
	margin: .3em 1em 0 0;
}


/* =Attachments
-------------------------------------------------------------- */
.attachment-jpeg #container,
.attachment-png #container {
	width: 100%;
}
.attachment-jpeg #content,
.attachment-png #content {
	width: 930px;
}
.attachment-jpeg #comments,
.attachment-png #comments {
	width: 540px;
	overflow: hidden;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
	display: none;	
}


/* =Navigation
-------------------------------------------------------------- */
.navigation {
	color: #666;
	font-size: 13px;
	line-height: 18px;
	margin: 0px 0 22px 0;
	overflow: hidden;
}
.navigation a {
	color: #666;
	font-style: italic;
	text-decoration: none;
}
.navigation .meta-nav {
	font-style: normal;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	width: 50%;
	text-align: right;
}
#nav-above,#nav-below {
	width: 220px;
	float: right;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
	padding: 0 0 44px 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	padding: 22px 0 0 0;
}
#comments,
#comments input,
#comments textarea {
	font-size: 13px;
	line-height: 18px;
}
#comments code {
	font-size: 12px;
	line-height: 18px;
}
#comments h3 {
	font-size: 15px;
	line-height: 22px;
	padding: 0 0 18px 0;
}
#comments-list {
	padding: 0 0 18px 0;
}
#comments-list ol,
#comments-list ul {
	list-style: none;
	margin: 0;
}
#comments-list ol {
	border-bottom: none;
	margin: 0 0 18px 0;
}
#comments-list li {
	background: #fafafa;
	padding: 18px 1.5em 0 1.5em;
	position: relative;
}
#comments-list li.bypostauthor {
	background: #FFFFCC;
}
#comments-list ul.children li {
	border-top: 1px solid #DEDEDE;
	padding: 10px 0 0 20px;
}
#comments-list li .avatar {
	position: absolute;
	top: 22px;
	left: 1.5em;
	width: 36px;
	height: 36px;
}
#comments-list .comment-author {
	font-weight: bold;
	padding: 9px 0 0 46px;
}
#comments-list .comment-meta {
	color: #666;
	font-size: 11px;
	padding: 0 0 9px 46px;
}
#comments-list .comment-meta a {
	color: #666;
	font-style: italic;
	text-decoration: none;
}
.comment-reply-link {
	font-size: 11px;
	padding: 0 0 18px 0;
	text-align: right;
}
.comment-reply-link a {
	color: #666;
	font-style: italic;
	text-decoration: none;
}
.comment-navigation {
	font-weight: bold;
	padding: 0 0 18px 0;
	margin-right: 0.5em;
}
.comment-navigation a {
	border: 1px solid #ccc;
	color: #666;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.comment-navigation a,
.comment-navigation span {
	margin-right: 0.5em;
}
#trackbacks-list .comment-content {
	position: absolute;
	left: -9000px;
}
#respond {
	margin-bottom: 22px;
	overflow: hidden;
	padding: 0;
	position: relative;
}
#comments-list #respond {
	margin: 0 0 18px 10px;
	padding: 18px 1.5em;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply {
	font-size: 11px;
	position: absolute;
	top: 18px;
	right: 1.5em;
}
#cancel-comment-reply a {
	color: #666;
}
#respond .required {
	color: #FF4B33;
	font-weight: bold;
}
.form-section label {
	font-size: 11px;
}
.form-section input {
	margin: 0 0 18px 0;
	width: 98%;
}
.form-section textarea {
	width: 99%;
}
#form-allowed-tags p {
	color: #666;
	font-size: 11px;
	margin: 0;	
}
#form-allowed-tags span {
	font-style: italic;
}
#form-allowed-tags code {
	font-size: 11px;
	line-height: normal;
}
.form-submit {
	padding: 18px 0 0 0;
	text-align: right;
}
.subscribe-to-comments {
	color: #666;
	float: left;
	font-size: 11px;
	margin: 0;
	padding: 18px 0 0 0;
}
.solo-subscribe-to-comments {
	color: #666;
	font-size: 11px;
	padding: 18px 0 0 0;
}
.comment_license {
	color: #666;
	clear: both;
	font-size: 11px;
	margin: 0;
	padding: 18px 0 0 0;
}


/*MU register*/
.mu_register {
	width: 100%;
	margin: 0 auto;
	min-height: 300px;
}
.mu_register form {
	margin-top: 1em;
	font-size:0.8em;
}
.mu_register .error {
	font-weight: 700;
	padding: 10px;
	color: #333333;
	background: #FFEBE8;
	border: 1px solid #CC0000;
}
.mu_register #blog_title,
.mu_register #user_email,
.mu_register #blogname,
.mu_register #user_name,
.mu_register #field_1,
.mu_register #file,
.mu_register .extra-field input {
	width: 100%;
	font-size: 24px;
	margin: 5px 0;
}
.mu_register #submit {
	width: 100px;
	font-size: 24px;
	margin: 5px 0;
}
.mu_register .prefix_address,
.mu_register .suffix_address {
	font-size: 18px;
	display: inline;
}
.mu_register label {
	font-weight: normal;
	font-size: 15px;
	display: block;
	margin: 10px 0 0;
}
.mu_register label.checkbox {
	display: inline;
}
.mu_register .mu_alert {
	font-weight: 700;
	padding: 10px;
	color: #333333;
	background: #ffffe0;
	border: 1px solid #e6db55;
}
.mu_register h3 {
	font-size: 19px;
	margin-top: 18px;
}


/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */
.aside,
.aside input {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 6px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
	margin-bottom: 18px;
}
.aside pre,
.aside code {
	font-size: 12px;
	line-height: 18px;
}
.aside .current_page_item a {
	color: #FF4B33;
}
.aside .current_page_item .page_item a {
	color: #666;
}
.aside h3 {
	font-size: 15px;
	font-style: italic;
	line-height: 22px;
}
.aside h3 a {
	text-decoration: none;
}
.aside caption {
	font-size: 11px;
	font-family: Arial,sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.aside ul {
	list-style: none;
	margin-left: 0;
}
.aside ul ul {
	list-style: disc;
	margin: 0 0 22px 0;
	list-style: none;
}
.aside ul ul li {
	padding: 1px 0;
	list-style: none;
}
.aside ul ul ul {
	margin-bottom: 0;
}
.aside form,
.aside table {
	margin-bottom: 22px;
}
.aside table {
	border: none;
}
.aside thead {
	border: 1px solid #ccc;
}
.aside tbody {
	border: 1px solid #ccc;
}
.aside th, .aside td {
	border-right: 1px solid #ccc;
	padding: .25em .8em;
}
.aside tfoot tr {
	border: none;
}
.aside tfoot td {
	border-color: transparent;
}
.widget_tag_cloud {
	margin: 0 0 22px 0;
}
.aside #searchsubmit {
	display: none;	
}
/* Main Asides */
.main-aside ul {
	padding: 0;
}
.main-aside ul ul {
	padding: 0;
}
#primary {
	padding: 139px 0 0;
}
#secondary {
	padding: 210px 0 0 0;
}
/* Content Asides */
#content .aside {
	margin: 0;
	padding: 0;
}
#content .aside ul {
	padding: 0;
}
#content .aside h3 {
	font-family: Georgia,serif;
	font-weight: normal;
	font-size: 17px;
	font-style: italic;
	padding: 0 0 7px 0;
	text-transform: none;
}
#content .aside ul ul {
	padding: 0;
}
/* Footer Asides */
#subsidiary {
	padding: 33px 0 0 0;
	color: #666;
}


/* =Footer
-------------------------------------------------------------- */
#siteinfo {
	font-size: 11px;
	line-height: 18px;
	padding: 0;
}


/* =PageNavi
-------------------------------------------------------------- */
/* Using !important to override PageNavi CSS */
.wp-pagenavi {
	margin: 0 0 0 -.5em;
	padding: 0.5em 0;	
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span {
	border: 1px solid #ccc !important;
	color: #666!important;
	font-style: normal;
	margin: 0 .375em !important;
	padding: 0.5em 0.25em !important;
}
.wp-pagenavi a:visited {
	border: 1px solid #ccc !important;
	color: #666 !important;
}
.wp-pagenavi a:hover {
	border: 1px solid #ccc !important;
	color: #FF4B33 !important;
}
.wp-pagenavi a:active {
	border: 1px solid #ccc !important;
	color: #FF4B33 !important;
}
.wp-pagenavi span.pages {
	border: none !important;
	color: #666 !important;
	margin: 0 !important;
	padding: 0 !important;
}
.wp-pagenavi span.current {
	border: none !important;
	color: #666 !important;
	font-weight: normal !important;
	margin: 0 !important;
	padding: 0 !important;
}
.wp-pagenavi span.extend {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	color: #000000;
	margin: 2px;
	padding: 2px 4px;
}