/*
	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.
*/

/* edit Mark */

label.screen-reader-text {
display: none;
}
input#searchsubmit {border: 1px #333 solid; background: #1070c0; padding: 2px; color: #fff;}
input#searchsubmit:hover {border: 1px #000 solid; background: #333; padding: 2px;}


body {	margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; font-family: Georgia,"Times New Roman",Times,serif;}

a {color: #318fbf; text-decoration:none;}
a:hover {text-decoration: underline;}



/* TYPE */

blockquote {font-style: italic;}
@font-face {
  font-family: MyHelvetica;
  src: local("Helvetica Neue"), local("HelveticaNeue"), url(fonts/MgOpenModernaRegular.ttf);
}

@font-face {
  font-family: MyHelvetica;
  src: local("Helvetica Neue Bold"), local("HelveticaNeue-Bold"), url(fonts/MgOpenModernaBold.ttf);
  font-weight: bold;
}


#sidebar h2.widgettitle {font-size: 16px; font-family: MyHelvetica,Arial,sans-serif;}

#clear {clear: both; display:block;}
a.art {padding: 4px; background-color: #fff; color:#085f8c; border: #085f8c solid 1px; }
a.art:hover {background-color: #085f8c; color:#FFFFFF; text-decoration: none; }

#header {width: 100%; text-align: left; margin: -20 0px 0px 0px; background-color:#fff;}
#header p {font-size: 14px; color:#666666;}
#header p.big {font-size: 18px;}

#header ul {list-style-image: url(images/bullet.jpg);}
#header li {font-size: 14px;font-family: Georgia,"Times New Roman",Times,serif; color:#666666; line-height: 18px;}


h2.page {font-family: MyHelvetica,Arial,sans-serif; font-size:24px; color:#000; margin-top: 0px;}

#name {width: 200px;float: left;}
#name h1, a.name {font-family: MyHelvetica, Times,Arial,sans-serif; font-size:20px; margin-bottom: 0px; color:#000000;}
#name h1, a.nameFR {font-family: MyHelvetica, Times,Arial,sans-serif; font-size:22px; margin-bottom: 0px; color:#000000;}
#name h2 {font-family: Georgia, "Times new roman", Times; font-size:11px; color:#999999; font-style:italic; margin-top: 0px;}
a.name:hover {text-decoration: none;}


#topMenu {width: 500px; float:left; margin: 15px 0px 0px 87px;}
#topMenu a {font-size: 12px; border: #FFF solid 2px;padding: 0px 10px;font-family: MyHelvetica, Times,Arial,sans-serif; }
#topMenu a:hover {color: #653d18; border: #9b846f solid 2px;padding: 2px 10px; background-color: #fff; text-decoration:none;}
#topMenu a.ON {color: #653d18; border: #9b846f solid 2px;padding: 2px 10px;}

#topFull {float:left; padding-top: 0px;}
#topFull p {color: #666666; font-size: 22px; line-height:22px;}
#topFull a:hover {text-decoration:underline;}


#topLeft {width: 420px; padding: 10px 10px 10px 0px; float:left;}
#topRight {width: 420px; padding: 10px; float:left;}
#topLeft a:hover {text-decoration:underline;}
#topRight a:hover {text-decoration:underline;}

/* END edit Mark */

/* whole page */


#page {
	margin: 0px auto;
	padding-left: 10px;

	width: 1000px;
}



.alignleft {
	float: left;
}

.alignright {
	float: right;
}

blockquote {
	margin: 1em 2em 1em 1em;
	
	font-size: 0.9em;
}
/* end whole page */



/* content area */
#content {
	margin-top: 6px;
	padding-left: 20px;
	width: 700px;
		background: #ffffff;
	float: left;
	
}

#content p {font-size: 12px; margin: 8px 0px 12px 0px; line-height: 16px;}
#content img {margin-top: 10px;}
#content h2 {
	font-size: 16px; font-family: MyHelvetica,Arial,sans-serif;
}

#content .post {
	margin: 2em 0em 0em;
	/*width: 600px;*/
}

#content h3 {
	font-size: 14px; font-family: MyHelvetica,Arial,sans-serif;
	margin: 12px 0px 0px 0px;
}

#content .postmetadata {
	color: #777777;
	background: inherit;
	
	font-size: 0.75em;
}

#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: 20px 0px 0px 0px;
	padding: 0em;

	width: 250px;;
	float: left;
}

#sidebarNarrow {
	margin: 20px 0px 0px 0px;
	padding: 0em;

	width: 150px;;
	float: left;
}

#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: 11px;
	line-height: 16px;
}

#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-top: 0px;
	padding: 0em;
	text-align: left;
	width: 60em;
	clear: both;
}

#footer h3 {font-family: MyHelvetica, Arial; font-size: 11px; margin-top: 0px;}

#footer p {
	margin: 0em;
	padding: 0em;
	
	font-size: 0.8em;
	
	text-align: center;
}
/* end footer */




/* header OLD
#header {
	margin: 0em;
	border: 0px solid gray;
	padding: 0em;

	background: #ffffff;
	
}

#header h1 {
	margin: 0em;
	border: 0px solid gray;
	padding: 0.5em;
	background: #ffffff;
	font-size: 4em;
	line-height: 0.75em; 
	height: 41px;
	float: left;
}

#header #tagline {
	margin: 0.5em 0em 0em 2em;
	border: 0px solid gray;
	border-left: 1px solid gray;
	padding: 1em 0em 1.44em 1em;
	display: block;
	color: gray;

	width: 25em;
	
	float: left; 
} 
 end header */
