/*
Obits master stylesheet (http://obitsurl.com)
author: Sohrab Habibion (http://shadowlesskick.com)
for: Obits (http://obitsurl.com)
version: June 25 2013
Contents:
- Defaults

/********************************************
	Defaults
********************************************/

#xouter {
	display: table;
	height: 100%;
	vertical-align: middle;
	width: 100%;
	}

#xcontainer {
	display: table-cell;
	position: relative;
	text-align: center;
	vertical-align: middle;
	}

#xinner {
	margin: 0pt auto;
	text-align: center;
	width: 700px;
	}

html {
	height: 100%;
	width: 100%;
	}

body {
	background: #fff repeat scroll 0%;
	color: #666;
	font-family: "futura-pt", sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: 400;
	height: 100%;
	letter-spacing: .05em;
	line-height: 1.35em;
	margin: 0pt;
	padding: 0pt;
	text-align: center;
	width: 100%;
	}

* html body {
	fon\t-size: small;	
	font-size: x-small;	
	}
	
#content {
	margin: 0pt auto;
	padding: 0px;
	text-align: center;
	}

#gallery {
	margin: 0pt auto;
	padding: 0px;
	text-align: center;
	}

.dark {
	color: #000;
	}

.head {
	color: #e93922;
/* 
	color: #c00;
 */
	font-weight: 500;
	}

a:link, a:visited, a:hover, a:active {
	color: #333;
	font-weight: 500;
	text-decoration: none;
	}

a:visited {
	color: #333;
	}

a:hover {
	background: #333;
	color: #fff;
	}

img {
	border: 0px none;
	}
	
p {
	font-size: 85%;
	line-height: 1.2em;
	margin: 0 0 1em;
	padding: 0;
	text-transform: uppercase;
	}

p.dashed {
	background: #eee repeat scroll 0%;
	border-bottom: thin dashed #999;
	border-top: thin dashed #999;
	margin: 15px;
	padding: 15px;
	}

	