/* -- MENU BAR -- */
div.title {
  background-image:url(title.png);
  height:45px;
  max-width:620px;
  border: solid #FFFFFF 1px;
  border-radius:7px;
  cursor: pointer;
  margin-top:5px;
  margin-left:auto;
  margin-right:auto;
}

div.navigation {
  height:23px;
  max-width:475px;
  margin:0px 0px 10px 0px;
  background-color:#FFFFFF;
  box-shadow: 0px 5px 5px -3px #660000;
  border-radius: 0px 0px 3px 3px;
  margin-left:auto;
  margin-right:auto;
}

ul.nav-top {
  margin:0px;
  padding:3px 0px 0px 10px;
  list-style-type:none;
}

li.nav-top {
  float:left;
  padding: 0px 10px 0px 15px;
  text-align:center;
  font: small-caps bold 10pt Arial, Sans-Serif;
}

li.language {
  float:left;
  width:100px;
  margin-left:100px;
  background-color:#cc9966;
  border-width: 1px solid #FFFFFF;
  text-align:left;
  font: small-caps bold 10pt Arial, Sans-Serif;
  cursor: default;
}


/* -- GENERAL STYLES -- */
body {
  margin: 0px;
  background: #cc6600;
}

hr {
  color: red;
  width:80%;
  margin-top: 20px;
}

li {
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 10pt;
  color: #000000;
}


/* -- HEADERS -- */
h1, h2, h3, h4 {
  font: small-caps bold 14pt Arial, Sans-Serif;
  color: #cc1100;
  padding: 5px 0px 5px 5px;
  margin: 0px;
}

h1 {
  text-align:center;
}

h2 {
  font-size: 13pt;
  text-align:center;
}

h3 {
  font-size: 12pt;
  padding-left: 10px;
}

h3.center {
  text-align:center;
}

h4, h4.tab {
  font-size: 10pt;
  padding-left:15px;
  color: #cc4400;
}

h4.tab {
  padding-left:0px;
}

/* -- PARAGRAPHS -- */
p {
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 10.5pt;
  color: #000000;
  padding: 0px 0px 0px 5px;
  margin: 0px 0px 5px 0px;
}

p.center {
  text-align: center;
  margin:0px;
}

p.small {
  font-size: 9pt;
}

p.gallery {
  width:500px;
  min-width:500px;
}

p.italic, p.italic-inline, p.italic-inline-nopad {
  color:#cc6600;
  font-style:italic;
  padding: 15px 0px 0px 7px;
}

p.italic-inline {
  padding: 0px 0px 0px 35px;
  margin:0px;
}

p.italic-inline-nopad {
  padding: 0px;
  margin:0px;
}
p.indent, p.indent-nopad, p.indent-grey {
  text-indent: 10px;
  padding:15px 20px 0px 35px;
  margin:0px;
}

p.indent-nopad {
  padding-left:0px;
}

p.indent-grey {
  color: #856b5c;
}

p.block-inline, p.block-inline-nopad, p.block-color, p.block-grey {
  padding:15px 20px 0px 35px;
  margin:0px;
}

p.block-inline {
  padding-top: 0px;
}

p.block-inline-nopad {
  padding: 0px;
}

p.block-color {
  color: red;
}

p.block-grey {
  color: #856b5c;
}
/* -- LINKS -- */

a {
  color: #cc3300;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #660000;
}
a:hover {
  text-decoration: underline;
}
a:active {
  color: #ff9933;
}

/* -- IMAGES -- */
a img {
  border-width:1px;
  border-style:solid;
  border-radius: 3px;
}

a img.no-border {
  border:0px;
}

img.nsfw:hover {
  background: url(https://www.yinza.com/Artwork/nsfw.jpg) no-repeat center;
  height:0px;
  width:50px;
  padding-top:50px;
  overflow:hidden;
}

img.gif:hover {
  background: url(https://www.yinza.com/Artwork/gif.jpg) no-repeat center;
  height:0px;
  width:50px;
  padding-top:50px;
  overflow:hidden;
}
img.gallery {
  border-radius: 10px;
  border:0px;
  max-width: 95%;
}

img.full {
  /* thumbnail viewer */
  border-radius: 10px;
  margin-bottom: 5px;
}

img.thumb {
  /* thumbnail viewer */
  border-radius:3px;
}

img.profile {
  float:right;
  padding:5px;
  margin:5px;
  background-color: #ffcc66;
  border-radius:3px;
}

img.round {
  border-width:2px;
  border-radius:30%;
}

/* -- CONTENT AREAS -- */
div.content {
  background: #FFFFFF;
  padding:10px;
  border: solid #cc3300 2px;
  border-radius:7px;
  margin: 0px auto 10px auto;
  max-width:920px;
}

div.gallery {
  background: #FFFFFF;
  padding:10px;
  margin: 0px 0px 10px 0px;
  border: solid #cc3300 2px;
  border-radius:7px;
  display: table;
  margin-left:auto;
  margin-right:auto;
}

div.block {
  padding:15px 0px 0px 50px;
}

div.highlight , div.highlight-nopad, div.highlight-white {
  background: #ffcc66;
  margin: 15px 20px 0px 35px;
  padding: 5px;
  border-radius: 5px;
}

div.highlight-nopad, div.highlight-white {
  margin-left:0px;
}

div.highlight-white {
  background: #FFFFFF;
}

div.tab-container {
  height:27px;
  margin: 0px auto 0px auto;
  min-width:450px;
  max-width:920px;
}

div.tab-active , div.tab-inactive {
  background: #FFFFFF;
  float: left;
  padding: 0px 8px 0px 0px;
  margin: 0px 5px 0px 0px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: solid #cc3300 2px;
  border-bottom: none;
}

div.tab-inactive {
  background: #ffcc66;
}

span.highlight , span.highlight-white{
  background: #ffcc66;
  padding:5px;
  border-radius: 5px;
}

span.highlight-white {
  background: #FFFFFF;
}

blockquote.party, blockquote.party-nopad {
  margin: 10px 0px 0px 27px;
  padding: 0px 0px 0px 5px;
  border-left: 4px solid #ffcc66;
}

blockquote.party-nopad {
  margin-left:-8px;
  padding-left:5px;
}

@media screen and (max-device-width:480px)  {
	div.title {
	  height:45px;
	  max-width:900px;
	  border:none;
	}

	div.navigation {
	  height:40px;
	  max-width:80%;
	}

	/* -- GENERAL STYLES -- */
	li, li.nav-top {
	  font-size: 21pt;
	}

	/* -- HEADERS -- */
	h1, h2, h3, h4 {
	  font-size:25pt;
	}

	/* -- PARAGRAPHS -- */
	p, p.center, p.gallery, p.italic, p.italic-inline, p.italic-inline-nopad, p.indent, p.indent-nopad, p.indent-grey, p.block-inline, p.block-inline-nopad, p.block-color, p.block-grey {
	  font-size: 20pt;
	}

	p.small {
	  font-size: 18pt;
	}

	/* -- CONTENT AREAS -- */
	div.tab-container {
	  height:49px;
	}
}
