/*
Theme Name: Velvetine
Theme URI: http://www.thinkargus.com
Description: The default WordPress theme for the the Argus blog.
Version: 1.0
Author: Daniel Quinn
Author URI: http://www.dquinn.net
Tags: purple, two-column

	Velvetine 1.0
	 http://www.thinkargus.com

	This theme was designed and built by Daniel Quinn,
	whose blog you will find at http://dquinn.net/

	The CSS, XHTML and design are copyright Think Argus, 2009
	http://www.thinkargus.com

*/
/************************* ERIC'S RESET CSS */
a { 
	color: #6d0a56;
	text-decoration: none; 
}

a:hover {
	color: #71991c !important;
}

a img { border: none; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, code,
del, dfn, font, img, ins, kbd, q, samp,
small, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

:focus { outline: 0; }

body {
	color: #282828;
	background: #fff;
	font-family: Helvetica, Arial, sans-serif;
	height: 100%;
	font-size: 12px;
}

ol, ul { list-style: none; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

pre { 
	background-color: #eee;
	border: 1px solid #ccc;
	overflow: scroll; 
}

.accessibility {
	position: absolute;
	left: -9999999px;
}

.alignleft { float: left; }
.alignright { float: right; }

/************************* LAYOUT */
#outer-header {
	width: 100%;
	height: 252px;
	background-color: #200319;
}

#header {
	width: 990px;
	margin: 0 auto;
	position: relative;
	height: 252px;
	background: url(images/bg-header.gif) no-repeat center center;
}

.widget_search form#searchform {
	position: relative;
}

.widget_search #searchsubmit {
	position: absolute;
	left: 140px;
	top: 3px;
}

#header #search #searchsubmit {
	width: 15px;
	position: absolute;
	top: 3px;
	right: 5px;
	height: 16px;
	cursor: pointer;
}

#outer-content {
	width: 100%;
	padding-bottom: 60px;
	height: 100%;
	background: #fff url(images/bg-content-repeat.jpg) repeat-x center top;
}

#inner-content {
	position: relative;
	width: 990px;
	background: #fff url(images/bg-content-top.jpg) no-repeat left top;
	overflow: hidden;
	margin: 0 auto;
}

#inner-content #sidebar {
	float: left;
	width: 270px;
	margin-left: 20px;
}

#inner-content #content {
	padding-top: 65px;
	float: right;
	width: 640px;
	margin-right: 20px;
}

/************************* HEADER: SEARCH */
#header #search {
	position: absolute;
	bottom: 25px;
	left: 50px;
}

.widget_search #s {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ccc;
	width: 150px;
	padding: 3px;
	color: #999;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}

#header #search #s {
	border: none;
	width: 202px;
	height: 17px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #999;
	padding-top: 4px;
	padding-left: 5px;
	text-transform: lowercase;
	background: url(images/bg-search.gif) no-repeat left top;
}

/************************* HEADER: MENU */
#header #menu {
	position: absolute;
	bottom: 6px;
	left: 360px;
	overflow: hidden;
	width:390px;
	height: 58px;
}

#header #menu ul li {
	float: left;
	height: 58px;
	margin-right: 10px;
}

#header #menu ul li a {
	display: block;
	height: 58px;
	float: left;
	text-indent: -999999px;
}

#header #menu ul li a#menu-home { 
	width: 72px; 
	background: url(images/bg-menu.gif) no-repeat left top;
}
#header #menu ul li a#menu-archive { 
	width: 86px; 
	background: url(images/bg-menu.gif) no-repeat -74px top;
}
#header #menu ul li a#menu-contact { 
	width: 85px; 
	background: url(images/bg-menu.gif) no-repeat -157px top;
}
#header #menu ul li a#menu-thinkargus { 
	width: 87px; 
	background: url(images/bg-menu.gif) no-repeat -242px top;
}

#header #menu ul li a#menu-home:hover { background: url(images/bg-menu.gif) no-repeat left bottom; }
#header #menu ul li a#menu-archive:hover { background: url(images/bg-menu.gif) no-repeat -74px bottom; }
#header #menu ul li a#menu-contact:hover { background: url(images/bg-menu.gif) no-repeat -157px bottom; }
#header #menu ul li a#menu-thinkargus:hover { background: url(images/bg-menu.gif) no-repeat -242px bottom; }

/************************* HEADER: SOCIAL MEDIA */
#header #social-media {
	position: absolute;
	right: 30px;
	bottom: 30px;
}

#header #social-media ul li { 
	display: block;
	float: left;
	margin-right: 8px;
	width: 16px;
	height: 16px;
}

#header #social-media ul li a {
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -999999px;
}

#header #social-media ul li a.icon-twitter { background: url(images/icon-twitter.png) no-repeat; }
#header #social-media ul li a.icon-rss { background: url(images/icon-rss.png) no-repeat; }
#header #social-media ul li a.icon-facebook { background: url(images/icon-facebook.png) no-repeat; }
#header #social-media ul li a.icon-linkedin { background: url(images/icon-linkedin.png) no-repeat; }
#header #social-media ul li a.icon-youtube { background: url(images/icon-youtube.png) no-repeat; }

/************************* HEADER: SLOGAN */
#header big.logo {
	position: absolute;
	left: 45px;
	top: 70px;
	width: 229px;
	height: 100px;
}

#header big.logo a {
	display: block;
	text-indent: -999999px;
	width: 229px;
	height: 100px;
}

#header big.slogan {
	position: absolute;
	left: 361px;
	top: 70px;
	background: url(images/btn-slogan.gif) no-repeat center center;
	display: block;
}

#header big.slogan a {
	text-indent: -999999px;
	width: 386px;
	height: 93px;
	display: block;
}

#header small.slogan a {
	display:block;
	height:25px;
	left:362px;
	position:absolute;
	text-indent:-999999px;
	top:145px;
	width:100px;
}

#inner-content h3.slogan {
	position: absolute;
	text-indent: -999999px;
	right: 30px;
	top: 0;
}

#inner-content h3.slogan a {
	display: block;
	width: 98px;
	height: 36px;
}

/************************* SIDEBAR */
#sidebar #message {
	color: #fff;
	line-height: 16px;
	margin: 15px 30px 60px 30px;
}

#sidebar #message a {
	text-decoration: underline;
	font-weight: bold;
}

#sidebar #message h2 {
	font-size: 12px;
	font-weight: bold;
}

#sidebar #message p {
	margin: 10px 0;
}

#sidebar .widget {
	margin-bottom: 30px;
	margin-left: 30px;
	margin-right: 20px;
}

.widget h2 {
	font-weight: normal;
	font-size: 37px;
	text-transform: lowercase;
	margin-bottom: 5px;
}

#sidebar .widget ul li {
	line-height: 18px;
}

#sidebar .widget ul li a {
	color: #282828;
}

#sidebar .widget ul li a:hover {
	padding: 3px;
	background-color: #6d0a56;
	color: #fff !important;
}

#sidebar .widget_rss ul li {
	margin-left: 15px;
	padding-left: 5px;
	color: #6d0a56;
	margin-bottom: 10px;
	list-style: disc;
}

#sidebar .widget_rss ul li a.rsswidget { 
	display: block; 
	font-size: 12px;
}

#sidebar .widget_rss ul li cite,
#sidebar .widget_rss ul li span {
	font-size: 11px;
}

#sidebar .widget_rss ul li span:after {
	content: ", ";
}

#sidebar .widget_recent_comments ul li a {
	font-size: 12px;
}

#sidebar .widget_recent_comments ul li,
#sidebar .widget_links ul li,
#sidebar .widget_pages ul li,
#sidebar .widget_recent_entries ul li {
	margin-left: 15px;
	padding-left: 5px;
	font-size: 10px;
	color: #6d0a56;
	list-style: disc;
}

#sidebar .widget_recent_comments ul li {
	color: #585858;
	font-size: 12px;
}

#sidebar .widget_links ul li a,
#sidebar .widget_pages ul li a,
#sidebar .widget_recent_entries  ul li a {
	font-size: 12px;
}

#sidebar .widget_links h2,
#sidebar .widget_recent_entries h2 { 
	color: #6d0a56; 
}

#sidebar .widget_archive h2 {
	color: #71991c;
}

#sidebar .widget_pages h2 {
	color: #71991c;
}

#sidebar #tweet-blender h2 {
	color: #0080b2;
}

#tweet-blender {
	margin-bottom: 0px !important;
}

#sidebar #tweetblender { 
	position: relative;
	top: -30px;
}

#sidebar div.tb_tweet {
	padding: 15px 0;
	line-height: 18px;
}

#sidebar .tb_tweet-info,
#sidebar .tb_tweet-info a {
	color: #999;
}

#sidebar #tweet-blender a:hover {
	color: #71991c !important;
}

#sidebar #tweet-blender #twitterlogo { display: none; }

#sidebar .widget_search h2,
#sidebar .widget_meta h2 { color: #f69c27; }

#sidebar .widget_categories h2 {
	color: #d87a00;
}

#sidebar .widget_recent_comments h2 {
	color: #0080b2 ;
}

#sidebar .widget_tag_cloud h2,
#sidebar #twitter h2 { color: #3f9fc5; }

.widget p.status {
	color: #5d5d5d;
}

#sidebar .widget_tag_cloud div a:hover {
	color: #71991c;
}

#wp-calendar {
	width: 100%;
	padding: 10px;
	border: 1px solid #6d0a56;
}

#wp-calendar caption {
	text-align: left;
	font-style: italic;
	margin-bottom: 5px;
}

#wp-calendar th {
	text-align: center;
	background-color: #6D0A56;
	color: #fff;
	padding: 4px 0;
}

#wp-calendar td { 
	border: 1px solid #111;
	text-align: center;
	padding: 4px 0;
}

/************************* POST */
.post {
	color: #282828;
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 40px;
	background: url(images/bg-post.gif) no-repeat center bottom;
}


.entry a:hover {
	color: #71991c !important;
}

/* archives */

.archive .post ul {
	margin-left: 20px;
	line-height: 22px;
	margin-bottom: 20px;
}

.archive .post ul li {
	list-style: disc;
}

.archive .post h2 {
	margin-bottom: 20px;
	margin-left: 0;
}

body.archive .dynamic-archive h2 {
	margin-left: 0px !important;
}

body.archive .dynamic-archive .post h2 {
	margin-left: 90px !important;
}

/* end archives */

.post small.author { 
	font-size: 12px; 
	margin-left: 90px;
}

.post small.author a:hover { color: #71991c; }

h2.archives {
	padding-right: 30px;
	font-size: 28px;
	margin-bottom: 20px;
	line-height: 30px;
}

.post h2 {
	padding-right: 30px;
	font-size: 28px;
	margin-left: 90px;
	margin-bottom: 10px;
	line-height: 30px;
}

body.archive h2.archives {
	font-size: 28px;
	margin-bottom: 30px;
}

#content h1.ultralight {
	border-bottom:1px solid #CCCCCC;
	color:#6D0A56;
	font-size:37px;
	margin-bottom:20px;
	margin-right:60px;
	padding-bottom:10px;
	text-transform:lowercase;
}

.post h2 a:hover { color: #71991c; }

.post small.date {
	position: absolute;
	top: -10px;
	color: #282828;
	left: 0px;
	font-weight: bold;
}

.post small.date span.day {
	font-size: 56px;
	display: block;
	color: #6d0a56;
	line-height: 56px;
}

.post small.date span.month { 
	display: block;
	color: #282828;
	text-transform: uppercase;
}

.post small.date span.year { display: block; }

.meta {
	margin-left: 90px;
}

.meta ul li { 
	display: inline; 
}

.meta ul li a {
	padding-left: 18px;
	text-transform: lowercase;
}

.meta ul li.tags a {
	padding-left: 0;
	font-style: italic;
}

.meta ul li span.separator {
	padding: 0px 5px 0px 5px;
}

.meta ul li a.meta-comments { 
	color: #407ca3; 
	background: url(images/icon-comments.gif) no-repeat left center; 
}
.meta ul li a.meta-comments:hover { color: #282828; }
.meta ul li a.meta-addthis { background: url(images/icon-addthis.gif) no-repeat left center; }
.meta ul li a.meta-email:hover { color: #282828; }
.meta ul li a.meta-email { 
	color: #d87a00; 
	background: url(images/icon-email.gif) no-repeat left center; 
}

.meta a:hover {
	color: #71991c;
}

/* negate margin/padding */
body.archive .post,
body.error404 .post,
body.page .post {
	margin-left: 30px;
}

body.archive .dynamic-archive .post {
	margin-left: 0;
}

body.archive,
body.error404 .entry,
body.page .entry,
body.error404 h2,
body.page h2 {
	margin: 0;
}

/************************* ENTRY */
.entry {
	margin-top: 20px;
	margin-left: 90px;
	padding-right: 30px;
	line-height: 18px;
	color: #282828;
	margin-bottom: 20px;
}

.entry h6,
.entry h5,
.entry h3,
.entry h4,
.entry h2,
.entry h1 {
	padding: 0;
	margin: 15px 0 15px 0;
}

.entry h1,
.entry h2 { font-size: 22px; }
.entry h3 { font-size: 18px; }
.entry h4 { 
	font-weight: bold;
	font-size: 14px; 
}
.entry h5 { 
	font-size: 12px; 
	font-weight: bold;
}
.entry h6 { 
	font-weight: bold;
	font-size: 12px; 
}

.entry del { text-decoration: line-through; }
.entry ins { 
	font-weight: bold; 
	text-decoration: none;
}

.entry a { color: #6d0a56; }
.entry a:hover { color: #71991c; }
.entry a:visited { color: #6d0a56; }
.entry a:active { color: #6d0a56; }

.entry p {
	margin: 15px 0;
}

a.link-more {
	text-transform: uppercase;
	padding-left: 16px;
	color: #f69e26 !important;
	font-size: 11px;
	background: url(images/icon-more.gif) no-repeat left center;
}

a.link-more:hover { color: #282828 !important; }

.entry .wp-caption {
	position: relative;
	top: 8px;
}

.entry p.wp-caption-text {
	margin: 10px 0 10px 0;
	font-style: italic;
}

.entry .alignleft { margin-right: 10px; }

.entry .alignright { margin-left: 10px; }

.entry acronym,
.entry abbr {
	border-bottom: 1px dotted #282828;
}

.entry blockquote {
	margin: 0 40px 0 40px
}

.entry ol,
.entry ul { margin-left: 20px; }

.entry ol li { list-style: decimal; }
.entry ol li ol li { list-style: lower-roman; }
.entry ul li { list-style: disc; }
.entry ul li ul li { list-style: circle; }

#related-posts {
	margin-left: 90px;
	margin-top: 50px;
}

#related-posts h2 {
	color: #6d0a56;
	margin-left: 0;
	padding: 0;
	font-size: 37px;
}

#related-posts h3 a {
	font-weight: bold;
	color: #282828;
}

#related-posts h3 a:hover { color: #71991c; }

#related-posts h3 {
	font-size: 12px;
	color: #282828;
	margin-bottom: 5px;
}

#related-posts p { margin: 5px 0 15px 0; }

/************************* COMMENTS */
#comments { 
	margin-top: 50px; 
	margin-left: 90px;
}

#comments h2 {
	margin-left: 0;
	padding: 0;
	margin-bottom: 0;
	text-transform: lowercase;
	font-size: 37px;
	color: #2291bc;
}

#comments #respond h2 {
	margin-top: 30px;
}

.navigation { 
	margin-top: 15px;
	margin-bottom: 25px;
	overflow: hidden; 
}

.navigation .alignright { 
	margin-right: 40px;
}

.navigation a { 
	color: #2291bc;
}

.navigation a:hover { 
	color: #71991c;
}

#comments h3 { 
	font-style: italic; 
	margin-top: 10px;
}

ol.commentlist li {
	background-color: #eaf5f9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 20px;
}

ol.commentlist li .says { display: none; }

ol.commentlist li .comment-author img {
	float: left;
	margin-right: 10px;
}

ol.commentlist li cite a {
	font-weight: bold;
	color: #2291bc;
	font-size: 14px;
	font-style: normal;
}

ol.commentlist li cite a:hover { color: #71991c; }

ol.commentlist li .comment-body p {
	margin: 10px 0;
	line-height: 18px;
	color: #282828;
}

ol.commentlist li .comment-meta {
	margin-top: 10px;
	font-style: italic;
}

ol.commentlist li .comment-meta a {
	color: #282828;
}

ol.commentlist li .comment-meta a.comment-edit-link {
	color: #6d0a56;
}

.form {
	margin-top: 20px;
	width: 380px;
}

.form p {
	overflow: hidden;
}

.form label {
	font-size: 14px;
	padding-top: 5px;
	float: left;
}

.form label span.required {
	color: #2291bc;
	font-weight: bold;
}

.form textarea { width: 368px; }
.form input { 
	width: 300px; 
	float: right;
	margin-left: 15px;
}

.form label#subscribe-label {
	float: left; 
	padding: 0;
	font-size: 12px;
}
.form input#subscribe { 
	width: auto;
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
	border: none;
}

.form textarea,
.form input {
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 10px;
}

.form textarea:focus,
.form input:focus { border: 1px solid #6d0a56; }

.form #submit {
	float: none;
	cursor: pointer;
	width: 59px;
	height: 22px;
	padding: 0;
	margin: 15px 0 15px 0;
	border: none;
	text-indent: -999999px;
	background: url(images/btn-post-comment.gif) no-repeat;
	display: block;
	font-size: 0px;
	line-height: 0px;
}

#comments .form #submit {
	margin-top: 40px;
}

.form label.error {
	display: block;
	clear: both;
	margin-bottom: 10px;
	background-color: #C00;
	color: #fff;
	padding: 3px;
	font-size: 12px;
	float: right;
}

.subscribe-to-doi-comments {
	overflow: hidden;
	height: 20px;
	position: absolute;
	width: 600px;
	bottom: 50px;
	margin-top: 25px;
}

.form {
	position: relative;
}

.subscribe-to-doi-comments label {
	position: absolute;
	top: -6px;
	left: 20px;
	font-size: 12px;
}

.success {
	padding: 5px;
	color: #fff;
	font-weight: bold;
	background-color: #0C0;
}

#tbheader #infolink {
	display: none;
}