/* -------------------------------------

Title : CSS for JeffCroft.com
Author : Jeff Croft
URL : http://jeffcroft.com

Description : The base stylesheet imports other stylesheets and provides basic styling for XHTML elements.

---------------------------------------- */


/* Core stylesheets */
@import url("layout.css"); /* Site layout */
@import url("home.css"); /* Homepage layout */
@import url("misc.css"); /* Misceleaneous layout */
@import url("comments.css"); /* Item comments */
@import url("livesearch.css"); /* Lisve search result styles */

/* Page/section-specific stylesheets */



/* Neutralize styling:
   Remove padding and margin on some elements: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

/* Neutralize styling:
   Linked image should not have borders */
a img {
	border: none;
}

/* Neutralize styling:
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
dd, blockquote {
	margin-left: 1em;
}

/* Miscellaneous conveniences: */
label {
	cursor: pointer;
}
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

/* Form field text-scaling */
input, select, textarea {
	font-size: 12px;
	padding: 0 5px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

/* Redefine standard XHTML elements
----------------------------------------------- */

body {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333;
	line-height: 1.8em;
	margin: 0;
	padding: 0;
	background-color: #fff;
	min-width: 976px;
}

h1, h2, h3, h4, h5, h6 {
	margin: .5em 0 0 0;
	color: #333;
	line-height: 1em;
	font-family: Dolly, Georgia, "Times New Roman", serif;
	font-weight: normal;
	clear: left;
}

h1 a:link,
h1 a:visited,
h1 a:active,
h2 a:link,
h2 a:visited,
h2 a:active,
h3 a:link,
h3 a:visited,
h3 a:active,
h4 a:link,
h4 a:visited,
h4 a:active,
h5 a:link,
h5 a:visited,
h5 a:active,
h6 a:link,
h6 a:visited,
h6 a:active { 
	font-weight: normal !important; 
	}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.1em;
	color: #666;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: .3em;
}

h4 {
	font-size: 1.8em;
	color: #666;
	border-bottom: 1px solid #dfdfdf;
}

h5 {
	font-size: 1.6em;
	color: #666;
	border-bottom: 1px solid #dfdfdf;
}

a, 
a:link, 
a:active, 
a:visited {
	color: #333;
	border-bottom: none;

}

a:hover {
	color: #ff8800;
}

dl {
	margin: 0;
	padding: 0;
}

dt {
	margin: 2em 0 .5em 0;
	font-weight: bold;
}

dd {
	margin: 0;
}

p {

}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

blockquote {
	display: block;
	color: #333;
	margin: 1em 5em;
	padding: .5em 1em;
	line-height: 1.3;
	color: #333;
} 

blockquote p {

}

blockquote a:link,
blockquote a:visited,
blockquote a:active {
	color: #ff8800;
}

blockquote a:hover {
	color: #99cc00;
}

blockquote p {
	padding: 0;
	margin: 0 0 2em 0;
	font-size: .9em;
}

pre {
	margin: 0px;
	padding: 1em;
	background-color: #5d5d5d;
	color: #fff;
	overflow: auto;
	border-left: 5px solid #99cc00;
} 

code {
	font-family: "Courier New", Courier, mono;
	overflow: auto;
	font-size: 1.3em;
	line-height: 1em;
	color: #000;
}

pre code {
	color: #fff;
	background-color: transparent;
}

	
code strong {
	font-weight: bold;
}

del {
	text-decoration: line-through;
	color: #999;
}

.solidbox {
	border-style: solid;

}

thead {
background-color: #257abb;
}

.whitetext {
	color: white;
	}
