/*
Theme Name: Masterminds Clean
Theme URI: http://www.masterminds1.com
Description: A basic theme designed for Masterminds Advertising by Jim Garrison. This theme organizes the stylesheet better than Default and also uses better SEO practices.
Version: 1.3
Author: Gerry Creighton
Author URI: http://www.masterminds1.com/
Tags: masterminds, grey, white, two column, widgets, seo, optimized

-----

CHANGELOG

9-28-2009
-
* added ie transparent png fix
* updated featuredNav and workNav font size to a fixed number.
* Updated index.php to repeat post headers as all h1 tags.
* Added left nav for workgrid and featured pages.
* Removed duplicate code and Pages/Posts headings from search.php
* Updated search.php to hide post only information if a result is a page
* Updated version number in footer.php
-

-----

*/
/*img, div, input { 
	behavior: url("http://www.masterminds1.com/wp-content/themes/masterminds/iepngfix.htc"); 
	}
	*/

* {
	margin:0;
	padding:0;
	}
	

/* Begin Settings and Classes */
a {
	text-decoration:none;
	color:#D31145;
	
	}
	
a:hover {
	color:#ccc;
	}
	
h1 a, h2 a, h3 a {
	border:none;
	color:#000;
	}
		
h1 a:hover, h2 a:hover, h3 a:hover, #sitename:hover {
	color:#555;
	}

p {
	margin:1.5em 0;
	}
	
h1, h2, h3 {
	font-weight:bold;
	font-family: "Helvetica",Verdana, sans-serif;
	line-height:1.1em;
	letter-spacing:-.05em;
	margin:2px 0 .25em;
	}
	
h1 {
	font-size:2.5em;
	color:#D31145;
	}
	
h2 {
	font-size:2em;
	color:#666;
	}
	
h3 {
	font-size:1.5em;
	}
	
.pagetitle {
	border-bottom:1px solid #ddd;
	}
	
small {
	font-size:.9em;
	color:#777;
	
	}
smalljobs {
	font-size:.7em;
	color:#000;
	}
	
code {
	font: 1.1em "Courier New", Courier, Fixed;
	}
	
pre {
	font: 1.1em "Courier New", Courier, Fixed;
	margin:1.5em;
	padding:10px;
	background:#fafafa;
	border:1px solid #eee;
	}
	
acronym, abbr {
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
hr {
	clear:both;
	width:80%;
	height:1px;
	border:none 0;
	color:#ccc;
	background-color:#ccc;
	margin:1.5em 0;
	}
	
img {
	border:none;
	padding:4px;
	}
	
blockquote {
	margin:1.5em;
	padding:1px 1.5em;
	background:#fafafa;
	border:1px solid #eee;
	border-left-width:3px;
	}
	
	cite {
		font-style:italic;
		font-size:.9em;
		display:block;
		margin:5px 0 0;
		text-align:right;
		}
		
	cite:before {
		content: "\2014 \0020";
		}
		
.post>ul, .post>ol {
	margin:1.5em;
	}
	
	.post li {
		padding:.25em 0;
		margin-left:30px;
		}
		
	.post li h3 {
		margin:0;
		}
		
.clear { 
	clear:both;
	height:0;
	line-height:0;
	font-size:1px;
	}
		
.alignleft {
	float:left;
	}
	
.alignright {
	float:right;
	}
	
.aligncenter, div.aligncenter, img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
/* Everying with a 3 pixel border radius */
pre, blockquote, .wp-caption, .attachment img, #header #searchform, #s, #searchsubmit, #nav li a, #sidebar>ul, #sidebar h4,#aboutCopy>h4 {
	/*-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;*/
	}


/* Begin Images */	
img.alignleft {
	margin-right:10px;
	}
	
img.alignright {
	margin-left:10px;
	}

.wp-caption, .attachment img {
	border: 1px solid #ccc;
	text-align: center;
	background-color: #f5f5f5;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: .9em;
	line-height: 1.5em;
	padding: 0 4px 4px;
	margin: 0;
}

.attachment img {
	padding:4px;
	}
/* End Images / End Settings and Classes */



/* Begin Structure */
body {
	background:#fafafa;
	font:62.5% Arial, Helvetica, sans-serif;
	color:#444;
	text-align:center;
	}
	
#page {
	background:#fff;
	margin:20px auto;
	text-align:center;
	width:900px;
	text-align:left;
	}


/* Begin Header */	
#header {
	height:65px;
	background:#ccc url('images/headerBG.jpg') repeat;
	
	}
	
	#sitename {
		font:bold 4em "Helvetica",Verdana, sans-serif;
		letter-spacing:-.05em;
		border:none;
		}
		#sitename-footer {
			font:bold 4em "Helvetica",Verdana, sans-serif;
			letter-spacing:-.05em;
			border:none;
			}
	#description {
		font-size:1.1em;
		letter-spacing:.1em;
		font-style:italic;
		}
		
	#header #searchform {
		float:right;
		font-size:1.1em;
		margin-top:1.5em;
		padding:.5em;
		background:#f5f5f5;
		width:208px;
		}
		
		#s {
			width:147px;
			border:1px solid #ccc;
			background:#fff;
			font-size:11px;
			padding:3px;
			}
			
		#searchsubmit {
			width:50px;
			border:1px solid #ccc;
			background:#e0e0e0;
			font-size:11px;
			padding:2px;
			cursor:pointer;
			}
			#logo {
				float:left;
				padding-left:50px;
			}
			#footerlogo {
				float:left;
				padding-left:50px;
			}
			#headThinLine {
					margin-left:350px;
					height:40px;
					width:520px;
					border-bottom: 1px solid #ccc;
				}
				#headThickLine {
					height:5px;
					margin-left: 350px;
					width:520px;
					border-bottom: 2px solid #ccc;
				}
/* End Header */

/* flash header */
#flashheader {
	margin-top:20px;
	width:900px;
	
}
/* end flash header */

/* Begin Page List */		
#nav {
	
	line-height:20px;
	font-size:1.3em;
	font-weight:bold;
	margin-right:10px;
	z-index:2;
	}
	
	#nav li {
		float:right;
		list-style:none;
		padding:10px 5px;
		color:#D31145;
		}
		
		#nav li a {
			border:none;
			padding:10px 10px;
			color:#D31145;
			}
			
		#nav li a:hover, #nav li.current_page_item a, #nav li.current_page_parent a {
			color:#CCC;
			}
/* End Page List */

/* view slideshow link on feat pages */
#feat-slideshowNav {
	float:left;
	margin:0px 0px 0px 4px;
	width:800px;
}
#feat-slideshowNav a {
	font-size:1.2em;
	font-weight:bold;
	color:#D31145;
}
#feat-slideshowNav a:hover {
	font-weight:bold;
	color:#ccc;
}
/* end view slideshow link on feat pages */

/* mid section Listen Learn Engage section */
#engage{
	margin:10px 0;
	background:#fff;
	padding:20px 0 20px 0px;
	width:900px;
	height:150px;
	border-bottom:solid 1px #ccc;
}
#engage a{
	float:right;
}
#engage h2{
	color:#333;
	font-size:1.5em;
	margin:2px 0 0 0;
	padding:0px;
}
#engageListen {
	border-right:solid 1px #ccc;
	float:left;
	font-size:1.2em;
	line-height:1.4em;
	padding:0 20px 0px 20px;
	width:255px;
	
}
#engageLearn {
	border-right:solid 1px #ccc;
	float:left;
	font-size:1.2em;
	line-height:1.4em;
	padding:0 20px 0px 20px;
	width:255px;
}
#engageEngage {
	float:left;
	font-size:1.2em;
	line-height:1.4em;
	padding:0 20px 0px 20px;
	width:255px;
}
/* end mid section */
		
/* Begin Content */	
#content {
	font-size:1.2em;
	line-height:1.4em;
	float:left;
	padding:20px 0 20px 20px;
	width:580px;
	}
	#employeecontent {
		font-size:1.2em;
		line-height:1.4em;
		float:left;
		padding:20px 40px 20px 40px;
		width:900px;
		}
		#employeecontent .new-wrapper{
			margin-left:20px;
			padding:0px;
		}
	#workcontent {
		/* trying a neg number to get the grid up tigher */
		margin:-250px 0px 0px 180px;
		font-size:1.2em;
		line-height:1.4em;
		float:left;
		
		width:750px;
		}
		#workHeadCopy {
			
			margin:20px auto 20px auto;
			font-size:1.2em;
			line-height:1.4em;
			padding:0px 20px 0px 20px;
		    /*width:820px;
			height:155px;
			background:#fff;*/
				height:206px;
				background: #fff url("http://www.masterminds1.com/wp-content/themes/masterminds/images/headers/Work.jpg") top left no-repeat;
			border-bottom:1px solid #333;
			border-top:1px solid #333;
		}
		#workHeadCopy p{
			padding-top:0px;
		}
		#workHeadCopy h3{
			padding-bottom:2px;
		}
		#workHeadCopy img{
			text-align:center;
			margin:auto;
		}
		/*clients head */
		#clientsHeadCopy {
			
			margin:20px auto 20px auto;
			font-size:1.2em;
			line-height:1.4em;
			padding:0px 20px 0px 20px;
		    /*width:820px;
			height:155px;
			background:#fff;*/
				height:206px;
				background: #fff url("http://www.masterminds1.com/wp-content/themes/masterminds/images/headers/Partners.jpg") top left no-repeat;
			border-bottom:1px solid #333;
			border-top:1px solid #333;
		}
		#clientsHeadCopy p{
			padding-top:0px;
		}
		#clientsHeadCopy h3{
			padding-bottom:2px;
		}
		#clientsHeadCopy img{
			text-align:center;
			margin:auto;
		}
		
		/*employee head */
		#employeeHeadCopy {
			
			margin:20px auto 20px auto;
			font-size:1.2em;
			line-height:1.4em;
			padding:0px 20px 0px 20px;
		   /* width:820px;*/
			height:206px;
			background: #fff url("http://www.masterminds1.com/wp-content/themes/masterminds/images/headers/Meet.jpg") top left no-repeat;
			border-bottom:1px solid #333;
			border-top:1px solid #333;
		}
		#employeeHeadCopy p{
			padding-top:0px;
		}
		#employeeHeadCopy h3{
			padding-bottom:0px;
		}
		/*jobs head */
		#jobsHeadCopy {
			
			margin:20px auto 20px auto;
			font-size:1.2em;
			line-height:1.4em;
			padding:0px 20px 0px 20px;
		   /* width:820px;*/
			height:206px;
			background: #fff url("http://www.masterminds1.com/wp-content/themes/masterminds/images/headers/Join.jpg") top left no-repeat;
			border-bottom:1px solid #333;
			border-top:1px solid #333;
		}
		#jobsHeadCopy p{
			padding-top:0px;
		}
		#jobsHeadCopy h3{
			padding-bottom:0px;
		}
		
		/*contact head */
		#contactHeadCopy {
			
			margin:20px auto 20px auto;
			font-size:1.2em;
			line-height:1.4em;
			padding:0px 20px 0px 20px;
		   /* width:820px;*/
			height:206px;
			background: #fff url("http://www.masterminds1.com/wp-content/themes/masterminds/images/headers/Contact.jpg") top left no-repeat;
			border-bottom:1px solid #333;
			border-top:1px solid #333;
		}
		#contactHeadCopy p{
			padding-top:0px;
		}
		#contactHeadCopy h3{
			padding-bottom:0px;
		}
		
		#aboutHeadCopy{
				margin:20px auto 20px auto;
				font-size:1.2em;
				line-height:1.4em;
				padding:0px 20px 0px 20px;
			   /* width:820px;*/
				height:206px;
				background: #fff url("http://www.masterminds1.com/wp-content/themes/masterminds/images/headers/WE.jpg") top left no-repeat;
				border-bottom:1px solid #333;
				border-top:1px solid #333;
		}
		
		#about-content {
			font-size:1.4em;
			line-height:1.4em;
			float:left;
			padding:20px;
			width:560px;
		}
		#aboutus-flash {
			/*z-index:500;*/
			float:right;
			margin:80px auto 20px auto;/* updated 10-26-09 GC */
			width:300px;
			height:225px;
		}
	#headInfo{
		margin:60px 20px 0px 20px;
		font-size:1.5em;
		line-height:1.5em;
	}
	
	#headInfo .addthis_container{
		display: none;
		visibility: hidden;
		
	}
	
	#headEqual{
		margin:75px 20px 0px 20px;
		font-size:1em;
		line-height:1.5em;
	}
	
	#headInfo .addthis_container{
		display: none;
		visibility: hidden;
	}

		.filter_header {
			margin-bottom:10px;
		}
		
		.workThumb{
			margin:0;
			padding-bottom:10px;
			float:left;
		}
		
	.post {
		margin-bottom:10px;
		border-bottom:1px solid #ccc;
		min-height:250px;
		}
		.post img {
			float:right;
			padding:2px 0px 10px 10px;
		}
		.entry {
			text-align:justify;
			}
	.jobpost {
		margin-bottom:10px;
		border-bottom:1px solid #ccc;
		
	}	
	.postmetadata {
		border-top:1px solid #ddd;
		font-size:.9em;
		background:#f5f5f5;
		padding:2px 5px;
		letter-spacing:.1em;
		}
		
	.navigation {
		height:1.5em;
		font-size:.9em;
		margin:1.5em 0;
		}

/* Begin Comments */		
.commentlist {
	margin-top:1.5em;
	}
		
.commentlist li {
	list-style:none;
	padding-bottom:1px;
	margin-bottom:40px;
	}
	
.commentlist li.alt {
	background:#fafafa;
	}
	
	.commentmetadata {
		border-bottom:1px solid #ddd;
		font-size:.9em;
		background:#f5f5f5;
		padding:2px 5px;
		letter-spacing:.1em;
		}
		
	.avatar {
		border:1px solid #ddd;
		float:left;
		margin-right:10px;
		display:block;
		padding:2px;
		background:#f5f5f5;
		}
		
	.commentlist li p {
		padding:0 10px;
		}
		
		
		.contactList li {
			list-style:none;
		}

.new-wrapper { 
	background:#ccc;
	float: left; 
	width: 218px; 
	height: 200px; 
	margin: 0px 20px 20px 0px; 

	}
	 .new-wrapper p, h2, h3{
		text-align:left;
		padding:4px;
		font-size:1.1em;
		vertical-align:text-top;
	}
	.new-wrapper img {
		margin-top:-20px;
		/*margin-left: -20px;*/
		padding:0px 0px 8px 0px;
		float:left;
		vertical-align:text-top;
	}
	.new-wrapper .addthis_container{
		display: none;
		visibility: hidden;
	}

	#employeePost  h2{
		text-align:left;
		margin:0 0 0 2px;
		font-size:1.1em;
	}
	#employeePost h3{
		text-align:left;
		margin:0 0 0 2px;
		font-size:1em;
	}
	#employeePost p{
		text-align:left;
		margin:0px 0 0 2px;
		font-size:.9em;
	}

	#employeePostIcons {
		padding-left:4px;
		float:left;
		width:218px;
		height:16px;
	}
	.employeeGrid h2{
		margin:0 0 0 4px;
	}
	.employeeGrid h3,.employeeGrid h4{
		margin:0 0 0 4px;
	}
	
/* copy styles */
#contactHeaderImg {
 margin:0px 50px 20px 50px;
}
#copyStyle {
	margin:20px 50px 10px 20px;
	width:820px;
	font-size:1.2em;
}
#copyStyle h2{
	font-size:1.3em;
	color:#D31145;
}
#copyStyle h3 {
	font-size:1.2em;
}
#copyStyle h4 {
	
}
#copyStyle p {
	font-size:1em;
}
#contactNames {
	margin:20px 0px 20px 4px;
	width:600px;
	float:left;
	text-align:left;
}
#addy {
	margin:10px 40px 10px 0px;
	float:right;
	width:220px;
	
}
#addy h1 {
	color:#333;
	font-size:20px;
}
/* end copy styles */


/* linkedin title style <span class="linkedin"><a>LinkedIn Profile</a></span> */
#linkedin {
	margin:0 4px 0 4px;
	float:right;

}
#linkedin a {
	color:#D31145;
}
#linkedin a:hover {
	color:#333;
}
#linkedin ul {
margin:auto;
height:18px;
}
#linkedin li {
	float:left;
	text-align:left;
	height:18px;
	list-style:none;
}
 /* employee quote */
  p.quote {
	text-align:left;
	margin:0px 0 0 2px;
   	font-size:.9em;
  }
 /* end employee quote */
/* end linkedin */	

#commentform input, #commentform textarea {
	width:147px;
	border:1px solid #ccc;
	background:#fff;
	font-size:11px;
	padding:3px;
	}
	
#commentform textarea {
	width:500px;
	}
	
#commentform input:hover, #commentform textarea:hover, #commentform input:focus, #commentform textarea:focus {
	background:#fafafa;
	}
			
#commentform #submit {
	width:147px;
	border:1px solid #ccc;
	background:#e0e0e0;
	font-size:11px;
	padding:2px;
	cursor:pointer;
	}
/* End Comments / End Content */

/* about section */
#AboutSidebar {
	height:138px;
}

/* Begin Sidebar */
#sidebar {
	float:right;
	font-size:1.1em;
	padding:20px 0px 20px 0;
	width:280px;
	}
	
	#sidebar ul {
		padding:10px;
		background:#f5f5f5;
		border:1px solid #ccc;
		}
		
		#sidebar ul ul {
			padding:0 0 0 10px;
			background:none;
			border:none;
			}
		
		#sidebar ul li {
			list-style:none;
			margin-bottom:15px;
			}
		
		#sidebar li li {
			margin:5px 0;
			}
			
		#sidebar li li {
			}
			
	#sidebar h4,#sidebar h4 a {
		padding:5px;
		font-size:1.2em;
		background:#ccc;
		}
	
#sidebar img {
margin-bottom:5px;
}

#center {
text-align:center;
padding:auto;
}

a.linkopacity img {
filter:alpha(opacity=75);
-moz-opacity:0.75;
opacity:0.75;
}

a.linkopacity:hover img {
filter:alpha(opacity=100);
-moz-opacity:1.0;
opacity:1.0;
}

/* End Sidebar */
#fb_fan_box {
	margin-top:10px;
}
/* sidebar links */
#links{
	margin-top:20px;
}
#links li{
	list-style:none;
}
/* end sidebar links */

/* home-feat-work */
#home-feat-work {
	background:#f2f2f2;
	width:275px;
	height:270px;
	margin-left:-10px;
}
#home-feat-work img{
	margin:auto;
	float:left;
}
#home-feat-work li{
	margin:0px 6px 4px 0px;
	background:#ccc;
	float:left;
	font-size:10px;
	font-weight:bold;
	padding:0 0 10px 0;
	width:126px;
}
#home-feat-work li a:hover {
	color:#000;
}

#home-feat-work-one{
	/*spacing hack */
	border-right:4px solid #f2f2f2;
}
#home-feat-work-three {
	/*spacing hack */
    border-right:4px solid #f2f2f2;
}
/* sidebar about text */
#text-4 p{
	font-size:1.1em;
	padding:0px 0px 4px 4px;
	text-align:justify;
}
#text-6 {
	height:110px;
	overflow:hidden;
}
/* end sidebar about text */
/*featured work lefthand nav */
#featuredNav {
	padding:0px;
	margin:0px 0px 20px 40px;
	float:left;
	width:150px;
}
#featuredNav ul{
	font:bold 1.3em "Helvetica",Verdana, sans-serif;
	letter-spacing:-.05em;
	line-height:1.4em;
}
#featuredNav li {
	/*font-size:1em;*/
	font-size:13px;
	list-style:none;
	padding:0 0 0 10px;
}
#featuredNav li li {
	/*font-size:0.8em;*/
	font-size:12px;
	list-style:none;
	padding:0 0 0 10px;
}
#featuredNav li a {
	border:none;
	padding:0 0 0 10px;
	color:#D31145;
	}
#featuredNav li a:hover, #featuredNav li.currentSub a {
	color:#CCC;

	}
/* end featured work lefthand nav */
/* work gallery left side nav */	
		#workNav {
			padding:40px 0px 0px 0px;
			margin:20px 0px 20px 0px;
	    	float:left;
	    	width:150px;
		}
		#workNav ul{
			font:bold 1.3em "Helvetica",Verdana, sans-serif;
			letter-spacing:-.05em;
			line-height:1.4em;
		}
		#workNav li {
			/*font-size:1em;*/
			font-size:13px;
			list-style:none;
			padding:0 0 0 10px;
		}
		#workNav li li {
			/*font-size:0.8em;*/
			font-size:12px;
			list-style:none;
			padding:0 0 0 10px;
		}
		#workNav li a {
			border:none;
			padding:0 0 0 10px;
			color:#D31145;
			}
		#workNav ul li a:hover, #workNav li.currentSub a {
			color:#CCC;
			
			}
/* end work gallery left side nav */
		
/* social media icons in sidebar */
#socMediaIcons {
	margin:20px 0px 20px 0px;
	height:50px;
}
#socMediaIcons ul{
	padding:0px 0px 10px 0px;
	height:40px;
}
#socMediaIcons li{
	list-style:none;
	float:left;
}

/* end social media icons */

/* soc media icons on Contact */

#socMediaIcons-Contact {
	margin:20px 0px 20px 0px;
	height:50px;
	float:left;
	bottom:55px;
}
#socMediaIcons-Contact ul{
	padding:0px 0px 10px 0px;
	height:30px;
}
#socMediaIcons-Contact li{
	list-style:none;
	float:left;
}

/* Begin Footer */
#footer {
	height:65px;
	background:#ccc url('images/headerBG.jpg') repeat;
	padding:4px;
	border-top:1px solid #ccc;
	}

	#footThinLine {
			margin-left:350px;
			height:40px;
			width:520px;
			border-bottom: 1px solid #ccc;
		}
		#footThickLine {
			height:5px;
			margin-left: 350px;
			width:520px;
			border-bottom: 2px solid #ccc;
		}
		
		#footernav {

			line-height:20px;
			font-size:1.3em;
			font-weight:bold;
			margin-right:0px;
			z-index:3;
			}

			#footernav li {
				float:right;
				list-style:none;
				padding:10px 5px;
				color:#D31145;
				}

				#footernav li a {
					border:none;
					padding:2px 10px;
					color:#D31145;
					}

				#footernav li a:hover, #footernav li.current_page_item a, #footernav li.current_page_parent a {
					color:#CCC;
					}
/* End Footer / End Structure */
.nothumb img{
	float:left;
}	
	
/* work img mask */
	.mask {
		
		margin-top:4px;
		margin-left:4px;
		width:210px; 
		display:block;  
		height:150px;     
		overflow:hidden;
	}
	.mask img{
		margin-top:-40px;
		margin-left:-40px;
		 border:0px;
	}

/* end img mask */
	
/* Begin Single Gallery */

#galleryHeader {
	margin:20px auto 0px auto;

	width:800px;
	height:320px;
	padding:0px 0px 10px 0px;
	border-bottom:1px solid #ccc;
}
#galleryMenu {
	margin:20px 50px 0px 50px;
	width:800px;
	background:#fff;
}
#galleryCopy {
	margin:20px 50px 0px 230px;
	width:620px;
	font-size:12px;
}
#galleryCopy h3{
	margin-left:0px;
	padding-left:0px;
	text-align:left;
	font-size:1.5em;
	color:#000;
}

#galleryCopy h2 {
	margin-left:0px;
	padding-left:0px;
	text-align:left;
	font-size:2.5em;
	color:#D31145;
		
}

#galleryCopy h1{
	margin-left:0px;
	padding-left:0px;
	text-align:left;
}
/* end Single Gallery */		
#employeePost img {
	padding:0px;
	margin:-20px 0px 0px 0px;
}
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}
	
#wp-calendar caption {
	text-decoration: none;
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	width: 100%;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	text-decoration: none;
	display: block;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
	}
/* End Calendar */


