/*
	Theme Name: False Memories
	Theme URI: http://www.false-memories.com
	Description: Theme created for the False Memories - Yu-Gi-Oh! fansite.
	Author: Curtis Humphrey
	Author URI: http://www.radiopenguin.net
	Version: 1.0
	Tags: yugioh

*/

/** CSS RESET **/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
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;
}

/** YU-GI-OH! FALSE MEMORIES MAIN CSS **/

#wrapper {
    background-image: url("./images/background.jpg");
    

}

#container {
    width: 960px;
    margin: 0 auto;
}

p, .wp-caption-text {
    color: #333;
    font-size: 12px;
    font-family: georgia, sans-serif;
}

i {
    font-style: italic;
}

small {
    font-size: 11px !important;
}

a {
    transition: .2s linear;
    -moz-transition: .2s linear;
    -webkit-transition: .2s linear;
}

#post a {
    color: #9a2720;
    text-decoration: none;
    font-weight: bold;
}

#post a:hover {
    text-decoration: underline;
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

#banner-logo {
    width: 960px;
    height: 200px;
    background-color: #333;
    margin: 0 auto;
}

#menu {
    width: 100%;
    height: 55px;
    background-image: url("./images/menu_back.jpg");
    
    -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, .4);
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, .4);
    position: relative;
    z-index: 5;
}

#center-menu {
    width: 960px;
    height: 55px;
    margin: 0 auto;
}

#navigation {
    float: left;
}

#slideshow {
    position: relative;
    height: 200px;
}

#slideshow IMG {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0.0;
}

#slideshow IMG.active {
    z-index: 10;
    opacity: 1.0;
}

#navigation ul.top {
    font-family: 'Volkhov', serif;
    text-shadow: 0 1px 1px rgba(0,0,0,0.60);
    font-size: 14px;
    color: #fff;
    height: 55px;
    list-style: none;
}

p.postedBy {
font-style: italic;
}

#navigation ul.top li {
    display: block;
    position: relative;
    float: left;
    height: 55px;
    line-height: 55px;
    vertical-align: middle;
}

#navigation ul.top li a {
    display: block;
    height: 55px;
    padding: 0 20px;
    color: #fff;
    text-decoration: none;
}

#navigation ul.top li a:hover {
    background-color: rgba(255, 255, 255, 0.06);
}

#navigation ul li a img {
    text-shadow: 0 1px 1px rgba(0,0,0,0.50);
}

#navigation ul.second, #navigation ul.third, #navigation ul.fourth {
    display: none;
}

#navigation ul li:hover ul.second {
    display: block;
    border-top: 10px solid rgba(255,255,255,0.05);
    background-color: #9a2720;
    position: absolute;
    z-index: 1;
    padding-top: 5px;
    width: 160px;
    color: #e0e0e0 !important;
    margin: 0 auto !important;
    
    -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, .4);
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, .4);
    
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

ul.second li {
    float:none !important;
    /**margin: 0 0 5px 10px !important;**/
    margin: 5px auto !important;
    padding: 8px 0;
    border-top: 1px solid #5c0604;
    border-bottom: 1px solid #c66358;
    width: 128px;
}

ul.second li:first-child {
    border-top: none !important;
}

ul.second li:last-child {
    border-bottom: none !important;
}

ul.second a {
    margin: 0 0 5px 10px !important;
}

#navigation ul.second li:hover ul.third {
    display: block;
    border-left: 10px solid rgba(255,255,255,0.05);
    background-color: #9a2720;
    position: absolute;
    left: 140px;
    top: 0px;
    z-index: 1;
    padding-top: 5px;
    width: 160px;
    color: #e0e0e0 !important;
    margin: 0 auto !important;
    
    -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, .4);
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, .4);
    
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topright: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

#navigation ul.third li:hover ul.fourth {
    display: block;
    border-left: 10px solid rgba(255,255,255,0.05);
    background-color: #9a2720;
    position: absolute;
    left: 140px;
    top: 0px;
    z-index: 1;
    padding-top: 5px;
    width: 160px;
    color: #e0e0e0 !important;
    margin: 0 auto !important;
    
    -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, .4);
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, .4);
    
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topright: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

#navigation ul li ul li {
    display: block;
    margin: 0 auto !important;
    color: #e0e0e0 !important;
    line-height: 11px !important;
    height: 11px !important;
}

#affiliates.social {
	float: none;
	height: 40px;
	width: 200px;
margin: 15px auto 0px auto;
text-align: center;
}

#affiliates.social h1 {
	margin-bottom: 10px;
}

#affiliates.social a {
	margin-right: 5px;
	text-decoration: none;
	margin-top: 0px;
}

#affiliates.social a img {
	margin-top: 0px;
}

#affiliates.social a:hover {
	text-decoration: none;
}

#affiliates a img {
	margin: 10px 0px 0px 0px;
}

#navigation ul li ul li a {
    color: #e0e0e0 !important;
    margin: 0 auto !important;
    padding: 0 !important;
    font-size: 11px !important;
    width: 140px !important;
    height: 11px !important;
    
}

#navigation ul li ul li a:hover {
    background-color: rgba(255,255,255,0.0) !important;
    color: #fff !important;
}

#navigation ul li ul li:hover {
    background: none !important;
    color: #ffffff !important;
}

#search {
    float: right;
    margin-top: 10px;
}

.searchField {
    background-color: rgba(0,0,0,0.10);
    border:none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    height: 30px;
    width: 170px;
    -webkit-box-shadow: inset 1px 1px 2px 1px rgba(0, 0, 0, .25);
    box-shadow: inset 1px 1px 2px 1px rgba(0, 0, 0, .25);
    color: #fff;
    padding-left: 10px;
    padding-right: 40px;
    font-style: italic;
    font-size: 12px;
    outline: none;
    background: url('./icons/search.png') no-repeat;
    background-position: 90% center;
}

#social {
    width: 235px;
    height: 51px;
    background-image: url('./images/social_menu.jpg');
    
    position:relative;
    margin-top: -20px;
    float:right;
    
    -webkit-border-radius: 10px;
    border-radius: 10px;
    z-index: 0;
    
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, .4);
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, .4);
}

#social p {
    font-family: 'Volkhov', serif;
    text-shadow: 0 1px 1px rgba(0,0,0,0.60);
    font-size: 13px;
    color: #fff;
    
    line-height: 70px;
    vertical-align: bottom;
    margin-left: 10px;
    
    float:left;
}

#social ul {
    float:left;
    line-height: 75px;
    margin-left: 10px;
}

#social ul li {
    display: inline;
    margin-left: 4px;
    margin-right: 4px;
    
}

#leaderboard-ad {
    width: 728px;
    height: 90px;
    background-color: #dedede;
    margin: 20px auto;
    border: 1px solid #fff;
}

#content {
    width: 960px;
    margin: 0 auto;
    
    background-color: #9A2720;
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, .4);
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, .4);
    overflow:hidden;
}

#main {
    width: 590px;
    float: left;
    
}

#post {
    background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f9f8f7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f9f8f7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f9f8f7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f9f8f7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f9f8f7 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#f9f8f7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f8f7',GradientType=0 ); /* IE6-9 */
    
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, .4);
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, .4);
    
    margin: 10px 10px 20px 10px;
    padding: 20px;
}

#post h1 {
    color: #9a2720;
    font-family: 'Volkhov', serif;
    text-shadow: 1px 0px 0px rgba(0,0,0,0.60);
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
}

#post h2 {
    color: #333;
    font-family: 'Volkhov', serif;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.60);
    font-size: 18px;
    margin-bottom: 20px;
    border-bottom: 1px solid #333;
    margin-top: 20px;
}

#post h3 {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    
}

#post p, #post .wp-caption-text {
    line-height: 26px;
    margin: 10px 0;
}

#post .wp-caption-text {
	text-align: center;
}

#post .gallery-item {
	margin: 10px;
}

#cboxTitle, .imagecaption {
	color: #333;
    font-size: 14px;
    font-family: georgia, sans-serif;
}

#post .posted-by {
    font-style: italic;
    float:left;
    
}

#post .comments {
    color: #9a2720;
    font-weight: bold;
    float:right;
}

#post p iframe {
	width: 530px;
}

#post ul {
    margin-left: 40px;
}

#post ul li {
    list-style-type: square;
    font-family: georgia, sans-serif;
    color: #333;
    font-size: 12px;
    line-height: 22px;
}

#sidebar {
    width:370px;
    float:left;
    
}

#sidebar h1 {
    color: #ffffff;
    font-family: 'Volkhov', serif;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.60);
    font-size: 24px;
    
    margin: 20px 20px 10px 20px;    
}

#sidebar p {
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.60);
    font-size: 12px;
    line-height: 15px;
    
    margin: 10px 20px 20px 20px;
}

#side-ad-container {
    width: 340px;
    margin: 0 auto;
}

#sidebar-ad {
    width: 160px;
    height: 600px;
    
    margin: 20px 0;
    margin-left: 6px;
    float:left;
}



#footer {
    width: 100%;
}

#footer-menu {
    background-image: url('./images/footer-menu.jpg');
    height: 32px;
    
}

#footer-menu ul {
    width: 960px;
    margin: 0 auto;
}

#footer-menu ul li {
    display:inline;
}

#footer-menu ul li a {
    color: #fff;
    text-decoration: none;
    font-family: 'Volkhov', serif;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.60);
    font-size: 11px;
    margin: 0 10px;
    line-height: 32px;
}

#footer-menu ul li a:hover {
    text-decoration: underline;
}

#footer-menu ul li.toggle {
    cursor: pointer;
}

#footer-affiliates {
    background-color: #9a2720;
    border-bottom: 1px solid #a74235;
    padding:20px 0;
}

#affiliate-container {
    width: 960px;
    
    margin: 0 auto;
    background-color: #8a231d;
    border: 1px solid #a74235;
    
    -webkit-box-shadow: inset 2px 2px 5px 1px rgba(0, 0, 0, .3);
box-shadow: inset 2px 2px 5px 1px rgba(0, 0, 0, .3);

    
}

#affiliates {
    height: 150px;
    width: 190px;
    margin: 15px;
    float: left;
}

#affiliates h1 {
    color: #ffffff;
    font-family: 'Volkhov', serif;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.60);
    font-size: 18px;
}

#footer-copyright {
    background-color: #9a2720;
    height: 40px;
}

#footer-copyright p {
    color: #fff;
    line-height: 40px;
    width: 960px;
    margin: 0 auto;
    font-size: 10px;
    font-family: 'Volkhov', serif;
}

/** CSS FOR BREADCRUMBS **/

.breadcrumbs {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 20px !important;
    margin-top: 0px !important;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 10px;
}

/** CSS FOR CHARACTER PAGE **/

#character {
    width: 125px;
    padding: 0;
    margin-right: 10px;
    float: left;
}

#character:nth-child(4n+4) {
    margin-right: 0px !important;
}

#character p {
    text-align: center;
    margin-top: 0;
    font-weight: bold;
    font-size: 10px;
}

#character a:hover p {
    color: #9a2720;
    text-decoration: underline;
}

/** CSS FOR CHARACTER BIO PAGE **/

img.character-portrait {
    margin: 10px;
    border: 1px solid #a7423c;
    float:left;
}

p.character-quote {
    float:right;
    width: 200px;
    margin: 10px 20px 10px 0 !important;
    font-style: italic;
    font-size: 13px !important;
}

.character-stats {
    border-top: 1px solid #a7423c;
    margin: 10px 20px 10px 10px;
    padding-top: 10px;
    color: #fff;
    font-family: 'Volkhov', serif;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.60);
}

.character-stats tr {
    height: 20px !important;
}

.center_quote {
    position:absolute;
    top:20%;
    height: 125px;
    left: 150px;
}

#character-info {
    position:relative;
    height:125px
}

#content_navigation {
    width: 150px;
    background-color: #f9f9f9;
    border: 1px solid #e9e9e9;
    float: right;
    margin: 0 0 10px 15px;
}

#content_navigation p {
    text-align: center;
}

ul.content_nav {
    margin-left: 25px !important;
    margin-bottom: 20px;
}

ul.content_nav li {
    list-style-type: decimal;
}

ul.content_nav li a {
    font-weight: normal !important;
}

/** GLOSSARY **/

p.glossary a {
    font-weight: normal !important;
}

p.glossary {
    text-align: center;
}

/** MANGA GUIDE **/

#manga tr td.manga_text {
    vertical-align: top;
    padding-left: 20px;
}

#manga td {
    padding-bottom: 30px !important;
}


/** NEW CODE **/

#sidebar_affiliates {
    margin-left: 20px;
    margin-bottom: 15px;
}

#sidebar_affiliates h1 {
    margin-left: 0 !important;
}

#sidebar_affiliates img {
    margin-right: 15px;
    margin-bottom: 10px;
}

#sidebar_affiliates a {
    text-decoration: none;
}

#leaderboard-ad {
    width: 728px;
    height: 90px;
    background-color: #dedede;
    margin: 20px auto;
    border: 1px solid #fff;
}

#side-ad-container {
    width: 340px;
    margin: 0 auto;
}

#sidebar-ad {
    width: 160px;
    height: 600px;
   
    margin: 20px 0;
    margin-left: 6px;
    float:left;
}

b, strong {
    font-weight: bold;
}

em, i {
    font-style: italic;
}



#post ul li, #post li { 
list-style-type: square;
font-family: georgia, sans-serif;
color: #333;
font-size: 12px;
line-height: 22px;
margin-left: 15px;
}

#character a img {
    width: 125px;
}

#post {
    overflow: hidden;
}

.content_nav li {
    list-style-type: decimal !important;
}

#post h3 {
    margin-bottom: 20px;
}

#manga tr td.manga_text {
    vertical-align: top;
    padding-left: 20px;
}

#manga td {
    padding-bottom: 30px !important;
}

#post table tr td {
    padding: 15px 10px 15px 0px;
    font-size: 12px;
    font-family: Georgia, sans-serif;
    color: #333;
    width: 220px;
}

#post table tr {
    border-bottom: 1px solid #f1f1f1;
}