/* @override http://rainup.wrk/stylesheets/screen.css */

@import url("reset.css");
@import url("text.css");
@import url("960.css");

body {
	
}

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

h2 {
	margin-bottom: 12px;
}
h2 .small {
	font-size: 24px;
	font-weight: normal;
}
h2 .normal {
	font-size: 30px;
	font-weight: normal;
}

.center {
	text-align: center;
}

.note {
	color: #888;
	font-size: 11px;
	font-style: italic;
}

img.thumb {
	border: 3px solid #fff;
	-webkit-box-shadow: 0px 0px 2px #bbb;
}

/* @group Header */

#header {
	background: #00aff0 url("../images/background.png") top center no-repeat;
}
	#header .logo {
		padding-top: 39px;
	}
		#header .logo a {
			background: url("../images/rainup-logo.png") top left no-repeat;
			display: block;
			margin: 0px auto;
			width: 138px;
			height: 85px;
		}
	#header .border {
		background: url("../images/border.png") top left repeat-x;
		height: 6px;
		margin-top: -6px;
	}

/* @end */

/* @group Footer */

#footer {
	border-top: 1px solid #eee;
	margin: 10px 0px;
	padding-top: 10px;
	font-size: 11px;
	text-align: center;
	/*position: relative;*/
}
	#footer .contact {
		
	}
		#footer .contact a {
			color: #777;
		}
	#footer .copyright {
		
	}

/* @end */

/* @group Featured */

#featured {
	background: url("../images/featured/background.png") top center no-repeat;
	color: #fff;
	padding: 6px 0px;
	text-shadow: rgba(0,0,0,0.5) 0 1px 0;
}
	#featured h4 {
		font-size: 16px;
		font-weight: normal;
		margin: 0px;
	}
		#featured h4 a {
			padding: 2px 9px;
			margin: 0px -9px;
			color: #fff;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			-webkit-transition-duration: 0.3s;
			-webkit-transition-property: background-color, color, text-shadow;
			-webkit-transition-timing-function: ease-in;
		}
			#featured h4 a:hover {
				background: rgba(0,0,0,0.1);
				text-decoration: none;
			}
	#featured p {
		font-size: 12px;
		line-height: 1.4em;
		margin-bottom: 8px;
		text-align: justify;
	}
		#featured p a {
			background: rgba(0,0,0,0.08);
			color: #fff;
			padding: 1px 8px;
			white-space: nowrap;
			-moz-border-radius: 8px;
			-webkit-border-radius: 8px;
			-webkit-transition-duration: 0.3s;
			-webkit-transition-property: background-color, color, text-shadow;
			-webkit-transition-timing-function: ease-in;
		}
			#featured p a:hover {
				background: rgba(0,0,0,0.20);
				text-decoration: none;
			}
	#featured .stats {
		text-align: center;
		padding-top:35px;
	}
	#featured .soon {
		text-align: center;
		padding: 8px 0px 0px 0px;
	}


/* @end */

/* @group Progress Bar */

.progress-bar {
	width: 550px;
	margin: 0px auto 10px auto;
}
	.progress-bar .track {
		height: 16px;
		position: relative;
		padding: 0px 8px;
	}
		.progress-bar .track .left {
			background: url("../images/progress-bar/track-left.png") top left no-repeat;
			position: absolute;
			top: 0px;
			left: 0px;
			height: 16px;
			width: 8px;
		}
		.progress-bar .track .right {
			background: url("../images/progress-bar/track-right.png") top right no-repeat;
			position: absolute;
			top: 0px;
			right: 0px;
			height: 16px;
			width: 8px;
		}
		.progress-bar .track .center {
			background: url("../images/progress-bar/track-center.png") top right repeat-x;
		}
			.progress-bar .track .center .progress {
				position: relative;
			}
				.progress-bar .track .center .progress .left {
					background: url("../images/progress-bar/progress-left.png") top left no-repeat;
					position: absolute;
					top: 0px;
					left: -8px;
					height: 16px;
					width: 8px;
				}
				.progress-bar .track .center .progress .right {
					background: url("../images/progress-bar/progress-right.png") top right no-repeat;
					position: absolute;
					top: 0px;
					right: -8px;
					height: 16px;
					width: 8px;
				}
				.progress-bar .track .center .progress .center {
					background: url("../images/progress-bar/progress-center.png") top right repeat-x;
					height: 16px;
				}

/* @end */

/* @group Universe */

#universe {
	background: #fff url("../images/universe-background.png") top center repeat-x;
	overflow: hidden;
}

#world {
	margin-top: 10px;
}

#world .content {
	
}
	#world .content .body {
		text-align: justify;
	}
	#world h3 {
		font-weight: normal;
		margin-bottom: 0px;
	}
		#world h3 span {
			font-size: 16px;
			font-style: italic;
		}
	#world h5 {
		font-size: 15px;
		font-weight: normal;
		line-height: 1.3em;
		margin-bottom: 12px;
	}
	#world .content .body p {
		margin-bottom: 12px;
	}

#world .sidebar {
	
}
	#world .sidebar .box {
		text-align: justify;
	}

/* @end */




















