@import url(http://fonts.googleapis.com/css?family=Lobster);
@import url(http://fonts.googleapis.com/css?family=Lobster+Two:400italic);

html, body {
	margin: 0;
	padding: 0;
	font: 65% "Lucida Grande";
	color: #373737;
}
body {
	background: #000 url('../img/bg.jpg') repeat top left;
	border-top: 3px solid #AC3632;
}

img {
	border: 0;
}

a:active, a:focus{
	outline: none;
}

div#content {
	width: 950px;
	margin: 50px auto 20px auto;
	padding: 30px 30px 1px 30px;
}

#col1 {
	width: 450px;
	float: left;
}
#col2 {
	width: 450px;
	float: right;
}

.category {
	height: 35px;
	margin: 0 0 0 -15px;
}
#col2 .category {
	margin-bottom: 50px;
}
.category span {
	color: #4E4E4E;
	font: 3em 'Lobster';
}
.category .vertical-line {
	margin-top: 10px;
	height:  25px;
	border-left: 1px solid #C1C1C1;
}

#header {
	margin-bottom: 45px;
}

h1 {
	width:  400px;
	margin: 0 0 -10px 0;
	font: 7em 'Lobster';
	color: #3D3D3D;
}
h2 {
	color: #AC3632;
	font: 3.5em 'Lobster';
	margin: 0 0 10px 0;
}
h3 {
	font: 3em 'Lobster Two';
	color: #4E4E4E;
	font-style: italic;
	margin-bottom: 10px;
}

em {
	color: #AC3632;
	font-style: normal;
}
div#col2 em {
	color: #BDBDBD;
	font-size: 1.9em;
	font-family: "Lucida Grande";
}

p {
	font-size: 1.9em;
	font-family: "Lucida Grande";
	line-height: 1.9em;
	margin-top: 20px;
}

#col1 hr {
	margin: 10px 0 30px 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #ffffff;
}
#col2 hr {
	margin: 50px 0 50px 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #ffffff;
}

dl {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 1em;
}
dt {
	color: #4E4E4E;
	font-weight: bold;
	font-size: 1.9em;
	font: 3em 'Lobster Two';
	font-style: italic;
	}
dd {
	font-size: 1.9em;
	margin: 0;
	padding: 10px 0 0 0;
	line-height: 1.9em;
} 

div#social_menu {
	height: 30px;
	margin: 0;
}
div#social_menu ul {
	margin: 0;
	padding: 0;
}
div#social_menu ul li {
	list-style-type: none;
	width: 16px;
	height: 16px;
	float: left;
	margin: 0 10px 0 0;
}
div#social_menu ul li a {
	display: block;
}

p#details {
	font-family: "Lucida Grande", arial;
	font-size: 1.8em;
	color: #4E4E4E;
	// font-style: italic;
	height: 30px;
	margin: 0;
	padding: 0;
}

div#footer {
	clear: both;
	border-top: 3px solid #AC3632;
	text-align: right;
	color: #4E4E4E;
	font: 15px 'Lobster';
	padding: 20px 0 0 0;
}
div#footer em {
	color: #4E4E4E;
	font-size: 12px;
}
