@import "form.css";

body {
	font-family: Georgia, Arial;
	font-size: 15px;
	color: #ffffff;
	background-color: #171717;
	margin: 0px;
	font-family: Arial, Verdana;
}
img {
	border: none;
}
h1 {
	margin: 0px;
	padding: 0px;
	background: url(../images/maitegarcia.gif) no-repeat top left;
	width: 230px;
	height: 58px;
}
h1 span {
	display: none;
}
h2 {
	font-family: Georgia, Arial, Verdana;
	font-size: 18px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-weight: normal;
	color: #ffffff;
}
h2 a, h2 a:visited {
	color: #b4b4b4;
	text-decoration: none;
}
h2 a:active, h2 a:hover {
	color: #ffffff;
	text-decoration: none;
}
a, a:visited {
	color: #007ae3;
	text-decoration: none;
}
a:active, a:hover {
	color: #0089ff;
	text-decoration: underline;
}
#header-block {
	width: 845px;
	margin: 25px auto 0px auto;
}

#content-block {
	width: 845px;
	margin: 55px auto 0px auto;
}

#footer-block {
	width: 845px;
	margin: 25px auto 20px auto;
	border-top: 1px solid #313131;
	padding-top: 10px;
}
#footer-block p {
	margin: 0px 0px 10px 0px;
}

ul#menu {
	list-style: none;
	float: right;
	height: 40px;
}
ul#menu li {
	font-family: Georgia, Arial, Verdana;
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 40px;
}
ul#menu li a {
	display: block;
	padding: 5px 8px 13px 8px;
	font-size: 20px;
}
ul#menu li a, ul#menu li a:visited {
	text-decoration: none;
	color: #b4b4b4;
}
ul#menu li a:active, ul#menu li a:hover {
	text-decoration: none;
	color: #ffffff;
}

ul#menu li.selected {
	background: url(../images/menu-on-left.gif) no-repeat top left;
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0px;
}
ul#menu li.selected a {
	background: url(../images/menu-on-right.gif) no-repeat top right;
	display: block;
	padding: 5px 12px 19px 12px;
}
ul#menu li.selected a, ul#menu li.selected a:visited {
	text-decoration: none;
	color: #000000;
}
ul#menu li.selected a:active, ul#menu li.selected a:hover {
	text-decoration: none;
	color: #000000;
}

ul.thumbs {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.thumbs li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 116px;
	height: 116px;
}
ul.thumbs li a, ul.thumbs li a:visited {
	display: block;
	background: url(../images/thumb-bg.gif) no-repeat 0px 0px;
	padding: 8px 8px 5px 8px;
}
ul.thumbs li a:active, ul.thumbs li a:hover {
	display: block;
	background: url(../images/thumb-bg.gif) no-repeat 0px -116px;
	padding: 8px 8px 5px 8px;
}

.pictures-row {
	height: 116px;
}

.pictures-row .category {
	float: left;
	width: 265px;
	font-family: Georgia, Arial, Verdana;
	font-size: 25px;
	color: #747474;
	padding-top: 45px;
}

.pictures-row .category a, .pictures-row .category a:visited {
	color: #747474;
	text-decoration: none;
}
.pictures-row .category a:active, .pictures-row .category a:hover {
	color: #ffffff;
	text-decoration: none;
}

.pictures-row .thumbnails {
	float: left;
	width: 580px;
}

.pictures-row-hover {
	height: 116px;
}

.pictures-row-hover .category {
	float: left;
	width: 265px;
	font-family: Georgia, Arial, Verdana;
	font-size: 25px;
	color: #ffffff;
	padding-top: 45px;
}
.pictures-row-hover .category a, .pictures-row-hover .category a:visited {
	color: #ffffff;
	text-decoration: none;
}
.pictures-row-hover .category a:active, .pictures-row-hover .category a:hover {
	color: #ffffff;
	text-decoration: none;
}
.pictures-row-hover .thumbnails {
	float: left;
	width: 580px;
}
p.reading {
	line-height: 150%;
	margin-bottom: 17px;
}
.clear {
	clear: both;
}
.middle {
	vertical-align: middle;
}

.about-me-container {
	background: url(../images/me-2.jpg) no-repeat bottom left;
	padding-bottom: 575px;
	margin-bottom: -25px;
}

.about-me-img-wrapper {
	float: left;
	width: 290px;
}
.about-me-txt-wrapper {
	float: left;
	width: 545px;
}
