html, body {
	height: 100%;
	margin: 0 0 1px;
	padding: 0;
}
body {}
a img {border:0}
a {cursor:pointer;}
img {margin-bottom:15px;border:0;}
.clear {clear:both;height:7px;overflow:hidden;}
.accessible{ position: absolute;top:-500px;}
.mini-link{font-size: 0.7em;margin: 0 15px 0 0;}
.fixed{	position: fixed;}

/* --------- MAINFRAME ------------*/

/* ------------- YC ERRORS & MESSAGES --------*/

	.notice-success,
	.yc-messages,
	.alert-success {color: #3c763d;background-color: #dff0d8;border-color: #d6e9c6;}
	.alert-danger {color: #a94442;background-color: #f2dede;border-color: #ebccd1;}
	.yc-messages, 
	.yc-errors, 
	.notice,
	.yc-messages,
	.alert,
	.yc-button-panel {
		margin:15px 0 20px 0;
		padding:18px 10px 10px 10px;
	}
	.yc-messages {
		border:1px solid #448844;
		background:#DDFFDD;
		color:#448844;
	}
	.yc-errors {
		border:1px solid #AA0000;
		background:#C33333;
		color:#fff;
	}
	.has-error input, .has-error select, .has-error textarea {
		border:1px solid #D66666;
		background:#FCC;
	}
	.mform_error {color: #AA0000;}

/* ------------- RESPONSIV --------*/

@media screen and (min-width: 450px) 
{
}

@media screen and (min-width: 600px) 
{
	h1{
		font-size:3em;
	}
}

@media screen and (min-width: 768px) 
{
}

@media screen and (min-width: 850px) 
{
}
