/* @override 
	http://paul.joyspringchurch.net/source/css/all.css
	http://paul.joyspringchurch.net/source/css/all.css
	http://www.paulwreid.com/source/css/all.css
*/

/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : Default CSS
Author : Paul Reid - Thanks to Marc van den Dobbelsteen
URL : http://blog.webbforce.nl/

all.css

Description : CSS Stylesheet for Resolution Dependent Layout

Created : November 12, 2006
Modified : January 15, 2007

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

/* ----- CSS ----- */

/* COLORS 
GREENS:
LIGHT GREEN: #615E39
GREEN: #3E3C1F
DARKEST GREEN: #302D18

BROWNS:
LIGHTEST TAN: #e7e9d1
TAN: #bfc2a3
DARK TAN: #A09474
BROWN: #?????? 

REDS:
DARK RED: #6A0000

*/

/* @group TESTING / TEMP */



div#count {
	display: none;
}

/* @end */

/* @group prelim */

.form-item{ display: inline; }

img a {
	border-style: none !important;
	border-width: 0 !important;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
	margin:0;
	padding:0;
}

body {
	background-image: url(/source/imgs/bkgd_main.gif);
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	font-size: medium;	
}

* html body {
	font-size: small; /* for IE5/Win*/
	f\ont-size: medium; /* for other Ie versions */
}

.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0pt;
	visibility:hidden;
}
.clearfix {
}
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}

#container {
	position: relative;
}

/* @end */

/* @group classes */

.strikeme {
	text-decoration: line-through;
}

.faded {
	color: #A09474;
}

.hide {
	display: none;
}

.alert {
	background: #900; 
	color: #FFF; 
	padding-top: 5px;
	padding-bottom: 15px;
	border-top: 1px double black;
}

.critical {
	background-color: #900; 
	color: #FFF;
	list-style-type: decimal;
	padding: 7px;
	display: block;
}

.alert p {
	text-align: center;
}

.alert a {
	font-weight: bold; 
	color: #FFF; 
	text-decoration: underline; 
	border-style: none;
}


.show {
	display: block;
}

.underline {
	text-decoration: underline;
}


.clearboth {
	clear: both;
}

.nobrdr {
	border-style: none;
}

.centerme {
	text-align: center;
}

.rightalign {
	text-align: right;
}

.leftalign {
	text-align: left;
}

.fullwidth {
	width: 100%;
	margin: 0 auto;
}

.fixedwidth {
	width: 500px;
	margin: 0 auto;
}

.offset {
	width: 100%;
	margin-right: -600px;
	float: left;
}

.smtxt {
	font-size: 80%;
}

.floatright {
	float: right;
	margin-left: 20px;
}


.floatleft {
	margin-right: 20px;
	float: left;
}

img.floatleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* @end */

/* @group Unused */

/* @group headings */

h1{
font:;
font-size:;
font-weight:;
color:;
margin:;
padding:;
}
h2{
font:;
font-size:;
font-weight:;
color:;
margin:;
padding:;
}
h3{
font:;
font-size:;
font-weight:;
color:;
margin:;
padding:;
}
h4{
font:;
font-size:;
font-weight:;
color:;
margin:;
padding:;
}


/* @end */

/* @group blockquotes */
blockquote p{
}
cite{
font:;
color:;
}
blockquote cite{
}


/* @end */

/* @group code */

pre{
margin:;
padding:;
background-color:;
border:;
font-size:;
overflow:;
}
code{
font-size:;
}
p code{
}
pre code{
}


/* @end */

/* @group text formatting */

strong{
}
em{
}
b{
}
i{
}


/* @end */

/* @end */

/* ---------- */

/* @group Header */

#header {
	background-image: url(/source/imgs/bkgd_main.gif);
}

#headerTop {
	background: url(/source/imgs/bkgd_sanaa.gif) repeat-x 0 bottom;
	height: 30px;
}

#headerTopleft {
	margin-right: 600px;
}

#headerCrnr a{
	width: 42px;
	height: 42px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	background: url(/source/imgs/corner_ahem.gif) no-repeat left top;
	border:0pt none;
	overflow:hidden;
	text-decoration:none;
	text-indent:-1000em;
}

#homelink {
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	background-color: #e7e9d1;
	font-size: 80%;
	text-align: center;
}

#homelink a:link, #homelink a:visited {
	display: block;
	color: #A09474;
	text-decoration: none;
	height: 22px;
	padding-top: 8px;
}

#homelink a:hover, #homelink a:active {
	color: #4c4928;
}

#headerTopright {
	min-height: 30px;
	width: 600px;
	float: right;
	background-color: white;
}

#headerLogin {
	width: 350px;
	float: left;
}

#headerLogin label {
	display: none;
}

#user-bar {
	color: #3E3C1F;
	font-size: 80%;
	padding-top: 5px;
	padding-left: 10px;
}
#user-bar p, #user-bar .item-list, #user-bar .item-list ul, #user-bar .item-list ul li{
	display: inline;
}

#user-login-form .item-list{
	display: none;
}

#user-bar a:link, #user-bar a:visited {
	color: #6A0000;
	text-decoration: none;
	border-bottom: 1px dotted #bfc2a3;
}
#user-bar a:hover, #user-bar a:active {
	color: #302D18;
	text-decoration: none;
	border-bottom: 1px solid #302D18;
}

#headerSearch {
	width: 250px;
	float: right;
}

#search-block-form{
	width: 250px;
	float: right;
	margin-top: 3px;
}

#headerBtm {
	clear: both;
	background: url(/source/imgs/bkgd_navbar.jpg) repeat-x;
	height: 102px;
}

#branding {
	margin-right: 600px;
}


#branding #logo {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}

#logo a:link img, #logo a:visited img, #logo a:hover img, #logo a:active img {
border-style: none;
	border-width: 0;
}

#branding #slogan {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #e7e9d1;
	font-size: 80%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	margin-top: 10px;
	text-shadow:#000000 2px 2px 2px;
}

/* @group Main Nav */

#nav {
	width: 600px;
	float: right;
}

#nav li#l_nav_about a:hover,
#nav li#l_nav_philos a:hover,
#nav li#l_nav_port a:hover,
#nav li#l_nav_cv a:hover,
#nav li#l_nav_about a.here,
#nav li#l_nav_philos a.here,
#nav li#l_nav_port a.here,
#nav li#l_nav_cv a.here
{
	background-color: #3d3b23;
}

li#l_nav_about a, li#l_nav_about,
li#l_nav_philos a, li#l_nav_philos,
li#l_nav_port a, li#l_nav_port,
li#l_nav_cv a, li#l_nav_cv {
	display:block;
	float:left;
	height:102px;
	width:150px;
}
#mainNav li#l_nav_about a, #mainNav li#l_nav_about {
	background: transparent url(/source/imgs/nav-about.gif) no-repeat scroll center center;
}

#mainNav li#l_nav_philos a, #mainNav li#l_nav_philos {
	background: transparent url(/source/imgs/nav-philos.gif) no-repeat scroll center center;
}

#mainNav li#l_nav_port a, #mainNav li#l_nav_port {
	background: transparent url(/source/imgs/nav-port.gif) no-repeat scroll center center;
}

#mainNav li#l_nav_cv a, #mainNav li#l_nav_cv {
	background: transparent url(/source/imgs/nav-cv.gif) no-repeat scroll center center;
}

#mainNav li a {
	border:0pt none;
	overflow:hidden;
	text-decoration:none;
	text-indent:-1000em;
}
#mainNav ul {
	margin: 0;
	padding: 0;
}
#mainNav ul li{
	float: left;
	list-style-type: none;
	display:inline;
	margin:0pt;
	padding:0pt;
}

/* @end */

/* @end */

/* @group PRIMARY CONTENT */

#primaryContent {
	background-color: #fff;
	color: #3E3C1F;
	font-size: 90%;
}

#primaryContent #main {
	background-color: #fff;
	color: #3E3C1F;
	padding-bottom: 50px;
}

#primaryContent a:link, #primaryContent a:visited {
	color: #6A0000;
	text-decoration: none;
	border-bottom: 1px dotted #bfc2a3;
}
#primaryContent a:hover, #primaryContent a:active {
	color: #302D18;
	text-decoration: none;
	border-bottom: 1px solid #302D18;
}

#primaryContent h1 {
	color: #3E3C1F;
	text-align: center;
	background: url(/source/imgs/bar_h1.gif) no-repeat center bottom;
	padding-bottom: 15px;
	font: normal small-caps 180%/130% Georgia, "Times New Roman", Times, serif;
	display: block;
	width: 500px;
	margin: 15px auto 20px;
}

#primaryContent h2 {
	clear: both;
	font: small-caps 100% Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #615E39;
	border-bottom: 1px solid #e7e9d1;
	padding-top: 3px;
	padding-bottom: 3px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#primaryContent h3 {
	clear: both;
	font: small-caps 100% Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #615E39;
	border-bottom: 1px solid #e7e9d1;
	padding-top: 3px;
	padding-bottom: 3px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h3.feed-item-title {
	clear: both;
	font: small-caps 100% Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e7e9d1;
	padding-top: 3px;
	padding-bottom: 3px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-top-style: none !important;
}

#primaryContent h4 {
	clear: both;
	font: small-caps 100% Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e7e9d1;
	padding-top: 3px;
	padding-bottom: 3px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#primaryContent h5 {
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 80%;
	margin-top: 10px;
	color: #615E39;
}

#primaryImages #mainpic {
	float: left;
}

#primaryImageExtra {
	width: 180px;
	float: right;
	margin-top: 1px;
	height: 235px;
	border-top: 1px solid #bfc2a3;
	border-bottom: 1px solid #bfc2a3;
}

#primaryImageExtra #thumbs {
	height: 190px;
	overflow:auto;
}

#primaryImageExtra #thumbs .field-items {
	font-size: 80%;
	margin-top: 7px;
}

#primaryImageExtra img.tn {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}

#thumbsTitle {
	border-bottom: 1px solid #e7e9d1;
	width: 100%;
	font-size: 80%;
	text-align: center;
	color: #615E39;
	height: 17px;
	padding-top: 5px;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: none;
	letter-spacing: 0;
	display: block;
}

#thumbsNav {
	border-top: 1px solid #e7e9d1;
	width: 100%;
	font-size: 70%;
	text-transform: uppercase;
	height: 21px;
}

.gal_link {
	text-align: center;
	display: block;
	padding-top: .5em;
}

.gal_link a {
	display: block;
}

.gal_link a:link,
.gal_link a:visited {
	color: #6A0000;
}

.gal_link a:hover,
.gal_link a:active {
	color: white !important;
	background-color: #6A0000 !important;
}
/*
#thumbsNav #navPrev {
	display: block;
	float: left;
	width: 80px;
}

#thumbsNav #navPrev a {
	display:block;
	height: 20px;
	width:80px;
	background: url(/source/imgs/btn_prev.jpg) no-repeat left center;
	border:0pt none;
	overflow:hidden;
	text-decoration:none;
	text-indent:-1000em;
}

#thumbsNav #navPrev a:hover {
	border-bottom: 3px solid #615E39;
}

#thumbsNav #navNext {
	display: block;
	float: right;
	width: 80px;
}

#thumbsNav #navNext a {
	display:block;
	height: 20px;	
	width:80px;
	background: url(/source/imgs/btn_next.jpg) no-repeat right center;
	border:0pt none;
	overflow:hidden;
	text-decoration:none;
	text-indent:-1000em;
}
#thumbsNav #navNext a:hover {
	border-bottom: 3px solid #615E39;
}

 My Comment */

#articleMain {
	clear: both;
	padding-top: 5px;
}

#articleMain ul{
	list-style-image: none;
	margin: 20px 40px;
}

#articleMain ul li{
	margin-bottom: 10px;
	list-style-image: url(/source/imgs/bullet_cir_10px.gif);
}

#articleMain ol{
	list-style-image: none;
	margin: 20px 40px;
}

#articleMain ol li{
	margin-bottom: 10px;
}

#articleMain p {
	margin-bottom: 15px;
	line-height: 140%;
}

div.articleimgs {
	border-bottom: 3px double #3E3C1F;
	width: 250px;
	font-size: 80%;
	margin-bottom: 20px;
}

div.articleimgs p{
	padding-right: 5px;
	padding-left: 6px;
}

#articleSub {
	clear: both;
	padding-bottom: 30px;
}

#primaryContent dl.horiz {
	padding-top: 5px;
	border-top: 1px solid #e7e9d1;
	clear: both;
	font-size: 90%;
	display: block;
}

#primaryContent dl.horiz dt {
	float: left;
	padding-bottom: 5px;
	display: block;
}

#primaryContent dl.horiz dd{
	width: 400px;
	float: right;
	padding-bottom: 5px;
	display: block;
}

#primaryContent .block {
	clear: both;
}

#primaryContent p {
	margin-bottom: 15px;
	line-height: 140%;
}

.pager {
	margin-bottom: 20px;
}

#articlesPrev {
	clear: both;
	margin: 10px 0;
}

#articleList {
	width: 275px;
	float: left;
}

#articleList dl{
	border-bottom: 1px solid #e7e9d1;
	clear: both;
	padding-bottom: 20px;
	margin-top: 5px;
}

#articleList dl dt{
	font: small-caps 140%/100% Georgia, "Times New Roman", Times, serif;
	margin-bottom: 3px;
	width: 100%;
	float: none;
	padding-bottom: 0;
}

#articleList dl dd.postdate{
	width: auto;
	font-size: 70%;
	float: left;
}

#articleList dl dd.articleLink{
	width: auto;
	font-size: 70%;
	float: right;
}

#gsImageView {
	overflow: auto;
}

#primaryContent .messages, #primaryContent .status, #primaryContent .help, #block-admin-display {
	margin: 10px;
	font-size: 90%;
}
#primaryContent .help p{
	margin-bottom: 10px;
}
.messages ul li, .status ul li {
	font-size: 90%;
	list-style-type: square;
	list-style-position: inside;
}

#main .collapsible {
	margin-right: 10px;
	margin-left: 10px;
}

#drupalmain {
	margin-right: 10px;
	margin-left: 10px;
}

/* @group Forms */

#primaryContent fieldset {
	margin-top: 20px;
	border-style: none;
	border-top: 1px solid #A09474;
	margin-bottom: 10px;
}

#primaryContent legend {
	padding-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: .2em;
}

#primaryContent .form-submit {
	margin-bottom: 50px;
}



/* @end */

/* @group Calendar */

#calendar {
	width: 285px;
	float: right;
}

#calendar .view-label, #calendar .view-field{
	margin-bottom: 5px;
}
/* @end */

/* @group RSS Feeds */

#rssfeeds {
	clear: both;
	margin: 10px 0;
	padding-right: 0;
	padding-left: 0;
}

#rssfeeds ul {
	list-style-type: none;
	list-style-image: none;
	margin-top: -10px;
	padding-right: 0;
	padding-left: 0;
	margin-right: 0;
	margin-left: 0;
}

#rssfeeds ul li {
	width: 280px;
	height: 25px;
	display: block;
	float: left;
	padding-top: 5px;
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}

#rssfeeds ul li.lefty {
	margin-right: 17px;
}

#rssfeeds ul li a{
	width: 280px;
	background: url(/source/imgs/feed-icon-16x16.gif) no-repeat right center;
	height: 25px;
	display: block;
}

#rssfeeds ul li.twitter a{
	background: url(/source/imgs/twitter-16x16.gif) no-repeat right center;
}

#rssfeeds ul li.facebook a{
	background: url(/source/imgs/facebook-16x16.gif) no-repeat right center;
}


#rssfeeds a:link, #rssfeeds a:visited {
	color: #3E3C1F;
	text-decoration: none;
	border-bottom: 1px dotted #bfc2a3;
}
#rssfeeds a:hover, #rssfeeds a:active {
	color: #302D18;
	text-decoration: none;
	border-bottom: 1px solid #A09474;
}

/* @end */

blockquote{
	margin: 10px 50px 20px 50px;
	padding: 0 10px;
	font-style: italic;
	text-align: left;
	border-right: 1px solid #A09474;
	border-left: 1px solid #A09474;
	line-height: 150%;
}

dl.first {
	border-top-style: none !important;
	border-top-width: 0 !important;
	margin-top: -5px;
}

/* @end */

#secContentOffset {
	background-image: url(/source/imgs/bkgd_main.gif);
}

/* @group Site Welcome */

.view-site-welcome a:link, .view-site-welcome a:visited {
	color: #6A0000;
	text-decoration: none;
	border-bottom: 1px dotted #bfc2a3;
}

.view-site-welcome a:hover, .view-site-welcome a:active {
	color: #302D18;
	text-decoration: none;
	border-bottom: 1px solid #302D18;
}

.view-content-site-welcome {
	clear: both;
	margin-right: 15px;
	margin-left: 15px;
}

.view-site-welcome p {
	clear: both;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}

#userpic {
	float: left;
	background-color: white;
	margin-bottom: 15px;
	margin-right: 15px;
	padding: 10px;
	border-top: 1px solid #e7e9d1;
	border-right: 1px solid #bfc2a3;
	border-bottom: 1px solid #bfc2a3;
	border-left: 1px solid #e7e9d1;
}

#useroptions {
	float: left;
	margin-bottom: 15px;
	padding: 0;
	margin-top: 2px;
}

#useroptions li {
	padding-left: 15px !important;
	background: url(/source/imgs/bullet_cir_10px.gif) no-repeat 0 3px !important;
	font-size: 90% !important;
	margin-bottom: 6px !important;
}

#secondaryNav ul li ul#useroptions {
	float: left; 
	width: auto;
}


#useroptions a:link, #useroptions a:visited {
	color: #6A0000;
	text-decoration: none;
	border-bottom: 1px dotted #bfc2a3;
}
#useroptions a:hover, #useroptions a:active {
	color: #302D18;
	text-decoration: none;
	border-bottom: 1px solid #302D18;
}

#block-views-site_welcome .view-field p {
	float: none;
	clear: both;
	margin-right: 10px;
	margin-top: 10px;
	font-size: 90%;
}

/* @end */

/* @group book reviews */

#primaryImageExtra.book_rev {
	width: 280px;
}

.book_rev ul li{
	padding-left: 15px !important;
	background: url(/source/imgs/bullet_cir_10px.gif) no-repeat 0 0;
	font-size: 110% !important;
	margin-bottom: 6px !important;
}

.book_rev .amazonlink{
	font-weight: bold;
	font-size: 120%;
}

.book_rev .titles{
	font-weight: bold;
	text-transform: uppercase;
}

.screen_wide #primaryImageExtra.book_rev {
	width: 480px;
}



.bkreview-bio{
	background: url(/source/imgs/bkgd_main.gif);
	padding: 1px 10px 10px;
	min-height: 160px;
	border: 1px solid #e7e9d1;
}

.bkreview-bio .bio{
	line-height: 140%;
}



.bkreview-bio .picture{
	background-color: white;
	margin-bottom: 15px;
	margin-right: 15px;
	padding: 10px;
	border-top: 1px solid #e7e9d1;
	border-right: 1px solid #bfc2a3;
	border-bottom: 1px solid #bfc2a3;
	border-left: 1px solid #e7e9d1;
	float: right;
}


/* @end */

/* @group listing pages */

/* @group folio listing page */

#block-views-foliohome_id div.item-list li,
#block-views-foliohome_web div.item-list li,
#block-views-foliohome_print div.item-list li,
#block-views-foliohome_photo div.item-list li
{
	width: 50%;
	margin-bottom: 10px;
	height: 80px;
	float: left;
}
.screen_wide #block-views-foliohome_id div.item-list li,
.screen_wide #block-views-foliohome_web div.item-list li,
.screen_wide #block-views-foliohome_print div.item-list li,
.screen_wide #block-views-foliohome_photo div.item-list li
{
	width: 33%;
}

#block-views-foliohome_id .view-data-field-image-fid,
#block-views-foliohome_web .view-data-field-image-fid,
#block-views-foliohome_print .view-data-field-image-fid,
#block-views-foliohome_photo .view-data-field-image-fid
{
	height: 100px;
	float: left;
	width: 90px;
}

/* @end */

/* @group blog listing pg */

.view-journal-home div.item-list {
	margin-left: 20px;
	margin-right: 20px;
}

.view-journal-home div.item-list li {
	margin-bottom: 20px;
	border-bottom: 1px solid #e7e9d1;
	height: 6.5em;
}

.view-journal-home .view-data-node-data-field-image-field-image-fid{
	width: 150px;
	float: left;
	border-right: 1px solid #bfc2a3;
}

.view-journal-home .view-data-node-title,
.view-data-node-created{
	margin-left: 180px;
}
.view-journal-home .view-data-node-title a {
	display: block;
}


/* @end */

/* @group book reviews pg */

.view-books-home div.item-list {
	margin-left: 20px;
	margin-right: 20px;
}

.view-books-home div.item-list li {
	margin-bottom: 20px;
	border-bottom: 1px solid #e7e9d1;
	height: 6.5em;
}

.view-books-home .view-data-node-data-field-image-field-image-fid{
	width: 150px;
	float: left;
	border-right: 1px solid #bfc2a3;
}

.view-books-home .view-data-node-title,
.view-data-node-created{
	margin-left: 180px;
}
.view-books-home .view-data-node-title a {
	display: block;
}
.view-data-node-created{
	margin-bottom: 10px;
}
.view-label-users-name{
	display: inline;
	font-size: 80%;
	margin-left: 29px;
}
.view-data-users-name{
	display: inline;
	font-size: 80%;
}


/* @end */

/* @group folio section page */

.view-folio-web div.item-list, 
.view-folio-id div.item-list,
.view-folio-print div.item-list,
.view-folio-photo div.item-list{
	margin-left: 10px;
	margin-right: 10px;
}

.view-folio-web div.item-list li,
.view-folio-id div.item-list li,
.view-folio-print div.item-list li,
.view-folio-photo div.item-list li
 {
	float: left;
	width: 50%;
	margin-bottom: 10px;
}
.screen_wide .view-folio-web div.item-list li,
.screen_wide .view-folio-id div.item-list li,
.screen_wide .view-folio-print div.item-list li,
.screen_wide .view-folio-photo div.item-list li {
	width: 33%;
}

.view-folio-web div.item-list .view-field,
.view-folio-id div.item-list .view-field,
.view-folio-print div.item-list .view-field,
.view-folio-photo div.item-list .view-field {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}

#drupalmain div.item-list .view-field dt,
.view-data-node-title{
	margin-top: 5px;
	margin-bottom: 5px;
}

#drupalmain div.item-list .view-field dd,
.view-data-node-created{
	font-size: 70%;
}

/* @end */

/* @end */

/* @group User Profiles */

.profile {
	margin-right: 20px;
	margin-left: 20px;
	clear: both;
}

#profile .profile{
	height: 150px;
}
.profile .picture{
	background-color: white;
	margin-bottom: 15px;
	margin-right: 15px;
	padding: 10px;
	border-top: 1px solid #e7e9d1;
	border-right: 1px solid #bfc2a3;
	border-bottom: 1px solid #bfc2a3;
	border-left: 1px solid #e7e9d1;
	float: left;
}

#profile .name {
	font-size: 110%;
	display: block;
	margin-bottom: 15px;
	float: right;
	width: 400px;
}

#profile .name a {
	display: block;
}

#profile .field {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
	float: right;
	clear: right;
	width: 400px;
}

.profile dt {
	font-size: 70%;
	text-transform: uppercase;
	color: #615E39;
}

.profile dd {
	font-size: 110%;
}

.profile h2 {
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font: small-caps 90% Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px dotted #bfc2a3;
	border-top: 1px dotted #bfc2a3;
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}


/* @end */

/* @group blog */

.submitted {
	font-size: 80%;
	margin-top: 5px;
	margin-bottom: 5px;
}

#articleUtility {
	border-top: 1px dotted #615E39;
	padding-top: 5px;
	clear: both;
}

.links {
	margin-bottom: 50px;
}

/* @end */

#secondaryContent {
	background: white url(/source/imgs/1px_brown.gif) repeat-y right;
}

/* @group secondaryNav */

.breadcrumb{
	font-size: 70%;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
}
.breadcrumb a:link, .breadcrumb a:visited {
	color: #3E3C1F;
	text-decoration: none;
	border-bottom: 1px dotted #bfc2a3;
}
.breadcrumb a:hover, .breadcrumb a:active {
	color: #302D18;
	text-decoration: none;
	border-bottom: 1px solid #302D18;
}

#secondaryNav {
	background-image: url(/source/imgs/bkgd_main.gif);
	color: #615E39;
	margin-bottom: 15px;
}

#secondaryNav h2 {
	background: url(/source/imgs/bar_h2.gif) no-repeat center bottom;
	font: small-caps 130% Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin: 5px auto 10px;
	padding-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;
}

#secondaryNav ul.menu{
	padding: 0;
	margin: 0;
}

#secondaryNav ul li{
	list-style-position: inside;
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
	list-style-image: none;
	list-style-type: none;
}

#secondaryNav ul li.collapsed{
	background: url(/source/imgs/bullet_cir_10px_plus.gif) no-repeat 5px;
}

#secondaryNav ul li.collapsed a{
	padding-left: 30px;
}
#secondaryNav ul li.leaf a{
	padding-left: 30px;
	background: url(/source/imgs/bullet_cir_10px.gif) no-repeat 5px;
}


#secondaryNav ul.menu li.leaf a,#secondaryNav ul.menu li.collapsed a{
	display: block;
	padding-top: 3px;
}

#secondaryNav ul.menu li.leaf a.active,#secondaryNav ul.menu li.collapsed a.active{
	background: #e7e9d1 url(/source/imgs/bullet_arrow_pad.gif) no-repeat right;
	color: #302D18;
	text-decoration: none;
	border-bottom: 1px solid #302D18;
}

#secondaryNav ul li a:link, #secondaryNav ul li a:visited {
	color: #6A0000;
	text-decoration: none;
	border-bottom: 1px dotted #3E3C1F;
}

#secondaryNav ul li a:hover, #secondaryNav ul li a:active {
	color: #302D18;
	text-decoration: none;
	border-bottom: 1px solid #302D18;
}

#secondaryNav ul li.expanded {
	color: #6A0000;
	text-decoration: none;
/*	background-color: #00fde9;*/
	width: 100%;
	display: block;
	clear: left;
	padding-left: 0px;
	background: url(/source/imgs/bullet_cir_10px.gif) no-repeat 5px 4px;
}
#secondaryNav ul li.expanded a{
	background-image: none;
	padding-left: 30px;
	border-style: none;
}


#secondaryNav ul li.expanded ul li a:link, #secondaryNav ul li.expanded a:visited {
	background-image: none;
	border-bottom: 1px dotted #bdb69a;
}

#secondaryNav ul li.expanded ul li a:hover, #secondaryNav ul li.expanded ul li a:active {
	background-image: none;
	border-bottom: 1px solid #302D18;
}






#secondaryNav ul li ul {
	background-image: none;
	float: right; 
	width: 50%;
}

.screen_med #secondaryNav ul li ul {
	background-image: none;
	width: 100%;
}

#secondaryNav ul li ul li {
	background-image: none;
	font-size: 80%;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	clear: left;
}
#secondaryNav ul.menu li.expanded ul li a{
	background-image: none;
	width: 100%;
	margin: 0;
	padding: 2px 0 0;
	height: 17px;
}

.screen_med #secondaryNav ul.menu li.expanded ul li a{
	background-image: none;
	padding: 4px 0 0 50px;
}

/* @end */

/* @group SecondaryColTwo */

/* @group featured */

#featured {
	padding-top: 5px;
	padding-bottom: 5px;
	background: black url(/source/imgs/bkgd_scratchy_blk.jpg);
}

#featured a:link, #featured a:visited {
	color: #3E3C1F;
	text-decoration: none;
	border-bottom: 1px dotted #3E3C1F;
}
#featured a:hover, #featured a:active {
	color: #302D18;
	text-decoration: none;
	border-bottom: 1px solid #302D18;
}

#featured dl {
	width: 150px;
	font-size: 70%;
	margin-right: auto;
	margin-left: auto;
}

#featured dl dt {
	background: url(/source/imgs/headg_feat-proj.gif) no-repeat center top;
	height: 41px;
}

#featured dd#featPic {
	padding-top: 8px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}

#featured dl dd {
	background-color: #fff;
	width: 140px;
	padding-left: 10px;
}

#featured dd#featLink {
	background: url(/source/imgs/heading_feat-proj-btm.gif) no-repeat center bottom;
	padding-top: 3px;
	padding-bottom: 5px;
	height: 17px;
	text-align: center;
}

/* @end */

/* @group links */

#Links h2 {
	color: #615E39;
	font-variant: small-caps;
	font: 100% Georgia, "Times New Roman", Times, serif;
	margin-left: 20px;
	padding-top: 5px;
	margin-bottom: 5px;
}

#Links {
	background-color: white;
	border-right-width: 1px;
	border-right-style: solid;
}



#Links a:link, #Links a:visited {
	color: #6A0000;
	text-decoration: none;
	border-bottom: 1px dotted #3E3C1F;
}
#Links a:hover, #Links a:active {
	color: #302D18;
	text-decoration: none;
	border-bottom: 1px solid #302D18;
}

/* @group agg list */

#Links div.block-aggregator {
	font-size: 100%;
	margin-bottom: 15px;
	width: 100%;
}

#Links div.block-aggregator h2{
	padding-left: 5px;
	padding-right: 15px;
	text-transform: uppercase;
	font: 70% Georgia, "Times New Roman", Times, serif;
	margin-bottom: 8px;
	padding-bottom: 0;
	color: #3E3C1F;
}

#Links div.content ul {
	list-style-type: none;
	list-style-image: none;
	background-image: none;
	margin-bottom: 0;
	clear: left;
	display: block;
	padding-bottom: 0;
	margin-top: 0;
	padding-top: 0;
}

#Links div.content ul li {
	font-size: 90%;
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	background-image: none;
	list-style-image: none;
	list-style-type: none;
	text-transform: none;
	float: none;
	list-style-position: outside;
	display: block;
	margin-left: 0;
	margin-bottom: 5px;
	margin-top: 0;
	padding: 0 8px;
}
#Links .block ul {
	padding: 0;
}
#Links div.content ul li a{
	display: block;
}

#Links div.more-link {
	font-size: 80%;
	padding-right: 8px;
}

/* @end */

#Links ul li ul li a{
	display: block;
}

#visitLinks {
	font-size: 90%;
	clear: left;
	display: block;
	border-top: 1px solid #bfc2a3;
	width: 100%;
}
#visitLinks a{
	padding-left: 15px;
	padding-top: 8px;
	display: block;
	height: 30px;
}

/* @end */

/* @end */

/* @group secondaryColOne */

/* @group Gallery pics */

#pics {
	background-color: #302D18;
	background-image: url(/source/imgs/bkgd_scratchy_grn.jpg);
	clear: both;
}

#pics #galtitle {
	background: url(/source/imgs/headg_rand-photos.gif) no-repeat center bottom;
	height: 41px;
	text-align: center;
	width: 200px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}

#pics #block-gallery-grid-0 h2 {
	display: none;
}

#pics .content, #pics h2 {
	background-color: #FFF;
	padding: 8px 0;
	width: 90%;
	margin: 0 auto;
	font-size: 80%;
	text-align: center;
}

#pics .gallery-grid-block {
	width: 188px;
	margin-left: auto;
	margin-right: auto;
}

#block-gallery-0 h3 {
	font-size: 80%;
}

#block-gallery-0 .giInfo {
	font-size: 80%;
}

div.one-image {
	clear: both;
}

h4.giDescription {
	text-align: center;
	font-size: 90%;
}

#block-gallery-0 .giInfo .summary {
	font-size: 80%;
	text-align: center;
	width: 100px;
	display: inline;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
}

#pics #gal_link a {
	display:block;
	height: 33px;	
	width:120px;
	margin-right: auto;
	margin-left: auto;
	background: url(/source/imgs/heading_gallery_hm.gif) no-repeat center top;
	border:0pt none;
	overflow:hidden;
	text-decoration:none;
	text-indent:-1000em;
	clear: both;
}

/* @end */

/* @group newusers */

#block-user-2 a:link, 
#block-user-3 a:link, 
#block-user-2 a:visited, 
#block-user-3 a:visited {
	color: #6A0000;
	text-decoration: none;
	border-bottom: 1px dotted #3E3C1F;
}

#block-user-2 a:hover, #block-user-3 a:hover, #block-user-2 a:active, #block-user-3 a:active {
	color: #302D18;
	text-decoration: none;
	border-bottom: 1px solid #302D18;
}

#block-user-2, #block-user-3 {
	background: white url(/source/imgs/1px_brown.gif) repeat-y right;
	background-color: #fff;
}

#block-user-2 h2, #block-user-3 h2 {
	color: #615E39;
	font-variant: small-caps;
	font: 100% Georgia, "Times New Roman", Times, serif;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: none;
}

#block-user-2 ul {
	margin-left: 5px;
	list-style-image: none;
	list-style-type: none;
}

.item-list ul li{
	list-style-image: none;
	list-style-type: none;	
	margin: 0 0 0.25em 0;
}

#block-user-2 ul li {
	padding-left: 15px;
	background: url(/source/imgs/bullet_cir_sm.gif) no-repeat left;
	font-size: 90%;
}

#block-user-3 .content{
	color: #3E3C1F;
	font-size: 90%;
	margin-left: 20px;
	margin-right: 20px;
}

#block-user-3 .item-list ul li{
	padding-left: 15px;
	margin: 5px 0 0 -15px;
	background: url(/source/imgs/bullet_cir_sm.gif) no-repeat left;
	font-size: 100%;
}

#block-user-3 .item-list h3{
	display: none;
}

/* @end */

/* @end */

/* @group optimize me */

/* @group top: login - search */
form#user-login-form, form#search {
	position:relative;
	padding: 0px 0 0 6px;
	/*padding:6px;
	border:1px solid grey;*/
}

div#username,
div#password, div#searchterm {
	position:relative;
	float:left;
	margin-right:3px;
}

input#username-field,
input#password-field,
input#search-field {
	width:12em;
	font-size: 70%;
	margin-right: 5px;
}

label.overlabel {
	color:#999;
	font-size: 80%;
}
label.overlabel-apply {
	font-size: 80%;
	position:absolute;
	top:3px;
	left:5px;
	z-index:1;
	color:#999;
}
input.btn {
	margin-top: 2px;
}


/* @end */

/* @end */

/* @group Footer */

#footer{
	clear:both;
	background: url(/source/imgs/bkgd-hills.jpg) 0 center;
	font-size: 90%;
	border-top: 1px solid #A09474;
}

#footTop {
	width: 100%;
}

#footTopWrap {
	float: left;
	width: 100%;
	margin-left: -600px;
}

#footTopWrapOffset {
	margin-left: 600px;
}
#quotetab {
	width: 23px;
	float: right;
	height: 45px;
	background: url(/source/imgs/foot_quote-arrow-left.gif) no-repeat right top;
	margin-top: 10px;
}

#footLocalTime {
	color: white;
	width: 50%;
	float: left;
}

#currTime {
	text-align: center;
	font-size: 75%;
	margin-top: 4px;
	margin-bottom: 4px;
}

#clock {
	background-image: url(/source/imgs/transp_behind_clock.png);
	width: 160px;
	height: 33px;
	margin-right: auto;
	margin-left: auto;
	font-size: 120%;
	text-align: center;
	padding-top: 7px;
}

#quote {
	float: right;
	width: 600px;
	background-color: #e7e9d1;
}

#quoteTitle {
	border-top: 1px solid #A09474;
	border-bottom: 1px solid #A09474;
	height: 30px;
	margin: 15px;
	background: url(/source/imgs/heading_quoteworthy.gif) no-repeat left center;
	overflow:hidden;
	text-decoration:none;
	text-indent:-1000em;
}

#quoteBody {
	line-height: 150%;
	font-size: 110%;
	margin: 15px 20px 15px 15px;
	min-height: 150px;
	color: #3E3C1F;
}

.field-field-passage-reference {
	display: none !important;
}
#quoteBody p{
	margin-right: 5px;
	font-style: italic;
}

#quoteBody p.ref{
	margin-top: 15px;
	text-align: right;
	font-weight: normal;
	font-style: normal;
}

/* @group btminfo */

#footBtmInfo {
	float: left;
	font-size: 110%;
}

#footBtmInfo a:link, #footBtmInfo a:visited {
	color: #6A0000;
	text-decoration: none;
	border-bottom: 1px dotted #bfc2a3;
	display: block;
}
#footBtmInfo a:hover, #footBtmInfo a:active {
	color: #302D18;
	text-decoration: none;
	border-bottom: 1px solid #302D18;
	display: block;
}

#footBtm {
	clear: both;
	font-size: 10px;
	border-top: 1px solid #A09474;
}

#footBtmInfo dl{
	float: left;
	width: 190px;
	margin-left: 10px;
	margin-top: 3px;
}

dl#footInfoAddress{
	width: 190px;
}

.privacylink {
	float: left;
	margin-top: 7px;
	margin-left: 70px;
}

#infoGroup1 {
	display: block;
	float: left;
	width: 200px;
}

#infoGroup2 {
	display: block;
	float: left;
	width: 200px;
	border-left: 1px solid #A09474;
	padding-bottom: 7px;
}

#footBtmInfo dl dt{
	float: left;
	font-weight: bold;
	width: 50px;
	margin-left: 0;
}

#footBtmInfo dl dd{
	float: left;
	margin-left: 10px;
	text-align: left;
}

#footInfoAddress dd{
	float: left;
	margin-left: 10px;
	text-align: left;
	width: 100px;
	line-height: 100%;
}

/* @end */

/* @group btmNav */

#footBtmNav {
	font-size: 10px;
	float: right;
	width: 600px;
	background-color: white;
}

#footBtmNav li#l_about a, #footBtmNav li#l_about,
#footBtmNav li#l_philos a, #footBtmNav li#l_philos,
#footBtmNav li#l_port a, #footBtmNav li#l_port,
#footBtmNav li#l_cv a, #footBtmNav li#l_cv {
	display:block;
	float:left;
	height:75px;
	width:149px;
}
#footBtmNav li#l_about a, #footBtmNav li#l_about {
	background: transparent url(/source/imgs/btn_footnav_about.gif) no-repeat scroll center center;
}

#footBtmNav li#l_philos a, #footBtmNav li#l_philos {
	background: transparent url(/source/imgs/btn_footnav_philos.gif) no-repeat scroll center center;
}

#footBtmNav li#l_port a, #footBtmNav li#l_port {
	background: transparent url(/source/imgs/btn_footnav_port.gif) no-repeat scroll center center;
}

#footBtmNav li#l_cv a, #footBtmNav li#l_cv {
	background: transparent url(/source/imgs/btn_footnav_cv.gif) no-repeat scroll center center;
}

#footBtmNav li a {
	border:0pt none;
	overflow:hidden;
	text-decoration:none;
	text-indent:-1000em;
}

#footBtmNav li a:link, #footBtmNav li a:visited {
}

#footBtmNav li a:hover, #footBtmNav li a:active {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #3e3c1f;
}

#footBtmNav ul {
	margin: 0;
	padding: 0 0 10px;
}
#footBtmNav ul li{
	float: left;
	list-style-type: none;
	display:inline;
	margin:0pt;
	padding:0pt;
	border-left: 1px solid #3E3C1F;
}


/* @end */

#footLocal {
	position: absolute;
	right: 600px;
	left: 0;
	bottom: 0;
}

#footLocalStatus {
	top: 220px;
	position: relative;
	float: left;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#footLocalDonate {
	height: 248px;
	background: url(/source/imgs/donate.gif) no-repeat center;
	right: 0;
	left: 50%;
	float: right;
	width: 50%;
}


#footLocalDonate a {
	display:block;
	height: 200px;	
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	border:0pt none;
	overflow:hidden;
	text-decoration:none;
	text-indent:-1000em;
	margin-top: 19px;
}
#footLocalDonate a:hover {
	background: url(/source/imgs/donate-hover.gif) no-repeat;
}
/* @end */

/* ---------- */

/* @group screen_wide */

.screen_wide .offset {
	width: 100%;
	margin-right: -800px;
	float: left;
}

.screen_wide #secondaryNav {
	margin-right: 800px;
}
	
.screen_wide #primaryContent {
	width: 800px;
	float: right;
	clear: none;
	font-size: 110%;
}

.screen_wide #primaryImageExtra {
	width: 380px;
}

.screen_wide #articleSub dl dd {
	width: 550px;
}

.screen_wide #articleList {
	width: 470px;
}

.screen_wide #rssfeeds ul li {
	width: 370px;
}

.screen_wide #rssfeeds ul li a{
	width: 368px;
}

.screen_wide #secondaryContent {
	width: 100%;
	float: right;
	margin-left: -800px;
}

.screen_wide #secContentOffset {
	margin-left: 800px;
}

.screen_wide #secondaryColOne {
	float: right;
	width: 50%; 
}

.screen_wide #secondaryColTwo {
	float: left;
	width: 50%; 
}

/* @group footer */

.screen_wide #footTopWrap {
	margin-left: -800px;
}

.screen_wide #footTopWrapOffset {
	margin-left: 800px;
}

.screen_wide #footLocal {
	right: 800px;
}

.screen_wide #quote {
	width: 800px;
}

.screen_wide #quoteBody {
	min-height: 170px;
	max-height: 200px;
	overflow: auto;
}

.screen_wide #footBtmNav {
	width: 800px;
}

.screen_wide #footBtmNav li#l_about a, .screen_wide #footBtmNav li#l_about,
.screen_wide #footBtmNav li#l_philos a, .screen_wide #footBtmNav li#l_philos,
.screen_wide #footBtmNav li#l_port a, .screen_wide #footBtmNav li#l_port,
.screen_wide #footBtmNav li#l_cv a, .screen_wide #footBtmNav li#l_cv {
	width:199px;
	background-position: center center;
}


/* @end */

/* @group header */

.screen_wide #headerTopleft {
	margin-right: 800px;
}

.screen_wide #headerTopright {
	width: 800px;
}


.screen_wide #branding {
	margin-right: 800px;
}




/* @group Main Nav */

.screen_wide #nav {
	width: 800px;
}


.screen_wide li#l_nav_about a, .screen_wide li#l_nav_about,
.screen_wide li#l_nav_philos a, .screen_wide li#l_nav_philos,
.screen_wide li#l_nav_port a, .screen_wide li#l_nav_port,
.screen_wide li#l_nav_cv a, .screen_wide li#l_nav_cv {
	width:200px;
}

/* @end */

/* @end */

/* @end */

/* @group .screen_high dupe */

#secondaryNav {
	margin-right: 600px;
}
	
#primaryContent {
	width: 600px;
	float: right;
	clear: none;
}

#secondaryContent {
	width: 100%;
	float: right;
	margin-left: -600px;
}

#secContentOffset {
	margin-left: 600px;
}

#secondaryColOne {
	float: right;
	width: 50%; 
}

#secondaryColTwo {
	float: left;
	width: 50%;
}

#quoteBody {
	max-height: 220px;
	overflow: auto;
}

/* @end */

/* @group screen_high */

.screen_high #secondaryNav {
	margin-right: 600px;
}
	
.screen_high #primaryContent {
	width: 600px;
	float: right;
	clear: none;
}

.screen_high #secondaryContent {
	width: 100%;
	float: right;
	margin-left: -600px;
}

.screen_high #secContentOffset {
	margin-left: 600px;
}

.screen_high #secondaryColOne {
	float: right;
	width: 50%; 
}

.screen_high #secondaryColTwo {
	float: left;
	width: 50%;
}

.screen_high #quoteBody {
	max-height: 220px;
	overflow: auto;
}

/* @end */

/* @group screen_med */

/* @group .screen_high MED */
	
.screen_med #primaryContent {
	clear: none;
}

.screen_med #secondaryContent {
	width: auto;
	float: none;
	margin-left: auto;
}

.screen_med #secContentOffset {
	margin-left: auto;
}

.screen_med #secondaryColTwo {
	float: none;
	width: auto;
}

/* @end */

.screen_med #secondaryNav {
	margin-right: 600px;
}

.screen_med #secondaryNav ul li{
	width: 100%;
}

.screen_med #primaryContent {
	width: 600px;
	float: right;
}

.screen_med #secondaryColOne {
	float: left;
	width: 100%;
	margin-left: -600px;
}

.screen_med #secColOneOffset {
	margin-left: 600px;
}

.screen_med #secondaryColTwo {
	clear: both;
}
.screen_med #featuredOffset {
	background: black url(/source/imgs/bkgd_scratchy_blk.jpg);
	width: 100%;
	margin-right: -600px;
	float: left;
}

.screen_med #featured {
	margin-right: 600px;
}

.screen_med #Links {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	float: right;
	width: 600px;
}

.screen_med #Links div.block-views {
	float: left;
	width: 30%;
	margin-left: 10px;
}

.screen_med #Links div.block-aggregator {
	float: left;
	width: 30%;
	margin-left: 10px;
}

.screen_med #visitLinks {
	border-top: 1px solid #bfc2a3;
}

.screen_med #footTopWrap {
	margin-left: -400px;
}

.screen_med #footTopWrapOffset {
	margin-left: 400px;
}

.screen_med #footLocal {
	right: 400px;
}

.screen_med #quote {
	width: 400px;
}

.screen_med #quoteBody {
	min-height: 170px;
	max-height: 200px;
	overflow: auto;
}

.screen_med #footBtmNav {
	width: 400px;
}

.screen_med #footBtmNav li#l_about a, .screen_med #footBtmNav li#l_about,
.screen_med #footBtmNav li#l_philos a, .screen_med #footBtmNav li#l_philos,
.screen_med #footBtmNav li#l_port a, .screen_med #footBtmNav li#l_port,
.screen_med #footBtmNav li#l_cv a, .screen_med #footBtmNav li#l_cv {
	height:35px;
	width:199px;
	background-position: center center;
}

.screen_med #footBtmNav ul li#l_about, .screen_med #footBtmNav ul li#l_philos {
	border-bottom: 1px solid #3E3C1F;
}

/* @end */

/* @group screen_low */

.screen_low .offset {
	width: 100%;
	margin-right: -400px;
	float: left;
}

/* @group Header */

.screen_low #header {
	background-image: url(/source/imgs/bkgd_main.gif);
}

.screen_low #headerTop {
	background: url(/source/imgs/bkgd_sanaa.gif) repeat-x 0 bottom;
	height: 30px;
}

.screen_low #headerTopleft {
	width: 100%;
}

.screen_low #homelink {
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	background-color: #e7e9d1;
	font-size: 80%;
	text-align: center;
	/*padding-top: 5px;*/
}

.screen_low #headerTopright {
	min-height: 30px;
	width: 100%;
	background-color: white;
}

.screen_low #headerLogin {
	width: 350px;
	float: left;
}

.screen_low #headerSearch {
	width: 250px;
	float: right;	
}

.screen_low #headerBtm {
	clear: both;
	background: url(/source/imgs/bkgd_navbar.jpg) repeat-x;
	height: 103px;
}

.screen_low #branding {
	margin-right: 400px;
}


.screen_low #branding #logo {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}

.screen_low #logo a:link img, .screen_low #logo a:visited img, .screen_low #logo a:hover img, .screen_low #logo a:active img {
	border-style: none;
	border-width: 0;
}

.screen_low #branding #slogan {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #e7e9d1;
	font-size: 80%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	margin-top: 10px;
	text-shadow:#000000 2px 2px 2px;
}

/* @group Main Nav */

.screen_low #nav {
	width: 400px;
	float: right;
}

.screen_low #nav li#l_nav_about a:hover,
.screen_low #nav li#l_nav_philos a:hover,
.screen_low #nav li#l_nav_port a:hover,
.screen_low #nav li#l_nav_cv a:hover {
	background-color: #3d3b23;
}

.screen_low #nav li.here a {
	background-image: url(/source/imgs/nav_here.gif);
}

.screen_low li#l_nav_about a, .screen_low li#l_nav_about,
.screen_low li#l_nav_philos a, .screen_low li#l_nav_philos,
.screen_low li#l_nav_port a, .screen_low li#l_nav_port,
.screen_low li#l_nav_cv a, .screen_low li#l_nav_cv {
	display:block;
	float:left;
	height:50px;
	width:200px;
}
.screen_low #mainNav li#l_nav_about a, .screen_low #mainNav li#l_nav_about {
	background: transparent url(/source/imgs/nav-about.gif) no-repeat scroll center top;
}

.screen_low #mainNav li#l_nav_philos a, .screen_low #mainNav li#l_nav_philos {
	background: transparent url(/source/imgs/nav-philos.gif) no-repeat scroll center top;
}

.screen_low #mainNav li#l_nav_port a, .screen_low #mainNav li#l_nav_port {
	background: transparent url(/source/imgs/nav-port.gif) no-repeat scroll center top;
}

.screen_low #mainNav li#l_nav_cv a, .screen_low #mainNav li#l_nav_cv {
	background: transparent url(/source/imgs/nav-cv.gif) no-repeat scroll center top;
}

.screen_low #mainNav li a {
	border:0pt none;
	overflow:hidden;
	text-decoration:none;
	text-indent:-1000em;
}
.screen_low #mainNav ul {
	margin: 0;
	padding: 0;
}
.screen_low #mainNav ul li{
	float: left;
	list-style-type: none;
	display:inline;
	margin:0pt;
	padding:0pt;
	/*border-left: 1px solid #000;*/
}

/* @end */

/* @end */

.screen_low #featuredOffset {
	width: 100%;
}

.screen_low #featured {
}

/* @group .screen_high LOW */

.screen_low #secondaryNav {
	margin-right: auto;
}
	
.screen_low #primaryContent {
	float: none;
}

.screen_low #secondaryContent {
	width: auto;
	float: none;
	margin-left: auto;
}

.screen_low #secContentOffset {
	margin-left: auto;
}

.screen_low #secondaryColOne {
	float: none;
	width: auto; 
}

.screen_low #secondaryColTwo {
	float: none;
	width: auto;
}

.screen_low #quoteBody {
	max-height: 220px;
	overflow: auto;
}

/* @end */

.screen_low #primaryContent {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

.screen_low #main {
	background-image: none;
	background-color: white;
}

.screen_low #Links {
	clear: both;
	width: 100%;
}

.screen_low #Links div.block-views {
	float: left;
	width: 30%;
	margin-left: 10px;
}

/* @group Footer */

.screen_low #footer{
	width:100%;
	clear:both;
	font-size: 90%;
	border-top: 1px solid #A09474;
}

.screen_low #footTopWrapOffset {
	width: 100%;
	height: 300px;
	background: url(/source/imgs/bkgd-hills.jpg) 0 center;
}

.screen_low #quotetab {
	display: none;
}

.screen_low #footTop {
	background: url(/source/imgs/bkgd-hills.jpg) 0 bottom;
}
/*.screen_low #footTopWrap {
	float: left;
	width: 100%;
	margin-left: -600px;
}

.screen_low #footTopWrapOffset {
	margin-left: 600px;
}
.screen_low #quotetab {
	width: 23px;
	float: right;
	height: 45px;
	background: url(/source/imgs/foot_quote-arrow-left.gif) no-repeat right top;
	margin-top: 10px;
}*/

.screen_low #footLocalTime {
	color: white;
	width: 50%;
	float: left;
}

.screen_low #currTime {
	text-align: center;
	font-size: 75%;
	margin-top: 4px;
	margin-bottom: 4px;
}

.screen_low #clock {
	background-image: url(/source/imgs/transp_behind_clock.png);
	width: 160px;
	height: 33px;
	margin-right: auto;
	margin-left: auto;
	font-size: 120%;
	text-align: center;
	padding-top: 7px;
}

.screen_low #time {
}

.screen_low #quote {
	width: 100%;
	background-color: #e7e9d1;
}

.screen_low #quoteTitle {
	border-top: 1px solid #A09474;
	border-bottom: 1px solid #A09474;
	height: 30px;
	margin: 15px;
	background: url(/source/imgs/heading_quoteworthy.gif) no-repeat left center;
	overflow:hidden;
	text-decoration:none;
	text-indent:-1000em;
}
/*
#pics #galtitle {
	background: url(/source/imgs/headg_rand-photos.gif) no-repeat center bottom;
	height: 41px;
	text-align: center;
	width: 200px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}*/

.screen_low #quoteBody {
	line-height: 150%;
	font-size: 110%;
	margin: 15px 20px;
	height: 200px;
	overflow: auto;
	color: #3E3C1F;
}

.screen_low #quoteBody p.ref{
	margin-top: 15px;
	text-align: right;
}

/* @group btminfo */

.screen_low #footBtm {
	clear: both;
	font-size: 10px;
	border-top: 1px solid #A09474;
}

.screen_low #footBtmInfo {
	float: left;
	font-size: 110%;
}
.screen_low #footBtmInfo dl{
	float: left;
	width: 190px;
	margin-left: 10px;
	margin-top: 7px;
}

.screen_low dl#footInfoAddress{
	width: 170px;
}

.screen_low #infoGroup1 {
	display: block;
	float: left;
	width: 200px;
}

.screen_low #infoGroup2 {
	display: block;
	float: left;
	width: 200px;
	border-left: 1px solid #A09474;
	padding-bottom: 7px;
}

.screen_low #footBtmInfo dl dt{
	float: left;
	font-weight: bold;
	width: 50px;
}

.screen_low #footBtmInfo dl dd{
	float: left;
	margin-left: 10px;
	text-align: left;
}

/* @end */

/* @group btmNav */

.screen_low #footBtmNav {
	font-size: 10px;
	width: 100%;
	background-color: white;
	border-bottom: 1px solid #615E39;
}

.screen_low #footBtmNav li#l_about a, .screen_low #footBtmNav li#l_about,
.screen_low #footBtmNav li#l_philos a, .screen_low #footBtmNav li#l_philos,
.screen_low #footBtmNav li#l_port a, .screen_low #footBtmNav li#l_port,
.screen_low #footBtmNav li#l_cv a, .screen_low #footBtmNav li#l_cv {
	display:inline;
	height:75px;
}

.screen_low #footBtmNav li a {
	border:0pt none;
	overflow:hidden;
	text-decoration:none;
	text-indent:-1000em;
	display: block;
	width:25%;
	margin: 0 auto;
}
.screen_low #footBtmNav ul {
	padding: 0 0 10px;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
}
.screen_low #footBtmNav ul li{
	list-style-type: none;
	display:inline;
	padding:0pt;
	border-left: 1px solid #3E3C1F;
	width: 25px;
}

.screen_low #footBtmNav li#l_about a, .screen_low #footBtmNav li#l_about {
	background: transparent url(/source/imgs/btn_footnav_about.gif) no-repeat scroll center center;
}

.screen_low #footBtmNav li#l_philos a, .screen_low #footBtmNav li#l_philos {
	background: transparent url(/source/imgs/btn_footnav_philos.gif) no-repeat scroll center center;
}

.screen_low #footBtmNav li#l_port a, .screen_low #footBtmNav li#l_port {
	background: transparent url(/source/imgs/btn_footnav_port.gif) no-repeat scroll center center;
}

.screen_low #footBtmNav li#l_cv a, .screen_low #footBtmNav li#l_cv {
	background: transparent url(/source/imgs/btn_footnav_cv.gif) no-repeat scroll center center;
}


/* @end */

.screen_low #footLocal {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 279px;
}

.screen_low #footLocalStatus {
	top: 220px;
	position: relative;
	float: left;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.screen_low #footLocalDonate {
	height: 256px;
	background: url(/source/imgs/donate.gif) no-repeat center;
	right: 0;
	left: 50%;
	float: right;
	width: 50%;
}


.screen_low #footLocalDonate a {
}
.screen_low #footLocalDonate a:hover {
}
/* @end */

/* @end */

/* @group screen_ultralow */

body.screen_ultralow {
	margin: 5px;
	padding: 5px;
}

.screen_ultralow * {
	background-image: none !important;
	background: none !important;
	width: auto !important;
	height: auto !important;
	margin: auto !important;
	float: none !important;
	position: static !important;
}

.screen_ultralow .alert {
	background: #900 !important; 
}

.screen_ultralow .alert a {
	font-weight: bold !important; 
	color: #FFF !important; 
	text-decoration: underline !important; 
	border-style: none !important;
}

.screen_ultralow #shortcuts {
	display: block;
	text-align: center !important;
	font-size: 80%;
}
.screen_ultralow #siteNav {
	margin-bottom: 20px !important;
}

.screen_ultralow a:link, 
.screen_ultralow a:visited {
	color: #6A0000;
	text-decoration: none;
	border-bottom: 1px dotted #bfc2a3;
}
.screen_ultralow a:hover, 
.screen_ultralow a:active {
	color: #302D18;
	text-decoration: none;
	border-bottom: 1px solid #302D18;
}

.screen_ultralow #headerCrnr a{
	display: block !important;
	text-indent: 0 !important;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	background-color: #900 !important;
	color: #FFF !important;
	text-align: center !important;
}

.screen_ultralow #branding, 
.screen_ultralow #branding #logo{
	background: url(/source/imgs/bkgd_navbar.jpg) repeat-x center!important;
	height: 85px !important;
}

.screen_ultralow #branding #logo{
	background: transparent !important;
	width: 180px !important;
	height: 35px !important;
	padding: 10px auto !important;
	margin-right: auto !important;
	margin-left: auto !important;
}
.screen_ultralow #branding #logo img{
	margin-bottom: 10px !important;
}
.screen_ultralow #branding #slogan{
	margin-top: 6px !important;
}

.screen_ultralow h1, 
.screen_ultralow h2, 
.screen_ultralow h3, 
.screen_ultralow h4,
.screen_ultralow h5,
.screen_ultralow h6 {
	display: block;
	background-color: yellow;
	text-indent: 0 !important;
}

.screen_ultralow #search-block-form{
	width: 200px !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.screen_ultralow #mainNav {
	margin-top: 10px !important;
}

.screen_ultralow #mainNav li a {
	text-indent:0 !important;
	background-color: yellow;
	text-align: center;
	margin-bottom: 5px !important;
}

.screen_ultralow #Links {
	border-right-style: none;
}

.screen_ultralow #shortcutsBtm {
	display: block;
	text-align: center;
	font-size: 90%;
}

/* @group btmNav */

.screen_ultralow #footBtmNav {
	font-size: 150%;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	border-bottom: 1px solid #a09474;
	height: auto !important;
	text-align: center;
}

.screen_ultralow #footBtmNav li#l_about a, .screen_ultralow #footBtmNav li#l_about,
.screen_ultralow #footBtmNav li#l_philos a, .screen_ultralow #footBtmNav li#l_philos,
.screen_ultralow #footBtmNav li#l_port a, .screen_ultralow #footBtmNav li#l_port,
.screen_ultralow #footBtmNav li#l_cv a, .screen_ultralow #footBtmNav li#l_cv {
	display: inline;
	border-style: none;
}
.screen_ultralow #footBtmNav ul li{
	display: block !important;
	margin-bottom: 10px !important;
}


/* @end */

/* @group featured */

.screen_ultralow #featured {
	padding-top: 5px;
	padding-bottom: 5px;
	background: black url(/source/imgs/bkgd_scratchy_blk.jpg) !important;
}

.screen_ultralow #featured dl {
	width: 150px !important;
	font-size: 70%;
	margin-right: auto;
	margin-left: auto;
}

.screen_ultralow #featured dl dt {
	background: url(/source/imgs/headg_feat-proj.gif) no-repeat center top !important;
	height: 41px !important;
}

.screen_ultralow #featured dl dd {
	background-color: #fff !important;
}

/* @end */

/* @group Gallery pics */

.screen_ultralow #pics {
	background-color: #302D18 !important;
	background-image: url(/source/imgs/bkgd_scratchy_grn.jpg) !important;
}

.screen_ultralow #pics #galtitle {
	background: url(/source/imgs/headg_rand-photos.gif) no-repeat center bottom !important;
	padding-top: 30px;
}

.screen_ultralow #pics .content {
	background-color: #FFF !important;
	padding: 8px 0;
	width: 90%;
	margin: 0 auto;
}

/* @end */

/* @end */

