/* comment */

@import url("http://richardlemon.com/ed/css/header.css");
@import url("http://richardlemon.com/ed/css/home.css");
@import url("http://richardlemon.com/ed/css/about.css");
@import url("http://richardlemon.com/ed/css/services.css");
@import url("http://richardlemon.com/ed/css/portfolio.css");
@import url("http://richardlemon.com/ed/css/footer.css");
@import url("http://richardlemon.com/ed/css/contact.css");

/* BASIC XHTML STYLING*/

* { 
	margin: 0; 
	padding: 0; 
	list-style-type: none;
}

body { 
	margin:0; padding:0;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:82%;
	height:100%;
	color:#333;
	border-top:4px solid #76b41c;
}

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

h1 span, h2 span {
	display: none;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 110%;
	color: #404040;
}

h2 a {
	margin: 0;
	padding: 0;
	font-size: 115%;
	color: #76b41c;
	text-transform:uppercase;
	text-decoration:none;
}

h2 a:hover {

	color:#666;
	}
	
	h3 a {
	margin: 0;
	padding: 0;
	font-size: 115%;
	color: #76b41c;
	text-transform:uppercase;
	text-decoration:none;
}

h3 a:hover {

	color:#666;
	}

h4 {
	color:#404040;
	font-size: 1.6em;
	letter-spacing: -1px;
	font-weight: bold;
	margin:0 0 2px 0;
	padding:0;
}

h5 {
	color:#404040;
	font-size: 1.4em;
	font-weight: bold;
	margin:40px 0px 0px 0;
	padding:0;
	border-bottom:1px dotted #ccc;
}
h6 {
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 100%;
	color: #3d474c;
	line-height: 1.4em;
}

a {
	margin: 0;
	padding: 0;
	color: #475861;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

ul, ol, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

p {
	margin: 0;
	padding: 0;
	color: #546066;
	line-height: 1.6em;
	font-size: 95%;
}

p.indent {
	padding: 0 0 0 38px !important;
}

img {
	border: none;
}

strong {
	color: #505050;
}

code {
	margin: 0;
	padding: 2px;
	background: #fefbc3;
	color: #606060;
	line-height: 1.45em;
	border-bottom: 1px solid #e3e3e3;
}

input:focus,
textarea:focus {
	background: #fffbba;
	border-bottom: 1px solid #f9d45e !important;
}

.line {
	clear: both;
	margin: 0;
	padding: 20px 0;
	background: url(/img/core/h_line.gif) repeat-x left;
	height: 1px;
}

.clear {
	clear: both;
}

.resume  ul li{
	
	background:  url("http://richardlemon.com/img/dot.gif") no-repeat 0px 5px;
	padding-left: 10px;
	margin: 5px 10px;
}

/* BLOG */

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}
	
.post {
	margin: 0 0 40px 0;
	text-align:inherit;
	}
	
.navigation {
	display: block;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 60px;
	}
	
#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}
	
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}
	
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
	
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	margin-bottom:20px;
	}
	
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: right;
	}

#sidebar #searchform #s {
	width: 225px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

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

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/
