@charset "UTF-8";

/* 
	CSS Document for Alkitab Terjemahan Baru
	Copyright (c) 2011 Neuro-Designs. All rights reserved.
	
*/

@import url("_styles_reset.css");

/* HTML5 Enabler */

article, aside, dialog, figure, footer, header, hgroup, menu, nav, section { 
	display: block;
	}

/* General Settings */

::selection {
	background: rgba(49,36,24,0.9); /* Safari */
	color: #fff;
	}
	
::-moz-selection {
	background: rgba(49,36,24,0.9); /* Firefox */
	color: #fff;
	}

html {
	background: rgba(49,36,24,0.9);
	}

body {
	width: 100%;
	min-width: 980px;
	font: 10px/20px georgia, times new roman, serif;
	color: #312418;
	background: url("images/bg-main.jpg");
	font-size: 62.5%;
	text-shadow: 0px 1px 1px #fff;
	margin: 10px 0px;
	}

	body#popup {
		background: #fff;
		padding: 20px;
		}

img {
	vertical-align: middle;
	}
	
a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #00a1e1;
	}
	
	a:hover {
		color: #999;
		}

	a:active {
		position: relative;
		top: 0px;
		}


h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	}
		
h3 {
	font-size: 1.4em;
	margin-bottom: 15px;
	}
	
h4 {
	font-size: 1.1em;
	}

p {
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 15px;
	}

ul {
	font-size: 1.1em;
	overflow: hidden;
	margin-bottom: 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}
	
	ul li {
		background: #eee;
		margin-bottom: 2px;
		padding: 5px 10px;
		}
		
		ul li:last-child {
			margin-bottom: 0px;
			}
	
strong {
	font-weight: bold;
	}
	
em {
	font-style: italic;
	}

small, p.requirements {
	font-size: 1.3em;
	line-height: 1.4em;
	}

sup {
	font-size: 0.7em;
	position: relative;
	top: -0.6em;
	}

sub {
	font-size: 0.7em;
	position: relative;
	bottom: -0.6em;
	}

.aligncenter {
	text-align: center;
	}
	
.alignleft {
	text-align: left;
	}
	
.alignright {
	text-align: right;
	}

/* Default Input Settings */		

input.defaultButton {
	background: #00a1e1;
	border: 1px solid #00a1e1;
	padding: 5px 10px;
	color: #fff;
	font: bold 1em georgia, times new roman, serif;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}

	input.defaultButton:hover {
		background: #eaeaea;
		border: 1px solid #eaeaea;
		color: #666;
		}

input.defaultInputBlog {
	background: #fff;
	width: 170px;
	padding: 4px;
	border: 1px solid #eaeaea;
	color: #666;
	font: 1em georgia, times new roman, serif;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}
		
input.defaultInput, textarea.defaultTextarea {
	background: #fff;
	padding: 4px;
	border: 1px solid #eaeaea;
	color: #666;
	font: 1em georgia, times new roman, serif;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}

	input.defaultInput:hover, input.defaultInputBlog:hover, textarea.defaultTextarea:hover {
		border: 1px solid #ccc;
		}
		
/* Layout Settings */

header {
	width: 960px;
	margin: 0px auto;
	padding-top: 20px;
	overflow: hidden;
	text-align: center;
	}
	
	header hgroup {
		width: 601px;
		height: 73px;
		background: url("images/title.png") no-repeat;
		display: block;
		margin: 0px auto;
		margin-bottom: 20px;
		text-indent: -10000em;
		}
		
section#contents {
	width: 960px;
	margin: 0px auto;
	padding-top: 20px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	overflow: hidden;
	background: rgba(49,36,24,0.1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}

.col1 {
	width: 200px;
	padding: 20px;
	float: left;
	overflow: hidden;
	}

.col2 {
	width: 440px;
	padding: 20px;
	float: left;
	overflow: hidden;
	}

.col3 {
	width: 680px;
	padding: 20px;
	float: left;
	overflow: hidden;
	}

.col4 {
	width: 920px;
	padding: 20px;
	float: left;
	overflow: hidden;
	}
	
footer {
	width: 960px;
	margin: 0px auto;
	padding-bottom: 30px;
	padding-top: 20px;
	overflow: hidden;
	text-align: center;
	}
	
	footer img {
		border: 0px;
		margin: 0px 10px;
		}

/* Animations */

a {
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
	}