/*
Theme Name: Mhunt Design Blog
Theme URI: http://mhuntdesign.com/blog
Description: Mhunt Design Blog
Version: 2
Author: Matthew Hunt
Author URI: http://mhuntdesign.com/
*/

/*Custom*/
h2.page-title {margin-bottom:1em !important;}
h2.article-title,  h3.article-title { 
border-bottom:5px solid #1A2732;
color:#1A2732;
font-family:georgia;
font-size:2.5em;
font-weight:normal;
margin-bottom:1em;
padding-bottom:10px;

}

div.post {
border:1px solid #79878b;
margin:3em 0;
padding:2em;
background: #fff url(images/blog-bg.jpg) no-repeat;}

.entry {padding: 1em 0;}

.post small {
color:#000000;
font-size:1.3em;
font-style:italic;}

p.postmetadata  { 
border-top:1px dotted #666666;
clear:both;
color:#000000;
font-weight:normal;
margin-bottom:0.5em;
padding:0.25em;
}

a.more-link { 
text-align: right; 
float: right;
color:#f0f0f0 !important;
display:block;
font-family:"Helvetica","Arial","Verdana",sans-serif;
font-size:11px;
font-weight:bold;
padding:5px;
background:#333333 none repeat scroll 0 0;
border:1px solid #666666 !important;
text-transform:uppercase;
margin-bottom: 1em;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}


a.more-link:hover {
color:#FF5A00 !important;
}

.post p.postmetadata  small {font-size:1em; font-weight:normal;}
textarea#comment, input {padding:5px; border:1px #ccc solid; background:#fff url(images/input-text.gif) no-repeat; font-size:12px !important;}
input#submit {cursor:pointer; }

body#blog div.right_column li {
font-size:12px;
line-height:1.4;
	}
	
pre  {
background: #fcfcfa;
border:1px solid #CCCCCC;
clear:both;
color:#666;
display:block;
margin:5px 0 15px;
overflow:auto;
padding:10px;
width:500px;
font-size: 10px;

}
body#blog h2.article-title { margin-bottom:0.5em;}
body#blog h2.article-title a {line-height: 1.4; color:#1A2732;}

body#blog h2.article-title a:hover {
border-bottom:2px solid #FF5A00; }

.post .entry h3 {padding-top:20px !important; }

/*Comments*/

.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;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


/*Posts*/

.post hr {
	display: block;
	border: 1px solid #ccc;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.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;
}



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}
	
.navigation	.alignright a { text-align: right; border: 1px #fff solid;}
.navigation .alignleft a {text-align: left; border: 1px #fff solid;}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* 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: 10px 0 8px 10px;
	}

.entry ul li 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: center;
	} */

#sidebar #searchform #s {
	width: 108px;
	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;
	}

h4#respond { font-weight: bold;}

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

.commentlist li {
border:1px solid #CDCDCD;
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	font-size:12px;
	}

.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 Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* 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;
	font-size:1.1em;
	margin-top: 2em;
	margin-bottom: 1em;
	padding:0.5em;
	border: 1px #ccc solid;
	
	}

div.navigation a {
color:#999999 !important;
display:block;
font-family:"Helvetica","Arial","Verdana",sans-serif;
font-size:11px;
font-weight:bold;
padding:5px;
text-transform:uppercase;
width:260px;}

div.navigation a:hover {color:#f9f9f9 !important; background:#333; border:1px solid #666 !important;}

/* End Various Tags & Classes*/