/*
	Theme Name: Infimum
	Theme URI: http://www.acroyear2.org/infimum/
	Description: A very minimal theme, widget-ready, gravatar-supporting, and standards-compliant. Black on white with blue highlights, two columns with a thin right sidebar. Possibly the minimalest of minimalist themes.
	Version: 1.3.1
	Author: Alex Smith
	Author URI: http://www.acroyear2.org/
	Tags: widgets, blue, white, right sidebar, fixed width, two columns, valid CSS, valid XHTML, widget ready, 2 column, 2 columns, clean, simple, free, Gravatar, light, minimal, minimalist, sidebar right, tags, Two Column, widgetized, widget
*/

/* Todo list:
   * Have a better content title for time-based archives.
   * Put the page number of paged archives in the content title.
   * Make colors user-editable.
*/

/* Changelog:
 	1.3.1: Bugfix. Fixed clipping title problem in IE7 and some ugly text if comments were closed for a post. Released 2008/08/11.
	1.3: Added real blog tagline support (previous was fake): if you have a tagline it displays it prominently, if you have no tagline it looks exactly like it did before. Made list-of-posts pages better. Removed an ugly line that happened sometimes in the comments. Bumped version number because of requirement in WordPress Theme Directory. Released 2008/07/31.
	1.1: Added categories, multipule authors, blog tagline, and gravatar support. Made compatible with WordPress Theme Directory. Changed version numbering scheme. Released 2008/07/29.
	1.02: Compatibility updates. Released 2008/07/21.
	1.01: Fixed comment date bug. Released 2008/07/01.
	1.0: Initial release. Released 2008/03/23.
*/

/* whole page */
body {
	margin: 0em;
	padding: 0em;

	color: black;
	background: white;
	
	font-family: "Lucida Grande", "Lucida Sans", "Lucida", sans-serif;
	font-size: 0.75em;
	
	line-height: 1.5em;
}

#page {
	margin: 8em auto;
	padding: 0em;
	
	width: 60em;
}

a {
	color: #1070c0;
	background: inherit;
	
	text-decoration: none;
}

a:visited {
	color: #0060b0;
	background: inherit;
}

a:hover {
	color: white;
	background: #1070c0;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

blockquote {
	margin: 1em 2em 1em 1em;
	
	font-size: 0.9em;
}
/* end whole page */

/* header */
#header {
background: #ffffff;
background-image: url("http://outdustry.com/wp-content/uploads/2009/07/Outdustry-Header-v3.gif");
       background-repeat: no-repeat;
       height: 279px;
       width: 720px;
}
#header a {
display:block;
height:100%;
text-indent:-500em;
text-decoration:none;
}

#header a:hover {
text-decoration: underline;

}

#header h1 {
/*display:none; This will hide the text in your header */
padding-top:50px;
}
/* end header */

/* content area */
#content {
	margin: 4em 0em;
	padding: 0em;
	width: 40em;
	
	float: left;
}

#content h2 {
	margin: 0em 0em 1em;
	padding: 0em;
	
	font-size: 1.5em;
}

#content .post {
	margin: 2em 0em 0em;
}

#content h3 {
	margin: 0em;
	padding: 0em;
	
	font-size: 1.25em;
}

#content .postmetadata {
	color: #777777;
	background: inherit;
	
	font-size: 0.9em;
}

#content .navigation {
	margin: 2em 0em 0em;
	padding: 0em;
	
	display: block;
}

#content .goback {
	margin: 0em 0.5em 0em 0em;
	padding: 0em;
	
	float: left;
	
	font-size: 1.25em;
}

#content .goforward {
	margin: 0em 0em 0em 0.5em;
	padding: 0em;
	
	float: right;
	
	font-size: 1.25em;
}

#content #comments {
	margin: 2em 0em 1em;
	padding: 0em;
	
	clear: both;
}

#content .commentlist {	
	margin: 0em;
	padding: 0em;
	
	font-size: 0.9em;
}

#content .commentlist li {
	margin: 0em;
	padding: 0em;
	
	list-style-type: none;
}

#content .commentlist img.avatar {
	float: right;
	margin-left: 1em;
}

#content .commentmetadata {
	margin: 0em 0em 2em;
	color: #777777;
	background: inherit;
}

#content #respond {
	margin: 2em 0em 1em;
	padding: 0em;
	
	clear: both;
}
/* end content area */

/* these rules are added for compatibility with WordPress Theme Directory */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* end Theme Directory compatibility */

/* sidebar */
#sidebar {
	margin: 4em 0em;
	padding: 0em;

	width: 16em;
	float: right;
}

#sidebar h2 {
	margin: 0em;
	padding: 0em;

	font-size: 1.0em;
}

#sidebar h2 a, #sidebar h2 a:visited {
	color: black;
	background: inherit;
}

#sidebar h2 a:hover {
	color: white;
	background: #1070c0;
}

#sidebar ul {
	margin: 0em;
	padding: 0em;
}

#sidebar ul li {
	margin: 0em 0em 1em;
	padding: 0em;
	
	list-style-type: none;
}

#sidebar ul li p, #sidebar ul li ul, #sidebar ul li ol {
	font-size: 0.8em;
}

#sidebar ul li ul li, #sidebar ul li ol li {
	margin: 0em;
	padding: 0em;
}

#sidebar .textwidget {
	font-size: 0.8em;
}
/* end sidebar */

/* footer */
#footer {
	margin: 0em;
	padding: 0em;
	
	width: 60em;
	clear: both;
}

#footer p {
	margin: 0em;
	padding: 0em;
	
	font-size: 0.8em;
	
	text-align: center;
}
/* end footer */
/* OPIE DID IT 2009-03-XX */
/* GET RID OF BACKGROUND AROUND LINKED IMAGES */
a img, a:hover img {
	border: 0;
	vertical-align: bottom;
	margin: 0 0 2px;
}
/* MAKE THE LINK IN THE HEADER TAKE UP THE WHOLE SPACE */
#header {
	padding: 0;
}
#header a {
	display:block;
	height:185px;
	margin: 0;
	padding: 0;
}
#header a:hover {
	background: none;
}
#header h1 {
	padding: 0;
	margin: 0;
}
/* LESS SPACE BETWEEN THE HEADER AND CONTENT */
#page {
	margin-top: 4em;
}
#content, #sidebar {
	margin-top: 1.5em;
}
#content { /* bring the headings in line with sidebar */
	padding-top: 5px;
}
#content h3 { /* match the size of h3 (home page) to h2 */
	font-size: 1.5em;
	margin-bottom: 1em;
}
#content .post { /* match the margins of the summary items to the single item display */
	margin: 0em 0em 2em;
}
/* BACKGROUNDS FOR HEADINGS
only apply to things in the #content div
*/
#content h2, #content h3 { /* set up the defaults */
	font-weight: 600; /* a little less than bold for browsers that can handle it */
	text-transform: uppercase;
	line-height: 30px;
	font-size: 1em;
}
#content .post h3 { /* default for headings with background */
	background: url(/img/default-bar.gif) no-repeat 0px 2px;
	padding: 0 80px 2px 5px;
	color: #F0F0F0;
	height: 30px;
	overflow: hidden; /* if the heading is too long then hide the overflow */
}
#content .post h3 a { /* links in the headings */
	background: none;
	color: #F0F0F0;
}
#content h2.project-blog, #content .post h3.project-blog {
	background: url(/img/project-blog-bar.gif) no-repeat 0px 2px;
	color: #F0F0F0;
	padding: 0 80px 2px 5px;
	height: 30px;
	overflow: hidden; /* if the heading is too long then hide the overflow */
}
#content h2.staff-blog, #content .post h3.staff-blog {
	background: url(/img/staff-blog-bar.gif) no-repeat 0px 2px;
	color: #F0F0F0;
	padding: 0 80px 2px 5px;
	height: 30px;
	overflow: hidden; /* if the heading is too long then hide the overflow */
}
#content h2.news-links, #content .post h3.news-links {
	background: url(/img/news-link-bar.gif) no-repeat 0px 2px;
	color: #F0F0F0;
	padding: 0 80px 2px 5px;
	height: 30px;
	overflow: hidden; /* if the heading is too long then hide the overflow */
}
#content h2.guest-posts, #content .post h3.guest-posts {
	background: url(/img/guest-post-bar.gif) no-repeat 0px 2px;
	color: #F0F0F0;
	padding: 0 80px 2px 5px;
	height: 30px;
	overflow: hidden; /* if the heading is too long then hide the overflow */
}
/* ADD IN EXTRA FONT DEFINITION */
body {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida", "Arial Unicode MS", sans-serif;
}
/* WIDTH OF COMMENT FORM */
form#commentform textarea {
	width: 432px;
	overflow: auto;
}
/* SWITCH TO PIXELS INSTEAD OF EM FOR LAYOUT */
#page {
	width: 720px;
}
#content {
	width: 480px;
}
#sidebar {
	width: 192px;
}
#footer {
	width: 720px;
}
/* END OF OPIE DID IT */

/** RM Additions 110217 **/
.twit-tweet {margin-bottom:20px;}
.twit-date {width:8%;background:#111;color:#fff;font-weight:normal;text-transform:uppercase;padding:2px 5px;text-align:center;margin-right:3%;float:left;font-family: 'HeadlineOneHPLHS', "trebuchet MS", sans-serif;font-size:14px;}
.twit-body {float:left;width:85%;text-align:justify;}
.twit-body p {padding:0px;margin:0px;}
a.twit-meta:link, a.twit-meta:visited {font-size:.8em;color:#999;text-align:right;display:block;}
a.twit-meta:hover, a.twit-meta:active {color:#393851;background:none;}
#sidebar #home-links {list-style-type:none;margin:0;padding:0;}
#sidebar #home-links li {list-style-type:none;display:inline;padding:0;margin:0;}
#sidebar #home-links a:link, #sidebar #home-links a:visited {font-family: 'HeadlineOneHPLHS', "trebuchet MS", sans-serif;color:#fff;background:#393851;padding:2px 5px;margin:0px;font-size:14px;text-transform:uppercase;font-weight:normal;}
#sidebar #home-links a:hover, #sidebar #home-links a:active {background-color:#111111;}
.clear {clear:both;}
