/*
Theme Name: 
Description: 
Author: Vladimir Golušin
Author URI: http://bigfish.rs
Version: 1.0
*/

@import url("base.css");

* {
  margin: 0;
}

body, html {
	height: 100%;
	overflow: auto;
}

body {
    background: #fff;
	color: #777;
	font: 62.5% "Lucida Grande", "Lucida Sans Unicode", Arial, Tahoma, Verdana, sans-serif;
	text-align: center;
}

#wrap, div.wrap, .wrap {
	margin: 0 auto;
	text-align: left;
	position: relative;
	width: 960px;
}

/* @group container */
/* CONTAINER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#container {
    height: 180px;
    left: 50%;
    margin: -90px 0 0 -250px;
    position: absolute;
    top: 50%;
    width: 500px;
}

#container h2 {
    color: #000;
    margin: 30px 0 15px;
}

#container p {
    margin: 1em 0;
}

#container a {
    color: #cc0000;
}
/* @end */


/* @group common */
/* COMMON
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue", "Helvetica", "Lucida Grande", "Lucida Sans Unicode", Arial, Tahoma, Verdana, sans-serif;
    letter-spacing: -0.03em;
}

h1 { font-size: 3em; }

h2 { font-size: 2.4em; }

h3 { font-size: 1.8em; }

h4 { font-size: 1.6em; }

h5 { font-size: 1.4em; }

h6 { font-size: 1.2em; }

p {
    font-size: 1.2em;
    line-height: 150%;
}

li {
    /*font-size: 1.1em;*/
}

hr {
	background: #ddd;
	border: 0;
	clear: both;
	color: #ddd;
	height: 1px;
	margin: 2em 0;
	padding: 0;
}
/* @end */


/* @group misc */
/* MISC
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.clearer, .clr, .clear {
    clear: both;
    line-height: 1;
    margin: 0;
    padding: 0;
    display: block;
}

.left, .lft {
    display: inline;
    float: left;
}

.right, .rght {
    display: inline;
    float: right;
}

img a:hover {
    margin-bottom: -5px;
}

.hidden, .hide {
    display: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}
/* @end */
