/*
Theme Name: Mike Taigman 
Description: 
Version: 1.0
Author: Kenn Wilson
*/

@import url('/inc/global.css');

body {
	color: #666666;
	background: #7dc2cb url('images/background.png');
	font-size: 1.1em;
	font-family: Arial, sans-serif;
	margin: 0px;
	border-top: solid 30px #ffffff;
}

#body {
	background: url('images/gradient.png') repeat-x;
}

a {
	color: #666666;
	text-decoration: underline;
}

#sidebar {
	width: 225px;
	float: left;
}

#sidebar div.title {
	margin-bottom: 20px;
}

#sidebar #menu {
	background: #ffffff;
}

#sidebar #menu img {
	display: block;
}

#content {
	background: #ffffff;
	min-height: 800px;
	margin-left: 250px;
	margin-right: 20px;
	padding: 40px;
	padding-top: 0px;
}

#index #content {
	background: none;
	height: 100%;
	padding-top: 20px;
}

h1, h2, h3, h4 {
	text-transform: uppercase;
}

h1, h2, h3 {
	color: #c49319;
}

h1 {
	font-size: 1.2em;
}

h2 {
	font-size: 1.1em;
	margin-top: 30px;
}

h3 {
	font-size: 1.0em;
}

h4 {
	font-size: 1.0em;
	margin-bottom: 0px;
}

img.editlink {
	float: right;
	margin-top: 10px;
	margin-left: 10px;
}

/** Page content styles **/

#about div.intro {
	min-height: 215px;
}

div.page-title {
	margin-bottom: 40px;
}

ul.faq-toc, div.downloads ul, div.links ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

ul.faq-toc li {
	font-size: 1.1em;
	line-height: 1.6em;
}

ul.faq-toc a {
	color: #c49319;
}

div.downloads ul li, div.links ul li {
	line-height: 1.5em;
}

div.star-care p {
	margin-top: 0px;
}

/** Post styles **/

h4.date {
	color: #999999;
	font-weight: normal;
	text-transform: none;
}

div.post {
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	
}

div.post h2.posttitle a {
	color: #c49319;
	text-decoration: none;
}

/** Archive styles **/

div.archive div.post {
	border-bottom: none;
}

div.archive div.post h2 {
	margin-top: 10px;
}

/** Comment styles **/

ol#commentlist {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

span.commentauthor {
	font-weight: bold;
}

div.commenttext {
	border-left: solid 5px #cccccc;
	padding-left: 10px;
	margin-bottom: 30px;
}

div.authorcomment {
	border-left-color: #c49319;
}

/** Error page styles **/

div.oops p {
	margin-bottom: 40px;
}

/** Misc. Form styles **/

div.inputfield {
	margin-bottom: 5px;
}

/** Contact form styles **/

#contact td.labels {
	color: #c49319;
	font-weight: bold;
	text-align: right;
	width: 190px;
	vertical-align: top;
}

#contact label {
	vertical-align: middle;
	padding-right: 10px;
}

#contact div.inputfield {
	vertical-align: middle;
}

#contact input, #contact textarea {
	border: solid 1px #cccccc;	
}

#contact button {
	background: #ffffff;
	padding: 0px;
	border: none;
}

/** Miscellaneous styles **/

pre {
	background: #eeeeee;
	padding: 5px !important;
}

#help hr {
	width: 60%;
	height: 1px;
	margin: 30px auto;
}

#help div.example {
	margin-top: 30px;
	margin-left: 20px;
}

#help h2, #help h3, #help h4 {
	margin: 10px 0px;
}




