html {
  -webkit-text-size-adjust: 100%;
}

@-ms-viewport { 
  width: device-width;
}

/* Generic */

body {
  font-family: /*Ubuntu*/Ubuntu, "Nimbus Sans L", /*Apple*/Avenir, AvenirNext, /*Windows 8*/"Segoe UI", /*Fallback*/Helvetica, Arial, sans-serif;
  font-size: 110%;
  line-height: 1.4;
  background-color: #fafafa;
  text-align: left;
  margin: 0px;
  color:#283B53;
}

input, textarea, button {
  font-size: 16px;
}

img {
  border-width:0px;
  max-width:100%;
}

a:link, a:visited {
  color: #147FB3;
}

h1, h2.contentItemSubtitle, h1+h2, .inline_menu_title, .searchResultTitle, .searchResultSubTitle, #blogTitle, #window #windowTitleBar, .headerFont {
  font-family: /*iOS && MacOSX*/"AvenirNextCondensed-Bold", "Futura-CondensedExtraBold", "HelveticaNeue-CondensedBold", /*Ubuntu*/ "Ubuntu Condensed", "Liberation Sans Narrow",  /*Windows*/"Franklin Gothic Demi Cond", "Arial Narrow", /*Android*/sans-serif-condensed, /*Fallback*/"Franklin Gothic", Tahoma, "Trebuchet MS", Arial, "Lucida Grande", Verdana, sans-serif;
  font-stretch: condensed;
  font-weight: bold;
}

div.citation1, td.citation1, blockquote {
  font-family: Candara, IowanOldStyle-Roman, "Century Schoolbook L", "Century Schoolbook", Calibri, "Trebuchet MS", "Liberation Serif", Georgia, Times, serif;
  font-style:italic;
  font-size:115%;
}

b {
  font-weight: 900;
}

p {
  margin-top:0px;
}

h1 {
  font-size: 300%;
  color : #147FB3;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
  padding-left: 30px;
  font-weight: bold;
  margin: 0px;
}
h1 a:link, h1 a:visited, h1 a:hover {
  color : #147FB3;
  text-decoration: none;
}

h2:empty { display:none; }
h2 {
  font-size: 150%;
  font-weight: 900;
  padding: 0px;
  margin: 0px;
  min-height: 32px;
  margin-top: 30px;
}

h3 {
  font-size: 120%;
  font-weight: 900;
  margin-bottom: 0;
}

h2+h3 {
  margin-top: 0px;
  padding-top:0px;
}

ul {
  padding-left:20px;
}

thead {
  text-align: left;
  background: #839CBA;
  color:white;
}
th, th a:link, th a:visited {
  font-weight: normal;
}

/* Social */
h1.contentItemTitle a.social {
  /*display: inline-block;*/
  /*display:none;*/
  position: absolute;
  width: 32px;
  height: 45px;
  background-image: url('/images/chromes/social/share-icon-label.o.png');
  background-repeat: no-repeat;
  background-size: 32px 45px;
  top: 28px;
  left: -10px;
}

h1.contentItemTitle {
  position: relative;
}

#socialElement {
  position: absolute;
  background-color: #900;
  padding: 10px;
  width: 160px;
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.3);
}

#socialElement img {
  width: 32px;
  height: 32px;
  margin: 10px;
  cursor: pointer;
}

#window {
  position: fixed;
  width: 500px;
  height: 470px;
  z-index: 10;
  
  top: 50%;
  left: 50%;
  margin-top: -250px;
  margin-left: -250px;
  
  background-color: white;
}

#window #innerWindow {
  height: 100%;
  padding:0;
  margin:0;
}

#window #outerFrame {
  position: relative;
  height: 100%;
  padding-top: 40px;
  top: -40px;
}

#window #windowTitleBar {
  height: 40px;
  background-color: #147FB3;
  overflow: hidden;
  position: relative;
}

#window #windowTitle {
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align:center;
  display: block;
  padding-right: 40px;
}

#window #windowCloseBtn {
  display: block;
  height: 40px;
  width: 40px;
  float: right;
  background-color: #900;
  cursor: pointer;
  background: #900 url("/images/chromes/close.o.png") no-repeat 50% 50%;
  background-size: 30px 30px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}

#window iframe {
  height: 100%;
  width: 100%;
  border: 0px;
  margin: 0;
  padding: 0;
}

div.blurred {
  filter: blur(4px);
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
}

div#veil {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  
  top: 0;
  left: 0;
  margin:0px;
  
  background-color: white;
  opacity: 0.8;
}

/* Blog stuff - content */
div.contentItemBody form textarea {
  width:100%;
}
div.contentItemBody form {
  padding:20px;
}

p.readMore a {
  font-size: 140%;
  font-style: italic;
  font-weight: 900;
  color: #900;
}
.contentItemLinks {
  display: inline-block;
}
div.contentItemLinks br {
  display:none;
}
div.contentItemLinks form, div.contentItemLinks div {
  display:inline-block;
}


#content {
  padding-top: 8px 8px 8px 0px;
}

h2.contentItemSubtitle, h1+h2 {
  padding: 0px 0px 0px 35px;
  margin: 0px;
  position:relative;
  top:-15px;
  color : #147FB3;
}



.blogContentDecorated a:link, .pageContentDecorated a:link {
  text-decoration: none;
}
.contentItem {
  padding: 0px 10% 20px 10%;
  margin: 0px;
  border-bottom: 5px solid #eee;
}
.contentItemBody {
  padding-bottom: 0px;
  text-align: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.blogContentDecorated,.pageContentDecorated {
  padding-top: 8px;
  padding-left: 30px;
  padding-right: 30px;
}
.blogContentDecorated {
  /*-ms-flex-order: 1;
  -webkit-order:1;
  -ms-order:1;
  order:1;*/
}
.contentItemLinks {
  text-align: right;
}
.contentItemLinks form {
  padding: 0px;
  margin: 0px;
}
.contentItemLinks a {
  color: #283B53;
}



div.citation1, td.citation1, blockquote {
  padding: 0px 20px;
  margin: 10px 0px;
  border-left: 10px solid #eee;
}
.citation1, q {
  font-style:italic;
}
span.citation1, span.citation2 {
  margin: 0px;
}

q, span.citation1 {
  position:relative;
  quotes: "\201C" "\201D" "\2018" "\2019";
}
q::before, span.citation1::before {
  content: open-quote;
  font-style:normal;
}
q::after, span.citation1::after {
  content: close-quote;
  font-style:normal;
}

.quoteSig, .citationSig {
  text-align:right;
  font-weight:bold;
  font-style:italic;
}


a.linkButton {
  display:block;
  text-align:center;
  margin: 30px 0px;
}
a.linkButton span {
  font-size:125%;
  background-color:#900;
  color:white;
  padding: 4px 10px;
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.3);
  display:inline-block;
  border-radius: 5px;
}


a.longLink {
  display:block;
  overflow-x : auto;
  border:1px solid #ddd;
  background-color:#eee;
  padding:1px;
  color:#147FB3;
  font-weight:bold;
  text-decoration:none;
}

a.longLink:hover {
  text-decoration: underline;
  border:1px solid #d8d8d8;
  background-color:#f8f8f8;
  color:#2e4663;

}

span.code {
  background-color: #ddd;
  color: #283B53;
  font-family: monospace;
  padding:0px 4px;
  border: 1px solid #CCC;
}
.response pre, div.code {
  margin: 10px;
  border: 2px solid #DDD;
  background-color: #224;
  color: #8F8;
  padding: 10px 5px;
  font-family: monospace;
  white-space: pre;
  overflow-x: auto;
}

p.illustrations {
  text-align:center;
}
p.illustrations a {
  display:inline-block;
  font-weight:normal;
  vertical-align: top;
}
p.illustrations img {
  max-width:95%;
}
p.illustrations span {
  display:block;
}
img.large {
  max-width:95%;
  margin:2px;
}

TABLE.tableau {
   border-collapse:collapse;
   border:1px solid #147FB3;
}
  
TABLE.tableau td {
   border:1px solid #147FB3;
   padding:4px;
}
TABLE.tableau th {
  font-weight: bold;
  color: #147FB3;
  text-align:center;
  padding:4px;
}

span.staron,span.staroff  {
  background-image: url(/images/nuvola/22x22/filesystems/services.png);
  display:inline-block;
  width:22px;
  height:22px;
}
span.staroff  {
  background-image: url(/images/nuvola/22x22/filesystems/servicesoff.png);
}

ul.ups,ul.downs {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.ups li,ul.downs li {
  background-image: url(/images/nuvola/22x22/actions/bookmark.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 25px;
  margin:5px 0px;
}
ul.downs li {
  background-image: url(/images/nuvola/22x22/actions/dock.png);
}

div.toc {
  float:left;
  background-color:#eee;
  width:200px;
  padding:5px;
  margin:5px;
  margin-right:25px;
}
a.toctitle {
  text-align:center;
  display:block;
  font-size:150%;
}
div.toc li {
  padding:0px;
  margin:0px;
}
 

/* Responses */

.response {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-left: 20px;
  padding-left: 10px;
  padding-right: 30px;
  margin-bottom: 4px;
}
.response h1 {
  font-size: 100%;
  font-weight: normal;
  background: transparent;
  padding-left: 0px;
  color:#283B53;
}
.responseBody {
  line-height: 1.5;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
}
div#comments div.odd, div#comments div.even {
  background-color:#f0f0f0;
  border-bottom: 3px solid white;
  border-top: 3px solid white;
}
div#comments div.responseLevel1 {
  border-left: 10px solid #ddd;
  margin-left:30px;
}
div#comments div.responseLevel2 {
  border-left: 10px solid #ddd;
  margin-left:40px;
}
div#comments div.responseLevel3 {
  border-left: 10px solid #ddd;
  margin-left:50px;
}
div#comments div.responseLevel4 {
  border-left: 10px solid #ddd;
  margin-left:60px;
}
div#comments div.responseLevel5 {
  border-left: 10px solid #ddd;
  margin-left:70px;
}
div#comments div.responseLevel6 {
  border-left: 10px solid #ddd;
  margin-left:80px;
}
div#comments div.responseLevel7 {
  border-left: 10px solid #ddd;
  margin-left:90px;
}
div#comments div.responseLevel8 {
  border-left: 10px solid #ddd;
  margin-left:90px;
}
div#comments div.responseLevel9 {
  border-left: 10px solid #ddd;
  margin-left:90px;
}
div#comments div.responseLevel10 {
  border-left: 10px solid #ddd;
  margin-left:90px;
}

.avatar {
  float: left;
  max-height: 50px;
  max-width: 50px;
  margin-right: 10px;
}
.authenticated {
  background: transparent url( 'images/authenticated.gif' ) no-repeat center left;
  padding-left: 10px;
}
.unauthenticated {
}

#previewComment {
  border: 5px solid #147FB3;
}

.response pre {
  background-color: #ddd;
  padding: 0px 10px;
  color:black;
}

/* ads */
#footerAd {
  overflow:hidden;
  text-align: center;
}


/* menus */


a.inline_menu_2:hover , a.inline_menu_3:hover {
  background-color:#ddd;
}
a.inline_menu_2 {
  font-weight:bold;
  display:block;
  font-size:80%;
  padding:4px 15px;
  line-height:1.1;
}
a.inline_menu_3 {
  font-weight:normal;
  display:block;
  font-size:80%;
  background: url('/images/puce.gif') no-repeat 15px 5px;
  padding:0px 15px 0 26px;
}
.inline_menu_3 .hideintoc , .inline_menu_2 .hideintoc {
  display:none;
}

#inlineMenu {
  float:right;
  background-color:#eee;
  max-width:33%;
  margin:0px 0px 0px 10px;
  padding:0px 0px 5px 0px;
}

.inline_menu_title {
  text-align:center;
  display:block;
  background-color: #900;
  color: white;
  margin-bottom: 15px;
  padding: 5px;
}
.inline_menu_title a {
  color: white;
}

#stickyFooter {
  display: block;
  position: fixed;
  left: 0px;
  background-color: white;
  bottom: 0px;
  width: 100%;
  border-top: 2px solid rgba(0,0,0,0.3);
  padding: 3px 0px;
  text-align:center;
  overflow:show;
  z-index:5;
}
#stickyFooter form, #stickyFooter div {
  display: inline-block;
  margin:0px 10px;
  padding:0px 10px;
  position:relative;
}
#sf, input[type="text"], textarea {
  border: 2px solid #900;
  -webkit-appearance: none;
  outline:none;
  border-radius: 0px;
  box-shadow: inset 1px 1px 3px rgba(0,0,0,0.2);
}
#sf:focus, input[type="text"]:focus, textarea:focus {
  box-shadow:3px 3px 7px 0px rgba(0,0,0,0.35);
}
#sb, input[type="button"], input[type="submit"], button {
  border: 2px solid #900;
  background-color: #900;
  padding:1px 7px;
  margin:0px;
  color:white;
  font-weight: bold;
  border-radius: 0px;
  -webkit-appearance: none;
}
#stickyFooter div.popupMenu {
  position:absolute;
  bottom:-30px;
  background-color:white;
  z-index:5;
  margin:0px;
  padding:0px;
  right:0px;
  max-height:0px;
  overflow:hidden;
  border:5px solid #900;
  transition: 0.2s;
  -ms-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
}
#stickyFooter div.popupMenu.show {
  max-height:1000px;
  bottom:30px;

  transition: 0.2s;
  -ms-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
}
#stickyFooter div.popupMenu span {
  background-color:#900;
  display:block;
  color:white;
  white-space:nowrap;
  font-style:italic;
  padding:5px;
}
#stickyFooter div.popupMenu a {
  display:block;
  padding:2px 10px;
  white-space:nowrap;
  transition: 0.2s;
  -ms-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
}
#stickyFooter div.popupMenu a:hover {
  background-color:#500;
  color:white;
  transition: 0.2s;
  -ms-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
}
.popupMenuHolder {
  position:relative;
  background: url(/images/hotdog.4.png) no-repeat 0% 50%;
  background-size: 20px 18px;
  padding-left: 28px;
  color: #147FB3 ! important;
}



/* metadata */

.metadata, .metadata a, .categories, .categories a, .tags, .tags a {
  color: #bbb;
}
.categories, .tags {
  font-size:80%;
  margin: 0px;
  padding-left: 30px;
}

.metadata .contentItemLinks {
  float: right;
  padding-left: 20px;
}
.metadata {
  -ms-flex-order: -1;
  -webkit-order:-1;
  -ms-order:-1;
  order:-1;
  padding-left: 30px;
}

.tags a, .categories a {
  color : #bbb;
  font-weight: normal;
}





.approved {
}
.pending {
  border-left: solid orange 10px;
}
.rejected {
  border-left: solid red 10px;
}
.published {
}
.unpublished {
}




/* tags - search */

.tagCloud {
  font-size: 24px;
  line-height: 1.0em;
  text-align: center;
}
.sidebarTagCloud {
  font-size: 22px;
  line-height: 0.7em;
  text-align: center;
}
.tagCloud1 {
  font-size: 0.5em;
}
.tagCloud2 {
  font-size: 0.6em;
  font-weight: bold;
}
.tagCloud3 {
  font-size: 0.65em;
  font-weight: bold;
}
.tagCloud4 {
  font-size: 0.7em;
  font-weight: bold;
}
.tagCloud5 {
  font-size: 0.75em;
  font-weight: bold;
}
.tagCloud6 {
  font-size: 0.8em;
  font-weight: bold;
}
.tagCloud7 {
  font-size: 0.85em;
  font-weight: bold;
}
.tagCloud8 {
  font-size: 0.9em;
  font-weight: bold;
}
.tagCloud9 {
  font-size: 1.0em;
  font-weight: bold;
}
.tagCloud10 {
  font-size: 1.2em;
  font-weight: bold;
}
.tagCloud ul, .sidebarTagCloud ul {
  padding: 8px;
  margin: 0px;
}
.tagCloud li, .sidebarTagCloud li {
  display: inline;
  margin: 0px;
  padding: 0px;
  white-space: nowrap;
}
.tagCloud a, .sidebarTagCloud a {
  text-decoration: none;
}
.tagCloud a:hover, .sidebarTagCloud a:hover {
  background: #2E4663;
  color:white;
}


table.searchResults {
  padding:0px;
  display: block;
  width:100%;
}
table.searchResults tr {
  position:relative;
  padding-right: 12em;
}
table.searchResults td, table.searchResults tr {
  padding:5px 20px;
}
table.searchResults thead {
  display: none;
}

table.searchResults div.searchResultTitle, table.searchResults div.searchResultSubTitle {
  display:inline;
  font-weight:bolder;
  font-size: 150%;
}
table.searchResults div.searchResultSubTitle {
  font-weight:normal;
}
table.searchResults td.searchResultNumber {
  padding:8px 12px;
  width:auto;
  font-size:300%;
  font-family: /*Ubuntu*/Sawasdee, "Ubuntu Light", /*Apple*/AppleSDGothicNeo-Light, AvenirNext-Light, GillSans-Light, HelveticaNeue-Light, Helvetica-Light, Avenir-Light, /*Android*/sans-serif-light, /*Windows*/"Century Gothic", HGPKyokashotai, STXihei, /*Linux*/"URW Gothic L", /*Fallback*/Helvetica, Arial, sans-serif  ;
  display:block;
  color:#900;
}
table.searchResults div.searchResultExcerpt {
  display:block;
}
table.searchResults td.searchResultDatetime {
}

table.searchResults td.searchResultDatetime div {
  white-space: nowrap;
}




/* header - footer */

#header #blogTitle {
  text-decoration: none;
  color: white;
  background-color: #900;
  height: 30px;
  width: 100%;
  font-weight: bold;
  position: absolute;
  top: 70px;
  z-index: 0;
}

#header #blogTitle span {
  padding: 0px 5% 0px 0px;
  margin:0px;
  display: block;
  text-align:right;
  font-size: 130%;
}



#linearNavigation {
  padding: 6px;
  text-align: center;
  color:#900
}
#linearNavigation a {
  text-decoration: none;
  color:#900;
  font-weight:bold;
}
#linearNavigation a:hover {
  text-decoration: underline;
}
/*#linearNavigation a:visited {
  color:#2E4663
}*/

#header {
  background-color: #900;
  height:100px;
  position:relative;
  background: #147FB3 url( '/images/pieroxy.herbes.d.png' ) no-repeat 100% -110px;
  overflow: hidden;
}

#headerLogo {
  background-repeat: no-repeat;
  background-position: 15% 60%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1;
}

#footer {
  clear: both;
  text-align: center;
  font-size: 80%;
  color: white;
  padding-bottom: 45px;
  margin-top: 50px;
  background-color: #839CBA;
}

#footer a {
  color: white;
}

#mobileMenu span {
  color: #147FB3;
  font-weight: bold;
  padding: 2px 12px;
  display: inline-block;
  font-size: 110%;
  background-color: white;
}
#mobileMenu span.selected {
  background-color:#147FB3;
  color: white;
}
#mobileMenu {
  display:none;
  z-index:5;
}



/*** ARTICLES *****/
.device {
  border : 3px solid #2e4663;
  padding:5px;
  font-size:12px;
}
.device, .device .mm, .device .px, .device .em {
  border : 1px solid #147FB3;
  padding:5px;
  display:inline-block;
  margin:5px;
}

.device .brand, .device .type, .device .os, .device .br {
  display:inline-block;
}
.device .orientation {
  float:right;
}
.feat .code {
  margin-right:10px;
}

.device .code {
  white-space: nowrap;
}
.device .comment {
  background: url('/images/messagebox_warning.png') no-repeat;
  padding-left: 20px;
  font-weight: bold;
  margin-top:3px;
}
a.indexLink {
  background-color: #900;
  display: inline-block;
  color: white;
  padding: 5px 10px;
  border-radius: 3px;
  margin: 5px;
}

div.index {
  position:relative;
  min-height: 65px;
  border: 2px solid #2e4663;
  margin:10px 3px;
  background-color:#ddd;
}
div.index img {
  border:1px solid #bbb;
  padding:3px;
  background-color:white;
  position:absolute;
  top:3px;
  left:3px;
}

div.index h2 {
  background:#ddd;
  text-align:center;
  padding:0px 5px;
  margin:0px;
  font-size:120%;
  border: 0;
  padding-left: 60px;
}

div.index div.summary {
  padding:0px 5px;
  margin-left:60px;
}

div.index div.summary a {
  color:#224;
  text-decoration:none;
  font-weight:normal;
}

ul.iconized {
  padding-left:0px;
}
ul.iconized > li {
  list-style: none;
  background-repeat: no-repeat;
  padding-left: 25px;
  min-height: 25px;
  margin:5px 3px;
  background-image: url('/images/nuvola/22x22/actions/ledlightblue.png');
}
ul.iconized > li.check {
  background-image: url('/images/nuvola/22x22/actions/button_accept.png');
}
ul.iconized > li.broken {
  background-image: url('/images/nuvola/22x22/actions/button_cancel.png');
}
ul.iconized > li.halfcheck {
  background-image: url('/images/nuvola/22x22/actions/messagebox_warning.png');
}
ul.iconized > li.info {
  background-image: url('/images/nuvola/22x22/actions/messagebox_info.png');
}
ul.iconized > li.style {
  background-image: url('/images/nuvola/22x22/apps/stylesheet.png');
}
ul.iconized > li.list {
  background-image: url('/images/nuvola/22x22/actions/korgac.png');
}
ul.iconized > li.link {
  background-image: url('/images/nuvola/22x22/actions/redo.png');
}

@media (min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.1), (-o-min-device-pixel-ratio: 1.1), (-ms-min-device-pixel-ratio: 1.1), (min-resolution: 1.1dppx) {
  ul.iconized > li.check {
    background-image: url('/images/nuvola/48x48/actions/button_accept.png');
    background-size:24px 24px;
  }
  ul.iconized > li.broken {
    background-image: url('/images/nuvola/48x48/actions/button_cancel.png');
    background-size:24px 24px;
  }
  ul.iconized > li.halfcheck {
    background-image: url('/images/nuvola/48x48/actions/messagebox_warning.png');
    background-size:24px 24px;
  }
  ul.iconized > li.info {
    background-image: url('/images/nuvola/48x48/actions/messagebox_info.png');
    background-size:24px 24px;
  }
  ul.iconized > li.style {
    background-image: url('/images/nuvola/48x48/apps/stylesheet.png');
    background-size:24px 24px;
  }
  ul.iconized > li.list {
    background-image: url('/images/nuvola/48x48/actions/korgac.png');
    background-size:24px 24px;
  }
  ul.iconized > li.link {
    background-image: url('/images/nuvola/48x48/actions/redo.png');
    background-size:24px 24px;
  }
}


span.cssicon {
  background-image : url(/images/nuvola/64x64/apps/stylesheet.png);
  display:block;
  float:left;
  margin-right:10px;
  margin-bottom:10px;
  width:64px;
  height:64px;
}

p.update {
  padding-left:40px;
  background: url('/images/nuvola/32x32/actions/klipper_dock.png') no-repeat;
}

p.update span.date {
  font-style:italic;
  display:block;
}

img.screenShotDetail {
  border: 5px solid gray;
  padding: 5px;
}

img.w320 {
  width: 320px;
}

img.w320, img.w480, img.w100 {
  margin:auto;
  display:block;
}

/* media queries */

@media (max-width: 640px) {
  img.w480 {
    width:240px;
  }
  #window {
    width: 100%;
    left: 0%;
    margin-left: 0px;
  }
}

@media (max-height: 600px) {
  #window {
    height: 100%;
    top: 0px;
    margin-top: 0px;
  }
}



@media (min-width: 640px) {
  img.w100 {
    float:left;
    margin-right:20px;
    margin-bottom:20px;
    margin-top:25px;
  }
}
@media (min-width: 720px) {
  img.w320 {
    float:left;
    margin-right:20px;
    margin-bottom:20px;
    margin-top:25px;
    width: 320px;
  }
}

@media (max-width: 480px) {
  img.w100 {
    width:50px;
  }
  img.w320 {
    width:160px;
  }
  h1 {
    font-size:200%;
  }
  h2 {
    font-size:125%;
  }
  #inlineMenu {
    float:none;
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  img.w480 {
    width:240px;
    max-width:90%;
  }
}

@media (min-width: 1000px) {
  h1.contentItemTitle a.social {
    left: -20px;
  }
  a.inline_menu_2 {
    padding:4px 30px;
    font-size:113%;
    line-height:1.1;
  }
  a.inline_menu_3 {
    padding:0px 30px 0 46px;
    font-size:100%;
    background: url('/images/puce.gif') no-repeat 34px 7px;
  }
  #inlineMenu {
    margin:15px;
    margin-right:0px;
    padding:0px 0px 25px 0px;
  }
  
  .inline_menu_title {
    font-size:150%;
  }

}

@media (min-width: 1260px) {
  img.w480 {
    float:left;
    margin-right:20px;
    margin-bottom:40px;
  }
}




@media (min-height: 700px) {
  .contentItemBody {
    line-height: 1.5;
  }
  .contentItem {
    margin-top: 30px;
    margin-bottom: 45px;
  }
  #stickyFooter input {
    font-size: 90%;
  }
  #stickyFooter {
    padding: 15px;
  }
  #stickyFooter div.popupMenu.show {
    bottom:40px;
  }
  #stickyFooter div.popupMenu a {
    padding:10px 30px;
  }
  #footer {
    padding-bottom:70px;
  }
}


@media (max-width: 800px) {
  h1.contentItemTitle a.social {
    position: relative;
    float: right;
    top:10px;
    margin-bottom: 10px;
    margin-left:5px;
    left: 0px;
  }

  body {
    font-size:120%;
  }
  h1 {
    font-size:200%;
  }
  h2 {
    font-size:150%;
  }

  table.searchResults td, table.searchResults tr {
    display:block;
    width: auto;
  }
  table.searchResults td.searchResultNumber {
    float:left;
  }
  table.searchResults td.searchResultDatetime div {
    display: inline-block;
  }
  table.searchResults td.searchResultDatetime {
    color:#bbb;
    text-align:right;
    
  }

  #stickyFooter div,   #stickyFooter form {
    display:block;
    padding: 3px 0px;
  }
  #stickyFooter {
    position:static;
    border:0px;
    border-top: 0px;
    max-height: 0px;
    transition: 0.5s;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    padding:0px;
    overflow:hidden;
  }
  #stickyFooter.show {
    max-height: 1000px;
    border-bottom: 2px solid rgba(0,0,0,0.3);
  }
  #stickyFooter div.popupMenu {
    display:inline;
    position:static;
    border:0px;
    margin:0;
    padding:0;
  }
  #stickyFooter div.popupMenu a {
    display:inline-block;
  }
  .popupMenuHolder {
    display:none;
  }  

  #content {
    margin:0px;
  }
  form table tr td {
    display:block;
  }
  #mobileMenu {
    display:block;
    position:absolute;
    top:0px;
    right:0px;
  }
  .contentItem {
    padding: 0px 5% 18px 5%;
  }
  .blogContentDecorated, .pageContentDecorated, .metadata, .tags, .categories {
    padding-left: 10px;
    padding-right: 10px;
  }
  .metadata .contentItemLinks {
    float: none;
    display:block;
  text-align:right;
  }

  h1 {
    padding: 2px 4px 2px 4px;
  }
  h2.contentItemSubtitle, h1+h2 {
    padding: 0px 0px 0px 4px;

  }

  h2.blogEntrySubtitle {
    padding: 2px 4px 2px 4px;
    letter-spacing:0px;
  }
  ol, ul {
    padding-left: 20px;
  }
  TABLE.tableau {
     border-collapse:collapse;
     border:1px solid #c0c0c0;
  }
  
  TABLE.tableau td {
     border:1px solid #c0c0c0;
     padding:1px;
     font-size:85%;
  }
  TABLE.tableau th {
     padding:1px;
     text-align:center;
     font-weight:normal;
     font-size:85%;
     padding:1px;
  }
}



@media (min-height: 700px) and (min-width: 1580px) {
}


@media (min-height:500px) {
  .contentItem {
    margin-top: 25px;
    margin-bottom: 40px;
  }

}

@media (max-width: 800px) {
  #sidebar {
    float:none;
    display:none;
  }
  #sidebar {
    width:auto;
    margin-right:10px;
  }

}
