* {
/* uniwersal reset */
	margin:0;
	padding:0;
}



header,footer,article,section,
hgroup,nav,figure {
	/* Giving a display value to the HTML5 rendered elements: */
	display:block;
}



body {
	/* Setting the default text color, size, page background and a font stack: */
	font-size:0.825em;
	color:#fcfcfc;
	background: url(img/background.png) repeat ;
	font-family:Arial, Helvetica, sans-serif;
}



/* Hyperlink Styles: */

a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}



a:hover{
	text-decoration:underline;
}



h1,h2,h3{
	font-family:"Myriad Pro","Helvetica Neue",Helvetica,Arial,Sans-Serif;
	text-shadow:0 3px 3px black;
}



h1{
	/* The logo text */
	font-size:3.5em;
	padding:0.5em 0 0;
	text-transform:uppercase;
}



h3{
	/* The slogan text */
	font-family:forte,"Myriad Pro","Helvetica Neue",Helvetica,Arial,Sans-Serif;
	font-size:2em;
	font-weight:normal;
	margin:0 0 1em;
}




h2{
	font-size:2.2em;
	font-weight:normal;
	letter-spacing:0.01em;
	text-transform:uppercase;
}



p{
	line-height:1.5em;
	padding-bottom:1em;
}


.line{
	/* The dividing line: */
	height:1px;
	background-color:#444444;
	border-bottom:1px solid #416371;
	margin:1em 0;
	overflow:hidden;
}



article .line{
	/* The dividing line inside of the article is darker: */
	background-color:#15242a;
	border-bottom-color:#204656;
	margin:1.3em 0;
}



footer .line{
	margin:2em 0;
}



nav{
	padding:0 5px;
	position:absolute;
	right:0;
	top:4em;
}



/* The clearfix hack to clear the floats: */

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



/* The navigation styling: */

nav ul li{
	display:inline;
}



nav ul li a,
nav ul li a:visited{
	color:#FFF;
	display:block;
	float:left;
	font-size:1.25em;
	font-weight:bold;
	margin:5px 2px;
	padding:7px 10px 4px;
	text-transform:uppercase;
}



nav ul li a:hover{
	text-decoration:none;
	color: #FFF;
	border-bottom: 3px solid #0196e3;
}



nav, article, nav ul li a,figure{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}



/* Article styles: */

#page{
	width:960px;
	margin:0 auto;
	position:relative;
}



article{
	margin:3em 0;
	padding:20px;
	text-shadow:0 2px 0 black;
}


/* Footer styling: */

footer{
	margin-bottom:30px;
	text-align:center;
	font-size:0.825em;
}



footer p{
	margin-bottom:-2.5em;
	position:relative;
}



footer a,footer a:visited{
	color:#cccccc;
	display:block;
	padding:2px 4px;
	z-index:100;
	position:relative;
}



footer a:hover{
	text-decoration:none;
}



footer a.by{
	float:left;
}



footer a.up{
	float:right;
}



input[type="text"] {
	 color: #FFF;
 }



.box {
	.rounded(4px);
	border-left: 1px solid #181c1d;
	border-right: 1px solid #181c1d;
	border-top: 1px solid #121617;
	border-bottom: 1px solid #414546;
	background: #1c2021;

	.box {
		.rounded(4px);
		border-bottom: 1px solid #1c2021;
		border-left: 1px solid #212224;
		border-right: 1px solid #212224;
		border-top: 1px solid #0c0d11;
	}
}


#url {
	padding: 10px;
	width: 85%;
}



.button {
  	background-color: #1ebacc;
	background-image: -moz-linear-gradient(top, #443322, #112233);  /* #7ef1ff #1ebacc */
  	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #443322), color-stop(1, #112233));
  	background-image: linear-gradient(top, #443322, #112233);
  	cursor: pointer;
  	color: #0196e3;
  	font-size: 13px;
  	border: 1px solid #abbccd; 
  	padding: 5px;
  	height: 37px;
}

.customize_wrapper {
	display: none;
}

.customize_wrapper_on {
	display: block;
}

#success_wrapper {
} 
