/*
Theme Name: My Eclectic Mess
Theme URI: http://www.myeclecticmess.com/blog
Description: Custom template design for Beth Oberle
Version: 1.0
Author: Chris Ford
*/

/* MAIN TAGS */
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	}
	
/* This sets up the pinked edges container for all content */\
#pinkedEdges {
	margin: 0 auto;
	width: 1024px;
	
}
/* this is the main container that info goes into */
#container {
	margin: 0 auto;
	width: 984px;
	color: #784a40;
}
		
/* this sets up the nav bar div for the top of the page */
#container .navBar {
	padding: 30px;	
}
		
#container .navBar img {
	margin: 0;
	padding: 0;
	border: 0;
}

/* this sets up the div for the nav items in the nav bar */
#container .navItems {
	margin: -75px 0 0 0;
	padding: 0;
	float: right;
	height: 43px;
	overflow: hidden;
}

/* this code handles the nav bar rollovers */
#mainNav {
	width: 479px; 
	height: 43px;
    margin: 0; 
	padding: 0;
    position: relative;
	}
#mainNav li {
    margin: 0; 
	padding: 0; 
	list-style: none;
    position: absolute; 
	top: 0;
	}
#mainNav li, #mainNav a {
    height: 43px; 
	display: block;}
	
#btnHome {
	left: 0; 
	width: 78px;
	background: url(images/btn_home.gif) 0 0 no-repeat;
	}
#btnClasses {
	left: 78px; 
	width: 109px;
	background: url(images/btn_classes.gif) 0 0 no-repeat;
	}
#btnAbout {
	left: 187px; 
	width: 101px;
	background: url(images/btn_about.gif) 0 0 no-repeat;
	}
#btnFAQs {
	left: 288px; 
	width: 89px;
	background: url(images/btn_faqs.gif) 0 0 no-repeat;
	}
#btnContact {
	left: 377px; 
	width: 102px;
	background: url(images/btn_contact.gif) 0 0 no-repeat;
	}
	
#btnHomeAct {
	left: 0; 
	width: 78px;
	background: url(images/btn_home.gif) 0 -43px no-repeat;
	}
#btnClassesAct {
	left: 78px; 
	width: 109px;
	background: url(images/btn_classes.gif) 0 -43px no-repeat;
	}
#btnAboutAct {
	left: 187px; 
	width: 101px;
	background: url(images/btn_about.gif) 0 -43px no-repeat;
	}
#btnFAQsAct {
	left: 288px; 
	width: 89px;
	background: url(images/btn_faqs.gif) 0 -43px no-repeat;
	}
#btnContactAct {
	left: 377px; 
	width: 102px;
	background: url(images/btn_contact.gif) 0 -43px no-repeat;
	}
	
#btnHome a:hover {
	background: transparent url(images/btn_home.gif) 0 -43px no-repeat;}
#btnClasses a:hover {
	background: transparent url(images/btn_classes.gif) 0 -43px no-repeat;}
#btnAbout a:hover {
    background: transparent url(images/btn_about.gif) 0 -43px no-repeat;}
#btnFAQs a:hover {
    background: transparent url(images/btn_faqs.gif) 0 -43px no-repeat;}
#btnContact a:hover {
    background: transparent url(images/btn_contact.gif) 0 -43px no-repeat;}

/* this handles the padding on the flashfader box */
.flashfader {
	margin-bottom: 10px; 
	padding: 0 0 20px 0;
	}
	
/* this sets up the stitched divider image */
#container .divider {
	padding: 20px 0 0 0;
}
#container .dividerBottom {
	padding: 0 0 20px 0;
}
		
/* this sets up the main column width for content */
#container .mainCol {
	width: 635px;
}
		
/* date image for posts */	
img.datePic {
	float: left;
	display: inline;
	margin: 2px 10px 0 0;
}	
		
/* sets up widget parameters */
.widget {
	width: 225px;
	padding: 30px 0 20px 0;
	margin: 0 0 0 0;
	background: url(images/contentDivider.gif) top repeat-x;
}

/* sets up cute magnifying glass for search */
#search {
	width: 150px;
	background: url(images/search.gif) top no-repeat;
	padding: 28px 0 0 40px;
	margin: 0;
}

#search #s {
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #d15b3e;
	width: 130px;
	border: 1px solid #666;
	background: #fff url(images/searchBgd.gif) bottom repeat-x;
}

#archives select, #cat {
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: 170px;
	border: 1px solid #666;
}
		
/* this sets parameters for the calendar widget, if used */
#calendar {
	margin: 0 0 20px 0;
	}	
#wp-calendar{
	font-size: 9pt;
	width: 170px;
	margin: 0;
	padding: 0;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}
#wp-calendar a {
	text-decoration: none;
	}
#wp-calendar caption {
	font-size: 14px;
	text-align: left;
	color: #666;
	}
#wp-calendar th {
	font-style: normal;
	}
	
/* GENERIC FORM MARKUP */
form input {
	margin: 0 0 5px 0;
	padding: 3px;
	font-size: 12px;
	color:#666;
	}
	
/*COMMENTS */
/*general*/
.postmetadata {
	font-size: 11px;
	margin: 0;
	padding: 0;
	color: #666;
}

.postmetadata small {
	padding: 0;
	display:block;
	margin: 0;
	color:#666;
}
small {
	font-size: 11px;
	line-height: 15px;
}
.alt {
	background-color: #eeeeee;
	border-top: 1px dashed #666;
	border-bottom: 1px dashed #666;
	padding: 10px;
}
#commentBody p {
	margin: 10px 0;
	padding: 0;
	text-align: left;
}
p.commentBlock {
	margin: 0 0 30px 47px;
	padding: 10px 0 10px 0;
	border-bottom: 1px dashed #ccc;
	font-size: 10px;
}

/*comments lists*/
ol.commentlist{
	list-style-type: none;
}
ol.commentlist li {
	padding: 10px;
}
/*comments form*/
.commentForm input {
	width: 440px;
	border: 1px solid #666;
}
p.formLabel {
	font-size: 11px;
	margin: 0 0 20px 43px;
	padding: 0;
}
.commentForm textarea {
	width: 440px;
	border: 1px solid #666;
	margin: 0 0 10px 0;
}
	
.commentBlock {
	margin: 10px 0;
}
	
/* FOOTER */
#footer {
	background: #fff url(images/seam1.gif) no-repeat top;
	border: 0;
	padding: 0;
	clear: both;
}
#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	font-size: 8px;
	color:#666;
}

/* this sets up the sidebar width and float */
#container .sidebar {
	padding: 0 0 50px 0;
	margin: 0;
	float: right;
	width: 250px;
}
#container .sidebar p {
	padding: 0 0 0 20px;
	margin: 0;
}
/* this sets up the content image that separates the main col from the sidebar */
#container .content {
	padding: 0;
	margin: 0;
	width: 924px;
	background: url(images/stitchBgd.gif);
}
		
/* IMAGES */
a img {
	border: none;
}
	
/* LINKS */
a {
	text-decoration: none;
	color:#b19bc9;
}
	
a:hover {
	color:#b19bc9;
	text-decoration: underline;	
}
	
/* entry content div id */
#entry {
	text-align: left;
}

.inlineImages {
	float: left;
}
/* navigation */
.navigation {
	font-size: 11px;
	padding: 20px 0 0 0;
	margin: 20px 0 0 0;
	color:#000;
}
	
/*headline setup*/
#container h1.archiveHed {
	font-size: 26px;
	padding: 0;
	margin: 0 0 20px 0;
	font-weight: bold;
	color:#666;
}
	
#container h1 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 24px;
	font-weight: normal;
	color: #d15b3e;
}
#container h2 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 21px;
	font-weight: normal;
	color: #d15b3e;
}
#container h2.widgettitle {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 21px;
	font-weight: normal;
	color:#51adcc;
}
#container select {
	border: 1px solid #ccc;
	padding: 2px;
}

#container h2.postHed {
	color: #d15b3e;
}

#container h2.postHed a {
	color:#d15b3e;
	text-decoration: none;
}

#container h2.postHed a:hover {
	color:#d15b3e;
	text-decoration: underline;
}

#container h3 {
	font-size: 18px;
	padding: 0;
	margin: 10px 0 0 0;
	font-weight: normal;
	color:#d15b3e;
}

#container h4 {
	font-size: 13px;
	padding: 0;
	margin: 0;
	font-weight: normal;
	color:#b19bc9;
}

#container h5 {
	font-size: 14px;
	padding: 0;
	margin: 0;
	font-weight: normal;
	color:#51adcc;
}

/* lists */
ul {
	list-style: disc;
}

.entry li {
	font-size: 13px;
	margin: 0 0 10px 43px;
}





	
p.textwidget {
	font-size: 11px;
	margin: 0;
}	
		
/*setup sidebar lists */
#container .sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0 20px 0 20px;	
	width: 182px;
}
#container .sidebar ul li ul li {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 182px;
	line-height:13px;
	margin: 0 0 7px -20px;
	padding: 0;
}

#container p {
	margin: 10px 0 0 0;
	padding: 0 0 20px 0 ;
	font-size: 14px;
	font-weight: normal;
	line-height: 2em;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container .sidebar a {
	text-decoration: none;
	color:#784a40;
	}
	
#container .sidebar a:hover {
	text-decoration: underline;
	color:#b19bc9;
	}

hr {
	display: none;
}
