/*

File:			custom.css

Description:	Custom styles for Thesis



BASIC USAGE:



If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 

will be appended with the "custom" class, like so: <body class="custom">. You can use 

the "custom" class to override *any* CSS declarations contained in the style.css file.



For example, if you wish to change the default link color to green, you would add the 

following declarations to this file:



	.custom a, .custom a:visited { color: #090; }	<--- This makes links green

	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them



WHY THIS WORKS:



By using the "custom" class, you are creating more specific CSS declarations for HTML

elements. CSS styling is applied through rules of specificity, and because declarations

prepended with .custom are more specific, they get applied when the page is rendered!



More information about styling your Thesis installation using this file can be found

in the User's Guide:

	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/

*/






body.custom {
  background: #3a2914 url('/wp-content/themes/pennypinchin/custom/images/wpbg.gif') 50% 0;
background-repeat: repeat-x;
}

.custom #content a, a:visited {
color: #f47878;
}

.custom #content a:hover {
color: #9cd3b9;
}


#column_wrap { float: left; width: 1004px; border: none;}

/* nav menu color change*/

.custom .menu { background: #3a2914; }

.custom #header { 
	background: url('http://www.pennypinchinmom.com//wp-content/themes/pennypinchin/custom/images/ppm_header2.gif');
	width: 1024px;
	height: 414px;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
border: 0px solid #ffffff;
	}

.custom #logo {
	display: none;
}

.custom #tagline {
	display: none;
}


/*---:[ sidebar styles ]:---*/

.sidebar { }

#column_wrap .sidebar ul.sidebar_list { padding-top: 2.2em; }

	li.widget { font-size: 1.3em; line-height: 1.385em; margin-bottom: 2.769em; }

	li.tag_cloud { line-height: 1.692em; }

		li.widget p { margin-bottom: 1.385em; }

		li.widget abbr, li.widget acronym { font-size: 0.769em; }

		li.widget code { font-size: 0.846em; }

			li.widget ul li { margin-bottom: 0.692em; }

				li.widget li ul { margin: 0.692em 0 0 1.385em; }


.custom .sidebar a, sidebar a:visited { text-decoration: none; color:#df4f48; }
.custom .sidebar a:hover {color: #919126;text-decoration: none;}


			.custom #content { width: 58.3em; float: left; background: #ffffff; border:0px solid #5f4a1d; margin-left:15px; margin-top:20px; margin-bottom: 20px;}

			.no_sidebars #content { width: 98%; border: 0px; }

				.custom .post_box, .custom .teasers_box, .custom .full_width #content_box .page { margin: 0 2.2em 0 1.1em; border: 0px; }

					.custom .full_width #content_box .page { width: auto; }
                                           .custom #content_box {background: none;}
				.custom .no_sidebars .post_box { margin: 0 1.1em; }

				.custom .teasers_box { width: 56em; border-top: px solid #000000;}

					.custom .teaser { width: 26.4em; }

				.custom #archive_info, .custom .prev_next { padding-right: 1.1em; padding-left: 1.1em; }

			.custom #sidebars { width: 32.2em; border: 0; float: right; }

				.custom #sidebar_1 { width: 170px; border-width: 0 0.1em 0 0; float: left; clear: left;margin-left:-65px; margin-right:9px;background: #ffffff; border:none; margin-bottom: 15px; padding-top:20px;}

				.custom #sidebar_2 { width: 195px; float: left; background: #ffffff; border-left:1px dotted #b6a38e; margin-bottom:15px; padding-top:20px; }

					.sidebar ul.sidebar_list { padding-right: 1.1em; padding-left: 1.1em; }

					.custom #sidebar_2 ul.sidebar_list { padding-right: 1em; }

				.custom .sidebar h3 { 
/* color: #2f1f0c; background: #cdd656; */
/* text-align: center; border: 1px solid #919126; border-bottom: 3px solid #919126; */
font-size: 1.3em;
letter-spacing: 1px;
padding: 4px;
border-bottom: 3px solid #3A2914;
color: #D84651;
}




/*---:[ multimedia box elements ]:---*/

.custom #image_box, .custom #video_box, .custom #custom_box { width: 380px; background: #; font-size: 9px; border:px dashed #2f1f0c; padding: 5px; margin-left:-80px; margin-top:-119px; margin-bottom:0px; float: left; padding-bottom:0px;}

.custom #multimedia_box {

	background: #ffffff;

border: #0px; margin-bottom: 10px;}

.custom .image_box, .custom_box {

	border: 0px;

}





.custom #comments { margin-right: 2.2em; margin-left: 2.2em; }



.custom #footer {

	border-top: 2px solid #2f1f0c;
background: #9cd3b9;
padding: 10px;
color: #2f1f0c;
}

.custom #footer a, a:visited {
color:#2f1f0c;
text-decoration: none;}

.custom #footer a:hover {
color:#ffffff;
text-decoration: none;}



.custom h2 a, a:visited {
color: #d84651;
}

.custom h2 a:hover {
color: #9cd3b9;
}

.custom .footer_extras {
text-align:left;float:left;margin-bottom:20px;font-size: 1.3em; line-height: 1.385em;
}


.custom .footer_extras ul {
list-style-type:none;
}

.custom .footer_extras ul li {
margin-bottom:10px;
}
.custom .footer_boxes {
float:left;margin-left:20px;width:210px;
}

.custom .footer_boxes p {
font-size: 0.7em; line-height: 0.75em;
}

/*---:[ horizontal dropdown nav menu structure ]:---*/
.custom .menu { position: relative; list-style: none; z-index: 50; border: 0px solid white; color: #3a2914; }
	.custom .menu li { text-transform: none;position: relative; float: left; color: #3a2914; border: 0px solid white;text-transform: none;}
		.custom .menu ul { position: absolute; visibility: hidden; list-style: none; z-index: 110; text-transform: none;}
			.custom .menu ul li { clear: both;text-transform: none;}
		.custom .menu a { display: block;text-transform: none; }
	.custom .menu table { position: absolute; left: 0; border-collapse: collapse;text-transform: none; }
	.custom	.menu table table { top: 0 !important; text-transform: none;}
	.custom	.menu ul ul { position: absolute; top: 0;text-transform: none; }
	.custom .menu li:hover ul, .menu a:hover ul, .menu :hover ul :hover ul, .menu :hover ul :hover ul :hover ul { visibility: visible;text-transform: none; }
	.custom .menu :hover ul ul, .menu :hover ul :hover ul ul { visibility: hidden;text-transform: none; }

/*---:[ nav menu styles ]:---*/
.custom .menu { border-style: solid; color: white; border: 0px solid white; text-transform: none;margin-top:-2px;}
.custom .menu a, { border-style: solid; color: white; border: 0px solid white;  text-transform: none; }
.custom .menu a:visited {color: #ffffff;text-transform: none;letter-spacing: px;}
.custom .menu a:hover {background: none; color: #9cd3b9; text-transform: none;}
.custom .menu li ul a, .custom .menu li ul a:visited {background: #cdd656; color: #3a2914;text-transform: none; border-bottom:1px solid #3a2914; border-left:1px solid #3a2914; border-right: 1px solid #3a2914;}
.custom .menu li ul a:link {background: #cdd656; color: #3a2914;text-transform: none; border-bottom:1px solid #3a2914; border-left:1px solid #3a2914; border-right: 1px solid #3a2914;}
.custom .menu li ul a:hover {background: #f79c9c; color: #3a2914;text-transform: none; border-bottom:1px solid #3a2914; border-left:1px solid #3a2914; border-right: 1px solid #3a2914;}
	
	






custom .related_holder {display:block; height:90px; margin-bottom:10px; background:transparent url(/bg-dotts03.gif) repeat-x scroll 0 100%;}
.custom .related_contents {float:right; width:520px; height:90px;}
.custom .related_title {font-size:12px;}
.custom .related_title a{color:#008800; text-decoration:underline;}
.custom .related_excerpt {font-size:12px;}
.custom .related_excerpt p{margin:0;}
