/* @group Reset */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	background: #061628 url(/images/alvasi-kalvaria/stars.png) repeat-x;
}

div#archive-popover-toggle {
	top: 15px;
	right: 15px;
}

/* @end */

/* @group Wyctimbar */

div#header {
	background: none;
}

ul#nav a.nav-vegetative:hover, ul#nav a.nav-about:hover, ul#nav a.nav-rss:hover {
	background: #003A72;
}

ul#nav a.nav-vegetative:active, ul#nav a.nav-about:active, ul#nav a.nav-rss:active {
	background: #002C58;
}

/* @end */

/* @group Searchbox */

.search {
	width: 170px;
	height: 21px;
	border: none;
	background-color: #111;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000), to(#00091B), color-stop(1, #000));
	padding: 2px 5px;
	padding-left: 10px;
	margin-top: 12px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.1);
	-moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.1);
	box-shadow: 0px 1px 0px rgba(255,255,255,0.1);	
}

.search input {
	width: 145px;
 	font-family: "Helvetica-Neue", sans-serif;
	font-size: 14px;
	color: #66ccff;
	text-shadow: rgba(0,0,0, 1) 0 1px 0;
	background: url(/images/core/magnifying-glass.png) no-repeat left center;
	border: none;
	padding: 2px 0 0 17px;
	outline: 0;
	-webkit-text-stroke:1px rgba(255, 255, 255, 0.01);
}

/* @end */

/* @group Containers */

div#wrap {
	width: 100%;
	text-align: center;
	line-height: 30px;
	background: #061628 url(/images/alvasi-kalvaria/body-gradient.png) repeat-x;
	margin-left: auto;
	margin-right: auto;
}

div#grass-spacer {
	width: 100%;
	height: 50px;
	background: url(/images/alvasi-kalvaria/grass-spacer.png) repeat-x;
	margin-top: -60px;
}

div#falling-stars {
	width: 1000px;
	height: 310px;
	background: url(/images/alvasi-kalvaria/sprite.png) 0 -50px no-repeat;
	margin-left: auto;
	margin-right: auto;
}

div#falling-star1 {
	width: 90px;
	height: 60px;
	float: left;
	background: url(/images/alvasi-kalvaria/falling-star.png) no-repeat;
	margin-top: -180px;
	margin-left: 700px;
	position: absolute;
	opacity: 1;
}

div#falling-star2 {
	width: 60px;
	height: 40px;
	float: left;
	background: url(/images/alvasi-kalvaria/falling-star2.png) no-repeat;
	margin-top: -180px;
	margin-left: 950px;
	position: absolute;
	opacity: 1;
}

div#content {
	width: 600px;
	font-size: 16px;
	text-align: justify;
	color: #66ccff;
	background: #030B15;
	border: 1px #192132 solid;
	padding: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

div#content a {
	color: #fff;
	text-decoration: none;
}

div#content a:hover {
	color: #fff;
	text-decoration: none;
	text-shadow: rgba(255,255,255, 0.7) 0 0px 5px;
}

div#content a:active {
	color: #ddd;
	text-decoration: none;
}

div#content p {
	margin-top: 20px;
	margin-bottom: 20px;
}

div#content hr {
	border-top: none;
	border-bottom: 1px #192132 solid;
	border-left: none;
	border-right: none;
	margin-top: 30px;
	margin-bottom: 30px;
}

div#content strong.content-intro {
	font-size: 18px;
	text-shadow: rgba(255,255,255, 0.3) 0 0px 15px;
}

div#content div.section {
	width: 100%;
	font-family: "dbold", Helvetica, Arial, sans-serif;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-shadow: rgba(255,255,255, 0.3) 0 0px 15px;
	border-bottom: 1px #192132 solid;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-top: 30px;
	margin-bottom: 20px;
}

div#content strong {
	color: #fff;
}

div#logo {
	width: 800px;
	height: 110px;
	font-family: 'dbold', Helvetica, Arial, sans-serif;
	font-size: 60px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-shadow: rgba(255,255,255,0.3) 0 0px 15px;
	padding-top: 60px;
	margin-left: auto;
	margin-right: auto;
}

/* @end */