﻿@import url("/BaseFiles/Css/reset.css");
@import url("/BaseFiles/Css/layout.css");
@import url("/BaseFiles/Css/base.css");

#blog h2
{
	font-size: 2.5em;
}

#blog h3
{
	font-size: 1.75em;
	font-weight: normal;
}

#blog .content
{
	margin: 1.5em;
	margin-bottom: 5em;
	padding: 0.5em;
	border: 1px dashed #000;
}

#contact_me
{
	margin-top: 5em;
}

#contact_me p
{
	margin: 3px 0;
}

#contact_me label
{
	float: left;
	display: block;
	text-align: right;
	margin-right: 5px;
	width: 100px;
}

#contact_me input,
#contact_me textarea
{
	width: 315px;
}

#contact_me textarea
{
	height: 300px;
}

#contact_me .sub
{
	width: 120px;
}

#admin_login
{
	margin-bottom: 3em;
	text-align: center;
}

#admin_login input
{
	text-align: center;
	width: 200px;
}

#admin_login .sub
{
	width: 65px;
}

#cv .row,
#cv .rowAlt
{
	margin-top: 2em;
	padding: 2px;
}

#cv .rowAlt
{
	background-color: #ccc;
}

#cv h2
{
	float: left;
	font-style: italic;
	font-weight: normal;
	font-size: 2.5em;
	color: #000;
	width: 160px;
	line-height: 1em;
	padding-left: 3px;
}

#cv .content
{
	font-size: 2em;
	margin-left: 170px;
}

#cv .content p
{
	font-size: 1em;
}

#pub h2
{
	font-size: 2.5em;
}

#pub h3
{
	font-size: 2em;
	font-weight: normal;
	font-style: italic;
	color: #000;
}

#pub p
{
	margin-left: 1em;
	margin-top: 0.5em;
	margin-bottom: 5em;
}

.gallery_row,
.gallery_row_alt
{
	height: 3em;
	line-height: 3em;
	margin-bottom: 2em;
}

.gallery_row_alt
{
	background-color: #bbb;
}

.gallery_date
{
	float: left;
	width: 11em;
	margin-right: 5px;
	padding-left: 5px;
}

.gallery_title
{
	float: left;
	width: 28em;
	margin-right: 5px;
}
