/*  
Theme Name: Hemingway
Theme URI: http://warpspire.com/hemingway
Description: Description: Hemingway is a simple weblog theme by <a href="http://warpspire.com">Kyle Neath</a> aimed at giving bloggers a great platform on which to customize.  If you'd like to learn more about Hemingway, <a href="http://warpspire.com/hemingway">head on over to Warpspire</a> or ask a question in the <a href="http://support.warpspire.com/discussions/hemingway">official support forums.</a> <br /><strong>This theme requires WordPress 2.0+</strong></a>.
Version: 0.20
Author: Kyle Neath
Author URI: http://warpspire.com
*/



/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/

* {
	cursor: default;
	margin: 0px;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {
	margin:0.5em 0 0 0;
}
li, dd {
}
fieldset { padding: .5em; }
select option{ padding:0 5px; }
select, option { color:black; }
.hide, .print-logo, .close-button{ display:none; }
.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }


/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/

body{
	font-size:12px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Verdana, Arial", "sans-serif","ＭＳ ゴシック", "MS Gothic", "Osaka－等幅"; 
	color: #333;
	background-color: #191919;
}

/* This class sets the width and position for all rows */
.inside{
	width: 960px;
	margin: 0 auto 0 auto;
}

a:focus{
	outline:none;
}

a{
	cursor: pointer;
	color:#333;
}

a:hover{
	cursor: pointer;
	color:#999999;
	
}

a:hover p{
	cursor: pointer;
	color:#191919;
	text-decoration: underline;
}


a:hover img{
  cursor: pointer;
  opacity:0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  background-color:#FFF;
}

em{
	color:#fff;
	margin: 0 0 0.5em 0;
	display: block;
}

.exl{
	color:#CCC;
	font-size:1.8em;
	font-weight:normal;
	padding-top: 1em;
}
h1{
	color:#333;
	font-size:1.5em;
	font-weight:normal;
}

h2, h3{
	font-size:1.15em;
	color:#999999;
	font-weight:normal;
}

.boldTitle{
	font-size:2em;
	font-weight:bold;
}

.boldTitleM{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Times New Roman',serif;;
	font-size:2em;
	font-weight:bold;
}

.single-post .inside .primary h1{
	color:#191919;
	padding-top: 0.5em;
	padding-right: 0em;
	padding-bottom: 1.7em;
	padding-left: 0em;
	border-bottom: 1px dotted #666666;
	margin-bottom: 0.5em;
}

#primary h2{
	color:#FFF;
}

p{
	line-height:1.75em;
}

#primary ul li{
	margin: 0;
	padding: 1em 0;
}

blockquote{
  margin-left:1em;
  padding-left:1em;
  border-left:2px solid #CCC;
  color:#CCC;
}

pre{
  width:100%;
  padding:1em 0;
  overflow:auto;
  border-top:1px dotted #333;
  border-bottom:1px dotted #333;
}

table{
  width:100%;
  border-spacing:2px;
  margin:1.5em 0;
}

table th, table td{ padding:0.3em 0.75em }
table th{
  background:#CCC;
  color:#000;
  text-align:left;
}

table td{
	color:#191919;
	background-color: #FFF;
}

table caption{
  text-align:left;
  color:#FFF;
  margin-bottom:-1em;
  margin-top:1em;
}

.rule{
  border-top:1px solid #CCC;
  height:1px;
  font-size:1px;
  line-height:1px;
  margin:1.5em 0;
}


/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/
#header{
	background-color: #FFF;
	
}
#header .inside{
	padding-top: 5em;
	padding-right: 0px;
	padding-bottom: 5em;
	padding-left: 0px;
	background-image: url(../../../common/images/hi.jpg);
	background-repeat: no-repeat;
	background-position: right 10px;
}

#header h2{
	font-size:1.5em;
	border-right:1px solid #808080;
	float:left;
	margin-top: 0;
	margin-right: 0.5em;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0.1em;
	padding-right: 0.5em;
	padding-left: 0;
	padding-bottom: 0.1em;
}
#header h2 a{
	text-decoration:none;
	color: #333;
}

#header h2 a:hover{
	text-decoration:none;
}

#header p{
	margin:0;
	line-height: 0.4em;
	padding-top: 0.9em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
}


/*Nav
---------------------------------------*/

#navigation {
	font-size: 100%;
	padding-bottom: 0px;
	width: 960px;
	border-bottom: 1px solid #333333;
	height: 30px;
	padding-top: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
  }

#nav {
    width:100%;
    font-size: 88%;
    }
	
#nav, #nav ul {
	float: left;
	line-height: 30px;
	padding: 0;
	margin: 0 0 0 0;
	width: 100%;
	font-size: 88%;
    }
	
#nav a {
    text-decoration: none;
    padding: 0px 20px;
	
    }
	
#nav li {
	float: left;
	margin-right: 1px;
	list-style-type:none;
    }
	
#nav li.home { color: #FFFFFF; }

#nav ul {
    position: absolute;
    left: -999em;
    height: auto;
    width: 151px;
    line-height: 30px;
    border: 0;
    }



#nav li {
	background: #FFFFFF;
	
    }

#nav li:hover, #nav li:hover a {
	background: #333333;/*マウスオーバー*/
	color: #FFFFFF;
	
    }
	
#nav .current_page_parent, #nav .current_page_ancestor, #nav .current-cat-parent {
    background: #FF0000;
    }
#nav .current-cat, #nav .current-cat a, #nav .current_page_item, #nav .current_page_item a {
	color: #FFFFFF;
	background: #333333;/*アクティブボタンカラー*/
    }
	
	


/*-----------------------------------------------------------------------------------------------
  Primary Items
-----------------------------------------------------------------------------------------------*/

#primary{
	color:#191919;
	border-bottom: 1px solid #222222;
	background-color: #FFF;
	padding-top: 2em;
	padding-bottom: 2em;
}

#primary.onecol-stories .primary{
  float:left;
  width:50%;
}
#primary.onecol-stories .secondary{
  float:right;
  width:40%;
  margin:0 0 0 10%;
}

#primary.twocol-stories .story{
	float:left;
	width:300px;
	margin: 0 0 0 30px;
	font-size: 0.9em;
	overflow: hidden;
}

#primary.twocol-stories .story a{
	text-decoration:none;
}


* html #primary.twocol-stories .story{
 /* margin-left:2%;*/
}
#primary.twocol-stories .first, * html #primary.twocol-stories .first{
	margin:0 0 0 0;
}

#primary.twocol-stories .first a, * html #primary.twocol-stories .first a{
	margin:0 0 0 0;
	text-decoration:none;
}


.primary .featured dl{
	margin:0 0;
	border-bottom:1px solid #333333;
	padding:0.5em 0 0.6em 0.5em;
}

.primary dt{
	display:inline;
	margin:0;
	padding:0;
	color:#666;
}

.primary dd{
  display:inline;
  margin:0;
  padding:0;
}

.primary dd a{
	color:#999
  text-decoration:none;
}

.primary dd a:hover{
	color:#FFF
  text-decoration:none;
}


.secondary dd a{ color:#191919; outline: none;}
.secondary dd a:hover{ color:#FFF; outline: none; background: #191919;}



.story{
	width: 280px;
}

.story img{
	-ms-interpolation-mode: bicubic;
	width: 280px;
	/* [disabled]height: 280px; */
	overflow: hidden;
	background: #fff
}

.story a:hover img{
	opacity:0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  background-color:#FFF;
}


.story h1{
	color:#191919;
	font-size:1.4em;
	font-weight:normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1ex;
	margin-left: 0px;
}

.story h2{
	color:#FFF;
	font-size:1em;
	font-weight:normal;
	background-color: #333;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.story h3{
	font-size:1.3em;
	margin:0 0 0 0;
	font-weight:normal;
	color:#CCC;
}
.story h3 a{
	color:#333;
	text-decoration:none;
}

.story h3 a:hover{
  color:#FFF;
  text-decoration:none;
  background: #333333;
}

.story .details{
	margin:1em 0;
	text-align:right;
	border-top:1px dotted #666666;
	padding:0.5em 0;
	font-size:0.95em;
	color:#4D4D4D;
	line-height: 1.5em;
}
.story .details .read-on{
  background:url(images/readon_black.gif) 100% 60% no-repeat;
  padding-right:20px;
}
.story .details a{
  color:#4D4D4D;
  text-decoration:none;
}
.story .details a:hover{ color:#FFF; }

/* Single Post Styles */

#primary .primary{
	float:right;
	width:620px;
	line-height: 1.75em;
	font-size: 1em;
}

#primary .primaryacv{
	float:right;
	width:710px;
	line-height: 1.75em;
	font-size: 1em;
}


#primary .cattitle{
	width:950px;
	padding-top: 1em;
	padding-bottom: 3em;
	border-bottom: 1px dotted #666666;
	padding-left: 1em;
	margin-bottom: 30px;
}

#primary .secondary{
	float:right;
	width:300px;
	display:inline;
	margin-right: 40px;
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 20px;
}

.secondary .featured p{
	border-bottom:1px dotted #666666;
	border-top: 1px dotted #666666;
	line-height:1.5em;
	margin-top: 1.4em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0.5em;
	padding-right: 0em;
	padding-bottom: 0.6em;
	padding-left: 1em;
}

.acvddm{
	color: #333;
	float:left;
	margin-top: 0.5em;
	margin-left: 1em;
}

.acvddm select{
	color: #333;
	width:160px;
	font-size: 0.9em;
}

.secondary .sptitle{
	color: #FFF;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1em;
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 1.5em;
	padding-left: 0;
}

.secondary .sptitle a{
	color:#191919;
	text-decoration: none;
}

.secondary .featured dl{
	margin:0;
	border-bottom:1px dotted #666666;
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 0.6em;
	padding-left: 1em;
}

.secondary dt{
	display:inline;
	margin:0;
	padding:0;
	color:#333333;
}

.secondary dd{
  display:inline;
  margin:0;
  padding:0;
}

.secondary dd a{
	color:#191919;
	outline: none;
}
.secondary dd a:hover{ color:#FFF; outline: none;}

.single-post h1, .single-post h2{
	margin: 0 0 0 0;
}


.Pagenavi{
	display:inline;
	display:block;
	margin:0;
	text-align: center;
	height: 15px;
	background-color: #FFF;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.Tertiary{
	display:inline;
	display:block;
	padding: 15px 0 17px 0;
	margin:0 0 0 0;
	text-align: center;
	background-color: #191919;
	border-bottom: 1px solid #222222;
	color: #333333;
	height: 15px;
}


.Tertiary .prev{
	background-position: left 2px;
	background-image: url(images/arrow_l.gif);
	background-repeat: no-repeat;
	float: left;
	padding-top: 0;
	padding-right: 0.5em;
	padding-bottom: 0;
	padding-left: 1.2em;
	margin-left: 20px;
}

.Tertiary .next{
	background-position: right 2px;
	background-image: url(images/arrow_r.gif);
	background-repeat: no-repeat;
	float: right;
	padding-top: 0;
	padding-right: 1.2em;
	padding-bottom: 0;
	padding-left: 0.5em;
	margin-right: 20px;
}

.Tertiary a{ color:#808080; text-decoration: none; outline: none;}
.Tertiary a:hover{ color:#FFF; outline: none;}




.Quaternary{
	display:block;
	padding: 15px 0 17px 0;
	margin:0 0 0 0;
	text-align: center;
	border-bottom: 1px solid #262626;
	color: #333333;
	background-color: #141414;
	height: 15px;
}

.gotop {
	display:inline-block;
	margin: 0;
	background-position: left 2px;
	background-repeat: no-repeat;
	background-image: url(images/arrow_top.gif);
	padding-top: 0;
	padding-right: 0.5em;
	padding-bottom: 0;
	padding-left: 1.2em;
	position: relative;
}

.gotop a{
	color:#808080;
	text-decoration: none;
}

.gotop a:hover{
	color:#FFFFFF;
}



/*-----------------------------------------------------------------------------------------------
  Secondary Items
-----------------------------------------------------------------------------------------------*/

#secondary{
	padding:1px 0 0 0;
	border-bottom: 1px solid #262626;
	background-color: #111111;
}

.comment-head{
	border-bottom:1px solid #222222;
	padding:0.8em 2em 1.0em 2em;
}
.comment-head h2{
  font-size:1.5em;
  margin:0;
}
.comment-head a{
  text-decoration:none;
  color:#868686;
}
.comment-head .details{
  font-size:0.95em;
}

ol#comments{
	list-style-type:none;
	margin:2em 0;
	color: #CCC;
}
ol#comments li{
  list-style-type:none;
  margin:2em 0;
}

ol#comments li .avatar {
  border: 1px solid #222;
  padding: 2px;
}

#comments cite{
	float:left;
	width:320px;
	font-style:normal;
	text-align:right;
}
* html #comments cite{ width:30.6%; }
#comments cite span{
  display:block;
}
#comments cite span.avatarspan{ float: left; }
#comments cite .author{
	font-size:1.1em;
	margin: 0 0 0.2em 0;
}
#comments cite .author a{
  text-decoration:none;
}
#comments cite .admin-tools{
  margin:5px 0;
}
#comments cite .admin-tools a{
  float:right;
  margin:0 5px;
  padding:0px 3px 3px;
  background:#666;
  border:1px solid #999;
  text-decoration:none;
}
#primary .secondary .admin-tools{ margin:1em 0; }

#preview{
  margin:1em 0;
  padding:0.5em;
  border:1px solid #333;
}
#preview p{ margin:1em 0 0 0; }
#errors{ color:#FF0000; font-weight:bold; }

#comments .pingback cite .author{
  display:block;
  padding-top:68px;
  background:url(images/trackback_pingback.gif) 100% 0 no-repeat;
}

#comments .content{
	float:left;
	width:595px;
	margin-left:20px;
	border-left:1px solid #222222;
	padding: 0 0 0 20px;
}
#comments .content p{
  margin:0 0 1em 0;
}
#comments .content h3{
  margin:0;
  font-size:1em;
}

#comment-form{
	margin:5em 0 5em 35.4%;
	width:36em;
	color: #999;
}
input.textfield{
	width: 15em;
	margin:5px 0;
	background-color: #191919;
	border: 1px solid #333333;
	color: #FFF;
}
textarea.commentbox{
	width:28em;
	height:10em;
	padding:0.25em;
	margin:5px 0;
	font-size:1.25em;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #191919;
	color: #FFF;
	border: 1px solid #333333;
}

label.text{
  position:relative;
  left:0.5em;
  top:-0.5em;
}
.formactions input.submit{
	float:right;
	margin:5 0 0 0;
	padding:0 0.5em;
}
.formactions .spinner{
  float:right;
  margin:-8px -20px 0 0;
}

/*-----------------------------------------------------------------------------------------------
  Ancillary Items
-----------------------------------------------------------------------------------------------*/

#ancillary{
	padding:2em 0 0 0;
	font-size: 0.9em;
}

#ancillary .block{
	float:left;
	width: 300px;
	margin:0 0 0 30px;
}

#ancillary .first, * html #ancillary .first{
  clear:both;
  margin:0;
}
#ancillary .block-separator{
  clear:both;
  height:2.5em;
}

#ancillary .block h2, #ancillary .block h3{
	margin:1.5em 0 0 0;
	color: #666;
}



dl.dates{
	list-style-type:none;
	margin-top: 1.5em;
	margin-right: 0;
	margin-left: 0;
}

dl.dates a{
	text-decoration:none;
}

dl.dates dt a:hover{
	color:#FFFFFF;
	background-color: #333333;
}


dl.dates dt{
	position: relative;
	list-style-type:none;
	font-size: 1.4em;
	border-bottom: 1px dotted #666666;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 30px;
}



dl.dates dd{
	position: relative;
	list-style-type:none;
	padding-left: 210px;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 10px;
	min-height: 140px;
}




dl.dates .date{
	font-family: 'Times New Roman',serif;
	font-style: italic;
	margin-right: 10px;
	border-right: 1px dotted #666666;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 4px;
	margin-left: 10px;
}


.imgArea p {
	display: table-cell;
	vertical-align: top;
	padding-right: 20px;
}    
* html .imgArea p {    
    display: inline;    
    zoom: 1;    
}    
*:first-child+html .imgArea p {    
    display: inline;    
    zoom: 1;    
}   

ul.dates, ul.counts, ul.blogroll ul, ul.pages{
	list-style-type:none;
	margin: 1.5em 0 1em 0;
}
ul.dates li, ul.counts li, ul.blogroll ul li, ul.pages li{
	list-style-type:none;
	margin:0;
	padding: 0;
	border-bottom:1px dotted #666666;
}

#primary ul.dates .date{
	color:#191919;
	padding-top: 0;
	padding-right: 0.5em;
	padding-bottom: 0;
	padding-left: 1em;
}

#ancillary ul.dates .date{
	color:#666666;
	padding: 0 0.5em 0 0;
}

ul.counts .count{
  float:right;
  color:#858585;
}


#primary ul.dates li a, ul.counts a, ul.blogroll a, ul.pages a{
	color:#191919;
	text-decoration:none;
}

#primary ul.dates li a:hover, ul.dates a:hover .date, ul.counts a:hover, ul.counts a:hover .count, ul.blogroll a:hover, ul.pages a:hover{
	color:#FFFFFF;
}


#ancillary ul.dates li a, ul.counts a, ul.pages a{
	display: block;
	width: 290px;
	padding: 6px 5px 6px 5px;
	color: #999999;
	background-color: #191919;
	text-decoration: none;
}

#ancillary ul.dates li a:hover, ul.dates a:hover .date, ul.counts a:hover, ul.counts a:hover .count, ul.pages a:hover{
	color:#FFFFFF;
	background-color: #333333;
	text-decoration: none;
}

ul.dates img, ul.counts img, ul.pages img{
	margin:0 0 0 0;
	/*vertical-align:middle;*/
	border:0;
}



ul.blogroll{ margin-top:0; }

ul.blogroll li{
  list-style-type:none;
  margin:0;
}

ul.blogroll li img{
	border:0px;
  margin-bottom:5px;
  padding:5px;
}

ul.blogroll li a img{
  margin-bottom:5px;
}

ul.blogroll li a:hover img{
  background-color: #FFFFFF;
}


ul.pages ul{
  margin:0;
}
ul.pages ul li{
	border:none;
	margin-left:0.5em;
	background-position: 0em 0.7em;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	text-indent: 1.5em;
}
/*-----------------------------------------------------------------------------------------------
  Foooter
-----------------------------------------------------------------------------------------------*/

#footer{
	clear:both;
	color:#525252;
	margin:2em 0 3em 0;
}
#footer .inside{
  background:url(images/footer_black.gif) 50% 0 repeat-x;
  padding:1em 0;
}
#footer p{
	margin:0;
	font-size:0.7em;
}
#footer p.copyright{ float:left; }

#footer p.attributes{
	float:right;
	background-image: url(images/feed10.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	position:relative;
	text-indent: 0.7em;
 }
 
#footer p.attributes a{
  padding:0 0 0 1em;
  text-decoration:none;
  color:#525252;
}

#footer p.attributes a:hover{
  color:#FFF;
}

#footer p.attributes img{
  float:left;
  width:10px;
  height:10px;
  background:url(images/feed10.png) 0 0 no-repeat;
  position:relative;
  top:4px;
}



/*-----------------------------------------------------------------------------------------------
  Search
-----------------------------------------------------------------------------------------------*/

#search{
  float:right;
  width:200px;
  margin:1em 0 0 0;
  -moz-opacity:0.4;
  text-align:right;
}
#search:hover{
  -moz-opacity:1.0;
}
#search .searchimg{
  float:left;
  width:14px;
  height:13px;
  background:url(images/search.gif) 0 0 no-repeat;
  position:relative;
  top:4px;
}
#search input{
	width:175px;
	font-size: 0.85em;
	margin-top:2px;
	background-color: #CCCCCC;
}
#search input:focus{
	background-color: #FFFFFF;
}

#searchform{
  margin:1em 0;
}

#searchform #s{
  background:#222;
  border:none;
  border-bottom:1px solid #333;
  width:30em;
  color:#666666;
  padding:0.25em;
}

#searchform #searchsubmit{
  background:#000;
  color:#666;
  border:none;
  font-size:0.9em;
  text-transform:uppercase;
  letter-spacing:0.25em;
}

/* Legacy Typo CSS */

#search-results{
  width:30%;
  background:#333;
  padding:0 0 0 0;
  float:right;
  -moz-opacity:0.9;
  border-top:1em solid #000;
}
#search-results h3{
  font-weight:bold;
  text-align:left;
  margin:0;
  padding:0 0 1em 0;
  background:#000;
  
}
#search-results small{
  display:block;
  text-align:left;
  font-size:0.9em;
  padding:0.5em 1em 0.7em 1em;
  border-top:1px solid #666;
  border-bottom:1px solid #555;
}
#search-results small a{
  color:#CCC;
}
#search-results ul li{
  list-style-type:none;
  padding:0 1em 0.5em 1em;
  margin:0.5em 0;
}
#search-results ul li:hover{
  background:#202020;
}
#search-result ul{ margin:0; }

#search-results ul li a{
  text-decoration:none;
  border-bottom:1px dotted #CCC;
}

#search img.archives-icon{
  margin:0 7px 0 0;
  top:1px;
}

.youtube {
	margin: 0 0 0 0;
	border-color: #FFFFFF;
}

iframe {
	margin: 1em 0 0 0;
	border: 3px solid #FFFFFF;
	text-align: center;
}


#ancillary img {
	
}

#ancillary .flickr img {
	padding: 5px;
	background-color: #FFFFFF;
	margin: 5px;
	border: 1px solid #cccccc;
	cursor: pointer;
}


#primary p img {
	border: 5px solid #F3F3F3;
	margin-top: 1em;
	-moz-box-shadow: 2px 2px 5px #666;
	-webkit-box-shadow: 2px 2px 5px #666;
	-ms-filter: "progid:DXImageTransform.Microsoft.Glow(color=#999999,strength=1) progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=4)";
	filter: progid:DXImageTransform.Microsoft.Glow(color=#999999,strength=1) progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=4);
	margin-bottom: 1em;
	margin-right: 1em;
}

img.centered, img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignnone {
	margin: 0;
	display: inline;
	border: 0;
}

img.alignright {
	margin: 5px 0 5px 15px;
	display: inline;
}

img.alignleft {
	margin: 5px 15px 5px 0;
	display: inline;
}

.alignnone {
	margin: 0 7px 0 7px;
	display: inline;
	border: 0;
}

.alignright {
  margin: 2px 0 2px 7px;
  float: right;
}

.alignleft {
	margin: 5px 15px 5px 0;
	float: left;
}
.aligncenter, div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #FFFFFF;
	border-radius: 5px;
	padding-top: 5px;
}

.wp-caption img {
	margin: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  color: #191919;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

.microthumb img{
-ms-interpolation-mode: bicubic;
height:75px;
width:75px;
padding: 10px;
background-color: #FFFFFF;
border: 0;
}

#primary .thumbnail{
	width:110px;
	height:110px;
	left: 85px;
	top: 20px;
	position: absolute;
	-ms-interpolation-mode: bicubic;
	-moz-box-shadow: 2px 2px 5px #666;
	-webkit-box-shadow: 2px 2px 5px #666;
	-ms-filter: "progid:DXImageTransform.Microsoft.Glow(color=#999999,strength=1) progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=4)";
	filter: progid:DXImageTransform.Microsoft.Glow(color=#999999,strength=1) progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=4);
	background-color:#FFF; 
}

#primary .thumbnail img{
	margin:5px 5px 5px 5px;
	width:100px;
	height:100px;
	

}

#primary .thumbnail a:hover{
	opacity:0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  background-color:#FFF; 
}

#primary .thumbphoto img{
-ms-interpolation-mode: bicubic;
border:5px solid #fff;
}

.noboder img {
text-align: center;
}

.onborder img {
	border: 10px solid #FFFFFF;
}


/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
	clear: both;
	font-size:0.9em;
}

.wp-pagenavi a, .wp-pagenavi span {
	color:#666;
	text-decoration: none;
	border: 1px solid #E6E6E6;
	padding: 2px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	color:#FFF;
	border-color: #000;
	background-color:#333333;
}

.wp-pagenavi span.current {
	font-weight: bold;
}


table.pub {
	margin-right: auto;
	margin-left: auto;
	width: 600px;
}

table.pub td {
	width:30%;
	text-align: left;
	vertical-align: top;
	padding:10px;
	font-weight: bold;
}

table.pub td img {
	margin-bottom: 10px;
}

.pub_male {
	color:#06C;
}

.pub_female {
	color:#F36;
}

.pub_other {
	color:#090;
}


.stblog {
	margin-top: 1.8em;
	text-align: center;
}

