/*   
Theme Name: Char Software
Theme URI: http://www.charsoftware.com
Description: Theme for CharSoftware.com
Author: Andrew Rollins
Author URI: http://www.andrewrollins.com
Version: 1.0

General comments/License Statement if any.

*/

body {
	margin:  0;
	padding: 0;
	
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;	
	
	font-size: .75em;
	line-height: 1.5em;
	
	background-image:    url(images/bg-100x100.png);
	background-repeat:   repeat;
	background-position: left top;
}

p,h1,h2,h3,h4,h5,ul,ol,div,img {
	margin:  0;
	padding: 0;
	font-weight: normal;
	border: 0;
}

/* ----------------------------
    General text sizes
*/

p,ul,ol {
	margin-bottom: 1em;
}

ul ul, ul ol, ol ol, ol ul {
	margin-bottom: 0;
}

ul,ol {
	margin-left: 25px;
}

h1,h2,h3,h4,h5 {
	margin-bottom: .5em;
	color: #808080;
	font-weight: bold;
}

h1 {
	font-size: 2em;
	font-weight: normal;
}

h2 {
	font-size: 1.334em;
	border-top: 1px #D6D6D6 solid;
	padding-top: 8px;
	margin-top:  1.334em;
}

h3 {
	font-size: 1.167em;
}


/* ----------------------------
    Links
*/

a {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited, a:active {
	color: #006699;
}

.body-font-color-links a {
	color: #000000;
}

/* ----------------------------
    Layout
*/

#everything {
	background-image:    url(images/bg-top-50x640.png);
	background-repeat:   repeat-x;
	background-position: left top;
	min-height: 640px;
	text-align: center;
}

#layout-align {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#layout-logo {
	height: 79px;
}

#logo-img {
	margin: 24px 7px 0;
}

#layout-mid {
	background-color: white;
	padding: 22px 0 1em;
}

/* ----------------------------
    Sidebar
*/

#sidebar {
	float: left;
	width: 156px;
	padding: 0;
	padding-left:  16px;
	padding-right: 38px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top:  1px #D6D6D6 solid;
	border-left: 1px #D6D6D6 solid;
	font-weight: bold;
}

#sidebar li {
	padding: 5px 12px;
	border-right:  1px #D6D6D6 solid;
	border-bottom: 1px #D6D6D6 solid;
	
	background-image: url(images/sidebar-li-bg-28x28.png);
	background-repeat: repeat-x;
	background-position: left top;
}

/* ----------------------------
    Content
*/

#content {
	float: right;
	width: 531px;
	padding-right: 59px;
}

#content-after {
	clear: both;
}

/* ----------------------------
	Post
*/

.post .alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* ----------------------------
	Footer
*/

#footer {
	background-color: #D6D6D6;
	color: #666666;
	padding: 4px 16px;
}

#footer p {
	margin:  0;
	padding: 0;
}

/* ----------------------------
    Hacks
*/

/* The backslash in this line hides from IE5-mac \*/
/* "* html" hides from all browsers but IE <= 6 */
* html .hollyhack {
	height: 1%;
}
/* End hide from IE5-mac */ 

