@CHARSET "ISO-8859-1";
/*
Theme Name: Just Moulding Custom
Theme URI: http://justmoulding.com
Description: Custom Wordpress theme for Just Moulding
Version: 1.0
Author: E-Moxie Data Solutions, Inc.
Author URI: http://e-moxie.com/

Copyright (c) 2009 Just Moulding
*/

/* Core Styles */
h2 a:link,h2 a:active,h2 a:visited {
	text-decoration: none;
	font-size: 18px;
	color: #0d5165;
	margin: 20px 0;
	padding: 0;
	font-weight: normal;	
}

#side-btns {
	text-align: center;	
}
#side-btns a { 
	margin: 5px 0;
	display: block; 
}

#left-sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#subnav {
	background: #f4f0e4;
	border: 1px solid #e2dfd8;
	padding: 10px 10px 20px 10px;
	margin: 30px 0;
}
#subnav a {
	text-decoration: none;
	color: #0d5165;
	font-size: 14px;
	font-weight: normal;
	display: block;
	padding: 0;
	margin: 0;
}
#subnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#subnav ul li ul {
	margin: 0px 0 0px 20px;
}
#subnav li {
	margin: 0;
	padding: 0;	
}
#subnav ul li h2 {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 5px 0;
	padding: 0;
}
label.screen-reader-text {
	display: block;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 5px 0;
	padding: 0;
	width: 228px;
	
}
#s {
	width: 130px;
	font-family: Georgia, serif;
	font-size: 12px;
	color: #333;
	padding: 2px;
	margin-right: 10px;
	float: left;
}
#searchsubmit { 
	width: 60px;
	font-family: Georgia, serif;
	font-size: 12px;
	color: #0d5165;
	padding: 2px;
	margin-right: 10px;
	border: 1px solid #ccc;
}
.post {
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

/* Comment Form Styles */
label {
	font-size: 12px;
	color: #666;
	float: left;
}
input.styled {
	width: 200px;
	font-family: Georgia, serif;
	font-size: 12px;
	color: #333;
	padding: 5px;
	float: left;
	margin-right: 10px;
}
textarea.styled {
	width: 400px;
	font-family: Georgia, serif;
	font-size: 12px;
	color: #333;
	padding: 5px;
}
#respond { margin-top: 40px; }
#comments-wrap { margin-top: 20px; padding-top: 20px; border-top: 1px solid #ccc; }

/* Single Post Page Styles */
.postmetadata.alt {
	padding: 10px;
	background: #efefef;
	border: 1px solid #10647d;
	margin: 20px 10px;
	line-height: 1.2em;
	font-size: 12px;
	color: #000;	
}
.postmetadata.alt a {
	color: #333;	
}

.credit {
	color: #999;
	font-size: 10px;	
}

.credit a {
	color: #999;
	text-decoration: underline;
	font-size: 10px;	
}

/* 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;
	}

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

.alignright {
	float: right;
	}

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