@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: 'itcblackadd';
	src: url('/assets/og/fonts/apple-chancery.ttf');
}
@font-face {
	font-family: 'blackadd';
	src: url('/assets/og/fonts/black.ttf');
}

@font-face {
  font-family: 'Milonga';
  font-style: normal;
  font-weight: 400;
  src: local('Milonga'), local('Milonga-Regular'), url(/assets/og/fonts/milonga.woff) format('woff');
}

@font-face {
  font-family: 'Fredericka';
  font-style: normal;
  font-weight: 100;
  src: local('Fredericka the Great'), local('FrederickatheGreat'), url(/assets/og/fonts/fredericka.woff) format('woff');
}

@font-face {
  font-family: 'Frijole';
  font-style: normal;
  font-weight: 400;
  src: local('Frijole'), url(/assets/og/fonts/frijole.woff) format('woff');
}

@font-face {
  font-family: 'Snippet';
  font-style: normal;
  font-weight: 400;
  src: local('Snippet'), url(/assets/og/fonts/snippet.woff) format('woff');
}

@font-face {
  font-family: 'Cabin Sketch';
  font-style: normal;
  font-weight: 400;
  src: local('Cabin Sketch Regular'), local('CabinSketch-Regular'), url(/assets/og/fonts/cabin_sketch.woff) format('woff');
}

body {
	background-attachment: fixed;
	background-color: #fff;
	background-image: url(/assets/og/img/theme/homeback.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	
}

a:link              { color:#333300; }
a:visited           { color:#333300; }
a:hover             { color:#009933; }
a:active            { color:orange; }


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	font-family: Cabin Sketch;
	font-size: 15px;
	color: #555;
	line-height: 21px;
}

/* Headings */
h1,h2,h3 {
	clear: both;
	font-family: Frijole;
	font-weight: normal;
	margin: 15px 0px;
	color: #5c5743;
	
}

/* Headings */
h4,h5,h6 {
	clear: both;
	font-family: Milonga;
	font-weight: normal;
	margin: 15px 0px;
	
}

h1 {
	font-size: 150%;
/*	text-shadow: 1px 1px 20px #9d6b2b; */
}
h2 {
/*	text-shadow: 1px 1px 2px #442211; */
	font-size: 130%;
	
}
h3 {
	font-size: 110%;
/*	text-shadow: 0px 0px 2px #9d6b2b; */
}
h4 {
	font-size: 160%;
}
h5 {
	font-size: 140%;
}
h6 {
	font-size: 120%;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	
	margin: 1.0em 0;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
.entry-content ul > li:before {
	content: "\00BB \0020";
}
.entry-content ul li ul > li:before {
	content: "";
}
.entry-content > ul {
	margin-left: 20px;
	padding: 0px;
	list-style: none;
}
ol {
	list-style: decimal;
}
ol li ol {
	list-style-type: lower-alpha;
}
ol li ol li ol {
	list-style-type: lower-roman;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	padding: 15px 30px;
	margin: 0px;
	font-style: normal;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background-color: rgba(237,233,206,.9);
	border: 1px solid #82573f;
	padding: 15px;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	width: 100%;
}
tr,
td,
th {
	vertical-align: top;
	padding: 5px 15px;
	margin: 0px;
	border: 0px none;
}
td {
/*	border-bottom: 1px solid rgba(237,233,206,.5); */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}
td.alternate {
/*	border-bottom: 1px solid rgba(237,233,206,.5); */
	vertical-align: middle;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}
td.center {
/*	border-bottom: 1px solid rgba(237,233,206,.5); */
	vertical-align: middle;
	text-align: center;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
tr.alternate {
	border-bottom: 1px solid #82573f;
	background-color: rgba(237,233,206,.1);
}
tr.vip {
	border-bottom: 0px solid #82573f;
	background-color: rgba(255,255,255,0);
	vertical-align: middle;
	text-align: center;
	margin-left: auto;
	
}
tr.border {
	vertical-align: top;
	padding: 0px 0px;
	margin: 0px;
	border: 3px inset;
}
th {
	font-weight: normal;
	font-size: 180%;
	text-align: left;
	color: #fff;
	font-family: "blackadd";
}
th.nopadding {
	vertical-align: middle;
	padding: 0px 0px;
	margin: 0px;
	border: 0px none;
	background-color: rgba(255,255,255,0);
	text-align: left;"
	
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type=text]:focus,
textarea:focus {
	color: #111;
}
input[type=text] {
	padding: 0px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

#wrapper {
width: 1074px;
margin: 0 auto;
}




ul li {
   display:block;
   float:left;
   list-style-type:none;
   margin-right: 10px;
   }
   

   
   ul li#home a {
   display:block;
   height:38px; width:105px;
   background:transparent url(/assets/og/img/theme/nav-buttons/home.png) no-repeat 0 0;
   text-indent:-9009px;
   }
   
    ul li#forum a {
   display:block;
   height:38px; width:105px;
   background:transparent url(/assets/og/img/theme/nav-buttons/forum.png) no-repeat 0 0;
   text-indent:-9009px;
   }
   
     ul li#leaders a {
   display:block;
   height:38px; width:105px;
   background:transparent url(/assets/og/img/theme/nav-buttons/leaders.png) no-repeat 0 0;
   text-indent:-9009px;
   }
   
    ul li#bazaar a {
   display:block;
   height:38px; width:105px;
   background:transparent url(/assets/og/img/theme/nav-buttons/bazaar.png) no-repeat 0 0;
   text-indent:-9009px;
   }
     ul li#map a {
   display:block;
   height:38px; width:138px;
   background:transparent url(/assets/og/img/theme/nav-buttons/legendarymap.png) no-repeat 0 0;
   text-indent:-9009px;
   }
     ul li#vip a {
   display:block;
   height:38px; width:138px;
   background:transparent url(/assets/og/img/theme/nav-buttons/vip.png) no-repeat 0 0;
   text-indent:-9009px;
   }
   
        ul li#qs a {
   display:block;
   height:38px; width:138px;
   background:transparent url(/assets/og/img/theme/nav-buttons/questions.png) no-repeat 0 0;
   text-indent:-9009px;
   }
   
#header {
	background-image: url(/assets/og/img/theme/Header_02.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 155px;	
	margin-bottom: 30px;
	margin-top: 0px;
}
#headerbefore {
	background-image: url(/assets/og/img/theme/Header_01.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 145px;
	margin-bottom: -1px;	
	
}
#breadcrums {
height: 98px;	
}

#content {
	width: 800px;
	background-image:url(/assets/og/img/theme/cback_02.png);
	background-repeat:repeat-y;
	float: left;
	

}

#content:before {
	content:url(/assets/og/img/theme/cback_01.png);
	position:relative;
	top: -20px;	
}

#content:after {
content:url(/assets/og/img/theme/cback_03.png);	
position: relative;
bottom: -20px;
}



blockquote {
	background-color:#dcb065;
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
	
}

#inside {
width: 750px;
margin: 0 auto;	
	
}


.note {
	width: 250px;
	background-image: url(/assets/og/img/theme/note_02.png);
	background-repeat: repeat-y;	
	float:right;
	
}

#content-full {
	width: 1280px;
	background-image:url(/assets/og/img/theme/cback_02-1280.png);
	background-repeat:repeat-y;
	float: left;
	

}

#content-full:before {
	content:url(/assets/og/img/theme/cback_01-1280.png);
	position:relative;
	top: -20px;	
}

#content-full:after {
content:url(/assets/og/img/theme/cback_03-1280.png);	
position: relative;
bottom: -20px;
}

#inside-full {
width: 1240px;
margin: 0 auto;	
	
}


.note p {
	font-size:10px;
	padding: 10px;	
}

.note:before {
content:url(/assets/og/img/theme/note_01.png);
	position:relative;
	top: -7px;	
}

.note:after {
content:url(/assets/og/img/theme/note_03.png);
position: relative;
bottom: -20px;
}

.right {
float:right;	
}
.left {
float: left;	
}
#footer {
	background-image: url(/assets/og/img/theme/footer.png);
	height: 200px;
	width: 960px;
	clear: both;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 30px;
	padding-right: 45px;
	padding-bottom: 45px;
	padding-left: 45px;
}

#footer a {
	font-family: blackadd;
	margin-top: 25px;
	clear:both;
	
}
.paper {
	background-image: url(/assets/og/img/theme/paper2_02.png);
	background-repeat: repeat-y;
	background-position: center;
	width: 750px;	
}
.paper p {
	font-size:10px;
	padding: 10px;	
}

.paper:before {
content:url(/assets/og/img/theme/paper2_01.png);
	position:relative;
	top: -50px;	
}

.paper:after {
content:url(/assets/og/img/theme/paper2_03.png);
position: relative;
bottom: -50px;
}




/*
playback timings (ms):
  captures_list: 71.773
  exclusion.robots: 0.195
  exclusion.robots.policy: 0.18
  cdx.remote: 0.117
  esindex: 0.015
  LoadShardBlock: 43.894 (3)
  PetaboxLoader3.datanode: 64.712 (4)
  CDXLines.iter: 13.927 (3)
  load_resource: 252.402
  PetaboxLoader3.resolve: 174.783
*/