/* Basic layout positioning and body styles -------------------- */

body {
	text-align: center;
	font-family: Georgia, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #555;
	background: url('../img/bg2.gif') #000;
}

body#blog a#meandernav {
	background: url('../img/layout/nav-meander-on.gif') no-repeat #fff;
}

#container {
	padding: 50px 25px;
	background: url('../img/layout/topback.gif') repeat-x #fff;
	margin: 35px auto;
	width: 920px;
	text-align: left;
	display: block;
}

.clear {
	clear: both;
}

.aboutlinky {
	color: #555;
	text-decoration: none;
}

.aboutlinky:hover {
	color: #9d0a0e;
	text-decoration: none;
	background-color: #e4e4e4;
}

#row2 {
	display: inline;
	clear: left;
	margin: 10px 0 0 0;
	float: left;
}

#txtcolumn {
	float: left;
	clear: left;
	width: 150px;
	margin: 0 20px 0 0;
	display: inline;
}

#txtcolumn2 {
	float: right;
	clear: right;
	width: 150px;
	padding: 0 20px 0 0;
	display: inline;
	overflow: auto;
	height: 420px;
}

#piccolumn {
	float: left;
	clear: right;
	text-align: right;
	width: 560px;
	padding: 0;	
	margin: 0 20px 0 0;
}

#piccolumn2 {
	float: left;
	text-align: right;
	width: 716px;	
	margin: 0 20px 0 0;
}

#thumbcolumn {
	float: left;
	clear: right;
	width: 160px;
	display: block;
}

img {
	border: 0;
	float: left;
}

/* Navigation -------------------------------------------------- */

#name {
	float: left;
	position: relative;
	top: -8px;
	margin-right: 50px;
}

ul#nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}

ul#nav li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}

a#designnav {
	width: 44px;
	height: 16px;
	background: url('../img/layout/nav-design-off.gif') no-repeat #fff;
	display: block;
}

a#designnav:hover {
	background: url('../img/layout/nav-design-on.gif') no-repeat #fff;
}


a#photonav {
	width: 87px;
	height: 16px;
	background: url('../img/layout/nav-photo-off.gif') no-repeat #fff;
	display: block;
}

a#photonav:hover {
	background: url('../img/layout/nav-photo-on.gif') no-repeat #fff;
}

a#artnav {
	width: 54px;
	height: 16px;
	background: url('../img/layout/nav-art-off.gif') no-repeat #fff;
	/* display: block; */
	display: none;
}

a#artnav:hover {
	background: url('../img/layout/nav-art-on.gif') no-repeat #fff;
}


a#meandernav {
	width: 87px;
	height: 16px;
	background: url('../img/layout/nav-meander-off.gif') no-repeat #fff;
	display: block;
}

a#meandernav:hover {
	background: url('../img/layout/nav-meander-on.gif') no-repeat #fff;
}


a#infonav {
	width: 84px;
	height: 16px;
	background: url('../img/layout/nav-info-off.gif') no-repeat #fff;
	display: block;
}

a#infonav:hover {
	background: url('../img/layout/nav-info-on.gif') no-repeat #fff;
}

a#contactnav {
	width: 52px;
	height: 16px;
	background: url('../img/layout/nav-contact-off.gif') no-repeat #fff;
	display: block;
}

a#contactnav:hover {
	background: url('../img/layout/nav-contact-on.gif') no-repeat #fff;
}

body#design a#designnav {
	background: url('../img/layout/nav-design-on.gif') no-repeat #fff;
}

body#photo a#photonav {
	background: url('../img/layout/nav-photo-on.gif') no-repeat #fff;
}

body#art a#artnav {
	background: url('../img/layout/nav-art-on.gif') no-repeat #fff;
}

body#info a#infonav {
	background: url('../img/layout/nav-info-on.gif') no-repeat #fff;
}

body#contact a#contactnav {
	background: url('../img/layout/nav-contact-on.gif') no-repeat #fff;
}

a.pnlink {
	color: #9d0a0e;
	font-size: 16px;
	text-decoration: none;
}

a.pnlink:hover {
	color: #9d0a0e;
	font-size: 16px;
	text-decoration: underline;
}
#controls {
	position: absolute;
	left: 78px;
	top: 281px;
}
#wrapper {
	float: left;
	width: 150px;
	height: 420px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #fff;
}
#theBox {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: visible;
}
.area {
	width: 150px;
	height: 420px;
	float: left;
}

.thumby {
	text-align: left;
	width: 48px;
	height: 48px;
	float: left;
	display: inline;
	padding: 0;
	margin: 0;
}

.photonav {
	background: url('../img/layout/photo-nav-cap.gif') top left #e5e5e5 no-repeat;
	height: 19px;
	width: 130px;
	margin-bottom: 12px;
	padding-left: 6px;
	padding-top: 2px;
}

.photonav-off {
	height: 19px;
	width: 130px;
	margin-bottom: 12px;
	padding-left: 6px;
	padding-top: 2px;
}

/* Type Styling ------------------------------------------------ */

h4 {
	font-family: Georgia, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #9d0a0e;
	margin: 0;
}

a.pnlink {
	color: #9d0a0e;
	font-size: 16px;
	text-decoration: none;
}

a.pnlink:hover {
	color: #9d0a0e;
	font-size: 16px;
	text-decoration: underline;
}

p.details {
	font-style: italic;
	color: #003663;
	margin-top: 0;
}

a {
	color: #9d0a0e;
	text-decoration: none;
}

a:hover {
	color: #9d0a0e;
	text-decoration: underline;
}

/* Prev/Next Navigation -------------------------------------------------- */

ul#prevnext {
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0;
	float: right;
}

ul#prevnext li {
	float: right;
	margin: 0 0 0 20px;
	padding: 0;
}

/* Special Circumstances and hiding ---------------------------- */
strong {
	margin-left: -9999px;
}