/* @override http://words.youngdoo.net/wp-content/themes/infimum/style.css */

/*
	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.2
	Author: Alex Smith
	Author URI: http://www.acroyear2.org/
	Tags: black, blue, white, two-columns, fixed-width
*/

/* 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.2: Bugfix. Added min-width fix for short descriptions, corrected incomplete opening php tag in index.php, added explicit no-border-on-linked images CSS property.
 	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: gray;
	background-color: #;
	
	/*font-family: "Lucida Grande", "Lucida Sans", "Lucida", sans-serif;*/
	font-family: 'Lucida Grande', arial, georgia, times, serif;
	
	/*font-size: 0.75em;*/
	font-size: 11px;
	/*line-height: 1.5em;*/
	line-height: 1.6em;

}

* {
	
}

/* @group My Group */



/* @end */

#page {
	margin: 1em auto;
	padding: 0em;
	
	/*width: 60em;*/
	width: 900px;
}

a {
	color: #a8b1a0;
	background: inherit;
	
	text-decoration: none;
}

a:visited {
	color: #a8b1a0;
	background: inherit;
}

a:hover {
	color: white;
	background: #a8b1a0;
}

a img {
	margin-bottom: -2px;
	border-style: none;
	background-color: white;
	padding-bottom: 8px;
	padding-top: 18px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

blockquote {
	margin: 1em 2em 1em 1em;
	
	font-size: 11px;
}
/* end whole page */

/* header */
#header {
	margin: 0em;
	border: 0px solid gray;
	padding: 0em;
	
	width: 900px;
}

#header h1 {
	margin: 0.1em 0em 0.1em 0em;
	/*border: 0px solid gray;*/
	/*padding: 0.5em 0em 0.5em 0em;*/	
	/*font-size: 4em;*/
	/*line-height: 0.75em; /* weird IE7 bug fix */
	line-height: 14px;

	float: left;

	min-width: 6em;
		
	/*added by doo*/
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Tahoma, Arial, sans-serif;
	font-size: 10px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	display: block;
	font-weight: bold;
}

#header #tagline {
	margin: 0em 0em 0em 1em; /* also part of the IE7 fix */
	border: 0px solid gray;
	border-left: 1px solid silver;
	/*padding: 0.5em 0em 0.5em 2em;*/
	padding: 0em 0em 0em 1em;	
	color: #777777;
	background: inherit;

	float: left;
	
	/*added by doo*/
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Tahoma, Arial, sans-serif;
	font-size: 10px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	display: block;
	font-weight: bold;
}
/* end header */

/* content area */
#content {
	margin: 2.8em 0em 4em 0em;
	padding: 0em;
	/*width: 40em;*/
	width: 700px;
	
	float: left;
}

#content h2 {
	display: none;
	/*
	margin: 0em 0em 1em;
	padding: 0em;
	
	font-size: 1.5em;
	*/
	
}

#content .post {
	padding: 0 0 50px;
	margin: 2em 0em 0em;
	
}

#content h3 {
	margin: 0em;
	padding: 0.25em 0em 0em;
	font-size: 225%;
	font-weight:  normal;
	line-height: 1.6em; 
	font-family: georgia, tahoma, Arial, Helvetica, sans-serif;
}

#content h4 {
/*added by doo*/
	margin: 0em;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Tahoma, Arial, sans-serif;
	font-size: 10px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	display: block;
	font-weight: bold;
	
}

/* @group My Group */



/* @end */
	
#content .postmetadata {
	color: #777777;
	background: inherit;
	
	font-size: 11px;
	
}

#content .navigation {
	margin: 2em 0em 0em;
	padding: 0em;
	
	display: block;
}

#content .goback {
	margin: 0em 0.5em 0em 0em;
	padding: 0em;
	
	float: left;
	
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#content .goforward {
	margin: 0em 0em 0em 0.5em;
	padding: 0em;
	
	float: right;
	
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#content #comments {
	margin: 0em 0em 1em;
	padding: 0em;
	
	clear: both;
	font-size: 20px;
}

#content .commentlist {	
	margin: 0em;
	padding: 0em;
	
	font-size: 11px;
}

#content .commentlist li {
	margin: 0em;
	padding: 0em;
	
	list-style-type: none;
	border-bottom: 1px dotted silver;
}

#content .commentlist img.avatar {
	float: right;
	margin-left: 1em;
}

#content .commentmetadata {
	margin: 0em 0em 1em;
	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 0em 0em;
	padding: 0em;

	width: 158px;
	float: right;
}

#sidebar h2 {
	margin: 1em 0em 1em 0em;
	padding: 0em;

	font-size: 10px;
	line-height: 12px;
	
	/*added by doo*/
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Tahoma, Arial, sans-serif;
	font-size: 10px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	display: block;
	font-weight: bold;
}

#sidebar h2 a, #sidebar h2 a:visited {
	color: black;
	background: inherit;
}

#sidebar h2 a:hover {
	color: white;
	background: #a8b1a0;
}

#sidebar ul {
	margin: 0em;
	padding: 0em;
}

#sidebar ul li {
	margin: 0em 0em 2em;
	padding: 0em;
	
	list-style-type: none;
}

#sidebar ul li a{
	margin: 0em;
	padding: 0em;
	
	list-style-type: none;
}

#sidebar ul li p, #sidebar ul li ul, #sidebar ul li ol {
	font-size: 11px;
	margin: 0em;
	line-height: 15px;
}

#sidebar ul li ul li, #sidebar ul li ol li {
	margin: 0em;
	padding: 0em;
}

#sidebar .textwidget {
	font-size: 11px;
	line-height: 15px;

}

/* end sidebar */

/* footer */
#footer {
	margin: 0em;
	padding: 0em;
	
	width: 60em;
	clear: both;
}

#footer p {
	margin: 0em;
	padding: 0em;
	
	font-size: 11px;
	
	text-align: center;
}
div.entry iframe {
	height: 30px;
	width: 700px;
	
}
div#wp_fb_like_button {
	width: 90px;
	height: 20px;
	float: left;
	margin: 0px;
	padding: 0px;
	
}
/* end footer */





