/* Accent Interrior Redesign CSS */
/*------ 1/13/10 3:00PM ------*/
/*   
Theme Name: airMain
Theme URI: www.accentinteriorredesign.com
Description: Theme for Accent Interrior Redesign
Author: Allan Douglas, DDGraphics WebMedia
Author: URI: www.ddgwebmedia.com
 */

/******************************//* @group Classes */
/* =Clear Floated Elements ----*/
/*------ ClearFix ------*/
/*---- Used to push divs ----*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

/*--- End ClearFix ---*/
/* http://sonspring.com/journal/clearing-floats */

.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/*--- End clear floats --*/

/***************************/

.spacer {
	clear: both;
}

.photolabels {
	text-align: right;
	margin-top: .5em;
	border-right-width: 1px;
	border-right-style: groove;
	border-right-color: #666666;
}

.dfltLabels {
	font-family: Optima;
	font-size: 14pt;
	color: #CC3366;
	text-decoration: none;
}

.register a:link, .register a:visited {
	display: inline;
	width: 11em;
	color: white;
	background-color: #770F0C;
	text-align: center;
	font-size: .95em;
	padding: 3px;
	border: medium ridge olive;
}

.register a:hover, .register a:active {
	color: #770F0C;
	background-color: silver;
	text-align: center;
	border: medium ridge olive;
}

.ddGraphics {
	font-family: "Comic Sans MS";
	font-size: .85em;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.WebMedia {
	font-family: "Comic Sans MS";
	font-size: .85em;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

/* @end Classes */