/*
Title:      Master style for Anjali
Author:     TJ Taylor
Copyright:  2010, Anjali Kapur. All rights resevered.
*/

@import url("reset.css");

/* master styles
--------------------------------------------- */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #aa191e url(../img/Top-BG.jpg) repeat-x;
}

h1 {
	font-weight: normal;
	font-style: normal;
}

h2 {
	color: #fffeff;
	font-size: 1.2em;
	font-weight: normal;
	font-style: normal;
	border-top: 1px solid #3e3e3e;
	padding-top: 1.5em;
}

p {
	font-size: 1em;
	line-height: 1.4em;
	color: #d3d3d3;
	margin-top: 10px;
	margin-bottom: 10px;
}

p.btmStroke {
	border-bottom: 1px solid #3e3e3e;
	padding-bottom: 2em;
	margin-bottom: 1.5em;
}

blockquote {
	font-style: italic;
	color: #acacac;
	margin-bottom: 1em;
	line-height: 1.6em;
	font-size: 1.5em;
}

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

a:hover, a.selected {
	color: #f61f27;
}

div.contentLeft a {
	color: #fff;
}

div.header, div.content, div.footer {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
	overflow: hidden;
}

div.header {
	padding-top: 2.5em;
	overflow: hidden;
}

div.header h1 {
	color: #fff;
	font-style: italic;
	float: left;
	position: relative;
	font-size: 1.2em;
}

div.header h1 span {
	color: #941116;
}

div.header h1 span.title {
	color: #1e0001;
}

div.header ul.nav {
	float: right;
	position: relative;
}

div.header ul.nav li {
    float: left;
	display: inline-block;
	margin-left: 18px;
	font-style: italic;
	font-size: 1.2em;
}

div.contentWrap {
	padding-bottom: 1em;
	background: #444 repeat-x 0 bottom;
}

div.content {
	margin-top: 5em;
}

div.contentLeft {
	float: left;
}

div.gallery {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 314px;
	margin-top: 6em;
}

div.gallery p.alert {
	text-align: center;
	font-style: italic;
	font-size: 13px;
	position: relative;
	top: -37px;
}

div.footerWrap {
	background: url(../img/Btm-BG.jpg) repeat-x;
	width: 100%;
}

div.footer {
	padding-top: 3.5em;
	padding-bottom: 2em;
}

span.fLeft {
	float: left;
}

span.fLeft a {
	color: #fff;
	font-style: italic;
}

span.fLeft a:hover {
	color: #63070b;
}

span.fRight {
	float: right;
}

span.fRight p {
	font-size: .9em;
	color: #4c0306;
}

