
/* Reset Defaults
--------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, del, dfn, font, img, ins, kbd, q, s, samp, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-family: inherit; vertical-align: baseline;}
:focus { outline: 0;}
ul { list-style: none;}
table {	border-collapse: separate; border-spacing: 0;}
caption, th, td { text-align: left;	font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after { content: "";}
blockquote, q {	quotes: "" "";}


/* Basic Selectors
--------------------------------------------------------------------------------------- */

html {height: 100%; }
body { font: normal 62.5% "Lucida Grande", Arial, Helvetica, Verdana, sans-serif; color: #4a4e52; height: 100%; background: #eeedea url(../images/bg/bg_body.jpg) top center repeat-x; }

h1, h2, h3, h4, h5, h6 { font-size:1.4em; color: #333639; font-family: "HelveticaNeueLight", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 200;}
p { font-size:1.2em; line-height:1.6em; margin:16px 0; }
small { font-size:1em; color: #7d8185; font-family: Georgia; font-style: italic; }

.align-left { text-align:left; }
.align-center { text-align:center; }
.align-right { text-align:right; }

.float-left { float:left; }
.float-right { float:right; }
.float-none { float:none; }

.clear-left {clear: left;}
.clear-right {clear:right;}
.push {clear:both;}

.hide {display: none;}
.overflow { width: 100%; overflow: hidden; }
p.btn { margin-top: 20px; margin-bottom: 0; }
li.btn { margin-top: 20px; margin-bottom: 0; }
p.last { margin-bottom: 0; }


/* Links
--------------------------------------------------------------------------------------- */

a {font-weight: bold; text-decoration: none;}
a:link { color: #cb8100;}
a:visited { color: #cb8100;}
a:hover { color: #cb8100; text-decoration: underline;}
a:active { color: #cb8100;}

.crumbs a:link { color: #4a4e52;}
.crumbs a:visited { color: #4a4e52;}
.crumbs a:hover { color: #cb8100; text-decoration: underline;}
.crumbs a:active { color: #4a4e52;}


.btn_prev { display:block; width: 66px; height: 25px; text-indent: -9999px; background: transparent url(../images/btn/btn_prev.gif) top left no-repeat; position: absolute; top:20px; left: 0; z-index: 99; }
.btn_prev:hover { background-position: bottom left;}

.btn_next { display:block; width: 66px; height: 25px; text-indent: -9999px; background: transparent url(../images/btn/btn_next.gif) top right no-repeat; position: absolute; top:20px; right: 0; z-index: 99;}
.btn_next:hover { background-position: bottom left;}


/* Main Structural Selectors
--------------------------------------------------------------------------------------- */

.container { width: 960px; margin: 0 auto; }
.header { width: 912px; height: 52px; margin: 0 auto; padding: 24px;}
.navigation { width: 960px; height:46px;}
.content_box { background: transparent url(../images/bg/bg_content.gif) 607px 40px no-repeat; }
.content { width:912px; margin: 0 auto; padding: 36px 24px; overflow: hidden; background: transparent url(../images/bg/bg_content_transparency.png) bottom left repeat-x; }
.main { width:624px; float:left; display:inline; margin: 0; overflow: hidden; padding-right: 40px; border-right:1px solid #d8d7d5; }
.sidebar { width:206px; float: right; display: inline; margin-top: 8px; }
.bottom { width:868px; margin: 0 auto; padding: 36px 0 0 40px; overflow: hidden; background: #f9f6f3; border-top:1px solid #efe9e3; }
.footer { width: 908px; margin: 0 auto; padding: 24px 0; overflow: hidden; border-top:1px solid #d7d6d4;}

* html .content { background-image:none; }

/* Header Layout
--------------------------------------------------------------------------------------- */


.header h1 { margin: 0; padding: 0; width: 380px; height: 52px;}
.header h1 a { display: block; width: 380px; height: 52px; text-indent: -9999px; background: transparent url(../images/bob_hamp.gif) 0 0 no-repeat;}

.main_nav { width: 960px; height:46px; overflow: hidden;}
.main_nav li { float: left; display: inline; height:46px; }
.main_nav li a { display: block; height: 46px; text-indent: -9999px; background: transparent url(../images/bg/bg_main_nav.gif) 0 0 no-repeat;}

#home  a { width: 87px; background-position: 0 0;}
#home a:hover { background-position: 0 -46px;}
#about a { width: 123px; background-position: -87px 0;}
#about a:hover { background-position: -87px -46px;}
#freedom a{ width: 230px; background-position: -210px 0;}
#freedom a:hover { background-position: -210px -46px;}
#media a { width: 84px; background-position: -440px 0;}
#media a:hover { background-position: -440px -46px;}
#itinerary a{ width: 113px; background-position: -524px 0;}
#itinerary a:hover { background-position: -524px -46px;}
#resources a{ width: 234px; background-position: -637px 0;}
#resources a:hover { background-position: -637px -46px;}
#store a { width: 89px; background-position: -871px 0;}
#store a:hover { background-position: -871px -46px;}

body.home #home a, body.home #home a:hover { background-position: 0 -46px;}
#about a.active, #about a.active:hover { background-position: -87px -46px;}
#freedom a.active, #freedom a.active:hover { background-position: -210px -46px;}
#media a.active, #media a.active:hover { background-position: -440px -46px;}
#itinerary a.active, #itinerary a.active:hover { background-position: -524px -46px;}
#resources a.active, #resources a.active:hover { background-position: -637px -46px;}


/* Header Layout
--------------------------------------------------------------------------------------- */


h3 { font-size: 2.6em; color: #000000; font-weight: 100; margin-bottom: 16px;}
h3.title_small { font-size: 1em; letter-spacing: .5em; text-transform: uppercase; color: #ffffff; margin-bottom: 40px; font-weight: normal;}

h3.title span { font-size: .4em; margin-left: 8px; font-style: italic; font-family: Georgia, serif;}

/* Main Layout
--------------------------------------------------------------------------------------- */

.title_link { font-size: .725em; font-style: italic; font-family: Georgia, "Times New Roman", Times, serif; margin-left: 8px; }

h2 { font-size: 2.6em; font-weight: 200; }

.main_content h3 { font-size: 2.4em; font-weight: 200; margin: 24px 0; }
.main_content h4 { font-size: 2em; font-weight: 400; margin: 20px 0; color: #518cc9; }
.main_content p { margin: 18px 0;}
.main_content ul, .main_content dl, .main_content ol, .full ul { margin: 12px 0; }
.main_content ul li, .main_content dl dd, .full ul li { list-style: disc; display: list-item; margin-left: 18px; padding-left: 3px; font-size: 1.2em; line-height: 1.3em; margin-bottom: 4px; font-style: italic; font-family: Georgia, "Times New Roman", Times, serif;}
.main_content ol li { display: list-item; margin-left: 18px; padding-left: 4px; font-size: 1.2em; line-height: 1.3em; margin-bottom: 3px; font-style: italic; font-family: Georgia, "Times New Roman", Times, serif;}

.main_content p.crumbs { margin: 0 0 26px 0; font-size: .875em; letter-spacing: .35em; text-transform: uppercase; color: #555555;}
.main_content p.crumbs span.single_crumb { letter-spacing: 0; text-transform: capitalize; }

.no_border { border: 0;}


/* Entry Layouts
______________________________________________________________________________________ */


.ish_post_header { width:100%; overflow: hidden; }
.ish_post_left { float: left; display: inline; width:34px; padding-right: 16px; border-right: 1px solid #d8d7d5; text-align: center; height: 60px; margin-top: 3px;}
h5.post_date { font-family: Georgia, serif; color: #333639; font-size: 2.8em; line-height: 1em; font-weight: normal; margin-bottom: 1px;}
h5.post_month { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1em; line-height: 1em; color: #333639; font-weight: bold; text-transform: uppercase; letter-spacing: .15em; }
.ish_post_right { float: right; display: inline; width:550px; margin-top: 7px; }
.ish_post_right h2 { margin-bottom: 6px; color: #000000; }
.ish_post_right h2 a { color: #000000; }

.single_entry { margin: 30px 0 0 0; padding-top: 10px; border-bottom: 0;}

.post { padding:0 0 26px 0; margin-bottom: 26px; width:100%; overflow: hidden; border-bottom: 1px solid #d8d7d5;}
.single_post { margin-bottom: 0; padding-bottom: 12px; }
.post_search { margin-bottom: 14px; }

.next_options { width:100%; overflow: hidden; position: relative; height: 50px; }
.next_options_left { float: left; display: inline; width:48%; margin-top: 4px; }
.next_options_right { float: right; display: inline; width:48%; }

.next_options_left a { display:block; width: 66px; height: 25px; text-indent: -9999px; background: transparent url(../images/btn/btn_prev.gif) top left no-repeat; position: absolute; top:10px; left: 0; z-index: 99; }
.next_options_left a:hover { background-position: bottom left;}

.next_options_right a { display:block; width: 66px; height: 25px; text-indent: -9999px; background: transparent url(../images/btn/btn_next.gif) top right no-repeat; position: absolute; top:10px; right: 0; z-index: 99;}
.next_options_right a:hover { background-position: bottom left;}


h3.tags_title { margin:0;}
h3.tags_title span { margin-left:2px; text-transform: lowercase; letter-spacing: 0; font-size: 1.1em;}
.tags { overflow: hidden; width: 100%; margin: 26px 0 20px 0; }
.tags a { display: block; padding: 3px 6px; float: left; display: inline; margin: 0 6px 6px 0; color: #ffffff; background: #db5731; font-size: 1em; text-transform: capitalize; }


.social_links_box { padding:0 0 8px 0; margin: 0; background: transparent url(../images/divider.gif) bottom left repeat-x; width:100%; overflow: hidden; }
.main_content .social_links { width: 100%; overflow: hidden; height: 30px; margin: 24px 0 20px 0; padding: 0;}
.main_content .social_links li { float:left; display: inline; margin: 0 29px 0 0; padding: 0; list-style: none;}
.main_content .social_links li.last { margin-right: 0;}
.main_content .social_links li.extra_margin { margin-left: 1px;}
.social_links li a { display: block; height: 30px; width: 30px; text-indent: -9999px; background: transparent url(../images/btn/btn_social_links.gif) 0 0 no-repeat;}
#btn_sl_facebook { background-position: 0 0;}
#btn_sl_facebook:hover { background-position: 0 -30px;}
#btn_sl_twitter { background-position: -30px 0;}
#btn_sl_twitter:hover { background-position: -30px -30px;}
#btn_sl_delicious { background-position: -60px 0;}
#btn_sl_delicious:hover { background-position: -60px -30px;}
#btn_sl_stumbleupon { background-position: -90px 0;}
#btn_sl_stumbleupon:hover { background-position: -90px -30px;}
#btn_sl_digg { background-position: -120px 0;}
#btn_sl_digg:hover { background-position: -120px -30px;}
#btn_sl_mixx { background-position: -150px 0;}
#btn_sl_mixx:hover { background-position: -150px -30px;}
#btn_sl_technorati { background-position: -180px 0;}
#btn_sl_technorati:hover { background-position: -180px -30px;}
#btn_sl_newsvine { background-position: -210px 0;}
#btn_sl_newsvine:hover { background-position: -210px -30px;}
#btn_sl_reddit { background-position: -300px 0;}
#btn_sl_reddit:hover { background-position: -300px -30px;}
#btn_sl_rss { background-position: -330px 0;}
#btn_sl_rss:hover { background-position: -330px -30px;}
#btn_sl_email { background-position: -360px 0;}
#btn_sl_email:hover { background-position: -360px -30px;}



/* Sidebar Layout
--------------------------------------------------------------------------------------- */

h2.widgettitle { margin: 0 0 8px 0; font-size: 2em; padding: 0 0 8px 0; width: 100%; font-weight: bold; border-bottom: 4px solid #dad9d7; color: #333639; }


/* Footer Layout
--------------------------------------------------------------------------------------- */

.bottom ul { margin: 26px 0 40px 0; padding: 0; overflow: hidden; width: 100%;}
.bottom ul li { float: left; display: inline; margin-right: 37px; width: 26%; font-size: 1.2em; border-bottom: 1px dashed #cfc4b3; padding: 6px 0 6px 24px; background: transparent url(../images/icons/icon_blog.jpg) 0 50% no-repeat;  font-style: italic; font-family: Georgia, serif; }
.bottom ul li a { font-weight: normal; }

.copyright { width: 100%; overflow: hidden;}
.copyright img { float: right; display: inline; margin-top: 0; width: 200px; height: 17px; }
.copyright p { font-size: 1.1em; margin: 0 0 4px 0; }
.copyright p.last { margin-bottom: 0; }



/* GENERAL BLOG STUFF
--------------------------------------------------------------------------------------- */

body.blog .main p.crumbs { margin: 0 0 16px 0;}

.sidebar ul ul li,
.sidebar ul ol li,
.nocomments,
.postmetadata,
strike { color: #989383; }

code { font: 1.1em 'Courier New', Courier, Fixed; }

acronym, abbr, span.caps { letter-spacing: .07em; }


.right_post { float: right; display: inline; width: 87%; }
.post h6.counter { font-size: 4.3em; float: left; display: inline; color: #bdb8a8; width: 60px; text-align: right; }
.right_post small { display: block; font-size: 1.2em; margin: 3px 0 0 0; }


.main .postmetadata { padding-top: 5px; margin:8px 0; }
.main .small_info { font-size:1.0em; color:#0ebfeb; background:#eefcff; padding:6px 12px;}

.main .smallattachment { text-align: center; float: left; width: 128px; margin: 5px 5px 5px 0px; }
.main .attachment { text-align: center; margin: 5px 0px; }



/* Main Layout
--------------------------------------------------------------------------------------- */

h3.first, img.first { margin-top: 20px; }

.groupbar {color: #000;}
.groupbar a{ line-height: 1.8em;margin: 0 5px; text-transform: uppercase;}


/* Images
--------------------------------------------------------------------------------------- */

p img { padding: 0; max-width: 100%; }

img.centered { display: block; margin-left: auto; margin-right: auto; border: 1px solid #dad9d7; background: #ffffff; padding: 8px;}
img.alignright { margin: 1px 0 16px 30px; display: inline; float: right; border: 1px solid #dad9d7; background: #ffffff;  padding: 8px;}
img.alignleft { margin: 4px 30px 16px 0; display: inline; float: left; display: inline; border: 1px solid #dad9d7; background: #ffffff;  padding: 8px; }
img.aligncenter { border: 1px solid #dad9d7; background: #ffffff; padding: 8px; margin: 13px auto; }

/* Lists
--------------------------------------------------------------------------------------- 

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets.        */	


.postmetadata ul,
.postmetadata li { display: inline; list-style-type: none; list-style-image: none; }

.sidebar ul,
.sidebar ul ol { margin: 16px 0 30px 0; padding: 0; width: 100%; }
.sidebar ul.archives { margin: 0 0 0 0; padding: 0; width: 100%; }

.sidebar ul li { list-style-type: none; list-style-image: none; width: 100%; margin-bottom: 6px; padding-bottom: 6px; text-transform: capitalize; font-family: Helvetica, Arial, sans-serif; font-size: 1.3em; border-bottom: 1px solid #dad9d7; }
.sidebar ul li a { margin-right: 6px; font-weight: normal;}
.sidebar h2 { font-size: 2em; border-bottom: 2px solid #cbbfae; color: #464036; margin-bottom: 8px; padding-bottom: 8px;}
.sidebar ul li h2  { font-size: 1.7em; border-bottom: 2px solid #cbbfae; color: #464036; margin-bottom: 8px; padding-bottom: 8px;}
.sidebar ul p,
.sidebar ul select { margin: 5px 0 8px 0; }

.sidebar ul ol { margin: 5px 0 0 10px; }

.sidebar ul ul { margin-bottom: 0; width: 100%;}
.sidebar ul ul ul { margin-bottom: 0;}
.sidebar ul ul li { font-size: .875em; margin-top: 6px; border-bottom: 0; width: 86%; padding: 0 0 0 14%; background: transparent url(../images/arrow_sublevel.gif) 10px 3px no-repeat;}
.sidebar ul ul ul li { font-size: 1em; margin-top: 6px; border-bottom: 0; width: 80%; padding: 0 0 0 20%; background: transparent url(../images/arrow_blog_sublinks.gif) 13px 5px no-repeat;}
.sidebar ul ul ul li a { font-weight: normal}

.sidebar h4 { margin: 0 0 8px 0; font-size: 2em; padding: 0 0 8px 0; width: 100%; font-weight: bold; border-bottom: 4px solid #dad9d7; color: #333639; }

ol li, .sidebar ul ol li { list-style: decimal outside; }

.sidebar ul ol li { margin: 3px 0 0; padding: 0; }

.sidebar p { font-size: 1.1em;}

.sidebar ul.names li { text-transform: capitalize;}

.sidebar_photo { float: left; display: inline; margin: 14px 20px 2px 0; border: 1px dashed #cbbfae; padding: 5px; background: #e1d0b9;}

/* Comments Structure
--------------------------------------------------------------------------------------- */

.alt { margin: 0; padding: 10px; }

.yellow_paper { background: transparent url(../images/divider.gif) bottom left repeat-x; padding-bottom: 54px; margin-bottom: 36px;}

.commentlist { padding: 0;  }
.main_content .commentlist li { margin: 34px 0 3px 22px; padding: 0 0 0 44px; list-style: none; border-left:8px solid #cb8100; background: none; font-size: 1em; font-family: Georgia, serif; font-style: italic; }
.commentlist p { margin: 10px 5px 10px 0; }
#commentform p { margin: 5px 0; }

.nocomments { text-align: center; margin: 0; padding: 0; }

.commentmetadata { margin: 16px 0 16px 0; display: block; }
.commentlist small { color: #555555;}
.commentmetadata h5 { font-weight: bold; color: #000000; font-size: 1.2em; margin-bottom: 3px; font-style: normal; }

/* Calendar Structure
--------------------------------------------------------------------------------------- */

#wp-calendar { empty-cells: show; margin: 10px auto 0; width: 155px; }

#wp-calendar #next a { padding-right: 10px; text-align: right; }
#wp-calendar #prev a { padding-left: 10px; text-align: left; }

#wp-calendar a { display: block; }
#wp-calendar caption { text-align: center; width: 100%; }

#wp-calendar td { padding: 3px 0; text-align: center; }
#wp-calendar td.pad:hover { background-color: #fff; } /* Doesn't work in IE */


/* Misc.
--------------------------------------------------------------------------------------- */

acronym, abbr, span.caps { cursor: help; }
acronym, abbr { border-bottom: 1px dashed #999; }

blockquote { margin: 24px 40px; font-style: italic; font-weight: bold; color: #000000;  }
blockquote cite { margin: 5px 0 0; display: block; }


.logged_in { width:94%; padding:0 3%; border:1px solid #aeca61; color:#5baf07; overflow:hidden; background: #e6f7b8; margin-bottom:16px;} /* Width must equal panel_form_box minus 26px */
.logged_in p { margin: 8px 0;  }
.logged_in p a { color:#000000;}

.alert { width:94%; padding:0 3%; color:#000000; overflow:hidden; text-align:center; background: #fff000; margin-bottom:16px;} /* Width must equal panel_form_box minus 26px */
.alert p { margin: 8px 0; font-size: 1.6em;  }


.back { float: right; display: inline; font-size: 1.2em; margin-top: 8px; }


/* Search Box
--------------------------------------------------------------------------------------- */

.search_box { float: right; display: inline; background: transparent url(../images/bg/bg_search.gif) top right no-repeat; width: 316px; height:30px; padding: 3px 13px 0 54px; margin-top: 9px; }
.small_search { width:316px; height:24px; padding: 6px 0 0 0; font-size:1.2em; color:#999999; border: 0; background: #ffffff; }
.small_search:focus { color:#000000; }


/* FLASH TITLES
______________________________________________________________________________________ */

.sIFR-flash{margin:0;padding:0;visibility:visible !important}
.sIFR-unloading .sIFR-flash{visibility:hidden !important}
.sIFR-replaced,.sIFR-ignore{visibility:visible !important}
.sIFR-alternate{display:block;height:0;left:0;overflow:hidden;position:absolute;top:0;width:0}
.sIFR-replaced div.sIFR-fixfocus{float:none;letter-spacing:0;margin:0;overflow:auto;padding:0}
.sIFR-dummy{height:0;margin-left:42px;width:0;z-index:0}
.sIFR-active h2, .sIFR-active h2{visibility:hidden}
.sIFR-active h2, .sIFR-active h2{visibility:hidden}
.sIFR-active h3, .sIFR-active h3{visibility:hidden}
.sIFR-active h3, .sIFR-active h3{visibility:hidden}
.sIFR-active object{display:block}


/* TABLE Styles
______________________________________________________________________________________ */

.main_content h4.table_title { font-size: 1.8em; font-weight: 400; margin: 4px 0; font-weight: bold;}

.wp-table-reloaded { border-collapse: collapse; width: 100%; margin: 24px 0; font-size: 1.2em; border-top: 1px solid #dad9d7;}
.wp-table-reloaded th { padding:6px 24px; border-bottom:1px solid #dad9d7; vertical-align:top; line-height: 1.6em;}
.wp-table-reloaded td {	padding:6px 24px; border-bottom:1px solid #dad9d7; vertical-align:top; line-height: 1.6em;}
.wp-table-reloaded th.column-1, .wp-table-reloaded td.column-1 { font-weight: bold; border-right: 1px solid #dad9d7; padding-left: 8px; color: #333639; width: 40%;}

.wp-table-reloaded .even td {background: #f6f5f2;}
.wp-table-reloaded .odd td{}
.wp-table-reloaded .header {}
.wp-table-reloaded .headerSortUp {}
.wp-table-reloaded .headerSortDown {}



