|
<!DOCTYPE html> |
|
<html> |
|
|
|
<head> |
|
<style> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
html, body, div, span, applet, object, iframe, |
|
h1, h2, h3, h4, h5, h6, p, blockquote, pre, |
|
a, abbr, acronym, address, big, cite, code, |
|
del, dfn, em, img, ins, kbd, q, s, samp, |
|
small, strike, strong, sub, sup, tt, var, |
|
b, u, i, center, |
|
dl, dt, dd, ol, ul, li, |
|
fieldset, form, label, legend, |
|
table, caption, tbody, tfoot, thead, tr, th, td, |
|
article, aside, canvas, details, embed, |
|
figure, figcaption, footer, header, hgroup, |
|
menu, nav, output, ruby, section, summary, |
|
time, mark, audio, video { |
|
margin: 0; |
|
padding: 0; |
|
border: 0; |
|
font-size: 100%; |
|
font: inherit; |
|
vertical-align: baseline; |
|
} |
|
|
|
article, aside, details, figcaption, figure, |
|
footer, header, hgroup, menu, nav, section { |
|
display: block; |
|
} |
|
body { |
|
line-height: 1; |
|
} |
|
ol, ul { |
|
list-style: none; |
|
} |
|
blockquote, q { |
|
quotes: none; |
|
} |
|
blockquote:before, blockquote:after, |
|
q:before, q:after { |
|
content: ''; |
|
content: none; |
|
} |
|
table { |
|
border-collapse: collapse; |
|
border-spacing: 0; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
html { overflow-y: scroll; } |
|
body { background: #1C130E url(../images/bg.png); } |
|
|
|
|
|
a:link, a:visited { |
|
text-decoration: none; |
|
color: #c67114; |
|
outline: 0; |
|
} |
|
a:hover, a:focus, a:active { |
|
color: #fff; |
|
} |
|
|
|
|
|
ul, ol { |
|
margin: 0 0 24px 0; |
|
padding: 0 20px; |
|
} |
|
ul { list-style: disc; } |
|
ol { list-style: decimal; } |
|
|
|
dt { |
|
font-weight: bold; |
|
color: #549207; |
|
} |
|
dd { |
|
padding-left: 20px; |
|
} |
|
dl { margin: 0 0 24px 0; } |
|
|
|
|
|
img { |
|
background: #130D0A; |
|
border: 1px solid #261a14; |
|
padding: 12px; |
|
} |
|
img.align-right { margin: 6px 0px 6px 12px; } |
|
img.align-left { margin: 6px 12px 6px 0px; } |
|
|
|
|
|
a:link.more, |
|
a:visited.more, |
|
form input.button, |
|
.commentlist li .comment-text .reply a, |
|
.navigation a:link, |
|
.navigation a:visited { |
|
font-family: Verdana, 'Lucida Grande', 'Lucida Sans Unicode', Sans-serif; |
|
float: left; |
|
margin-right: 8px; |
|
padding: 6px 10px; |
|
border: 1px solid #9c4003; |
|
background: #DA6503 url(../images/button-bg.png); |
|
color: #130d0a; |
|
font-size: 11px; |
|
font-weight: bold; |
|
|
|
text-shadow: 0 1px 0 rgba(250,250,250,0.4); |
|
|
|
box-shadow: 0px 1px 2px rgba(0,0,0,0.3), inset 0 1px 0 #eb961a; |
|
-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3), inset 0 1px 0 #eb961a; |
|
-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3), inset 0 1px 0 #eb961a; |
|
} |
|
a:hover.more, |
|
.commentlist li .comment-text .reply a:hover, |
|
.navigation a:hover { |
|
background: #4EA41F url(../images/button-bg-hover.png); |
|
border: 1px solid #366004; |
|
|
|
box-shadow: 0px 1px 2px rgba(0,0,0,0.3), inset 0 1px 0 #9DC13E; |
|
-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3), inset 0 1px 0 #9DC13E; |
|
-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3), inset 0 1px 0 #9DC13E; |
|
} |
|
|
|
|
|
table { |
|
border-collapse: collapse; |
|
margin: 12px 0 24px 0; |
|
} |
|
tr { background: #130D0A; } |
|
th, td { |
|
text-align: left; |
|
border-width: 1px; |
|
border-style: solid; |
|
} |
|
th { |
|
padding: .8em 1em; |
|
background: #45561B; |
|
border-color: #647C28 #586A22 #43511A #5A6F23; |
|
color: #fff; |
|
font-family: Arial, Helvetica, Sans-serif; |
|
font-size: 16px; |
|
font-weight: bold; |
|
} |
|
td { |
|
border-color: #271D14; |
|
padding: .7em 1em; |
|
} |
|
|
|
|
|
form { |
|
width: 506px; |
|
margin: 24px 0; |
|
padding: 32px 40px; |
|
background-color: #130D0A; |
|
border: 1px solid #261a14; |
|
} |
|
input, select { |
|
vertical-align: middle; |
|
} |
|
form div { |
|
border-bottom: 1px solid #1D1410; |
|
padding: 12px 0 5px 0; |
|
margin: 0; |
|
} |
|
form p { |
|
color: #fff; |
|
} |
|
form label { |
|
display: block; |
|
font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Verdana, Sans-Serif; |
|
font-weight: bold; |
|
line-height: 24px; |
|
font-size: 13px; |
|
margin: 0 0 5px 0; |
|
} |
|
form label span { |
|
color: #549207; |
|
} |
|
form input, |
|
form select, |
|
form textarea { |
|
margin-bottom: 24px; |
|
padding: 10px; |
|
color: #cccccc; |
|
background: #663300; |
|
border: 1px solid #1D1410; |
|
font: 11px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Sans-serif; |
|
} |
|
form textarea { |
|
height: 325px; |
|
} |
|
form input:focus, |
|
form select:focus, |
|
form textarea:focus { |
|
background: #988175; |
|
color: #0E0A07; |
|
border: 1px solid #0E0A07; |
|
} |
|
form input.button { |
|
height: 38px; |
|
float: none; |
|
cursor: pointer; |
|
} |
|
.ie7 form input.button { |
|
padding: 0 2px; |
|
} |
|
#name, #email, #message, #website { |
|
width: 482px; |
|
} |
|
|
|
|
|
.no-border { border: none; } |
|
.align-left { float: left; } |
|
.align-right { float: right; } |
|
.fix { |
|
clear: both; |
|
height: 1px; |
|
margin: -1px 0 0; |
|
overflow: hidden; |
|
} |
|
.clearfix:after { |
|
visibility: hidden; |
|
display: block; |
|
font-size: 0; |
|
content: " "; |
|
clear: both; |
|
height: 0; |
|
} |
|
.ie7 .clearfix { zoom: 1; } |
|
|
|
|
|
|
|
|
|
|
|
|
|
#header-wrap { |
|
width: 100%; |
|
background: url(../images/header-bg.png) repeat-x left top; |
|
height: 170px; |
|
} |
|
header { |
|
position: relative; |
|
margin: 0 auto; |
|
height: 170px; |
|
width: 990px; |
|
background: url(../images/header-div.png) no-repeat center bottom; |
|
} |
|
#featured-wrap { |
|
width: 990px; |
|
margin: 0 auto; |
|
padding-top: 130px; |
|
background: transparent url(../images/content-div.png) no-repeat center bottom; |
|
} |
|
#content-wrap, #content-wrap-home { |
|
width: 990px; |
|
margin: 0 auto; |
|
padding: 15px 0 35px 0; |
|
background: url(../images/content-div.png) no-repeat center bottom; |
|
overflow: hidden; |
|
} |
|
#main { |
|
width: 660px; |
|
float: left; |
|
margin-top: 15px; |
|
margin-left: 10px; |
|
} |
|
#sidebar { |
|
float: right; |
|
margin-top: 25px; |
|
margin-right: 5px; |
|
} |
|
#content-wrap-home #main { |
|
margin-top: 0; |
|
} |
|
#content-wrap-home #sidebar { |
|
margin-top: 5px; |
|
} |
|
#extra-wrap { |
|
clear: both; |
|
padding: 30px 0 10px 0; |
|
background: transparent url(../images/extra-bg.png) repeat-x; |
|
position: relative; |
|
top: -2px; |
|
} |
|
#extra { |
|
width: 980px; |
|
margin: 0 auto; |
|
font-size: 12px; |
|
line-height: 1.7em; |
|
padding-left: 10px; |
|
} |
|
footer { |
|
width: 920px; |
|
margin: 0 auto; |
|
padding-top: 12px; |
|
font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Sans-Serif; |
|
font-size: 11px; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
body { |
|
font: 15px/24px Georgia, Serif; |
|
color: #AF9C92; |
|
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9); |
|
} |
|
|
|
|
|
p { |
|
margin-bottom: 24px; |
|
} |
|
#main .col .top p { |
|
font-size: 11px; |
|
color: #b5b5b5; |
|
margin: 5px 0; |
|
} |
|
#featured-wrap .text-block .post-meta, |
|
.post .post-info { |
|
font-family: 'Lucida Sans Unicode', Arial, Helvetica, Sans-Serif; |
|
font-size: 12px; |
|
line-height: 1.3em; |
|
margin-bottom: 16px; |
|
} |
|
#extra p { |
|
font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Sans-serif; |
|
} |
|
#extra strong, #extra em, #extra b, #extra i { |
|
font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Verdana, sans-serif; |
|
} |
|
|
|
|
|
h1, h2, h3, h4 { |
|
font: bold 1em/1.5em Arial, Helvetica, Sans-Serif; |
|
margin-bottom: 24px; |
|
color: #E2DBD8; |
|
} |
|
h1 { |
|
font-size: 38px; |
|
line-height: 42px; |
|
margin-top: 2px; |
|
margin-bottom: 4px; |
|
letter-spacing: -2px; |
|
} |
|
|
|
h2 { |
|
font-size: 32px; |
|
line-height: 38px; |
|
margin-top: 5px; |
|
margin-bottom: 5px; |
|
} |
|
#featured-wrap .text-block h2 { |
|
margin-right: 20px; |
|
margin-bottom: 0; |
|
} |
|
|
|
h3 { |
|
font-size: 22px; |
|
line-height: 24px; |
|
letter-spacing: 0.2px; |
|
margin-top: 12px; |
|
margin-bottom: 12px; |
|
} |
|
#extra h3 { |
|
font: bold 18px Arial, Helvetica, Sans-Serif; |
|
margin-bottom: 15px; |
|
color: #C8BAB5; |
|
} |
|
|
|
h4 { |
|
font-size: 18px; |
|
} |
|
#main .col .top h4 { |
|
line-height: 1.3em; |
|
margin-bottom: 0; |
|
} |
|
|
|
|
|
blockquote { |
|
margin: 12px 0; |
|
padding: 20px 30px 0 45px; |
|
background: url(../images/quote.png) no-repeat 0 22px; |
|
font-size: 18px; |
|
line-height: 28px; |
|
font-style: italic; |
|
font-family: Georgia, 'Times New Roman', Times, Serif; |
|
overflow: hidden; |
|
} |
|
blockquote .author { |
|
text-transform: uppercase; |
|
font-style: normal; |
|
letter-spacing: 1.5px; |
|
text-align: right; |
|
font-size: 12px; |
|
} |
|
code { |
|
font-family: Consolas, 'Lucida Console', Monaco, Monospace; |
|
font-size: 14px; |
|
line-height: 1.5em; |
|
} |
|
pre { |
|
white-space: pre; |
|
white-space: pre-wrap; |
|
word-wrap: break-word; |
|
|
|
margin: 0 0 24px 0; |
|
padding: 0 25px; |
|
display: block; |
|
background: #130D0A; |
|
border: 1px solid #261a14; |
|
clear: both; |
|
} |
|
abbr[title], dfn[title] { |
|
border-bottom: 1px dotted; |
|
cursor: help; |
|
} |
|
mark { |
|
background-color: #c67114; |
|
text-shadow: none; |
|
color: #110C09; |
|
} |
|
strong, b { |
|
font-weight: bold; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
header hgroup { |
|
position: absolute; |
|
background: url(/logo2_transparent.gif) no-repeat; |
|
height: 220px; |
|
width: 855px; |
|
display: block; |
|
top: 85px; |
|
left: 5px; |
|
} |
|
header hgroup h1 { |
|
margin: 0; |
|
padding: 0; |
|
} |
|
header hgroup h1 a { |
|
text-indent: -9999em; |
|
display: block; |
|
height: 48px; |
|
width: 218px; |
|
} |
|
header hgroup h3 { |
|
text-indent: -9999em; |
|
height: 0; |
|
} |
|
|
|
|
|
|
|
header nav { |
|
position: absolute; |
|
left: 0; |
|
top: 0; |
|
width: 850px; |
|
height: 59px; |
|
} |
|
header nav ul { |
|
list-style: none; |
|
margin-left: 10px; |
|
padding: 0; |
|
height: 59px; |
|
} |
|
header nav ul li { |
|
float: left; |
|
} |
|
header nav ul a:link, |
|
header nav ul a:visited { |
|
font-family: Verdana, Sans-Serif; |
|
font-size: 11px; |
|
font-weight: bold; |
|
text-transform: lowercase; |
|
display: block; |
|
margin: 0; |
|
padding: 0 15px; |
|
height: 59px; |
|
color: #9E8F8F; |
|
text-shadow: 0 -1px 0 rgba(10, 10, 10, 1); |
|
line-height: 70px; |
|
} |
|
header nav ul li a:hover, |
|
header nav ul li a:active { |
|
border: none; |
|
color: #D67630; |
|
} |
|
header nav ul li#current { |
|
background: url(../images/tab-right.png) no-repeat right top; |
|
color: #D67630; |
|
} |
|
header nav ul li#current a { |
|
background: url(../images/tab-left.png) no-repeat left top; |
|
color: #f0e8e8; |
|
} |
|
|
|
|
|
header div.subscribe { |
|
position: absolute; |
|
font-family: Verdana, Sans-Serif; |
|
text-transform: lowercase; |
|
font-size: 11px; |
|
font-weight: bold; |
|
line-height: 30px; |
|
width: 170px; |
|
height: 30px; |
|
color: #867474; |
|
text-shadow: 0 -1px 0 rgba(10, 10, 10, 1); |
|
background: url(../images/rss32.png) no-repeat 0 center; |
|
padding-left: 28px; |
|
right: 5px; |
|
top: 18px; |
|
} |
|
header div.subscribe a { |
|
padding-right: 3px; |
|
padding-left: 3px; |
|
color: #fff; |
|
} |
|
header div.subscribe a:hover, |
|
header div.subscribe a:active { |
|
color: #D67630; |
|
} |
|
|
|
|
|
header form#quick-search { |
|
position: absolute; |
|
background: transparent; |
|
border: none; |
|
margin: 0; |
|
padding: 0; |
|
width: 222px; |
|
top: 92px; |
|
right: 10px; |
|
} |
|
header fieldset.search { |
|
border: none; |
|
width: 222px; |
|
height: 37px; |
|
padding: 0; |
|
margin: 0; |
|
background: url(../images/search-bg.png) no-repeat; |
|
} |
|
header .search input { |
|
border: none; |
|
float: left; |
|
padding: 0; |
|
margin: 0; |
|
} |
|
header .search input:focus { |
|
color: #777; |
|
} |
|
header .search button { |
|
border: none; |
|
float: right; |
|
padding: 0; margin: 0; |
|
} |
|
header .search label { display: none; } |
|
header .search input.tbox { |
|
font-weight: normal; |
|
margin: 12px 0 10px 10px; |
|
background: transparent; |
|
width: 150px; |
|
} |
|
header .search button.btn { |
|
width: 37px; |
|
height: 37px; |
|
cursor: pointer; |
|
text-indent: -9999px; |
|
background: url(../images/search.png) no-repeat center center; |
|
} |
|
|
|
|
|
|
|
#searcharea form#quick-search { |
|
background: transparent; |
|
border: none; |
|
margin: 0; |
|
padding: 0; |
|
|
|
} |
|
#searcharea fieldset.search { |
|
border: none; |
|
width: 370px; |
|
height: 47px; |
|
padding: 0; |
|
margin: 0; |
|
background: url(../images/search-bg.png) no-repeat; |
|
} |
|
#searcharea .search input { |
|
border: none; |
|
float: left; |
|
margin: 0; |
|
} |
|
#searcharea .search input:focus { |
|
color: #777; |
|
} |
|
#searcharea .search button { |
|
border: none; |
|
float: right; |
|
margin: 0; |
|
padding: 0; |
|
} |
|
#searcharea .search label { display: none; } |
|
#searcharea .search input.tbox { |
|
font-weight: normal; |
|
background: transparent; |
|
width: 310px; |
|
} |
|
#searcharea .search button.btn { |
|
width: 37px; |
|
height: 37px; |
|
cursor: pointer; |
|
text-indent: -9999px; |
|
background: url(../images/search.png) no-repeat center center; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#featured { |
|
position: relative; |
|
width: 968px; |
|
margin: 0 auto; |
|
background: #130D0A; |
|
border: 1px solid #261a14; |
|
} |
|
#featured-wrap #featured-ribbon { |
|
position: absolute; |
|
background: url(../images/ribbon.png) no-repeat; |
|
width: 110px; |
|
height: 110px; |
|
top: -7px; |
|
right: -7px; |
|
z-index: 99999; |
|
} |
|
#featured-wrap .image-block { |
|
margin-top: 30px; |
|
margin-bottom: 30px; |
|
margin-left: 30px; |
|
float: left; |
|
width: 339px; |
|
} |
|
#featured-wrap .image-block img { |
|
padding: 0; |
|
border: none; |
|
} |
|
#featured-wrap .text-block h2 a { |
|
color: #E2DBD8; |
|
} |
|
#featured-wrap .text-block { |
|
margin-top: 20px; |
|
margin-bottom: 30px; |
|
margin-right: 30px; |
|
float: right; |
|
width: 493px; |
|
} |
|
#featured-wrap .text-block .post-meta a { |
|
color: #549207; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
#main .col { |
|
width: 276px; |
|
float: left; |
|
margin-top: 10px; |
|
margin-bottom: 25px; |
|
} |
|
#main .col img { |
|
margin: 0 0 20px 0; |
|
padding: 14px; |
|
background: #130D0A; |
|
display: block; |
|
} |
|
#main h2 a { |
|
color: #E2DBD8; |
|
} |
|
#main .col .top { |
|
margin-bottom: 10px; |
|
padding-bottom: 2px; |
|
border-bottom: 1px solid #29201c; |
|
} |
|
#main .col .top h4 a { |
|
color: #6f892c; |
|
} |
|
#main .col .top p a:link, |
|
#main .col .top p a:visited { |
|
color: #b5b5b5; |
|
} |
|
#main .col .top p .comment { |
|
margin-left: 5px; |
|
padding: 0 0 5px 20px; |
|
background: url(../images/comment.png) no-repeat 0 2px; |
|
} |
|
#main .col .top p .datetime { |
|
padding: 0 0 5px 20px; |
|
background: url(../images/clock.png) no-repeat 0 0; |
|
} |
|
#main .col .content { |
|
margin: 0 5px |
|
} |
|
#main .even { margin-left: 45px; } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#sidebar .sidemenu ul { |
|
margin: 20px 0 30px 0; |
|
padding: 0; |
|
border-top: 1px solid #231C18; |
|
text-align: left; |
|
} |
|
#sidebar .sidemenu ul li { |
|
list-style: none; |
|
font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Verdana, Sans-Serif; |
|
margin: 0; |
|
padding: 9px 5px 9px 19px; |
|
border-bottom: 1px solid #231C18; |
|
font-size: 12px; |
|
line-height: 20px; |
|
text-transform: uppercase; |
|
background: url(../images/bullet.png) no-repeat 0 14px; |
|
} |
|
#sidebar .sidemenu ul li a:link, |
|
#sidebar .sidemenu ul li a:visited { |
|
padding-left: 0; |
|
font-weight: bold; |
|
color: #E2DBD8; |
|
} |
|
#sidebar .sidemenu ul li span { |
|
display: block; |
|
color: #9a8377; |
|
font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Sans-Serif; |
|
font-weight: normal; |
|
text-transform: none; |
|
} |
|
#sidebar .sidemenu ul li a:hover { color: #fff; border: none; } |
|
#sidebar .sidemenu ul ul { margin: 0 0 0 5px; padding: 0; border: none; } |
|
#sidebar .sidemenu ul ul li { border: none; } |
|
|
|
|
|
#sidebar ul.photostream { |
|
list-style: none; |
|
margin: 20px 0 25px 0; |
|
padding: 0; |
|
} |
|
#sidebar ul.photostream li { |
|
float: left; |
|
margin: 0 12px 6px 0; |
|
padding: 0; |
|
} |
|
#sidebar ul.photostream li img { |
|
background-color: #120c09; |
|
border: 1px solid #261a14; |
|
padding: 12px; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
#extra img { |
|
background: #120c09; |
|
padding: 10px; |
|
} |
|
#extra .xcol { |
|
float: left; |
|
width: 200px; |
|
margin-right: 43px; |
|
} |
|
#extra .xcol.last { |
|
margin-right: 0; |
|
} |
|
|
|
|
|
.footer-list ul { |
|
border-top: 1px solid #231C18; |
|
list-style: none; |
|
padding: 0; |
|
margin-left: 0; |
|
} |
|
.footer-list ul li { |
|
border-bottom: 1px solid #231C18; |
|
} |
|
.footer-list ul li a:link, |
|
.footer-list ul li a:visited { |
|
font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Sans-Serif; |
|
display: block; |
|
padding: 7px 0 7px 5px; |
|
margin-left: 0; |
|
color: #988175; |
|
} |
|
.footer-list ul li a:hover { color: #fff; } |
|
|
|
|
|
.social ul li a:link, |
|
.social ul li a:visited { |
|
padding-left: 25px; |
|
} |
|
.footer-list ul li.facebook a { |
|
background: url(../images/social/facebook.png) no-repeat 1px 9px; |
|
} |
|
.footer-list ul li.twitter a { |
|
background: url(../images/social/twitter-2.png) no-repeat 1px 9px; |
|
} |
|
.footer-list ul li.googleplus a { |
|
background: url(../images/social/google-plus-black.png) no-repeat 1px 9px; |
|
} |
|
.footer-list ul li.rss a { |
|
background: url(../images/social/feed.png) no-repeat 1px 9px; |
|
} |
|
.footer-list ul li.email a { |
|
background: url(../images/social/email.png) no-repeat 1px 9px; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
footer a:hover { |
|
color: #fff; |
|
} |
|
footer a.back-to-top { |
|
background: url(../images/back-to-top.png) no-repeat right 3px; |
|
font-weight: bold; |
|
padding-right: 17px; |
|
} |
|
footer p.footer-left { |
|
float: left; |
|
margin: 0 0 40px 0; |
|
padding: 0; |
|
width: 600px; |
|
text-align: left; |
|
} |
|
footer p.footer-right { |
|
float: right; |
|
margin: 0 -10px 40px 0; |
|
padding: 0; |
|
width: 320px; |
|
text-align: right; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
.post { |
|
margin-bottom: 15px; |
|
padding-bottom: 15px; |
|
} |
|
.post h2 a { |
|
color: #E2DBD8; |
|
} |
|
.post .image-section { |
|
clear: both; |
|
display: block; |
|
margin: 20px 0 15px 0; |
|
padding: 0; |
|
} |
|
.post .image-section img { |
|
padding: 14px; |
|
} |
|
.post .postmeta { |
|
padding: 8px 15px; margin: 20px 10px 15px 0; |
|
background: #130D0A; |
|
border: 1px solid #261a14; |
|
} |
|
.post .postmeta a.comments { margin: 0 10px 0 5px; } |
|
.post .postmeta a.readmore { margin: 0 10px 0 5px; } |
|
.post .postmeta .date { margin: 0 10px 0 5px; } |
|
|
|
.post .post-info a { |
|
color: #549207; |
|
} |
|
.post .tags { |
|
padding: 8px 15px; margin: 20px 12px 15px 0; |
|
border-top: 1px solid #231C18; |
|
border-bottom: 1px solid #231C18; |
|
} |
|
.post .tags span { color: #6f892c; } |
|
|
|
|
|
ol.commentlist { |
|
margin: 15px 10px 35px 0; |
|
padding: 0; |
|
background-color: #130D0A; |
|
border-style: solid; |
|
border-color: #261a14; |
|
border-width: 1px 1px 0 1px; |
|
} |
|
.commentlist li { |
|
list-style: none; |
|
margin: 0; |
|
padding: 15px 0 0 0; |
|
border-bottom: 1px solid #261a14; |
|
} |
|
.commentlist li .comment-info { |
|
width: 100%; |
|
margin: 0; padding: 0; |
|
overflow: hidden; |
|
} |
|
.commentlist li .comment-info img { |
|
float: right; |
|
margin: 5px 25px 0 0; |
|
} |
|
.commentlist li .comment-info cite { |
|
display: block; |
|
margin: 0; padding: 5px 65px 5px 25px; |
|
font-style: normal; |
|
} |
|
.commentlist li .comment-info cite .comment-data { |
|
font-size: .8em; |
|
font-weight: normal; |
|
} |
|
.commentlist li .comment-text { |
|
clear: both; |
|
margin: 0; padding: 0 20px 25px 25px; |
|
} |
|
.commentlist li .comment-text p { |
|
margin: 10px 0 20px 0; |
|
padding: 0; |
|
} |
|
.commentlist li .comment-text .reply a { |
|
float: none; |
|
} |
|
.commentlist li ul.children { margin:0; padding: 0; } |
|
.commentlist li ul.children li.depth-2, |
|
.commentlist li ul.children li.depth-3 { |
|
margin-left: 40px; |
|
border-style: solid; |
|
border-color: #281D15; |
|
border-width: 1px 0 0 1px; |
|
} |
|
.commentlist li.thread-alt { |
|
background: #100C0A; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
ul.archive { |
|
margin: 10px 0; |
|
padding: 0; |
|
border-top: 1px solid #231C18; |
|
} |
|
ul.archive li { |
|
margin: 0; |
|
padding: 14px 5px; |
|
border-bottom: 1px solid #231C18; |
|
list-style: none; |
|
} |
|
ul.archive li .post-title { |
|
margin: 0; |
|
padding: 0; |
|
font-family: Arial, Helvetica, Sans-Serif; |
|
font-weight: bold; |
|
font-size: 26px; |
|
color: #E2DBD8; |
|
} |
|
ul.archive li .post-title a:link, |
|
ul.archive li .post-title a:visited { |
|
color: #E2DBD8; |
|
} |
|
ul.archive li .post-title a:hover { |
|
border: none; |
|
color: #fff; |
|
} |
|
ul.archive li .post-details { |
|
margin-left: 0; |
|
margin-top: 0; |
|
font-size: .9em; |
|
} |
|
ul.archive li .post-details span { |
|
padding-left: 5px; |
|
padding-right: 5px; |
|
} |
|
|
|
|
|
.navigation { |
|
margin: 20px 0 20px 5px; |
|
padding: 0; |
|
} |
|
|
|
|
|
|
|
#actuatorDiv { |
|
width:150px; |
|
height:125px; |
|
border-radius: 8px; |
|
} |
|
|
|
#captionDiv { |
|
position:relative; |
|
top:-26px; |
|
width:150px; |
|
height:32px; |
|
color:#E2DBD8; |
|
background-color:#82490D; |
|
border-bottom-right-radius: 8px; |
|
border-bottom-left-radius: 8px; |
|
} |
|
</style> |
|
<title> |
|
The Urinals of Dairy Queen |
|
</title> |
|
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"> |
|
<meta charset="utf-8"> |
|
<meta content name="description"> |
|
<meta content name="author"> |
|
<meta content="width=device-width, initial-scale=1" name="viewport"> |
|
|
|
|
|
|
|
<meta content="275918535768793" property="fb:app_id"> |
|
|
|
<meta content="As0hBNJ8h++fNYlkq8cTye2qDLyom8NddByiVytXGGD0YVE+2CEuTCpqXMDxdhOMILKoaiaYifwEvCRlJ/9GcQ8AAAB8eyJvcmlnaW4iOiJodHRwczovL2RvdWJsZWNsaWNrLm5ldDo0NDMiLCJmZWF0dXJlIjoiV2ViVmlld1hSZXF1ZXN0ZWRXaXRoRGVwcmVjYXRpb24iLCJleHBpcnkiOjE3MTk1MzI3OTksImlzU3ViZG9tYWluIjp0cnVlfQ==" http-equiv="origin-trial"> |
|
<meta content="AgRYsXo24ypxC89CJanC+JgEmraCCBebKl8ZmG7Tj5oJNx0cmH0NtNRZs3NB5ubhpbX/bIt7l2zJOSyO64NGmwMAAACCeyJvcmlnaW4iOiJodHRwczovL2dvb2dsZXN5bmRpY2F0aW9uLmNvbTo0NDMiLCJmZWF0dXJlIjoiV2ViVmlld1hSZXF1ZXN0ZWRXaXRoRGVwcmVjYXRpb24iLCJleHBpcnkiOjE3MTk1MzI3OTksImlzU3ViZG9tYWluIjp0cnVlfQ==" http-equiv="origin-trial"> |
|
<style data-fbcssmodules="css:fb.css.base css:fb.css.dialog css:fb.css.iframewidget css:fb.css.customer_chat_plugin_iframe" type="text/css"> |
|
.fb_hidden{position:absolute;top:-10000px;z-index:10001}.fb_reposition{overflow:hidden;position:relative}.fb_invisible{display:none}.fb_reset{background:none;border:0;border-spacing:0;color:#000;cursor:auto;direction:ltr;font-family:'lucida grande', tahoma, verdana, arial, sans-serif;font-size:11px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:1;margin:0;overflow:visible;padding:0;text-align:left;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;visibility:visible;white-space:normal;word-spacing:normal}.fb_reset>div{overflow:hidden}@keyframes fb_transform{from{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.fb_animate{animation:fb_transform .3s forwards} |
|
.fb_hidden{position:absolute;top:-10000px;z-index:10001}.fb_reposition{overflow:hidden;position:relative}.fb_invisible{display:none}.fb_reset{background:none;border:0;border-spacing:0;color:#000;cursor:auto;direction:ltr;font-family:'lucida grande', tahoma, verdana, arial, sans-serif;font-size:11px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:1;margin:0;overflow:visible;padding:0;text-align:left;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;visibility:visible;white-space:normal;word-spacing:normal}.fb_reset>div{overflow:hidden}@keyframes fb_transform{from{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.fb_animate{animation:fb_transform .3s forwards} |
|
.fb_dialog{background:rgba(82, 82, 82, .7);position:absolute;top:-10000px;z-index:10001}.fb_dialog_advanced{border-radius:8px;padding:10px}.fb_dialog_content{background:#fff;color:#373737}.fb_dialog_close_icon{background:url(https://connect.facebook.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 0 transparent;cursor:pointer;display:block;height:15px;position:absolute;right:18px;top:17px;width:15px}.fb_dialog_mobile .fb_dialog_close_icon{left:5px;right:auto;top:5px}.fb_dialog_padding{background-color:transparent;position:absolute;width:1px;z-index:-1}.fb_dialog_close_icon:hover{background:url(https://connect.facebook.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -15px transparent}.fb_dialog_close_icon:active{background:url(https://connect.facebook.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -30px transparent}.fb_dialog_iframe{line-height:0}.fb_dialog_content .dialog_title{background:#6d84b4;border:1px solid #365899;color:#fff;font-size:14px;font-weight:bold;margin:0}.fb_dialog_content .dialog_title>span{background:url(https://connect.facebook.net/rsrc.php/v3/yd/r/Cou7n-nqK52.gif) no-repeat 5px 50%;float:left;padding:5px 0 7px 26px}body.fb_hidden{height:100%;left:0;margin:0;overflow:visible;position:absolute;top:-10000px;transform:none;width:100%}.fb_dialog.fb_dialog_mobile.loading{background:url(https://connect.facebook.net/rsrc.php/v3/ya/r/3rhSv5V8j3o.gif) white no-repeat 50% 50%;min-height:100%;min-width:100%;overflow:hidden;position:absolute;top:0;z-index:10001}.fb_dialog.fb_dialog_mobile.loading.centered{background:none;height:auto;min-height:initial;min-width:initial;width:auto}.fb_dialog.fb_dialog_mobile.loading.centered #fb_dialog_loader_spinner{width:100%}.fb_dialog.fb_dialog_mobile.loading.centered .fb_dialog_content{background:none}.loading.centered #fb_dialog_loader_close{clear:both;color:#fff;display:block;font-size:18px;padding-top:20px}#fb-root #fb_dialog_ipad_overlay{background:rgba(0, 0, 0, .4);bottom:0;left:0;min-height:100%;position:absolute;right:0;top:0;width:100%;z-index:10000}#fb-root #fb_dialog_ipad_overlay.hidden{display:none}.fb_dialog.fb_dialog_mobile.loading iframe{visibility:hidden}.fb_dialog_mobile .fb_dialog_iframe{position:sticky;top:0}.fb_dialog_content .dialog_header{background:linear-gradient(from(#738aba), to(#2c4987));border-bottom:1px solid;border-color:#043b87;box-shadow:white 0 1px 1px -1px inset;color:#fff;font:bold 14px Helvetica, sans-serif;text-overflow:ellipsis;text-shadow:rgba(0, 30, 84, .296875) 0 -1px 0;vertical-align:middle;white-space:nowrap}.fb_dialog_content .dialog_header table{height:43px;width:100%}.fb_dialog_content .dialog_header td.header_left{font-size:12px;padding-left:5px;vertical-align:middle;width:60px}.fb_dialog_content .dialog_header td.header_right{font-size:12px;padding-right:5px;vertical-align:middle;width:60px}.fb_dialog_content .touchable_button{background:linear-gradient(from(#4267B2), to(#2a4887));background-clip:padding-box;border:1px solid #29487d;border-radius:3px;display:inline-block;line-height:18px;margin-top:3px;max-width:85px;padding:4px 12px;position:relative}.fb_dialog_content .dialog_header .touchable_button input{background:none;border:none;color:#fff;font:bold 12px Helvetica, sans-serif;margin:2px -12px;padding:2px 6px 3px 6px;text-shadow:rgba(0, 30, 84, .296875) 0 -1px 0}.fb_dialog_content .dialog_header .header_center{color:#fff;font-size:16px;font-weight:bold;line-height:18px;text-align:center;vertical-align:middle}.fb_dialog_content .dialog_content{background:url(https://connect.facebook.net/rsrc.php/v3/y9/r/jKEcVPZFk-2.gif) no-repeat 50% 50%;border:1px solid #4a4a4a;border-bottom:0;border-top:0;height:150px}.fb_dialog_content .dialog_footer{background:#f5f6f7;border:1px solid #4a4a4a;border-top-color:#ccc;height:40px}#fb_dialog_loader_close{float:left}.fb_dialog.fb_dialog_mobile .fb_dialog_close_icon{visibility:hidden}#fb_dialog_loader_spinner{animation:rotateSpinner 1.2s linear infinite;background-color:transparent;background-image:url(https://connect.facebook.net/rsrc.php/v3/yD/r/t-wz8gw1xG1.png);background-position:50% 50%;background-repeat:no-repeat;height:24px;width:24px}@keyframes rotateSpinner{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}} |
|
.fb_iframe_widget{display:inline-block;position:relative}.fb_iframe_widget span{display:inline-block;position:relative;text-align:justify}.fb_iframe_widget iframe{position:absolute}.fb_iframe_widget_fluid_desktop,.fb_iframe_widget_fluid_desktop span,.fb_iframe_widget_fluid_desktop iframe{max-width:100%}.fb_iframe_widget_fluid_desktop iframe{min-width:220px;position:relative}.fb_iframe_widget_lift{z-index:1}.fb_iframe_widget_fluid{display:inline}.fb_iframe_widget_fluid span{width:100%} |
|
.fb_mpn_mobile_landing_page_slide_out{animation-duration:200ms;animation-name:fb_mpn_landing_page_slide_out;transition-timing-function:ease-in}.fb_mpn_mobile_landing_page_slide_out_from_left{animation-duration:200ms;animation-name:fb_mpn_landing_page_slide_out_from_left;transition-timing-function:ease-in}.fb_mpn_mobile_landing_page_slide_up{animation-duration:500ms;animation-name:fb_mpn_landing_page_slide_up;transition-timing-function:ease-in}.fb_mpn_mobile_bounce_in{animation-duration:300ms;animation-name:fb_mpn_bounce_in;transition-timing-function:ease-in}.fb_mpn_mobile_bounce_out{animation-duration:300ms;animation-name:fb_mpn_bounce_out;transition-timing-function:ease-in}.fb_mpn_mobile_bounce_out_v2{animation-duration:300ms;animation-name:fb_mpn_fade_out;transition-timing-function:ease-in}.fb_customer_chat_bounce_in_v2{animation-duration:300ms;animation-name:fb_bounce_in_v2;transition-timing-function:ease-in}.fb_customer_chat_bounce_in_from_left{animation-duration:300ms;animation-name:fb_bounce_in_from_left;transition-timing-function:ease-in}.fb_customer_chat_bounce_out_v2{animation-duration:300ms;animation-name:fb_bounce_out_v2;transition-timing-function:ease-in}.fb_customer_chat_bounce_out_from_left{animation-duration:300ms;animation-name:fb_bounce_out_from_left;transition-timing-function:ease-in}.fb_invisible_flow{display:inherit;height:0;overflow-x:hidden;width:0}@keyframes fb_mpn_landing_page_slide_out{0%{margin:0 12px;width:100% - 24px}60%{border-radius:18px}100%{border-radius:50%;margin:0 24px;width:60px}}@keyframes fb_mpn_landing_page_slide_out_from_left{0%{left:12px;width:100% - 24px}60%{border-radius:18px}100%{border-radius:50%;left:12px;width:60px}}@keyframes fb_mpn_landing_page_slide_up{0%{bottom:0;opacity:0}100%{bottom:24px;opacity:1}}@keyframes fb_mpn_bounce_in{0%{opacity:.5;top:100%}100%{opacity:1;top:0}}@keyframes fb_mpn_fade_out{0%{bottom:30px;opacity:1}100%{bottom:0;opacity:0}}@keyframes fb_mpn_bounce_out{0%{opacity:1;top:0}100%{opacity:.5;top:100%}}@keyframes fb_bounce_in_v2{0%{opacity:0;transform:scale(0, 0);transform-origin:bottom right}50%{transform:scale(1.03, 1.03);transform-origin:bottom right}100%{opacity:1;transform:scale(1, 1);transform-origin:bottom right}}@keyframes fb_bounce_in_from_left{0%{opacity:0;transform:scale(0, 0);transform-origin:bottom left}50%{transform:scale(1.03, 1.03);transform-origin:bottom left}100%{opacity:1;transform:scale(1, 1);transform-origin:bottom left}}@keyframes fb_bounce_out_v2{0%{opacity:1;transform:scale(1, 1);transform-origin:bottom right}100%{opacity:0;transform:scale(0, 0);transform-origin:bottom right}}@keyframes fb_bounce_out_from_left{0%{opacity:1;transform:scale(1, 1);transform-origin:bottom left}100%{opacity:0;transform:scale(0, 0);transform-origin:bottom left}}@keyframes slideInFromBottom{0%{opacity:.1;transform:translateY(100%)}100%{opacity:1;transform:translateY(0)}}@keyframes slideInFromBottomDelay{0%{opacity:0;transform:translateY(100%)}97%{opacity:0;transform:translateY(100%)}100%{opacity:1;transform:translateY(0)}} |
|
</style> |
|
</head> |
|
<body id="top" onload="initPage('Port Charlotte, FL');"> |
|
|
|
|
|
<div id="header-wrap" style="height: 130px;"> |
|
<header style="height: 0;"> |
|
<div style="position:absolute; top: 85px; left: 10px"> |
|
<h1> |
|
The Urinals of Dairy Queen |
|
</h1> |
|
</div> |
|
<nav> |
|
<ul> |
|
<li id="headerHome"> |
|
<a> |
|
Home |
|
</a> |
|
<span> |
|
</span> |
|
</li> |
|
<li id="headerSearch"> |
|
<a> |
|
Search |
|
</a> |
|
<span> |
|
</span> |
|
</li> |
|
<li id="headerMap"> |
|
<a> |
|
Map |
|
</a> |
|
<span> |
|
</span> |
|
</li> |
|
<li> |
|
<a> |
|
Gallery |
|
</a> |
|
<span> |
|
</span> |
|
</li> |
|
</ul> |
|
</nav> |
|
</header> |
|
</div> |
|
<div> |
|
<div id="extra"> |
|
<h3> |
|
Dairy Queen is a well known fast food and ice cream shop with locations around the world. |
|
</h3> |
|
Filed under: |
|
<a> |
|
Bars & Restaurants |
|
</a> |
|
| |
|
<a> |
|
Top 1,000 Urinals |
|
</a> |
|
| |
|
<a> |
|
Women's Installations |
|
</a> |
|
</div> |
|
</div> |
|
|
|
<div id="extra" style="height: 35px; padding-top: 30px;"> |
|
|
|
<div class="fb_reset" id="fb-root"> |
|
<div style="position: absolute; top: -10000px; width: 0px; height: 0px;"> |
|
<div> |
|
</div> |
|
</div> |
|
</div> |
|
<div class="fb-like fb_iframe_widget" data- data-colorscheme="dark" data-send="true" data-show-faces="false" data-width="640" fb-iframe-plugin-query="app_id=275918535768793&color_scheme=dark&container_width=980&href=http%3A%2F%2Furinal.net%2Fdairy_queen&locale=en_US&sdk=joey&send=true&show_faces=false&width=640" fb-xfbml-state="parsed"> |
|
<span style="vertical-align: top; width: 0px; height: 0px; overflow: hidden;"> |
|
</span> |
|
</div> |
|
|
|
</div> |
|
|
|
|
|
<div id="extra"> |
|
|
|
|
|
<ins class="adsbygoogle" data-ad-client="ca-pub-6615147015841932" data-ad-slot="[PHONE REDACTED]" data-adsbygoogle-status="done" style="display:inline-block;width:728px;height:90px"> |
|
<div aria-label="Advertisement" id="aswift_0_host" style="border: none; height: 90px; width: 728px; margin: 0px; padding: 0px; position: relative; visibility: visible; background-color: transparent; display: inline-block;" tabindex="0" title="Advertisement"> |
|
</div> |
|
</ins> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div id="content-wrap" style="padding: 1px 0 35px;"> |
|
|
|
<section id="main" style="margin-top: 0;"> |
|
<article class="post"> |
|
<div class="image-section"> |
|
<img height="480" src="rick.jpg" width="640"> |
|
</div> |
|
<p> |
|
These urinals, submitted by |
|
<font face="arial"> |
|
JM |
|
</font> |
|
, are located in the Dairy Queen restaurant in Port Charlotte, FL. |
|
<font face="arial"> |
|
"While it's as not as versatile as a regular toilet, it still takes up the same amount of floor space. |
|
</font> |
|
</p> |
|
<div class="image-section"> |
|
<img height="640" src="rick.jpg" width="480"> |
|
</div> |
|
<p> |
|
<font face="arial"> |
|
AS |
|
</font> |
|
submitted this image from Dairy Queen in Leetonia, OH: |
|
<font face="arial"> |
|
"This full-line store – featuring both ice cream treats along with hot dogs, fries and 'more burger than bun' burgers – is located in the quaint town of Leetonia, just south of Youngstown, Ohio, and about 1 hour west of Pittsburgh, Pa. |
|
</font> |
|
</p> |
|
<div class="image-section"> |
|
<img height="640" src="rick.jpg" width="480"> |
|
</div> |
|
<p> |
|
<font face="arial"> |
|
AS |
|
</font> |
|
also sent in this image from the Dairy Queen in Wellsville, OH: |
|
<font face="arial"> |
|
"Yes, two Dairy Queens in a single trip!" |
|
</font> |
|
</p> |
|
</article> |
|
<div> |
|
<font size="1"> |
|
</font> |
|
</div> |
|
|
|
</section> |
|
|
|
<aside id="sidebar"> |
|
<div class="sidemenu"> |
|
<h3> |
|
Explore |
|
</h3> |
|
<ul> |
|
<li id="mapli"> |
|
<a onclick="Slide();"> |
|
Location |
|
</a> |
|
<p> |
|
</p> |
|
<div id="actuatorDiv" title="Click for map"> |
|
</div> |
|
<div id="captionDiv" onclick="Slide();" title="Click for map"> |
|
</div> |
|
</li> |
|
<li> |
|
<a> |
|
Next Urinal |
|
</a> |
|
<span> |
|
Next alphabetical location |
|
</span> |
|
</li> |
|
<li> |
|
<a> |
|
Previous Urinal |
|
</a> |
|
<span> |
|
Previous alphabetical location |
|
</span> |
|
</li> |
|
<li> |
|
<a> |
|
Home |
|
</a> |
|
<span> |
|
Back to the main page |
|
</span> |
|
</li> |
|
</ul> |
|
</div> |
|
|
|
</aside> |
|
</div> |
|
|
|
|
|
<div id="extra-wrap"> |
|
<div class="clearfix" id="extra"> |
|
<div id="fb-root"> |
|
</div> |
|
<div class="fb-comments fb_iframe_widget fb_iframe_widget_fluid_desktop" data- data-colorscheme="dark" data-num-posts="2" data-width="800" fb-iframe-plugin-query="app_id=275918535768793&color_scheme=dark&container_width=980&height=100&href=http%3A%2F%2Furinal.net%2Fdairy_queen&locale=en_US&sdk=joey&width=800" fb-xfbml-state="parsed"> |
|
<span style="vertical-align: top; width: 0px; height: 0px; overflow: hidden;"> |
|
</span> |
|
</div> |
|
</div> |
|
</div> |
|
|
|
|
|
<footer class="clearfix"> |
|
<p class="footer-left"> |
|
<a> |
|
© 2002-07 - Urinal Dot Net |
|
</a> |
|
</p> |
|
<p class="footer-right"> |
|
<a> |
|
Home |
|
</a> |
|
| |
|
<a class="back-to-top"> |
|
Back to Top |
|
</a> |
|
</p> |
|
|
|
</footer> |
|
<ins class="adsbygoogle adsbygoogle-noablate" data-adsbygoogle-status="done" style="display: none !important;"> |
|
<div aria-label="Advertisement" id="aswift_1_host" style="border: none; height: 0px; width: 0px; margin: 0px; padding: 0px; position: relative; visibility: visible; background-color: transparent; display: inline-block;" tabindex="0" title="Advertisement"> |
|
</div> |
|
</ins> |
|
</body> |
|
</html> |
|
|