/* CSS Document */
/* Author: alitabatabaei.com */

@font-face {
  font-family: 'segoe-light';
  src: url('segoelight.eot?#iefix') format('embedded-opentype'),
  	   url("segoelight.woff") format('woff');
  
}
@font-face {
  font-family: 'segoe';
  src: url('segoe.eot?#iefix') format('embedded-opentype'),
       url('segoe.woff') format('woff');
}
@font-face {
  font-family: 'segoe-bold';
  src: url('segoebold.eot?#iefix') format('embedded-opentype'),
	   url('segoebold.woff') format('woff');
}

body {
	background: #fff url(body-bg.gif) no-repeat top center;
	margin: 0 auto;
	font: normal 11px segoe, Verdana, Geneva, sans-serif;
	color: #222;
}
ul {
	padding: 0;
	margin: 0;
}
li {
	list-style-type: none;
	list-style-image: none;
}
a {
	color: #8f5c48;
	text-decoration: none;
}
iframe {
	margin-bottom: 10px;
	border: 1px solid #666;
}
a:hover {
	color: #000;
}
a img {
	border-width: 0;
}
p {
	margin-top: 0;
}
strong {
  font-family: 'segoe-bold';
}
/* HEADER */

#container {
	width: 950px;
	margin: auto;
}
#header {
	height: 175px;
	position: relative;
	background: url(header-pics.jpg) no-repeat bottom right;
}
#logo {
	position: absolute;
	bottom: 0;
	left: 0;
}
#logo a {
	display: block;
	width: 256px;
	height: 132px;
	background: url(logo.gif) no-repeat center;
}

/* NAVIGATION */

#nav {
	font-family: segoe;
	padding-left: 256px;
	margin-top: 4px;
	font-size: 10px;
}
#nav ul {
	clear: both;
	text-align: right;
	background-color: #eee3d9;
	padding: 5px 0;
}
#nav li {
	display: inline-block;
	zoom: 1;
	*display:inline;
	margin-right: 15px;
}
#nav a {
	color: #222;
}
#nav .active a {
	font-family: segoe-bold;
	color: #000;
}
#nav a:hover {
	color: #8f5c48;
}
#nav ul.sub {
	margin-top: 0;
	margin-top: 5px;
	background-color: #fff;
	padding: 0;
}
.sub li {
	font-size: 12px;
}
#nav ul.sub a {
	color: #333;
}
#nav ul.sub .active a {
	color: #000;
}
#nav ul.sub a:hover {
	color: #8f5c48;
}

/* CONTENT */

#content {
	margin-top: 60px;
}
#sidecol {
	float: left;
	height: 336px;
	width: 216px;
}
#sidecol h1 {
	font-family: segoe-light;
	margin-top: 0;
	line-height: .8em;
	font-weight: normal;
	font-size: 72px;
	color: #8f5c48;
	text-align: right;
}
#maincol {
	float: left;
	width: auto;
	width: 650px;
	padding-left: 40px;
	margin: 0 0 40px 40px;
	border-left: 1px solid #000;
	min-height: 336px;
}
.dropcap {
	font-family: segoe-light;
	font-size: 68px;
	float: left;
	line-height: .7em;
	margin-bottom: 3px;
	margin-right: 3px;
}

/* GALLERY */
#gallery {
}
#gallery li {
	display: inline-block;
	margin: 0 5px 8px 0;
	zoom: 1;
	*display:inline;
}
#gallery a {
	display: block;
	border: 1px solid #fff;
	padding: 5px;
}
#gallery a:hover {
	border: 1px solid #8f5c48;
}
