/*  
Theme Name: Madison Multisport
Theme URI: http://www.madisonmultisport.com
Description: The Hexbreak WordPress theme based on <a href="http://www.hexbreak.com">Hexbreak</a>.
Version: 1.0
Author: Tony Cooke
Author URI: http://www.hexbreak.com/

*/

/* CSS Reset. Thanks to Eric at http://www.meyerweb.com for thinking of this. */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	/* line-height: 1; */
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}


/* GENERAL STRUCTURE */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, Sans-Serif;
	letter-spacing:.01em;
	font-weight: normal;
	background: url(images/mms_bg.gif) repeat #d3d3d3;
	color: #565656;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0; 
}
#wrapper { /* Center Aligns Site */
	position: relative;
	top: 0;
	left: 0;
	background: none;
	text-align: left;
	margin: 0px auto; 
	padding: 0;
	margin-top: 30px;
	width: 800px; /* Sets Width of Site */
	height: 100%;
}
#page { /* Contains Site */
	position: relative;
	float: left;
	top: 0;
	left: 0;
	background: #fff;
	text-align: left;
	padding: 0;
	margin-top: 0px;
	width: 100%;
	height: 100%;
	border: 0;
}
.the_page_bottom {
	position: relative;
	float: left;
	display: block;
	text-align: center;
	width: 100%;
	height: 12px;
	background: url(images/page_bottom.gif) no-repeat bottom left;
	border: 0;
}
#left { /* Left Column */
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0;
	margin-bottom: 25px;
	padding: 0;
	border: 0;
}
.widecolumn { /* Defines Left Column Attributes */
	margin: 0;
	padding: 0;
	width: 600px;
	background: none;
	line-height: 1.5em;
}
#right { /* Right Column */
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	padding: 0;
	padding-right: 14px;
	background: none;
	border: 0;
}
.widesidebar { /* Defines Right Column Attributes */
	margin: 0;
	padding: 0;
	width: 172px;
}

/* HEBREAK FLASH ELEMENTS */

#headline_wrapper {
	position: relative;
	width: 400px; /* This varies depending on site */
	float: left;
	clear: both;
	left: 0px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	background: none;
	z-index: 2;
	overflow: hidden;
}
.the_h2 { /* Flash Replacement Header */
	display: none;
}
.the_h2_flash { /* Flash Replacement Header */
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	float: left;
	margin: 0px;
	padding: 0px;
	z-index: 3;
}
.flash_subhead { /* Need to assess this one */
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	float: left;
	margin: 0px;
	padding: 0px;
	z-index: 3;
}
.flash_side { /* Need to assess this one */
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	clear: both;
	margin: 0px;
	padding: 10px;
	z-index: 3;
}

/* ELEMENT DEFINITIONS */

p {
	margin-top: 0px;
	margin-bottom: 10px;
}
a, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	font-family: Helvetica, Arial, Sans-Serif;
	letter-spacing:.05em;
	font-weight: strong;
	color: #5f6062;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.3em;
}
	
/* PRIMARY CONTENT */

#content { /* Contains All Left Column Contents */
	font-size: 1.2em;
	position: relative;
	float: left;
	top: 0px;
	left: 0;
	background: none;
	margin: 0;
	padding: 0;
}
.photogallery {
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	margin-bottom: 4px;
	}
.photogallery_listing {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	position: relative;
	float: left;
	margin-bottom: 4px;
	width: 590px;
	height: 100px;
	overflow: visible;
	
}
.photogallery_listing a {
	border-top: 1px solid #efefef;
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	color: #000;
}
.photogallery_listing a:hover {
	border-top: 1px solid #f79239;
	color: #000;
	background: #fcebdc;
	text-decoration: none;
}
.photogallery_listing_photo {
	margin: 0;
	padding: 1%;
	position: relative;
	float: left;
	width: 18%;
	text-align: center;
}
.photogallery_listing_text {
	margin: 0;
	padding: 1%;
	position: relative;
	float: left;
	font-style: italic;
	width: 76%;
}
h3.photogallery_listing_h3 {
	text-transform: uppercase;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -.05em;
	color: #f79239;
}
.left_column {
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	text-align: right;
	width: 200px;
	}
.center_column {
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	width: 400px;
	}
.full_column {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	position: relative;
	float: left;
	width: 590px;
	}
.post { /* Defines Primary Content Attributes */
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0;
	/* text-align: justify; */
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	text-align:left;
	background: none;
}
.entry {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
}
.entry p {
	font-size: .95em;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	width:400px;
	margin-bottom: 8px;
}
.entry ul {
	width: 100%;
	position: relative;
	float: left;
	clear: both;
	margin-left: 0px;
	padding: 0px;
	list-style-type: none;
	text-indent: 0px;
	font-size: 1em;
}
.entry li {
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: none;
	font-size: .9em;
}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.entry_excerpt {
	line-height: 1.4em;
	margin: 0px;
}
.entry_excerpt p {
	font-size: .95em;
	padding: 0;
	margin: 0;
	margin-left: 140px;
	width:400px;
	margin-bottom: 8px;
}
.entry_excerpt ul {
	width: 100%;
	position: relative;
	float: left;
	margin-left: 0px;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-indent: 0px;
	font-size: 1em;
}
.entry_excerpt  li {
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: none;
	font-size: .9em;
	margin: 0;
	padding: 0;
}

/* SIDEBAR CONTENT */

#sidebar { /* Contains All Right Column Contents */
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
	margin-top: 8px;
	font: 'Lucida Sans', Verdana, Arial, Sans-Serif;
	font-size: 1em;
}
.sidebar_signup {
	padding: 0px;
	position: relative;
	float: left;
	margin-top: 0px;
}
.sidebar_search {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0px;
	padding: 0px;
	width: 100%;
	}
.sidebar_tags {
	position: relative;
	float: left;
	width: 100%;
	top: 0;
	left: 0;
	background: none;
	margin: 0;
	padding: 0;
}
.sidebar_tags ul {
	margin: 0;
	padding: 0;
}
.sidebar_tags ul li {
	margin: 0px;
	padding: 0px;
}
.sidebar_tags ul li a{
	margin: 0px;
	padding: 0px;
}
.sidebar_calendar {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: none;
}
.sidebar_categories {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: none;
}
.sidebar_utility {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: none;
}
.sidebar_pages {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: none;
}
.sidebar_bookmarks {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: none;
}
.sidebar_archives {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: none;
}
.sidebar_bulk {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: none;
}
.sidebar_spacer {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	clear: both;
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
	height: 20px;
}
.sidebar_team_mms {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: none;
}
#sidebar h2 {
	color: #999999;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 1.1em;
	letter-spacing:-.25px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #efefef;
	margin: 5px 0 1px 0;
	padding: 0;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 10px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 0;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

/* TAG LIST (tag.php) ELEMENTS */

.post_tags {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0;
	/* text-align: justify; */
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	text-align:left;
	background: none;
}
#content .post_tags .wide_tags {
	position: relative;
	float: left;
	width: 100%;
	top: 0;
	left: 0;
	background: none;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #dcdcdc;
}
#content .post_tags .wide_tags ul {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 580px;
	background: none;
}
#content .post_tags .wide_tags ul li {
	margin: 0px;
	padding: 0px;
	width: 20%;
	background: none;
	display: inline;
	position: relative;
	text-align: center;
	float: left;
}
#content .post_tags .wide_tags ul li a {
	margin: 0px;
	padding: 0px;
}

/* POST META DISPLAY ELEMENTS (categories, tags, etc.) */

.entry_meta {
	font: 'Lucida Sans', Verdana, Arial, Sans-Serif;
	font-size: .8em;
	line-height: 1.2em;
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	margin-top: 18px;
	width: 200px;
	text-align: right;
}
.entry_meta ul {
	margin: 0;
	margin-left: 2px;
	padding: 0;
}
.entry_meta ul li {
	list-style-type: none;
	font-size: .9em;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 10px;
}
.meta_header {
	color: #949494;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 1.1em;
	font-weight: normal;
}
.the_meta_posttime {
	width: 100%;
	font-size: .8em;
	margin-bottom: 4px;
}
.the_meta_category {
	width: 100%;
	font-size: .8em;
	margin-bottom: 4px;
}
.the_meta_tags {
	width: 100%;
	font-size: .8em;
	margin-bottom: 12px;
}

/* POSTMETADATA ELEMENTS */

.postmetadata {
	margin: 30px 0;
	clear: left;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

/* ATTACHMENT ELEMENTS */

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.attachment {
	text-align: center;
	margin: 5px 0px;
}

/* IMAGE ELEMENTS */

p img {
	border: 0;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-top: 7px;
	position: relative;
	float: left;
	padding: 1px;
	background-color: #fff;
	max-width: 100%;
}
	
* html p img {margin-right: 22px;} /* IE Only Hack. For strange MSIE list bullet/left-floated-image issue. Had to be done! */

strong img {
	float: none;
	text-align: center;
	clear: both;
	margin-right: 0px;
	margin-bottom: 8px;
	max-width: 100%;
}
em img {
	float: right;
	margin-left: 10px;
	margin-bottom: 8px;
	margin-right: 0px;
}

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

/* COMMENTS SECTION */

.the_comments { /* Sizes overall Comments Area */
	margin-left: 140px;
	width: 400px;
}
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	font: 0.9em Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}
.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform p {
	margin: 5px 0;
	font-family: Helvetica, Arial, Sans-Serif;
}
#commentform input {
	font: 0.9em Helvetica, Arial, Sans-Serif;
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform textarea {
	font: 0.9em Helvetica, Arial, Sans-Serif;
	width: 100%;
	padding: 2px;
}
#commentform #submit {
	margin: 0;
	float: right;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	font-weight: normal;
	margin: 0;
	display: block;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}




/* FORM ELEMENTS */

.the_input {
	position: relative;
	float: left;
	margin-top: 20px;
}
.the_input input {
	width: 120px;
	margin-left: 6px;
}
.the_input label {
	margin-left: 6px;
}
select {
	width: 130px;
}

/* RANDOM DEFAULT WP DEFINITIONS */

acronym, abbr, span.caps {
	cursor: help;
	font-size: 0.9em;
	letter-spacing: .07em;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
hr {
	display: none;
}

/* 	THE HEADER */

.the_header {
	display: block;
	position: relative;
	float: left;
	background: url(images/mms_logo.gif) top left no-repeat;
	width: 100%;
	height: 70px;
}
.the_header a {
	display:block;
	position: relative;
	float: left;
	width: 280px;
	height:70px;
	margin: 0;
	padding: 0;
	border: 0;
	}
/* 	THE FOOTER */

.the_footer {
	position: relative;
	float: left;
	display: block;
	text-align: center;
	width: 100%;
	background: url(images/footer_boxes.gif) no-repeat top left;
	margin-top: 4px;
	border: 0;
}
.the_footer_bottom {
	position: relative;
	float: left;
	display: block;
	text-align: center;
	width: 100%;
	height: 12px;
	background: url(images/footer_boxes_bottom.gif) no-repeat bottom left;
	border: 0;
}
.footer_calendar {
	position: relative;
	float: left;
	width: 170px;
	top: 0;
	left: 0;
	margin: 0px;
	padding: 0;
	padding-left: 15px;
	padding-right: 15px;
	background: none;
	vertical-align: top;
}
.footer_calendar_last {
	position: relative;
	float: left;
	width: 170px;
	top: 0;
	left: 0;
	margin: 0px;
	padding: 0;
	padding-left: 11px;
	padding-right: 15px;
	background: none;
	vertical-align: top;
}
.footer_calendar,
.footer_calendar_last {
	display: block;
	color: #999;
}
.footer_calendar caption,
.footer_calendar_last caption {
	text-align: center;
}
.footer_calendar #ec3_spinner,
.footer_calendar #ec3_publish,
.footer_calendar_last #ec3_spinner,
.footer_calendar_last #ec3_publish {
	visibility: hidden;
}
#footer h3 {
	padding-top: 0px;
	padding-bottom: 5px;
	font-weight: normal;
	background: none;
	width: 100%;
	letter-spacing: -.01em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: center;
}
.footer_table {
	margin: 0;
	padding: 0;
	width: 800px;
	vertical-align: top;
}
.footer_td {
	margin: 0;
	padding: 0;
	padding-top: 40px;
	width: 200px;
	vertical-align: top;
}
/* PREV/NEXT POSTS WP NAVIGATION */

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

/* BACK TO TOP NAMED ANCHOR ID */

#the_top { /* Back To Top Anchor */
	position: absolute;
	top: 0;
	left: 0;
}

/* SITE-SPECIFIC DEFIITIONS */

h3.links_header {
	position: relative;
	font-size: 1em;
	color: #454545;
	font-weight: bold;
	width: 100%;
	clear: both;
	}
.entry .links_list ul {
	margin-bottom: 20px;
	}
.entry .links_list ul li {
	width: 100%;
	clear: both;
	}
strong {
	font-weight: bold;
	}
	
/* NEW 2010 PHOTO GALLERY FROM NCP */

.photo_nav_contact_sheet {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	background: none;
	margin-right: 0px;
	width: 590px;
	overflow: visible;
}
.photo_nav_contact_sheet .slide {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	background: none;
	margin-right: 0px;
	width: 590px;
	overflow: visible;
}
.photo_nav_contact_sheet a {
	float: left;
	margin: 0;
	padding: 0;
	width: 93px;
	height: 93px;
	margin-right: 3px;
	margin-bottom: 4px;
	text-align: center;
	vertical-align: middle;
	padding-top: 3px;
	border: 1px solid #efefef;
}

#the_client_photo_matte { /* Photo Popup */
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	display: none;
}
#the_client_photo_matte #alpha { /* Alpha Background */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	filter:alpha(opacity=80);   /* Internet Explorer       */
   	-moz-opacity:0.80;           /* Mozilla 1.6 and below   */
   	opacity: 0.80;               /* newer Mozilla and CSS-3 */
}
#the_client_photo_matte #matte_wrapper { /* Center Aligns Matte Contents */
	position: relative;
	top: 10px;
	left: 0;
	background: none;
	text-align: center;
	margin: 0px auto; 
	width: 800px;
	padding: 0px;
}
#the_client_photo_matte #matte_wrapper #matte_frame { /* Aligns Matte Contents Over Thumbnail Area */
	position: relative;
	background: none;
	text-align: center;
	margin:0;
	margin-left: 0px;
	margin-top: 20px;
	padding: 0;
	border: 0;
	padding: 0px;
}
#the_client_photo_matte #matte_wrapper #matte_frame .photo_frame { /* Positions Photo */
	position: relative;
	text-align: center;
	float: left;
	clear: both;
	margin: 0px auto; 
	width: 800px;
	padding: 0;
	border: 0;
	margin-bottom: 1em;
}
#the_client_photo_matte #matte_wrapper #matte_frame .photo_status { /* Positions Photo Title*/
	position: relative;
	text-align: center;
	float: left;
	clear: both;
	margin: 0px auto; 
	width: 800px;
	height: 40px;
	padding: 0;
	padding-top: 10px;
	border: 0;
	background: url(images/client_status.gif) top left no-repeat;
	color: #545454;
}
#the_client_photo_matte #matte_wrapper #matte_frame .photo_title { /* Positions Photo Title*/
	position: relative;
	text-align: left;
	float: left;
	margin: 0px auto; 
	width: 800px;
	padding: 0;
	border: 0;
	margin-bottom: 1em;
}
#the_client_photo_matte #matte_wrapper #matte_frame .photo_title h2 {
	font-weight: bold;
	display: none;
}
#the_client_photo_matte #matte_wrapper #matte_frame .photo_add {
	position: relative;
	text-align: right;
	float: right;
	margin: 0; 
	width: 150px;
	padding: 0;
	padding-top:.5em;
	border: 0;
}
#the_client_photo_matte #matte_wrapper #matte_frame .photo_add label {
	cursor:pointer;
}
#the_client_photo_matte #matte_wrapper #matte_frame .photo_add label:hover {
	text-decoration: underline;
}
#the_client_photo_matte #matte_wrapper #matte_frame #photo_controls {
	position: relative;
	float: right;
	width: 420px;
	top: 5px;
	right: 0px;
}
#the_client_photo_matte #matte_wrapper #matte_frame #header #photo_controls a.photo_close  {
	position: relative;
	float: left;
	color: #fde9d7;
	background: #f79239;
	padding: 5px 20px;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #fcd3b0;
	text-transform: uppercase;
	text-decoration: none;
	height: auto;
	margin: 0px;
	margin-right: 15px;
	width: auto;
	text-align: center;
}
#the_client_photo_matte #matte_wrapper #matte_frame #header #photo_controls a:hover.photo_close  {
	color: #fff;
	border: 1px solid #fff;
}