@charset "utf-8";
/* 

*/
@import url(layout.css);
@import url(contents.css);
* {
	padding: 0;
	margin: 0;
	list-style-type: none;
	outline: none;
}
body {
	font: 12.5px/18px Tahoma, Geneva, sans-serif;
	background: url(../media/windflowers/bg-body.jpg) repeat-x #091c28;
	color: #77c2e0;
}
/*Stadards Pseudo Element*/
a {
	color: #d7b567;
	text-decoration: none;
}
a:hover {
	color: #85d5f5;
}
a img, fieldset {
	border: none;
}

/*HTML 5 Reset*/
header,article,section, footer, aside, nav, figure {  
	display: block;
}

/*Headings*/
h1 { font-size: 22px;}
h2 {	font-size: 20px;}
h3 {	font-size: 18px;}
h4 {	font-size: 16px;}
h5 {	font-size: 14px;}
h6 {	font-size: 12px;}

/*Clear after Floating and fixing IE7*/
*[class$="d-3c"], *[class$="d-2c"],*[class$="d-2s"], *[class$="d-4c"] {
	height: 1%; 
}
body>header:after, body>section:after, * [class$="d-3c"]:after, * [class$="d-2c"]:after, *[class$="d-2s"]:after,
form[class$="d-fo"]>fieldset>ul>li:after  {
	content: " ";
	display: block;
	clear: both;	
}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
