/*  
Theme Name: ap-v2
Description: hastily custom-made WordPress theme
Version: 2.0
Author: aoyama-petanque with lots of borrowed parts from K2, Grid Focus and the Morning After

*/

* {
padding : 0;
margin : 0;
}
body {
background : #fdfdfd url(images/bg.gif) repeat-x top;
font-family: MS Pゴシック, Verdana, Arial, Sans-Serif;
font-size : 0.75em;
line-height : 1.4em;
}
#wrapper {
margin : 20px auto;
width : 972px;
background : #ffffff;
}
#header {
color : #333;
width : 972px;
float : left;
padding : 0;
margin : 0 0 0 0;
background : #eeeeee;
}
#content {
color : #333;
margin : 0 0 0 0;
padding : 25px 0 0 25px;
width : 484px;
float : left;
}
#rlcolumn {
float : left;
color : #333;
margin : 0 0 0 0;
padding : 25px 0 0 20px;
width : 200px;
display : inline;
}
#rrcolumn {
color : #333;
margin : 0 0 0 0;
padding : 25px 25px 0 16px;
width : 200px;
float : left;
}
#footer {
border-left: 5px solid #FFFFFF;
border-right: 5px solid #FFFFFF;
border-bottom: 5px solid #FFFFFF;
width : 957px;
clear : both;
color : #333;
background : #eee;
margin : 0 0 0 0;
padding : 20px 5px 20px 0;
}
#footer-content {
text-align : right;
padding : 0 25px 0 0;
}
.side-column-entry {
padding : 0 0 20px 0;
}
li.side-column {
list-style : none;
padding : 0 0 5px 0;
}
ul {
list-style : none;
}
li.twitter {
padding : 0 0 5px 0;
}
i {
font-family: MS Pゴシック, Verdana, Arial, Sans-Serif;
font-size : 12px;
}
img.side {
padding : 5px 0 3px 0;
}
h1 {
font-size : 1em;
margin : 0;
padding : 0;
font-weight : normal;
}
h2 {
font-size : 1.6em;
padding : 15px 0 0 0;
line-height : 1.2em;
color : #666;
}
h3 {
font-size : 1.1em;
color : #666;
}
strong {
color : #666;
}
h4 {
font-size : 1em;
}
a {
color : #666;
outline : none;
text-decoration : none;
}
a:hover {
color : #3c6c92;
border-bottom : 1px solid #3c6c92;
}
#header-logo {
background : #eee url(images/header-bg.gif) no-repeat top;
}
#header-text-search {
float : right;
width : 221px;
padding : 40px 5px 0 0;
font-weight : normal;
font-size : 1em;
color : #333;
}
img.logo {
padding : 20px 0 10px 28px;
border : none;
}
p.description {
padding : 0 0 5px 0;
}
a.more {
border-bottom : 1px solid #ddd;
color : #3c6c92;
font-weight : normal;
}
img.alignright {
float : right;
padding : 4px;
margin : 0 0 2px 7px;
display : inline;
}
img.alignleft {
float : left;
padding : 4px;
margin : 0 7px 2px 0;
display : inline;
}
.postMeta {
font-size : 0.9em;
text-transform : uppercase;
}
.post h2 {
line-height : 1.3em;
}
.entry a, .secondaryColumn a, #commentsContainer h3 a, .commentlist .comment-author a {
border-bottom : 1px solid #ddd;
color : #3c6c92;
font-weight : bold;
}
.entry a:hover, .secondaryColumn a:hover, #commentsContainer h3 a:hover, .commentlist .comment-author a:hover, .commentlist .comment-meta a:hover {
color : #3c6c92;
border-bottom : 1px solid #3c6c92;
}
.secondaryColumn a {
font-weight : normal;
}
.entry ul, .entry ol, .entry blockquote {
color : #555;
}
.entry blockquote {
font-style : italic;
}
.secondaryColumn h3, #commentsContainer h3 {
font-size : 1.2em;
}
#cancel-comment-reply-link {
color : #3c6c92;
font-size : 0.8em;
}
.commentlist .comment-meta a {
color : #777;
}
.commentlist .comment-author cite {
font-style : normal;
font-weight : bold;
}
.commentlist .comment-meta {
font-size : 0.8em;
}
#commentform p span input, #commentform span textarea {
color : #333;
font-family : arial, verdana, sans-serif;
font-size : 1em;
}
#paginateIndex {
font-size : 0.9em;
text-transform : uppercase;
}
#footer p a {
font-weight : normal;
color : #333;
}
.postMeta {
border-top : 1px solid #ccc;
text-align : right;
margin-bottom : 14px;
position : relative;
}
.postMeta .container {
position : absolute;
top : -9px;
right : 0;
}
.postMeta span.date {
background : #fff;
padding : 0 4px;
}
.postMeta span.comments {
background : #fff url(images/chat_grey.gif) no-repeat 2px -1px;
padding-left : 18px;
}
.post {
margin : 0 0 21px 0;
}
.post h2 {
margin-bottom : 10px;
padding : 0 3px;
}
.post h2 a {
display : block;
}
.entry {
padding : 0 0px;
overflow : hidden;
}
.entry p {
line-height : 1.6em;
margin : 10px 0;
}
.entry ul, .entry ol, .entry blockquote {
margin : 0 14px;
}
.entry ol {
list-style : decimal;
}
.entry ul li, .entry ol li {
margin : 0 0 7px 18px;
}
.entry ul li {
list-style : circle;
}
.entry blockquote {
font-size : 1em;
line-height : 1.4em;
margin-left : 21px;
padding-left : 10px;
}
.entry img, .entry a img {
background : #fff;
padding : 2px;
}
.entry a:hover img {
border-color : #3c6c92;
}
.entry.meta {
background : #eee;
border : 1px solid #ccc;
border-width : 1px 0;
}
.entry.meta p {
margin : 5px 7px;
}
.entry.meta .highlight {
text-transform : uppercase;
font-size : 10px;
}
.entry.meta a {
color : #333;
border-color : #bbb;
}
.entry.meta a:hover {
color : #000;
border-color : #000;
}
#paginateIndex {
margin-bottom : 25px;
}
#paginateIndex a, .commentlist li .reply a {
color : #777;
font-size : 0.9em;
text-transform : uppercase;
display : block;
padding : 4px 7px 3px;
background : #fff;
border : 1px solid #ddd;
}
.commentlist li .reply a {
color : #aaa;
}
#paginateIndex a:hover, .commentlist li .reply a:hover {
color : #3c6c92;
border-color : #3c6c92;
background : #eee;
}
.secondaryColumn h3 {
border-bottom : 0 solid #ccc;
margin : 0 0 0 0;
padding : 0 0 7px 0;
color : #666;
}
.widgetContainer {
margin : 0 0 20px 0;
}
.widgetContainer ul li {
margin : 0 3px 7px 21px;
list-style : circle;
}
.widgetContainer ul li ul {
margin-top : 5px;
}
.widgetContainer .textwidget {
margin : 0 3px;
line-height : 1.5em;
}
#commentsContainer {
margin-bottom : 30px;
}
#commentsContainer span.hook {
position : relative;
display : block;
}
#commentsContainer h3 {
display : block;
margin : 10px 0;
padding : 7px 4px 0;
border-top : 1px solid #3c6c92;
}
.cancel-comment-reply {
position : absolute;
top : -1px;
right : 4px;
}
.commentlist {
list-style : none;
margin : 0 0 20px;
}
.commentlist .comment-author {
border-top : 1px solid #ccc;
padding-top : 7px;
margin-top : 10px;
overflow : hidden;
}
.commentlist .comment-author img.avatar {
display : block;
float : left;
height : 16px;
width : 16px;
margin : 0 4px 0 0;
}
.commentlist .comment-meta {
margin : 0 0 0 20px;
}
.commentlist li .reply {
text-align : right;
padding-bottom : 10px;
}
.commentlist li .reply a {
display : inline;
}
.commentlist li p {
margin : 1em 0;
padding : 0 3px;
}
.commentlist li ul, .commentlist li ol, .commentlist li blockquote {
margin : 0 20px;
}
.commentlist .children {
margin : 0 0 0 40px;
}
.commentlist .children li {
list-style : none;
}
#commentform .contain {
margin : 0 0 10px 0 !important ;
}
#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
padding : 4px 3px;
border : 1px solid #ccc;
border-left-color : #bbb;
border-bottom-color : #bbb;
background : #fff;
margin-right : 4px;
}
#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
border : 1px solid #bbb;
outline : none;
padding : 4px 3px;
width : 160px;
}
#commentform p label {
margin : 4px 0 0 0;
}
#commentform textarea {
float : none;
width : 98%;
overflow : auto;
}
.floatleft {
float : left;
margin : 3px 7px 0 0;
}
.floatright {
float : right;
margin : 3px 0 0 7px;
}
.right {
float : right;
}
.left {
float : left;
}
.clear {
clear : both;
}
.fix:after {
content : ".";
display : block;
height : 0;
clear : both;
visibility : hidden;
}
.fix {
display : inline-block;
}
* html .fix {
height : 1%;
}
.fix {
display : block;
}
ul {
padding : 0 0 0px 0;
}
div.spacer {
padding : 0 0 30px 0;
}
#latest_post {
padding : 0 0 1.5em 0;
}
#latest_post_image img {
margin : 0 0 0.2em 0;
}
.latest_post_meta {
font-size : 0.9em;
line-height : 1.6em;
}
.latest_read_on {
padding : 0 20px 1px 0;
}
.latest_comments {
padding : 0 20px 1px 20px;
background : url(images/bg/comment.png) no-repeat top left;
}
.latest_category {
padding : 0 20px 1px 20px;
background : url(images/bg/category.png) no-repeat top left;
}
.home_recent_post {
padding : 0.1em 0 1.2em 0;
margin : 0 0 0.8em 0;
}
.home_recent_thumb {
padding : 0 10px 0 0;
margin : 0 0 0.25em 0;
float : left;
}
.home_recent_thumb img {
float : left;
margin : 0;
}
.home_recent_thumb a img {
background : #fff;
padding : 2px;
margin : 0;
border : 0;
}
.home_recent_thumb a:hover img {
background : #999;
padding : 2px;
margin : 0;
border : 0;
}
.home_recent_title a {
font-weight : bold;
}
.home_recent_date, .home_recent_auth {
padding : 0;
margin : 0;
color : #666;
font-size : 0.9em;
}
.home_recent_exc p {
color : #666;
text-align : left;
}
table.wc {
font : 10px/24px Verdana, Arial, Helvetica, sans-serif;
border-collapse : collapse;
width : 480px;
}
td.wc {
border : 1px solid #ccc;
padding : 0 0.5em;
}
td.wcblank {
border : 1px solid #ccc;
background : #ffc;
}
table {
font : 11px/24px Verdana, Arial, Helvetica, sans-serif;
border-collapse : collapse;
width : 490px;
}
table.club-match {
width : 480px;
}
th {
padding : 0 0.5em;
text-align : left;
}
tr.yellow td {
border-top : 1px solid #fb7a31;
border-bottom : 1px solid #fb7a31;
background : #ffc;
}
td {
border-bottom : 1px solid #ccc;
padding : 0 0.5em;
}
td.club-match-team1 {
border-bottom : 1px solid #ccc;
padding : 0 0.5em;
text-align : left;
}
td.club-match-team2 {
border-bottom : 1px solid #ccc;
padding : 0 0.5em;
text-align : right;
}
td:first-child {
width : 30px;
}
td + td {
border-left : 1px solid #ccc;
text-align : center;
}
p.top {
padding : 0 0 0 0;
margin : 0 0 0 0;
}
div.admenu {
padding : 7px 0 6px 5px;
}
ul.menu {
margin : 0;
padding : 0;
bottom : 0;
left : 20px;
width : 90%;
}
ul.menu li {
display : inline;
margin : 0;
}
ul.menu, ul.menu li a {
padding : 5px 15px 6px;
}
ul.menu li a {
font : 1em MS Pゴシック, Verdana, Arial, Sans-Serif;
color : #ffffff;
margin : 0;
background : #bdbdbd;
}
ul.menu li a:hover {
background : #333;
color : #eee !important ;
text-decoration : none;
}
ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
color : #333 !important ;
background : white;
text-decoration : none;
}
.admintab {
position : absolute;
right : 20px;
}
#lightbox {
position : absolute;
left : 0;
width : 100%;
z-index : 100;
text-align : center;
line-height : 0;
}
#lightbox a img {
border : none;
}
#outerImageContainer {
position : relative;
background-color : #fff;
width : 250px;
height : 250px;
margin : 0 auto;
}
#imageContainer {
padding : 10px;
}
#loading {
position : absolute;
top : 40%;
left : 0%;
height : 25%;
width : 100%;
text-align : center;
line-height : 0;
}
#hoverNav {
position : absolute;
top : 0;
left : 0;
height : 100%;
width : 100%;
z-index : 10;
}
#imageContainer > #hoverNav {
left : 0;
}
#hoverNav a {
outline : none;
}
#prevLink, #nextLink {
width : 49%;
height : 100%;
background : transparent url(images/blank.gif) no-repeat;
display : block;
}
#prevLink {
left : 0;
float : left;
}
#nextLink {
right : 0;
float : right;
}
#prevLink:hover, #prevLink:visited:hover {
background : url(../images/prevlabel.gif) no-repeat left 15%;
}
#nextLink:hover, #nextLink:visited:hover {
background : url(../images/nextlabel.gif) no-repeat right 15%;
}
#imageDataContainer {
font : 10px Verdana, Helvetica, sans-serif;
background-color : #fff;
margin : 0 auto;
line-height : 1.4em;
overflow : auto;
width : 100%;
}
#imageData {
padding : 0 10px;
color : #666;
}
#imageData #imageDetails {
float : left;
text-align : left;
}
#imageData #caption {
font-weight : bold;
}
#imageData #numberDisplay {
display : block;
clear : left;
padding-bottom : 1em;
}
#imageData #bottomNavClose {
width : 66px;
float : right;
padding-bottom : 0.7em;
}
#overlay {
position : absolute;
top : 0;
left : 0;
z-index : 90;
width : 100%;
height : 500px;
background-color : #000;
}
