/*
Theme Name: Fort Myers Go
Description: Custom layout for Fort Myers Go
Author: Thomas Schumm
Author URI: http://www.phong.org/
*/

@font-face {
    font-family: 'GraublauWebBold';
    src: url('fonts/GraublauWebBold.eot');
    src: local('Graublau Web Bold'), local('GraublauWeb-Bold'), url('fonts/GraublauWebBold.woff') format('woff'), url('fonts/GraublauWebBold.otf') format('opentype'), url('fonts/GraublauWebBold.svg#GraublauWeb-Bold') format('svg');
}

/*
@font-face {
    font-family: 'GraublauWebRegular';
    src: url('fonts/GraublauWeb.eot');
    src: local('Graublau Web Regular'), local('GraublauWeb-Regular'), url('fonts/GraublauWeb.woff') format('woff'), url('fonts/GraublauWeb.otf') format('opentype'), url('fonts/GraublauWeb.svg#GraublauWeb-Regular') format('svg');
}
*/

body, html {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    position: relative;
    padding-bottom: 20px;
}

html {
    overflow-y: scroll;
    line-height: 1.25;
    background-color: #353535;
    font-family: "Droid Sans", "Trebuchet MS", "Trebuchet", "Arial", sans-serif;
}

a {
    color: #682f1b;
}

a:hover {
    color: black;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Verdana", "Arial", sans-serif;
    font-weight: bold;
    margin: 0 0 18px 0;
    padding: 0;
}

h1, h2, h3 {
    font-family: "GraublauWebBold", "Droid Sans", "Trebuchet MS", "Trebuchet", "Arial", sans-serif;
    font-weight: normal;
}

h1 {
    font-size: 56px;
    line-height: 54px;
    color: black;
    text-shadow: 2px 3px 0 #ceccc1;
    margin-bottom: 18px;
}

h2 {
    font-size: 36px;
    line-height: 36px;
    color: #605040;
}

h1 a, h2 a {
    color: #605040;
    text-decoration: none;
}

h3 { font-size: 24px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 12px; }

ul, ol, dl, p, form {
    margin: 0 0 18px 0;
    padding: 0;
}

ul, ol {
    padding-left: 30px;
}

.small {
    font-size: 12px;
}

img {
    border: 0;
}

hr {
    margin-bottom: 10px;
    border: 0;
    border-bottom: 1px dotted #682f1b;
    padding-top: 6px;
    clear: both;
}

code, pre {
    font-family: "Andale Mono", "Monotype.com", "Lucida Console", "Courier New", "Courier", monospace;
    font-size: 11px;
}

pre {
    border: 1px dotted #682f1b;
    background-color: white;
    padding: 8px 9px 8px 9px;
    margin: 0 0 18px 0;
}

body.wide pre {
    width: 540px;
}

table {
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    text-align: left;
    margin: 0;
    padding: 0;
}

#content td, #content th {
    padding: 0 20px 0 0;
}

#content table {
    margin: 0 0 18px 0;
}

#content tr td:last-child, #content tr th:last-child {
    padding-right: 0;
}

.clear {
    clear: both;
}

.alignleft, .alignright {
    display: inline;
}

.alignright {
    float: right;
    margin-left: 5px;
    text-align: right;
}

.alignleft {
    float: left;
    margin-right: 5px;
}

.alignright img, .alignleft img {
    border: 1px solid #4a1919;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.wp-caption-text, .gallery-caption {
    font-size: 11px;
    line-height: 12px;
    margin: 3px 0px 5px;
    font-family: "Verdana", "Arial", sans-serif;
    letter-spacing: -1px;
}

.alignleft .wp-caption-text {
    margin-right: 5px;
}

#sidebar .wp-caption-text {
    font-family: inherit;
    font-size: 100%;
    letter-spacing: inherit;
    margin: 0;
    line-height: 18px;
}

.gallery-caption {
    padding: 0 5px;
}

#container {
    background: transparent url(images/shadow-body.png) repeat-y scroll center top;
    width: 1046px;
    margin: 0 auto;
}

#header, #menu, #main {
    width: 980px;
    margin: 0 0 0 33px;
}

#header {
    height: 176px;
    background: transparent url(images/header-goban.jpg) no-repeat scroll center top;
    color: black;
    text-align: right;
    padding: 2px 20px;
    width: 940px;
}

#header a {
    color: white;
    text-decoration: none;
}

#header h1 {
    margin: 0;
}

#header h2 {
    font-size: 22px;
    margin: -23px 0 0 0;
    text-shadow: 0 0 2px white;
}

#menu ul {
    margin: 0;
    padding: 0 20px;
    width: 940px;
    list-style: none;
    height: 26px;
    overflow: hidden;
    background: transparent url(images/menu-edge.png) repeat-x scroll left bottom;
    margin-top: -25px;
    position: relative;
    font-size: 15px;
}

#menu li {
    display: inline;
    float: left;
    background: transparent url(images/tab-inactive-left.png) no-repeat scroll left top;
    margin-right: 17px;
}

#menu a {
    display: inline;
    float: left;
    color: #f2edc7;
    text-decoration: none;
    padding: 1px 25px 0;
    line-height: 25px;
    height: 25px;
    margin-right: -16px;
    background: transparent url(images/tab-inactive-right.png) no-repeat scroll right top;
    outline: none;
    font-weight: bold;
    text-shadow: 1px 2px 0 #250c0c;
}

#menu .current_page_item {
    background-image: url(images/tab-active-left.png);
}

#menu .current_page_item a {
    color: white;
    background-image: url(images/tab-active-right.png);
    text-shadow: 1px 2px 0 #4a1919;
}

#menu a:hover, #menu a:focus {
    color: white;
}

#main {
    display: inline;
    float: left;
    font-size: 13px;
    color: #353535;
    padding-top: 14px;
    line-height: 18px;
    background: transparent url(images/main-head.png) no-repeat scroll 15px 14px;
}

body.wide #main {
    background-image: url(images/main-head-wide.png);
}

#content {
    display: inline;
    float: left;
    margin: 0 0 0 15px;
    width: 534px;
    padding: 18px 0 0 0;
    background: transparent url(images/main-foot.png) no-repeat scroll left bottom;
}

body.wide #content {
    width: 774px;
    background-image: url(images/main-foot-wide.png);
}

#posts {
    margin-bottom: 22px;
    float: left;
    background: transparent url(images/main-body.png) repeat-y scroll left top;
    padding: 5px 29px 0 25px;
    width: 480px;
}

body.wide #posts {
    background-image: url(images/main-body-wide.png);
    width: 720px;
}

/* for vertical grid, bottom and top padding on posts plus bottom and top
 * margin on h2 must add up to multiple of 18 */
.post {
    float: left;
    width: 480px;
    margin: 0;
    padding: 0 0 9px 0;
}

.post h2 {
    margin-bottom: 9px;
}

.navigation {
    padding: 0 0 9px 0;
    clear: both;
}

.comments {
    float: left;
    width: 480px;
    margin: 0;
    padding: 0;
}

#respond {
    padding-top: 18px;
}

.nocomments {
    display: none;
}

.comments li {
    overflow: hidden;
}

body.wide .post, body.wide .comments {
    width: 720px;
}

img.avatar {
    display: inline;
    float: right;
    margin-left: 5px;
}

.post-info, .problem-info, .comment-meta, .title .date {
    font-size: 11px;
    font-family: "Verdana", "Arial", sans-serif;
    clear: both;
    height: 18px;
}

.taxonomy, .term {
    display: block;
}

.problem-info {
    text-align: center;
    letter-spacing: -1px;
    height: auto;
    margin-bottom: 0;
    padding-top: 3px;
}

.problem-info span {
    float: none;
    padding: 5px 1ex 5px 18px;
}

.problem-info a {
    white-space: pre;
}

.post-info dt, .post-info dd, .date dt, .comment-meta dt, .comment-meta dd {
    padding: 0 1ex 0 20px;
    margin-left: 0;
    float: left;
    height: 18px;
}

.comment-meta .comment-edit {
    padding-left: 0;
}

.date dt {
    padding-right: 1em;
}

.post-info dd, .comment-meta dd {
    padding: 0 1em 0 0;
}

.comment-author {
    font-weight: bold;
}

.author  {
    background: transparent url(images/icons/user.png) no-repeat scroll left center;
}

.problem-difficulty {
    background: transparent url(images/star.png) no-repeat scroll left center;
}

.clock {
    background: transparent url(images/icons/time.png) no-repeat scroll left center;
}

.category, .problem-category {
    background: transparent url(images/icons/tag.png) no-repeat scroll left center;
}

.problem-category, .problem-difficulty {
    white-space: pre;
}

.comment-edit-link {
    background: transparent url(images/edit.png) no-repeat scroll left center;
    padding-left: 20px;
}

.com {
    background: transparent url(images/icons/comm.png) no-repeat scroll left center;
}

#sidebar {
    display: inline;
    float: left;
    width: 420px;
}

body.wide #sidebar {
    width: 180px;
}

#sidebar h2 {
    white-space: pre;
    color: white;
    height: 36px;
    line-height: 36px;
    margin: 0;
    padding: 6px 21px 0px 17px;
    font-size: 25px;
    text-shadow: 1px 2px 0 #682f1b;
}

#sidebar h2 a {
    color: white;
    text-decoration: none;
}

#sidebar #sidebar2 h3 { font-size: 17px; }
#sidebar .widget {
    margin: 0 0 1px 0;
    padding: 0 0 18px 0;
}

#sidebar1 {
    display: inline;
    float: left;
    margin-left: 6px;
    width: 234px;
}

#sidebar2 {
    display: inline;
    float: left;
    margin-left: 6px;
    width: 174px;
}

#sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar .widget-go-problem-browser ul {
    margin-bottom: 18px;
}

#sidebar .widget-go-problem-browser h3 {
    margin-bottom: 0;
}

#sidebar .widget-go-problem-browser ul:last-child {
    margin-bottom: 0;
}

#sidebar .widgetbody {
    margin: 0;
    padding: 7px 21px 4px 17px;
    font-size: 12px;
}

#sidebar #sidebar2 .widgetbody {
    padding: 8px 21px 3px 17px;
}

#sidebar1 .widget {
    background: transparent url(images/side-wide-foot.png) no-repeat scroll left bottom;
    zoom: 1; /* hasLayout - fixes weird background glitch in IE7 */
}

#sidebar1 .widgetbody {
    background: transparent url(images/side-wide-body.png) repeat-y scroll left top;
    zoom: 1; /* hasLayout - fixes weird background glitch in IE7 */
}

#sidebar1 .widgettitle {
    background: transparent url(images/side-wide-head.png) no-repeat scroll left top;
}

#sidebar2 .widget {
    background: transparent url(images/side-narrow-foot.png) no-repeat scroll left bottom;
}

#sidebar2 .widgetbody {
    background: transparent url(images/side-narrow-body.png) repeat-y scroll left top;
}

#sidebar2 .widgetbody ul li {
    margin-left: 2em;
    text-indent: -2em;
}

#sidebar #sidebar2 h2 {
    background: transparent url(images/side-narrow-head.png) no-repeat scroll left top;
}

#sidebar #sidebar1 .textwidget {
    background: transparent url(images/ladder-art.jpg) no-repeat scroll left bottom;
    margin: 0 -11px -11px -11px;
    padding: 0 11px 173px;
    position: relative;
}

#sidebar #sidebar1 .textwidget ol {
    padding: 0 0 0 28px;
}

#sidebar #sidebar1 .textwidget ol li:first-child {
    font-weight: bold;
    font-size: 16px;
    height: 20px;
    margin-top: -2px;
}

table.ratings {
    font-size: 100%;
}

table.ratings td, table.ratings th {
    text-align: left;
}

table.ratings tr td:last-child, table.ratings tr th:last-child {
    text-align: right;
}

#footer {
    clear: both;
    background: transparent url(images/shadow-foot.png) no-repeat scroll center bottom;
    color: #f2edc7;
    font-size: 12px;
    padding-bottom: 50px;
    width: 993px;
    padding-left: 53px;
    margin: 0;
}

#footer a {
    color: #f2edc7;
    text-decoration: none;
}

#footer a:hover {
    color: white;
    text-decoration: underline;
}

/* For wp-eidogo plugin, styles specific to theme */
.wp-eidogo-compact {
    margin: 0 auto 27px !important;
}

.wp-eidogo-compact .player-container {
    margin: 0 auto !important;
}

.comments .wp-eidogo-compact {
    margin: 0 0 27px !important;
}

.comments .wp-eidogo-compact .player-container {
    margin: 0 !important;
}

.wp-eidogo-full {
    margin: 0 auto 12px !important;
}

.wp-eidogo-problem.alignright {
    text-align: right;
    margin: 0 0 5px 15px !important;
}

.wp-eidogo-problem.alignleft {
    text-align: left;
    margin: 0 15px 5px 0 !important;
}

.wp-eidogo-problem .wp-caption-text {
    padding: 0 1px;
}

.wstone {
    font-style: inherit;
    color: black;
    padding: 7px;
    background: transparent url(/wp-content/plugins/eidogo-for-wordpress/eidogo/player/images/w.png) no-repeat scroll center center;
}

.bstone {
    font-style: inherit;
    color: white;
    padding: 7px;
    background: transparent url(/wp-content/plugins/eidogo-for-wordpress/eidogo/player/images/b.png) no-repeat scroll center center;
}

.wp-caption-text .wstone {
    padding: 4px;
    background: transparent url(/wp-content/plugins/eidogo-for-wordpress/images/tiny-theme/w.png) no-repeat scroll center center;
}

.wp-caption-text .bstone {
    padding: 4px;
    background: transparent url(/wp-content/plugins/eidogo-for-wordpress/images/tiny-theme/b.png) no-repeat scroll center center;
}

/* Problem widget */
.widget-random-go-problem .wp-eidogo {
    margin: 8px 0 0;
}

.widget-random-go-problem .eidogo-player {
    font-family: "Droid Sans", "Trebuchet MS", "Arial", sans-serif;
}

/* Sociable */
.sociable {
    clear: both;
}
