/*
Theme Name: Golden Gloves
*/


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

.navigation-links { padding:25px;}
/* #column2 a { color:#000000;} */

#top-nav .current_page_item a,
#top-nav .current_page_parent a {background-position:0 100% !important;}

.side-nav ul .current_page_item a,
.side-nav ul .current_page_parent a {
	background: url(images/side-nav-active.gif) repeat-y !important;
	color: #7b8691 !important;
}

#column2 .boxes p{margin: 0;}

.post {
padding-bottom: 0px;
}

.news-blog {min-height: 540px;}

p.postmetadata {margin-bottom: 20px;}

.widge ul {
margin: 0;
padding: 0;
}

.widge li {
margin: 0;
padding: 0;
}


