/* default.css
 * by Kevin Nardi
 * for taryntrousdale.com
 */

@import url("gallery.css");
@import url("about.css");
@import url("blog.css");
@import url("contact.css");

html, body {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #505050;
	margin: 0px;
	padding: 0px;
}

ul, ol { margin: 1em 0em 1em 2em; padding: 0em; }

img { border-width: 0px }

a { color: #993300; text-decoration: none; }
a:hover { color: #996600; text-decoration: underline; }

.bounding_box {
	position: relative;
	width: 700px;
	height: 675px;
	margin: auto;
	background-image: url("/media/images/angel-colored.jpg");
	background-repeat: no-repeat;
	background-position: 271px 75px;
}

.title {
	position: absolute;
	top: -90px;
	width: 233px;
	text-align: right;
	line-height: 0.80em;
	font-size: 36px;
}

.title a {
	color: #303030;
	text-decoration: none;
}

.title a:hover {
	color: #996600;
}

.title div {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}

#menu {
	position: absolute;
	top: 67%;
	width: 80%;
	text-align: right;
	list-style: none;
	line-height: 32px;
	font-size: 14px;
	margin: 0px;
}

#menu .first { padding-right: 3em; }
#menu .second { padding-right: 1.25em; }
#menu .third { padding-right: 0em; }
#menu .fourth { padding-right: 0.5em; }
#menu .fifth { padding-right: 1.0em; }

#menu a {
	text-decoration: none;
	color: #303030;
}

#menu a:hover {
	color: #993300;
}

.gallery { font-weight: bold }

.selectedlink {
	
}

.grey_box {
	background-image: url("/media/images/angel-bg-colored.jpg");
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: #e6e6e6;
	position: absolute;
	padding: 20px;
	bottom: 45px;
	left: 25px;
	width: 310px;
	height: 280px;
}

#footer {
	position: absolute;
	top: 640px;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #808080;
}

#footer a {
	color: #505050;
}

.content {
	font-size: 13px;
	height: 100%;
	width: 100%;
}

.scroll-pane { overflow: auto; }

.lightbox { cursor: pointer; }
.lightbox-caption { display: none; }