/* ------------------------------------------------------------------------------------ *
| GLOBAL CSS FILE :: For Srebrenica Facts site wide										|
| css/globals.css																		|
| 																						|
| PROJECT :: www.srebrenica-facts.com v1.0												|
| Copyright (C) 2009, Alexander Dorin													|
| 																						|
+ ------------------------------------------------------------------------------------- +
| Author :: Nathan Querido																|
* ------------------------------------------------------------------------------------- */

/* @group GLOBALS :: nfq :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	font-family: Arial;
	font-size: 12px;
	color: #FFF;
	background: #000 url('../images/nav/content_repeat.png') center top repeat-y;
	letter-spacing: 1px;
	margin: 0 auto;
	height: 100%;
}

body.home {
	background: #000 url('../images/nav/home_bg.jpg') center top no-repeat;
	margin: 0 auto;
}

::-moz-selection {
	color:#FFF;
	background:#000;
}

::selection {
	color:#FFF;
	background:#000;
	text-shadow: 1px 1px 1px #333;
}

a {
	color: #FFF;
	text-decoration: none;
}

/* @end ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */

/* @group BOX PROPERTIES :: nfq ::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.left {
	float: left;
}

.right {
	float: right;
}

/* @end ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */

/* @group PAGE LAYOUT :: nfq :::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#container,
#container_home {
	margin: 0 auto;
	width: 960px;
	min-height: 686px;
}

#content {
	color: #000;
	width: 712px;
	margin: 38px 0 0 50px;
	padding: 0 0 20px 0;
	float: left;
}

/* @end ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */
