/*
Theme Name: MatchBridge
*/

.post-edit-link {
	color:#00A0DF;
}
.nav li a:hover,
.nav li a.active, 
.nav li.current_page_item a {
	background: url(../images/nav-hover-left.gif) no-repeat;
	color: #fff;
}
.nav li a span {
	float: left;
	padding: 3px 6px 3px 0;
}
.nav li a:hover span ,
.nav li a.active span, 
.nav li.current_page_item a span {
	background: url(../images/nav-hover-right.gif) no-repeat 100% 0;
}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/*	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.alignleft {
	/*padding: 4px;
	margin: 0 7px 2px 0;*/
	display: inline;
	}

.alignright {
	float: right;
	}
img.alignright {
	/*padding: 4px;
	margin: 0 0 2px 7px;*/
	display: inline;
	float:left;
	}
.alignleft {
	float: left;
	}
p.alignright {
	padding: 4px;
	margin: 0 0 2px 7px !important;
	}

p.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0 !important;
	}	
/* End Images */


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

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

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */




/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */





