/*
Theme Name: IMC
Theme URI: http://blog.imcsite.com/
Description: IMC website template modified to incorporate WordPress
Author: Michael Kaufman (mostly)
Author URI: http://imcsite.com/
Tags: blue, proprietary, widgets

	IMC v 2.0
	 http://imcsite.com

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://friedoysters.blogspot.com/
	but will not understand why.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Properties edited / inserted by me commented with /**MIKE**/

/** BASIC */

body {
	margin:0px;
	padding:0px;
	background: #FFFFFF url(http://imcsite.com/images/homepage01.jpg);
}

img { border: none; }

.ul1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}


**/
.narrowcolumn { /**MIKE**/
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
}

.widecolumn {  /**MIKE**/
	padding: 10px 0 20px 0;
	margin: 5px 0 0 0;
	width: 420px;
}

.post { /**MIKE**/
	margin: 0 0 40px;
	text-align: justify;
	width: 420px;
}

.post hr { /**MIKE**/
	display: block;
	width: 420px;
}

.postmetadata { /**MIKE**/
	padding-top:5px;
	width: 420px;
}
	
/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	width: 120px;
}

.input2 {
	width: 46px;
	height: 18px;
	border: none;
	background: transparent url(http://imcsite.com/images/homepage31.gif) no-repeat;
	color: #FFFFFF;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}


/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6B6B6B;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 1.2em;
}

#sidebar h2 { /**MIKE**/
	color:#FFFFFF;
	list-style:none;
	margin-bottom:5px;
}

#sidebar li { /**MIKE**/
	color:#FFFFFF;
	list-style:none;
	margin: 2px 2px 2px 2px;
}

.text1 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.text2 {
	padding: 0px 2px;
	background: url(http://imcsite.com/images/homepage17.gif);
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

.text3 {
	color: #FFFFFF;
}

.text4 {
	text-transform: lowercase;
	line-height: 1em;
	font-size: 14px;
	font-weight: bold;
	color: #5D5D5D;
}

.text5 {
	display: block;
	font-size: 18px;
	font-weight: normal;
	color: #FF6600;
}

.text6 {
	font-size: 11px;
	font-weight: bold;
	color: #878982;
}

.text7 {
	text-align: right;
	color: #696969;
}

/** LINKS */

a {
	color: #FF6600;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	font-weight: bold;
	text-decoration: none;
	color: #5D5D5D;
}

a.link1:hover {
	text-decoration: underline;
}

a.link2 {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

a.link2:hover {
	text-decoration: underline;
}

a.link3 {
	padding: 1px 3px;
	background: url(http://imcsite.com/images/homepage18.gif);
	color: #FFFFFF;
}

a.link4 {
	font-size: 11px;
	color: #6E7C91;
}

a.link5 {
}

a.link6 {
	color: #696969;
}

#sidebar a { /**MIKE**/
	color: #FFFFFF;
}

#sidebar a:visited { /**MIKE**/
	color:#CCCCCC;
}

/** STYLES */

.style1 {
	text-align: center;
	color: #A7AFB4;
}

.style1 a {
	color: #A7AFB4;
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
	background: url(http://imcsite.com/images/homepage02.jpg) repeat-x;
}

.bg2 {
	background: url(http://imcsite.com/images/homepage19.jpg) repeat-y;
}

.bg3 {
	background: url(http://imcsite.com/images/homepage38.gif);
}

.bg4 {
	background: url(http://imcsite.com/images/homepage32.gif) repeat-x;
}

.bg5 {
	background: url(http://imcsite.com/images/homepage33.gif) repeat-x;
}

.bg6 {
	background: url(http://imcsite.com/images/homepage16.gif);
}

/** MISC */

.align-justify { text-align: justify; }

.img1 {
	float: left;
	margin-right: 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

