
/**
 *
 * @package		NLnightLand
 * @author		ExpressionEngine Dev Team
 * @copyright	Copyright (c) 2011, Luluca, Inc.
 * @email		trivanho@gmail.com
 * @link		http://naluforever.co.cc
 * @since		Version 2.0
 * @filesource	none
 */
/* ------------------------------------------------------------------------*/

html {
    font-size: 12px;
}

input, select, textarea {
    font-size: 1em;
}


body {
    font-family:        sans-serif;
    color:              #444;
    background:         #fff;
	font-size:14px;
	padding:0px;
	margin:0px;
}

textarea, tt, pre, code {
    font-family:        monospace;
}
h1 {
    font-size:          140%;
    font-weight:        bold;
}

h2 {
    font-size:          2em;
    font-weight:        normal;
    text-shadow:		0px 1px 0px #fff;
    padding:			10px 0 10px 3px;
    color:				#777;
}
/* Hiding icons in the page titles */
h2 img{display:none;}
h2 a img{display:inline;}

a, a:link,
a:visited,
a:active {
    text-decoration:    none;
    color:              #235a81;
    cursor:             pointer;
    outline: none;

}

a:hover {
    text-decoration:    underline;
    color:              #235a81;
}


dfn {
    font-style:         normal;
}

a img {
    border:             0;
}

hr {
    color:              #000000;
    background-color:   #000000;
    border:             0;
    height:             1px;
}

form, ul {
    padding:            0;
    margin:             0;
    display:            inline;
}

ul li {
	list-style:none;
}

img,
input,
select,
button {
    vertical-align:     middle;
}

.submit {
 	background: none repeat scroll 0 0 #0069D6;
    color: #FFFFFF;
 	padding: 2px 10px 3px 10px;
	margin:0px;
  	text-shadow: 0 1px 1px #ccc;

	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;

    box-shadow:0 3px 5px #999;
    -moz-box-shadow:0 3px 5px #999;
    -webkit-box-shadow:0 3px 5px #999;
	
	cursor:pointer;

}

#center {
	width:1000px;
	margin:0px auto;
	padding:0px;
}

#header {
	width:100%;
	float:left;
}

#header-banner {
	width:800px;
	height:80px;
	float:left;
}

#header-login {
	width:190px;
	height:80px;
	float:left;
	line-height:80px;
	text-align:right;
}

#header-login a.log_in {
	padding:5px 10px;
	border:1px solid #999;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;

    box-shadow:0 1px 3px #999;
    -moz-box-shadow:0 1px 3px #999;
    -webkit-box-shadow:0 1px 3px #999;
	
	cursor:pointer;
}

#header-login a.log_in:hover {
	border-bottom:1px solid #666;
    box-shadow:0 3px 5px #999;
    -moz-box-shadow:0 3px 5px #999;
    -webkit-box-shadow:0 3px 5px #999;
	text-decoration:none;
}

#header-menu {
	width:100%;
	height:30px;
	float:left;
}

#container {
	/*background:url(../img/footer-bg.png) top repeat-x scroll;*/
	width:100%;
	float:left;
}

#footer {
	background:url(../img/footer-bg.png) #FDFDFD;
	float:left;
	width:100%;
	/*border-top:1px solid #CCC;*/
	position:static;
	bottom:0px;
}

#footer ul li {
	float:left;
	padding:5px 10px;
	margin:10px 0px;
	font-size:11px;
}

.register {
	font-weight:bold;
	margin:20px;
	float:left;
}

.register input[type=text], .register input[type=password] {
	padding:5px 10px;
	border:1px solid #999;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
	height:18px;
	width:180px;
	font-weight:bold;
}

.register input.error {
	border:1px solid red;
}

.register .select {
	padding:5px 10px;
	border:1px solid #999;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
	height:32px;
	width:220px;
	font-weight:bold;
}

.register input[type=submit] {
 	background: none repeat scroll 0 0 #0069D6;
    color:#FFF;
 	padding:5px 10px;
	margin:0px;
  	text-shadow: 0 1px 1px #ccc;

	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;

    box-shadow:0 3px 5px #999;
    -moz-box-shadow:0 3px 5px #999;
    -webkit-box-shadow:0 3px 5px #999;
	
	cursor:pointer;
}

.register .input[type=submit] {
 	background:#E5E5E5;
	color:#000;
}

.label {
	color:#0069D6;
	font-size:20px;
	width:100%;
	padding-top:20px;
	padding-left:10px;
	float:left;
}

em.error {
	background:url(../img/unchecked.gif) left center scroll no-repeat;
	margin-left:10px;
	padding-left:20px;
	color:red;
}

em.success {
	background:url(../img/checked.gif) left center scroll no-repeat;
	margin-left:10px;
	padding-left:20px;
	color:#3366FF;
}