@charset "UTF-8";
/* CSS Document */

/* ---------------DDAY HTML CMS------------------- //

Author	: Jacob Dunn
Modified: October 15, 2008
Notes	: Basic Styles for XHTML Version, and Admin Welcome Screen
	
// ------------------------------------------------ */

/*
* Fonts
*/

@font-face {
	font-family: 'Droid Sans Regular';
	src: url('/blog/wp-content/themes/clients/fonts/DroidSans.eot');
	src: local('Droid Sans Regular'), local('DroidSans'), url('/blog/wp-content/themes/clients/fonts/DroidSans.woff') format('woff'), url('/blog/wp-content/themes/clients/fonts/DroidSans.svg#DroidSans') format('svg'), url('/blog/wp-content/themes/clients/fonts/DroidSans.ttf') format('truetype');
}

/* Basic Styling */
body {
	font-size: 14px; /* Resets 1em to 14px */
	font-family: 'Droid Sans Regular', Arial, Sans-Serif;
	background: #FFF;
	color: #b6b7ba;
	}
a:link{
	color:#e8a713;
	text-decoration:none;
	border-bottom:1px dotted #e8a713;
	}
a:visited{
	color:#e7be5f;
	border-color:#e7be5f;
	}
a:hover{
	color:#e4701e;
	border-color:#e4701e;
	}
a:focus{
	border-bottom:none;
	}
a img{
	border:none;
	}
hr{
	border:none;
	margin:10px 0;
	padding:0;
	height:1px;
	line-height:1px;
	background:#999;
	color:#999;
	}
.clear{
	clear:both;
	}
.dhtml{
	display:none;
	}
.noscript_warning{
	background:#E4701E;
	border:medium none;
	bottom:0;
	color:#FFFFFF;
	display:block;
	left:0;
	margin:0;
	padding:5px 2%;
	position:fixed;
	width:96%;
	}


/*--------------Errors----------------------*/
#errors{
	padding:20px 50px;
	background:#e4701e url(../images/errorbg.gif) repeat;
	color:#FFF;
	display:block;
	position:relative;
	z-index:2;
	border-left:158px solid #E4701E;
	}
#errors h5{
	font-weight:normal;
	font-size:16px;
	margin:5px 0 0;
	padding:0 0 0 5px;
	border-left:5px solid #FFF;
	}
#errors p{
	color:#EEE;
	margin:0 0 5px 10px;
	padding:0;
	}


/*--------------CSS Buttons----------------------*/
.graphical, .button, .button_at{
	position:relative;
	overflow:hidden;
	display:block;
}
.graphical img, .button img, .button_at img{
	border:none;
}
.button_at{
	cursor:default;
}

.button{
	cursor:pointer;
}

.graphical span, .button span{
	position:absolute;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center top;
	top:0;
	left:0;
}
.button_at span{
	position:absolute;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:left top;
	top:0;
	left:0;
}
.button:hover{
	border:none;
    text-decoration:none;
}
.button:hover span{
	background-position:right top;
}