/*  
Theme Name: Modern Notepad
Theme URI: 
Description: WP Modern Notepad theme designed by <a href="http://www.aoemedia.de">AOE media GmbH</a>. A very stylish modern notepad skin, designed for people who see their blogs as a modern notepad and want it to look alike. Now also widget ready.
Version: 1.9
Author: AOE media GmbH
Author URI: http://www.aoemedia.de
Tags: two columns, widgets, fixed width, white, custom header, valid XHTML, valid CSS, widgets
	By downloading and using this theme, you agree to the following terms:
    - All variations of this theme have to remain GPL
    - You may use this theme for personal or commercial projects
    - You may modify, translate or distribute
*/
html, body, div, span,iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, font, ins,strong,ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}

/* Text decorations
*******************************/
.bold 		{ font-weight: bold; }
.normal 	{ font-weight: normal; }
.italic 	{ font-style: italic }
.underline	{ text-decoration: underline; }

/* Float
*******************************/
.f-right 	{ float: right; }
.f-left 	{ float: left; }
.f-none 	{ float: none; }

/* Text align
*******************************/
.t-right 	{ text-align: right; }
.t-left 	{ text-align: left; }
.t-center 	{ text-align: center; }
.t-justify 	{ text-align: justify; }

/* Other
*******************************/
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

/* Main styles
*******************************/
html {
	height: 100%;
	margin-bottom: 1px;/* force vertical scrollbars */
}

body {
    background:#d3d3d3;
	color: #646464;
	font-size: 75%;
	text-align: left;
}

/* Default fonts
*******************************/
body,
input,
select		{ font-family: Tahoma, Arial, Helvetica, sans-serif; }

textarea,
pre,
code 		  { font-family:"Courier New", Courier, monospace; }

/* Header elements
*******************************/
h1,
h2,
h3,
h4,
h5,
h6 { 
  font-weight:normal;
  color:#f21e1e;
}
h1 {
    padding-bottom:8px;
    font-family:HGS創英角ﾎﾟｯﾌﾟ体;
    font-size: 2em;
    line-height:1;
}
h2 {
    font-size: 1.5em;
}
h3 { 
    font-size: 1.5em;
    padding-bottom:.6em;
}
h4 { font-size: 1.3em; line-height: 1.8em; }
h5 { font-size: 1.2em; line-height: 1.6em; }
h6 { font-size: 1.1em; line-height: 1.2em; }

/* Text elements
*******************************/
p			  { margin: 0 0 1em 0; text-align: left; line-height:1.4; }
p.last 		  { margin-bottom:0; }
p.first		  { margin-top:1em; }
p.img		  { float: right; margin:0 0 1em 1em; padding:0; }

blockquote    {
    margin: 0 0 1em 1em;
    padding-left:1em;
    border-left:2px solid #646464;
}
strong        { font-weight: bold; }
em            { font-style: italic; }
pre           { border: 1px solid #ddd; margin-bottom: 1.2em; padding:1.2em; }
ins           { text-decoration:none; } /*remove underline from text*/
del           { text-decoration:line-through; }

q,
cite          { font-style:italic;}
dl {
    line-height:1.4;
    margin-bottom:1em;
}
/* decorate lists in posts */
#content .post ul,
#content .post ol {
    margin: 0 0 1em 2em;
}

#content .post ul {
    list-style-type:disc;
}

#content .post ol {
    list-style-type:decimal;
}

#content .post ul li,
#content .post ol li {
    line-height:2;
}

hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #000 dotted;
}

/*links*/
a:link,
a:visited,
a:focus,
a:hover,
a:active	{ color: #707070; text-decoration: underline; cursor:pointer; }

a:hover		{ text-decoration:none; }
a:visited	{ }

a:active, 
a:focus     	{ outline: 0; } /*remove border in ff*/

/* Images
*******************************/
img 		{ outline:0;border:0; }

/* Form styles
*******************************/
input,
select,
textarea {
	font-size:1.0em;/*by default font-size is bigger*/
	vertical-align:baseline;
    color:#828282;
}

input.text,
input.file { cursor:text; }

input.button { cursor:pointer; }

input.radio,
input.checkbox { border: 0;padding: 0; }


/* Wordpress aligning
*******************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
    float:left;
    margin: 0 1em 1em 0;
}

.alignright {
   float: right;
   margin: 0 0 1em 1em;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption {
    border:1px solid #eee;
    text-align:center;
    padding-top:4px;
}
.wp-caption p.wp-caption-text {
    font-size:.92em;
    text-align:center;
}

/* Main styles
 *******************************/
#root {
    width: 854px;
    margin:0 auto;
}

.top-line {
    background:url(img/top-line.gif) 0 0 repeat-x;
}

.bottom-line {
    background:url(img/bottom-line.gif) 0 100% repeat-x;
}

/* Header
 *******************************/
#header {
    overflow: hidden;
}
#header .headers {
    text-align:center;
    color:#fff;
    font-size:.92em;
    line-height:3.2;
    height:36px;
}
#header .content {
    background:url(img/header-back.gif) 0 0 no-repeat;
    height:170px;
    position:relative;
    padding:10px 0 0 124px;
}
#header h1 {
    margin-top:30px;
}
#header .description {
	line-height:1.1;
}
#searchform {
    position:absolute;
    right:40px;
    top:40px;
    font-size:.92em;
}
#nav-bar {
	left:40px;
	bottom:2px;
	position:absolute;
	overflow:hidden;
}
#nav-bar li {
	float:left;
	background:url(img/nav.gif) 0 0 no-repeat;
}
#nav-bar li a {
	height:27px;
	float:left;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	padding:15px 18px 0;
	background:url(img/nav.gif) 100% 100% no-repeat;
}
#nav-bar li:hover {
	background:url(img/nav-hover.gif) 0 0 no-repeat;
}

#nav-bar li:hover a {
	background:url(img/nav-hover.gif) 100% 100% no-repeat;
}

#searchform input.text {
    width:143px;
    border:0;
    background:transparent url(img/search-input.gif) 0 0 no-repeat;
    height:15px;
    padding:4px 3px;
    vertical-align:middle;
    margin-right:10px;
}
#searchform input.button {
    height:21px;
	padding-bottom:2px;
    width:61px;
    background:transparent url(img/search-button.gif) 0 0 no-repeat;
    border:0;
    color:#fff;
    font-weight:bold;
    vertical-align:middle;
}
#header h1 a {
    text-decoration:none;
    color:#f21e1e;
}

/* Main
 *******************************/
#main {
    background:url(img/root-back.gif) 0 0 repeat-y #fff;
    overflow:hidden;
    padding:10px 21px;
}
#main-block {
    float:left;
    width:569px;
    min-height:600px;
    height:auto!important;
    height:600px;
}
#content .post {
    overflow:hidden;
    background:url(img/post-header.gif) 0 0 no-repeat;
    padding-top:12px;
	margin-bottom:12px;
}
#content .post .footer {
    height:11px;
    background:url(img/post-footer.gif) 0 0 no-repeat;
}
#content .post .content {
    padding:8px 26px;
    background:url(img/post-back.gif) 0 0 repeat-y;
}

#content .title h2 {
    padding-bottom:6px;
    color:#228b22;
    font-family:HG創英角ｺﾞｼｯｸUB;
}

#content .title a {
    text-decoration:none;
    color:#228b22;
}
#content .title a:hover {
    color:#91adc1;
}
#content .postdata {
    font-size:0.92em;
    padding-bottom:10px;
    margin-bottom:8px;
    background:url(img/post-delim.gif) 0 100% repeat-x;
    overflow:hidden;
}
#content .category {
    float: left;
}
#content .date {
    float: right;
    color:#919191;
}
#content .comments {
	float:right;
	padding-right:10px;
}

#content .comments,
#content .comments a,
#content .category,
#content .category a {
    color:#91adc1;
}

#content .entry {
    clear:both;
	overflow:hidden;
}

#content .entry a {
    color:#e08105;
}

a.more-link {
    font-weight:bold;
    color:#f78403;
    padding-right:18px;
    background:url(img/more-link.gif) 100% 1px no-repeat;
}

.nav-entries {
	font-size:.92em;
	overflow:hidden;
}

.nav-entries .prev a {
	float:left;
}

.nav-entries .next a {
	float:right;
}

#content .nav-entries a {
	background:url(img/nav-pages.gif) 0 0 no-repeat;
	color:#fff;
	text-decoration:none;
}

.nav-entries a span {
	padding:6px 12px 0;
	height:17px;
	float:left;
	background:url(img/nav-pages.gif) 100% 100% no-repeat;
}

.nav-entries a:hover {
	color:#fff;
}

.para {
       color:#f4a460;
       font-weight:bold;
       font-size:1.4em;
       padding-top:0.5em;
}

.para2 {
       margin-left:2em;
}

.para2 p {
       color:#f4a460;
       font-weight:bold;
       font-size:1em;
       padding-top:0.5em;
}

#recipe ol {
      line-height:1.4em;
      font-size:1em;
}

#recipe ul {
      padding-left:0.4em;
      line-height:1.4em;
      font-size:1em;
}

#recipe ul li {
     list-style-image:url(http://xn--n8j7a5a2i8joklc.com/blog/items/toma.gif);
}

#recipe h3 {
     color:#006400;
     font-weight:600;
}

#recipe h4 {
     color:#ff4500;
     font-weight:600;
}

.page-top {
     text-align:right;
     padding-right:1em;
     padding-top:1em;
}

#recipe-list img {
     vertical-align:middle;
     margin:4px;
}

#recipe-list a {
    color:#696969 !important;
    text-decoration:none;
}

#recipe-list a:hover {
    color:red !important;
}

#recipe-list li {
    list-style:none;
}

#recipe-ct li {
    float:left;
    padding-left:0.5em;
}

#recipe-ct p {
    clear:left;
}

#recipe-all ol {
    padding-left:8px;
}

#recipe-all a {
    color:#696969 !important;
    text-decoration:none;
}

#recipe-all a:hover {
    color:red !important;
    text-decoration:underline;
}

#ad-link {
    text-align:center;
    padding:0.4em 0 1.5em 0;
}

.ads_bottom {
    padding:1em 0 2em 2em;
}

/* Comments
 *******************************/
#leavecomment {
    padding-top:1em;
}


.comments-list .avatar {
    margin-bottom:4px;
}
#content ul.comments-list {
	margin:0;
}
.comments-list li {
    padding:12px;
    line-height:1.2;
	list-style:none;
	background:url(img/post-delim.gif) 0 100% repeat-x;
	margin-bottom:12px;
}

.comments-list li.graybox {
    background-color:#f5f5f5;
}

.comments-list cite {
    font-weight:bold;
    font-style:normal;
}

.comments-list small {
    font-size:.83em;
}

.comments-list .comment {
    margin-top:8px;
}

#commentform input.text,
#commentform textarea {
    border:1px solid #646464;
    border-bottom-color:#eee;
    border-right-color:#eee;
    padding:2px;
}

#commentform input.text {
    width:200px;
}

#commentform input.button {
	width:115px;
    color:#fff;
    font-weight:bold;
    text-align:center;
    height:21px;
	padding-bottom:2px;
    background:transparent url(img/button-back.gif) 0 0 no-repeat;
    border:0;
    color:#fff;
	font-size:.92em;
    vertical-align:middle;
}

#commentform textarea {
    width:500px;
}





#right-block {
    float:right;
    width:223px;
}

.box {
	background:url(img/box-back.gif) 0 0 repeat-y;
	margin-bottom:8px;
}

.popular h3 {
	color:#eda33a;
}

.blogroll h3 {
	color:#78ab5f;
}

.archive h3 {
	color:#8fafc6;
}

.box .header {
	background:url(img/box-header.gif) 0 0 no-repeat;
	height:34px;
	padding:16px 20px 0;
}

.box ul {
	padding:0 5px 24px 5px;
	background:url(img/box-footer.gif) 0 100% no-repeat;
}

.box ul li {
	padding:9px 15px 1px 15px;
	font-size:.92em;
	background:url(img/box-li-bottom.gif) 0 100% repeat-x;
}

.box ul li a {
	display:block;
	padding:1px 0 11px;
	background-position:100% 0;
	background-repeat:no-repeat;
        text-decoration:none;
}

.box li a {
	background-image:url(img/cat.gif);
}

.popular li a {
	background-image:url(img/popular.gif);
}

.blogroll li a {
	background-image:url(img/blogroll.gif);
}

.archive li a {
	background-image:url(img/archive.gif);
}

.categories .children li a {
	background-image:url(img/cat-sub.gif);
}

.box ul li a:hover {
	text-decoration:underline;
}

.box li a:hover {
	background-image:url(img/cat-hover.gif);
	color:#f21e1e;
}

.popular li a:hover {
	background-image:url(img/popular-hover.gif);
	color:#eda33a;
}


.blogroll li a:hover {
	background-image:url(img/blogroll-hover.gif);
	color:#78ab5f;
}





.archive li a:hover {
	background-image:url(img/archive-hover.gif);
	color:#8fafc6;
}

.categories .children li a:hover {
	background-image:url(img/cat-sub-hover.gif);
	color:#f21e1e;
}

.box ul ul {
	padding:0;
	background:none;
}

.box li li {
	background:none;
	font-size:1em;
	padding:0 0 0 15px;
}


.box .footer {
	padding:0 5px;

    height:24px;
	background:url(img/box-footer.gif) 0 100% no-repeat;
}

.box .tags,
.box .textwidget,
#sidesearch,
#calendar_wrap {
    padding:12px 18px;
}



.box input.text {
    border:1px solid #8A8A8A;
    width:140px;
    background:#fff;
    font-size:.92em;
}

.box input.button {
    background:#F6F6F6;
    color:#8A8A8A;
    font-weight:bold;
    border:0;
    font-size:.92em;
    border:1px solid #8A8A8A;
}

.box .tags,
.box .textwidget {
    line-height:1.4;
}

.box .textwidget {
    font-size:.92em;
    text-align:center;
}

#calendar_wrap,
.box .textwidget {
    padding-bottom:36px;
    background:url(img/box-footer.gif) 0 100% no-repeat;
}

#recentcomments li {
    background:none;
    padding-left:0;
}

#wp-calendar {
    width:190px;
    font-size:.92em;
}
#wp-calendar caption {
    padding:4px 0;
    text-align:right;
    font-weight:bold;
    color:#F21E1E;
}
#wp-calendar th,
#wp-calendar td {
    padding:2px;
    text-align:center;
}
#wp-calendar thead th {
    color:#4189C1;
    font-weight:bold;
}
#wp-calendar #prev {
    text-align:left;
    padding-top:4px;
}
#wp-calendar #next {
    text-align:right;
    padding-top:4px;
}
#recentcomments {
    padding:0 18px 36px;
    line-height:1.4;
}
#recentcomments li a,
#recentcomments li a:hover {
    background:none;
    padding:0;
    border:0;
}

/* Footer
 *******************************/
#footer {
    background:url(img/footer-back.gif) 0 0 no-repeat #c4c4c4;
    height:70px;
    font-size:.92em;
    padding:22px 27px 0;
}

#footer img {
	vertical-align:middle;
}

#footer .copyright {
    float:left;
    padding-top:5px;
}

#footer .links {
    float:right;
}

#footer .links a {
    padding-left:18px;
    margin-left:16px;
    background-repeat:no-repeat;
    background-position:0 2px;
    color:#518cb1;
    text-decoration:none;
}

#footer .links a:hover {
    color:#ff4500;
    text-decoration:underline;
}

#footer .rss {
    background-image:url(img/rss.gif);
}

#footer .login {
    background-image:url(img/login.gif);
}

#footer a.powered {
    padding:0;
}

#footer a.entries {
    margin:0;
}

#img-cache {
	display:none;
	overflow:hidden;
	height:0;
	width:0;
}

.contact-me {
        padding-right:1.5em;
}

/* prof
*******************************/

#prof td {
       padding:0.2em 0.2em 1em 0.2em;
       line-height:1.4em;
}

#prof h3 {
       font-size:1.2em;
       color:red;
       font-family:'ＭＳ Ｐゴシック',平成角ゴシック;
}

/* sidebar
*******************************/

.sb-list {
       font-size:1.1em;
}

.sb-list hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #dcdcdc dotted;
}

.sb-list p {
       margin:0.4em;
       line-height:1em;
}

.sb-list a {
       text-decoration:none;
}

.sb-list a:hover {
       color:red;
       text-decoration:underline;
}

.sb-list .s0 {
       padding-left:0.5em;
       padding-top:1em;
}

.sb-list .s0 a {
       display:block;
       background-image:url(img/cat.gif);
       background-position:100% 0;
       background-repeat:no-repeat;
}

.sb-list .s0 a:hover {
       display:block;
       background-image:url(img/cat-hover.gif);
       background-position:100% 0;
       background-repeat:no-repeat;
}

.sb-list .s1 {
       padding-left:1.5em;
}

.sb-list .s1 a {
       display:block;
       background-image:url(img/cat.gif);
       background-position:100% 0;
       background-repeat:no-repeat;
}

.sb-list .s1 a:hover {
       display:block;
       background-image:url(img/cat-hover.gif);
       background-position:100% 0;
       background-repeat:no-repeat;
}

.sb-list .s2 {
       padding-left:3em;

}



.sb-list .s2 a {
       display:block;
       background-image:url(img/cat.gif);
       background-position:100% 0;
       background-repeat:no-repeat;

}

.sb-list .s2 a:hover {
       display:block;
       background-image:url(img/cat-hover.gif);
       background-position:100% 0;
       background-repeat:no-repeat;
}

.sb-list .bl {
       padding-left:0.5em;
}

.sb-list .bl a {
       display:block;
       background-image:url(img/cat.gif);
       background-position:100% 0;
       background-repeat:no-repeat;
}

.sb-list .bl a:hover {
       display:block;
       background-image:url(img/cat-hover.gif);
       background-position:100% 0;
       background-repeat:no-repeat;
}
/* pickup
*******************************/
.title-img {
      text-align:center; 
      background-color:#a52a2a;
      padding:0.2em;
}

.inner1 {
      padding:0 0.2em;
}

.inner1 h3 {
      font-family:HG創英角ｺﾞｼｯｸUB;
      font-size:1.5em;
}

.inner1 h4 {
      font-family:HG創英角ｺﾞｼｯｸUB;
      font-size:1.5em;
      color:#009933;
}

.inner1 p {
      padding-top:1em;
}

.img-list {
      float:left;
}

.img-list li {
      list-style-type:none;
      height: 70px;
}

.af-page {
      text-align:center;
      padding:1em;
}

.pu-inner2 {
      clear:left;
}

.pu-inner2 hr {
      padding-top:1em;
      padding-bottom:1em;
}

.pu-inner2 h4 {
      padding-bottom:1em;
      font-family:HG創英角ｺﾞｼｯｸUB;
}

.pu-inner2 ol {
      padding-left:1em;
}

.pu-inner2 li {
      list-style-image:url(http://xn--n8j7a5a2i8joklc.com/blog/items/pap.gif);
      padding-left:0.5em;
}

.pu-inner2 li a {
      line-height:2em;
      vertical-align:top;
}

.pu-inner3 {
      clear:left;
}

.pu-inner3 hr {
      padding-top:1em;
 }

.pu-inner3 h4 {
      padding-bottom:1em;
      font-family:HG創英角ｺﾞｼｯｸUB;
      color:#0099cc;
}

.pu-inner3 ol {
      padding-left:1em;
}

.pu-inner3 li {
      padding-left:0.5em;
}

.pu-inner3 li a {
      line-height:1em;
 }

/* homepage
*******************************/

.today-recipe {
      border:1px solid #800000;
      margin: 0em 2em 2em;
      height: 90px;
}

.today-recipe p {
      padding-right:0.2em;
}

.today-recipe img {
      float:left;
      margin-right:0.5em;
}

.today-recipe a {
      text-decoration:none;
}

.today-recipe a:hover {
      color:red !important;
}

.news {
      float:right;
      border:#800000 1px solid;
      padding:1em 1em 0.5em 1em;
      margin-right:2em;
}

.news h3 {
      font-family:HG創英角ｺﾞｼｯｸUB;
      font-size:1.2em;
}

.news a {
      color:#808080 !important;
      text-decoration:none;
}

.news a:hover {
      color:red !important;
      text-decoration:underline;
}

.inner2 li {
      list-style-type:none;
}

.inner3 {
      clear:left;
      padding-top:2em;
}

.title-label {
      float:left;
}

.label-c1 {
      margin:0 0 0 2em !important;
}

.label-c2 {
      margin:0 2em;
}

.label-c2 li {
      float:left;
      padding-right:0.5em;
}

.label-c2 a {
      color:#808080 !important;
      text-decoration:none;
}

.label-c2 a:hover {
      color:red !important;
      text-decoration:underline;
}

.main-content h3 {
      font-family:HGS創英角ﾎﾟｯﾌﾟ体;
}

.inner4 {
      padding-top:1em;
      padding-bottom:1em;
}

.inner4 .banner {
      text-align:center;
      background-color:#a52a2a;
      padding:0.2em;
}

.inner4 .banner2 {
      text-align:center;
      background-color:#f6f6f6;
      padding:0.2em;
      margin-bottom:0;
}

.inner4 .banner3 {
      margin:0.5em auto;
      text-align:center;
      background-color:#f6f6f6;
      border:#a52a2a 1px solid;
      padding:0.4em;
      width:468px;
}

.inner4 .banner2 img {
      border:#006400 2px solid;
}

.inner4 .text1 {
      clear:left;
      text-align:center;
}

.inner4 .text1 a {
      color:#808080 !important;
      text-decoration:none;
}

.inner4 .text1 a:hover {
      color:red !important;
      text-decoration:underline;
}

.inner4 li {
      float:left;
      list-style-type:none;
      padding-right:0.5em;
}    

.af-link {
      text-align:center;
      padding-bottom:1em;
}

.af-bottom {
     clear:both;
     text-align:center;
     padding-top:2em;
     padding-bottom:3em;
}

#counter {
     text-align:right;
     padding:2em;
}

/* link
*******************************/

#link1 {
      padding-left:1em;
}

#link1 h3 {
      font-family:HGS創英角ﾎﾟｯﾌﾟ体;
}

#link1 li {
      list-style-image:url(http://xn--n8j7a5a2i8joklc.com/blog/items/nasu.gif);
      padding-left:0.5em;
}

#link1 li a:hover {
      text-decoration:underline;
      color:red;
}

/* Table
*******************************/

.process {
     line-height:1.5em;
}

.process td {
     padding:0.5em;
}


/* Text
*******************************/

.text-r {
     clear:both;
     text-align:right;
     padding-top:2em;
     padding-right:2em;
}

.text-r a {
      color:#808080 !important;
      text-decoration:none;
}

.text-r a:hover {
      text-decoration:none;
      color:red !important;
}

.text-l {
     clear:both;
     text-align:left;
     padding-top:2em;
     padding-left:2em;
}

.text-l a {
      color:#808080 !important;
      text-decoration:none;
}

.text-l a:hover {
      text-decoration:none;
      color:red !important;
}

.text-food {
    color:#4682b4;
}

.text-r2 {
    text-align:right;
    font-size:0.8em;
}

.text-ff1 {
      font-family:HGS創英角ﾎﾟｯﾌﾟ体;
      padding-top:0.8em;
}

.text-c {
     text-align:center;
     padding-top:1em;
}

.text-c a {
      color:#808080 !important;
      text-decoration:none;
}

.text-c a:hover {
      text-decoration:none;
      color:red !important;
}

.text-red {
      color:red;
}

.text-blue {
      color:blue;
}

.text-af-bottom {
       padding:1em 0 2em 2em;
}

#page-number {
	clear:left;
	margin-left:auto;
	margin-right:auto;
	padding-top:2em;
	text-align:center;
	width:210px;
}

#page-number ol {
	width:210px;
}

#page-number li {
	float:left;
       	list-style-type:none;
	margin-right:2px;
	width:30px;
        line-height:30px;
	border:#808080 1px solid;
	font-size:1.5em;
	text-align:center;
}

#page-number li a {
	background-color:#e0ffff;
 	width:30px;
	display:block;
	text-decoration:none;
}

#page-number li a:hover {
	background-color:#fffacd;
	display:block;
	color:#ff4500;
	text-decoration:none;
}

#page-jump {
	clear:left;
	margin-left:auto;
	margin-right:auto;
	padding-top:1em;
	text-align:center;
	width:210px;
}

#page-jump ol {
	width:167px;
}

#page-jump li {
       	list-style-type:none;
	margin-right:2px;
	width:167px;
        line-height:30px;
	border:#808080 1px solid;
	font-size:1.5em;
	text-align:center;
}

#page-jump li a {
	background-color:#e0ffff;
 	width:167px;
	display:block;
	text-decoration:none;
}

#page-jump li a:hover {
	background-color:#fffacd;
	display:block;
	color:#ff4500;
	text-decoration:none;
}

