
/* ---------------------------------------------------------------
Title:    I Love Wickless
Designer: Shane Guymon
URL:      www.shaneguymon.com
Date:     09 MAY 2009

© COPYRIGHT 2009, SHANE GUYMON | ALL RIGHTS RESERVED
--------------------------------------------------------------- */

/*
************************************************
--------------------( BLOG )--------------------
************************************************
*/



/* --------------------( BLOG CONTENT )-------------------- */

#blogcontent {
	width: 590px;
	float: right;
	margin-top: 0;
	padding-right: 30px;
	text-align: left;
}

#blogcontent h1 {
	padding-right: 20px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	line-height: 30px;
	font-weight: normal;
	color: #778F70;
}

#blogcontent h1 a {
	display: block;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	line-height: 30px;
	font-weight: normal;
	color: #778F70;
	text-decoration: none;
	border-top: 2px solid #F4F3E9;
}

#blogcontent h1 a:hover, #content h1 a:focus {
	color: #3C2352;
	border-top: 2px solid #778F70;
}

#blogcontent h2 {
	padding-left: 3px;
	padding-top: 3px;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	color: #3C2352;
}

#blogcontent h3 {
	padding-right: 20px;
	padding-bottom: 3px;
	padding-top: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	line-height: 30px;
	font-weight: normal;
	color: #778F70;
	border-top: 1px solid #F4F3E9;
}

#blogcontent h4 {
	padding-left: 3px;
	padding-top: 3px;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	color: #3C2352;
	border-bottom: 1px solid #778F70;
}

#blogcontent p {
	padding-right: 30px;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #636365;
}

#blogcontent img {
	margin: 20px 0 20px 0;
	border: 5px solid #F5F4EA;
}

#blogcontent img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#blogcontent img.noborder {
	border:0px solid #FFFFFF;
}

#blogcontent em {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#blogcontent blockquote {
	padding: 0 5px 0 5px;
	font-style:italic;
	text-align:justify;
}

#blogcontent blockquote1 {
	margin-left: 0;
	margin-right: 20px;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
	background: #EAECF2;
	color: #2F3D7B;
	border-top: 1px solid #B2B2CA;
	border-bottom: 1px solid #B2B2CA;
}

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justified;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	padding: 5px;
	background: #fff;
	}

.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;
	}
/* End Comments */

small {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
}

small>a:link {
	color: #999999;
}

small>a:hover {
	color: #B92616;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
	
.alignright {
	float: right;
}

.alignleft {
	float: left;
}

div.approval {
	float: right;
	display: block;
	background: url(../images/website-approval-logo.jpg);
	width: 45px;
	height: 50px;
	margin: 10px 0 0 10px;
}

/* --------------------( SEARCH FORM )-------------------- */

#search-form fieldset {
	margin: 0 0 0 0;
	padding: 0;
	border: none;
}

#search-form fieldset input {
	background: url(../images/blog/search.jpg) no-repeat left;
	background-color: #fff;
	width: 235px;
	margin: 20px 0 5px 0;
	padding: 5px 5px 0 25px;
	font-size: 12px;
	color: #421D52;
	border: 3px solid #F2F1E9;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#search-form fieldset input:focus {
	background: url(../images/blog/search.jpg) no-repeat left;
	background-color: #fff;
	border: 3px solid #41A06A;
	outline: none;
}

#search-form .search-input-button {
	float: right;
	width: 70px;
	margin: 0;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	border: none;
	color: #fff;
	text-shadow: 0px -1px 0px #374683;
	background: #41A06A;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#search-form .search-input-button:hover,
#search-form.search-input-button:focus{
	background: #421D52;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
