@charset "utf-8";
/*
Theme Name: Find Theme
Theme URI: http://www.findcapture.net/
Description: Find capture Reviewで使用するテーマ。
Author: ガオーガ
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}


/* =About Style
-------------------------------------------------------------- */
html {
	font-size: 62.5%;
	color: #555;
	font-family: メイリオ, "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
input, textarea {
	font-family: メイリオ, "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: メイリオ, "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: メイリオ, Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
a:link, a:visited {
	color: #36c;
	text-decoration: none;
}
a:hover, a:active {
	color: #ff4b33;
	text-decoration: underline;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}


/* =Header
-------------------------------------------------------------- */
div#header {
	margin: 0 auto;
	width: 100%;
	min-width: 980px;
	/*border-top: 20px solid #eee;*/
}
div#headerWrap {
	overflow: hidden;
	margin: 0 auto;
	width: 980px;
}
h1#siteTitle {
	float: left;
	width: 141px;
	height: 33px;
	margin: auto 0;
	padding: 0;
}
h1#siteTitle a {
	background: url("http://gmcm.findcapture.net/images/logo.gif") no-repeat;
	width: 141px;
	height: 33px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}
h1#siteTitle a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
div#adTop {
	clear: right;
	float: right;
	margin: 10px 0;
	width: 468px;
	height: 60px;
}
div#gNavi {
	clear: right;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	background: #eee;
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 980px;
	height: 25px;
}
html > body div#gNavi,
html > body div#gNavi ul li a { /* for Safari */
	height: 28px;
}
div#gNavi ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 980px;
}
div#gNavi ul li {
	float:left;
	border-right:1px solid #bbb;
	width: 100px;
}
div#gNavi ul li:first-child {
	border-left:1px solid #bbb;
}
div#gNavi ul li a {
	display: block;
	color: #333;
	font-size: 12px;	font-size: 1.2rem;	/* =12px */
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 2.5;
	text-decoration: none;
}
div#gNavi ul li a:link,
div#gNavi ul li a:visited {
	background: #fff;
}
div#gNavi ul li a:hover {
	color: #000;
	/*background: #ccc;*/
	border-top: 5px solid #333;
	margin-bottom: -5px;
}
p#breadcrumbs {
	overflow: hidden;
	list-style: none;
	margin: 5px auto -4px;
	padding: 2px 0;
	font-size: 10px;	font-size: 1.0rem;	/* =10px */
	width: 980px;
}


/* =Contents
-------------------------------------------------------------- */
div#main {
	clear: both;
	overflow: hidden;
	margin: 10px auto 0;
	width: 980px;
}
div#container {
	float: left;
	margin: 0 -320px 0 0;
	width: 100%;
}
div#content {
	margin: 0 320px 0 0;
}
div#contentArchive {
	margin: 0 320px 20px 0;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
}
div.hentry {
	clear: both;
	margin: 0 0 10px 0;
	overflow: hidden;
}
div#entry-header {
	overflow: hidden;
	border-top: 5px solid #1c3b78;
	border-bottom: 2px solid #1c3b78;
	background-color: #eef8f8;
	padding-bottom: 5px;
}
div#entry-headerInfo {
	overflow: hidden;
	border: 1px solid #bbb;
	background-color: #f5f5f5;
	padding-bottom: 5px;
	border-radius: 5px;			/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;		/* Firefox用 */
}
div#content h2.entry-title {
	font-size: 18px;	font-size: 1.8rem;	/* =18px */
	font-weight: bold;
	line-height: 1.3em;
	margin: 0;
	padding: 4px 10px 0;
}
h2.entry-title a:link,
h2.entry-title a:visited {
	color: #fff;
	text-decoration: none;
}
h2.entry-title a:active,
h2.entry-title a:hover {
	color: #ff4b33;
}
div.entry-utility {
	clear: both;
	color: #aaa;
	font-size: 10px;	font-size: 1.0rem;	/* =10px */
	padding: 0 10px 5px;
	overflow: hidden;
}
div.entry-utility ul {
	list-style: none;
	margin: 0;
	padding: 2px 0 0 0;
}
div.entry-utility ul li.meta-sep,li.entry-utility-prep,li.comments-link,li.edit-link {
	float: left;
	border-left: 1px solid #bbb;
	margin: 0 10px 0 0;
	padding-left: 10px;
}
div.entry-utility ul li.meta-prep {
	float: left;
	margin: 0 10px 0 0;
}
div.entry-utility a {
	color: #aaa;
}
div.entry-utility a:hover {
	color: #ff4b33;
}
div.entry-content {
	clear: both;
	font-size: 12px;	font-size: 1.2rem;	/* =12px */
}
div.entry-content p {
	margin: 10px;
	line-height: 1.5;
}
div.entry-content ul {
	list-style-type: square;
	margin: 10px 0;
	padding: 0 0 0 3em;
}
div.entry-content ol {
	list-style-type: decimal;
	margin: 10px 0;
	padding: 0 0 0 3em;
}
div.entry-content ul li, ol li {
	line-height: 1.5;
	margin: 1px 10px 1px 0;
}
div.entry-content h3 {
	border-bottom: 1px solid #aaa;
	font-weight: bold;
	margin: 5px;
	padding: 5px;
	font-size: 14px;	font-size: 1.4rem;	/* =14px */
}
div.entry-content h4 {
	border-left: 5px solid #aaa;
	font-weight: bold;
	margin: 10px;
	padding: 5px;
	font-size: 13px;	font-size: 1.3rem;	/* =13px */
}
div.entry-content ul.similar-posts {
	margin: 0 10px 0 30px;
	padding: 0;
}
/* ゲーム紹介用CSS */
div.data {
	width: 90%;
	margin: 0 auto;
	padding: 10px 0;
	overflow: hidden;
}
/*div.data img.amazonImg {
	float:left;
}*/
div.data dl {
	margin: 0 0 0 210px;
	line-height: 1.5;
}
div.data dt {
	float: left;
	width: 10em;
	font-weight: bold;
	text-align: right;
	padding-bottom: 2px;
}
div.data dd {
	padding-left :11em;
	text-align :left;
	margin-bottom: 5px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #bbb;
}
/*div.data dd:last-child {
	margin: 0;
}*/
div.data dd a#officialSite{
	display: block;
	word-break: break-all;
}
div.data ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 1.5;
}
ul#dataCopy {
	margin: 0;
	display: block;
	margin-left: 210px;
	/*border: 1px solid #000;*/
	width: 384px;
	line-height: 1.5;
	font-size: 11px;	font-size: 1.1rem;	/* =11px */
}

/* お知らせカテゴリ用CSS */
div#entry-headerInfo {
	overflow: hidden;
	border: 1px solid #bbb;
	background-color: #f5f5f5;
	padding-bottom: 5px;
	border-radius: 5px;			/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;		/* Firefox用 */
}
div.wp_social_bookmarking_light {
	margin-bottom: 10px;
}


/* =SinglePage
-------------------------------------------------------------- */
div#contentPage {
	margin: 0 320px 20px 0;
}
div#contentPage h2.entry-title {
	font-size: 14px;	font-size: 1.4rem;	/* =14px */
	padding: 7px 6px 6px;
	border: 1px solid #bbb;
	font-weight: bold;
	background-image: url("http://gmcm.findcapture.net/images/heading.gif");
}
div.no-results h2.entry-title {
	font-size: 14px;	font-size: 1.4rem;	/* =14px */
	padding: 7px 6px 6px;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	font-weight: bold;
	background-color: #eef8f8;
}
div#contentPage div.entry-content {
	overflow: hidden;
	margin-bottom: 10px;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
}
div#contentPage div.entry-content p {
	margin: 8px;
	line-height: 1.5;
}


/* =TopPageContents
-------------------------------------------------------------- */
h2.titleTop {
	font-size: 14px;	font-size: 1.4rem;	/* =14px */
	font-weight: bold;
	background-image: url("http://gmcm.findcapture.net/images/heading.gif");
	padding: 7px 6px 6px;
	border-bottom: 1px solid #bbb;
}
div#containerTop {
	float : left;
	width : 100%;
	margin: 0 -310px 0 0;
}
div#contentsTop {
	float      : right;
	width      : 100%;
	margin-left: -190px;
}
div.contentsInnerTop {
	text-align: left;
	border    : 1px solid #bbb;
	margin    : 0 310px 10px 190px;
}
div.contentsInnerTop div.pd-rating {
	display: none !important;
}
div.contentsInnerTop ul {
	margin : 6px 0;
	padding: 0 0 0 3em;
}
div.contentsInnerTop ul li {
	list-style-type: disc;
	font-size: 12px;	font-size: 1.2rem;	/* =12px */
	line-height: 1.5;
	margin     : 2px 10px 2px 0;
}
div.gameSummary {
	width: 458px;
	margin: 8px 10px 0 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	position: relative;
}
div.gameSummary:last-child {
	border-bottom: 0;
}
img.amazon {
	float: left;
	margin-right: 8px;
}
div.gameSummaryInner {
	float: right;
	width: 350px;
	font-size: 12px;	font-size: 1.2rem;	/* =12px */
	line-height: 1.5;
}
/*div.gameSummaryInner p {
	margin: 0;
}*/
div.commentTop p {
	margin: 10px;
	line-height: 1.5;
	font-size: 12px;	font-size: 1.2rem;	/* =12px */
}
div.no-results p {
	margin: 8px;
	line-height: 1.5;
	font-size: 12px;	font-size: 1.2rem;	/* =12px */
}
div.entry-content ul.categoryList,
div.entry-content ul.st-tag-cloud {
	overflow: hidden;
}
div.entry-content ul.categoryList li,
div.entry-content ul.st-tag-cloud li {
	float: left;
	width: 48%;
}
div#containerTop ul.st-tag-cloud li a:link,
div#containerTop ul.st-tag-cloud li a:visited,
div.entry-content ul.st-tag-cloud li a:link,
div.entry-content ul.st-tag-cloud li a:visited {
	color: #36c !important;
	text-decoration: none !important;
}
div#containerTop ul.st-tag-cloud li a:hover,
div#containerTop ul.st-tag-cloud li a:active,
div.entry-content ul.st-tag-cloud li a:hover,
div.entry-content ul.st-tag-cloud li a:active {
	color: #ff4b33 !important;
	text-decoration: underline !important;
}


/* =お問い合わせページのCSS
-------------------------------------------------------------- */
dl#inquiryForm {
	margin: 10px;
}
dl#inquiryForm dt {
	float: left;
	width: 15em;
	margin-top: 15px;
	margin-right: 10px;
	font-weight: bold;
	text-align: right;
}
dl#inquiryForm dd {
	padding-left :11em;
	text-align :left;
	/*margin-bottom: 5px;*/
	padding: 10px 0;
	border-bottom: 1px solid #bbb;
}
dl#inquiryForm dd.even {
	background-color: #e8eef9;
}
dl#inquiryForm dd span#replyHope {
	display: block;
	margin-bottom: 5px;
}
div#reply {
	width: 200px;
	height: 50px;
	margin: 5px auto 15px auto;
}
input#replyButton {
	width: 200px;
	height: 50px;
	background-image: url("http://gmcm.findcapture.net/images/inquiry_send.gif");
	background-repeat:no-repeat;
	/*background-color:#000000;*/
	border:none;
	text-indent: -9999px;
	cursor: pointer;
	display: block;
}


/* =Comments
-------------------------------------------------------------- */
ol.commentlist div#respond h3#reply-title {
	margin-top: 10px;
	padding: 3px 6px;
}
ol.commentlist div#respond .comment-notes {
	margin: 0 8px 10px;
	padding-top: 8px;
}
ol.commentlist div#respond input {
	margin: 2px 0 8px;
}

#comments {
	clear: both;
	margin: 30px 0 20px;
}
#comments .navigation {
	padding: 0 0 0px 0;
}
h2#comments-title, h3#reply-title {
	font-size: 14px;	font-size: 1.4rem;	/* =14px */
	font-weight: bold;
	background-color: #ffe0b2;
	padding: 7px 6px 6px;
	border: 1px solid #bbb;
	border-radius: 5px;			/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;		/* Firefox用 */
}
h3#twitterComment {
	font-size: 14px;	font-size: 1.4rem;	/* =14px */
	font-weight: bold;
	background-color: #ffe0b2;
	padding: 7px 6px 6px;
	margin-bottom: 5px;
	border: 1px solid #bbb;
	border-radius: 5px;			/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;		/* Firefox用 */
}
div#container div.twtr-hd,div#container div.twtr-ft {
	display: none;
}
div.twtr-hd h3 {
	border-bottom: 0;
}
/*h3#reply-title {
	font-size: 14px;	font-size: 1.4rem;	/* =14px *
	font-weight: bold;
	/*margin: 5px 0 10px;*
	padding-bottom: 5px;
	border-bottom: 1px solid #888;
	line-height: 1.5;
}*/
.commentlist {
	list-style: none;
	margin: 0;
	font-size: 12px;	font-size: 1.2rem;	/* =12px */
	/*border-bottom: 1px solid #bbb;*/
	margin-bottom: 30px;
}
.commentlist li.comment {
	overflow: hidden;
	border-bottom: 1px solid #e7e7e7;
	line-height: 1.5;
	margin: 0;
	padding: 8px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
div.pd-rating {
	float: left;
	font-size: 10px;	font-size: 1.0rem;	/* =10px */
	margin-top: 5px;
}
div.comment-body {
	clear:both;
}
span.comment-awaiting-moderation {
	float: right;
	color: #c33;
	font-size: 10px;	font-size: 1.0rem;	/* =10px */
	margin-top: 5px;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 5px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
	float: left;
}
.comment-author cite {
	/*color: #000;*/
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	color: #888;
	text-align: right;
	margin: 0 0 10px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	text-align: right;
	margin-top: 3px;
	/*font-size: 12px;
	padding: 0 0 24px 0;*/
}
.reply a,
a.comment-edit-link {
	color: #888;
	font-size: 10px;	font-size: 1.0rem;	/* =10px */
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 10px 0 0 50px;
}
.commentlist .children li {
	border: none;
	margin: 0 0 10px 0;
	padding: 0 0 0 5px;
	border-left: 5px solid #bbb;
}
.commentlist .children li:last-child {
	margin-bottom: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	/*font-size: 12px;*/
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	/*font-size: 13px;*/
	font-style: italic;
}

/* Comments form */
input[type="text"],
textarea {
	background: #f9f9f9;
	color: #555;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
input[type=submit] {
	color: #333;
}
#respond {
	font-size: 12px;	font-size: 1.2rem;	/* =12px */
	/*border-top: 1px solid #e7e7e7;*/
	/*margin-top: 20px;*/
	overflow: hidden;
	position: relative;
}
/*#respond p {
	margin: 10px;
}*/
p.logged-in-as {
	padding-top: 10px;
	padding-bottom: 10px;
}
#respond .comment-notes {
	margin: 0 8px 15px;
	padding-top: 10px;
}
/*#commentform {
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
}*/
#commentform p {
	margin: 0 8px;
}
.form-allowed-tags {
	line-height: 1em;
}
/*.children #respond {
	margin: 0 48px 0 0;
}*/
/*h3#reply-title {
	margin: 18px 0 5px;
}*/
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	/*font-size: 12px;*/
	float: right;
	font-size: 10px;	font-size: 1.0rem;	/* =10px */
	font-weight: normal;
	padding: 0;
	margin: 2px 0;
	/*font-weight: normal;*/
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
/*#respond label {
	color: #888;
}*/
#respond input {
	margin: 5px 0 10px;
	width: 98%;
}
#respond textarea {
	width: 98%;
	margin: 5px 0;
	font-size: 13px;	font-size: 1.3rem;	/* =13px */
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 10px;	font-size: 1.0rem;	/* =10px */
	line-height: 1.5;
}
#respond .form-allowed-tags code {
	/*font-size: 11px;*/
}
#respond .form-submit {
	margin: 12px 10px 0;
	text-align: center;
}
#respond .form-submit input {
	font-size: 14px;	font-size: 1.4rem;	/* =15px */
	width: auto;
	border:3px double #bbb;
	font-weight:bold;
}


/* =Sidebar
-------------------------------------------------------------- */
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 300px;
	padding-bottom: 20px;
	/*border: 1px solid #000;*/
}
.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
div.widget_search {
	margin: 0 0 10px 0;
	text-align: center;
}
div.widget_search div {
	margin: 5px 0;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 10px 0;
	border: 1px solid #bbb;
}
div#containerTop ul.st-tag-cloud {
	padding: 5px 0;
}
.widget-container ul,
ul.menuList,
div#containerTop ul.st-tag-cloud li {
	margin: 5px 0;
}
.widget-container ul li,
ul.menuList li,
div#containerTop ul.st-tag-cloud li {
	line-height        : 1.5;
	list-style-type    : none;
	font-size: 12px;	font-size: 1.2rem;	/* =12px */
	background-image   : url("http://gmcm.findcapture.net/images/menu.gif");
	background-repeat  : no-repeat;
	background-position: 0 5px;
	margin             : 0 5px 0 5px;
	padding            : 1px 2px 1px 13px;
}
.widget-container ol {
	margin: 5px 5px 5px 30px;
	font-size: 12px;	font-size: 1.2rem;	/* =12px */
	list-style-type: decimal;
}
.widget-title {
	font-size: 14px;	font-size: 1.4rem;	/* =14px */
	text-align: left;
	/*color: #222;*/
	font-weight: bold;
	/*background-color: #eef8f8;*/
	background-image: url("http://gmcm.findcapture.net/images/heading_sub.gif");
	border-bottom: 1px solid #bbb;
	padding: 7px 6px 6px;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
div.tagcloud {
	margin: 5px 10px;
	line-height: 1.5;
}
div#primary .post-ratings-image {
	display: none;
}


/* =Archive
-------------------------------------------------------------- */
div.archive {
	overflow: hidden;
	border-bottom: 1px solid #eee;
	font-size: 12px;	font-size: 1.2rem;	/* =12px */
	line-height: 1.5;
	margin: 8px;
	padding-bottom: 10px;
	position: relative;
}
div.archive:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
div.archive:last-child dl {
	margin-bottom: 0;
}
div.archive a:link,div.archive a:visited {
	color: #36c;
	text-decoration: none;
}
div.archive a:hover,div.archive a:active {
	color: #ff4b33;
	text-decoration: underline;
}
div.entry-summary {
	width: 534px;
	float: right;
}
div.entry-summary h3.entry-title {
	float: left;
	display: inline;
	font-size: 13px;	font-size: 1.3rem;	/* =13px */
	font-weight: bold;
	margin-right: 170px;
}
div.entry-summary div.entry-wrap {
	width: 534px;
	overflow: hidden;
	position: relative;
}
div.entry-summary div.entry-option {
	float: right;
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
}
div.entry-summary div.entry-option img.post-ratings-image {
	float: left;
}
/*h2.page-title {
	font-size: 15px;	font-size: 1.5rem;	/* =15px 
	margin: 5px 0 10px;
}*/
div#contentArchive h2.page-title {
	font-size: 14px;	font-size: 1.4rem;	/* =14px */
	padding: 7px 6px 6px;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	font-weight: bold;
	background-image: url("http://gmcm.findcapture.net/images/heading.gif");
	font-style: normal;
}
h2.page-title span {
	font-style: italic;
	font-weight: normal;
}
div.entry-summary em {
	display: none;
}
div.entry-summary dl {
	clear: both;
	margin: 7px 0 0;
	position: relative;
	bottom: 0;
}
div.entry-summary dt {
	width: 5em;
	font-weight: bold;
	text-align: right;
}
div.entry-summary dd {
	padding-left: 8em;
	margin-top : -1.5em;
}


/* =Footer
-------------------------------------------------------------- */
#footer {
	width: 100%;
	min-width: 980px;
	font-size: 12px;	font-size: 1.2rem;	/* =12px */
	/*border: 1px solid #000;*/
}
.adBottom {
	border-top: 1px solid #bbb;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
	width: 100%;
}
.adBottomWrap {
	text-align: center;
	margin: 0 auto;
	width: 980px;
}
#copyWrap {
	background-color: #eee;
	border-top: 1px solid #bbb;
	width: 100%;
	padding-bottom: 10px;
	/*margin-bottom: -15px;*/
}
p#return {
	text-align: right;
	margin: 10px auto 0;
	width: 980px;
}
p#copyright {
	/*font-size  : 1.2em;*/
	font-weight: bold;
	text-align : center;
	/*padding    : 10px 20px;*/
	margin: 25px auto 0;
	width: 980px;
}
img#wpstats {
	display: none
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */
pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */
@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}

