@charset "utf-8";

/*
Theme Name: teapot
Theme URI: http://www.littleteapot.com.au/
Description: littleteapot
Version: 1.0
Author: littleteapot.com.au
Author URI: http://www.littleteapot.com.au/
Tags: littleteapot
*/


/*-----------------------------------------
main
*/
body, td, th,input, select, textarea {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.cleaning {
	clear: both;
	height: 0;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */


.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* End Images */


body {
  background-image: url(images/bg.png);
  background-repeat: repeat;
}
.container {
  background-color: #FFFFFF;
}

/*
Header
*/
#header {
  text-align: center;
}
#header img {
  max-width: 100%;
  height: auto;
  padding: 10px;
}
#header_text {
	font-family: 'Happy Monkey', cursive;
  line-height: 2em;
  text-align: left;
}



/*
nav
*/
.nav {
	font-family: 'Happy Monkey', cursive;
	font-size: 24px;
	padding-bottom: 10px;
}
.navbar {
  margin-bottom: 0;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
@media (min-width: 768px){
  .navbar-nav{
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    float:none;
  }
}  

.navbar-nav li a:link, .navbar-nav li a:visited {
  padding-left: 15px;
  padding-right: 15px;
	text-decoration:none;
	color: #000000;
	border-bottom: 3px solid #FFF;
}
.navbar-nav li a:hover, .navbar-nav li a:active {
	border-bottom: 3px solid #09898C;
}
@media (min-width: 992px){
  .navbar-nav li a:link, .navbar-nav li a:visited {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/*
.nav-justified {
  position: relative;
}
  
.nav-justified > li {
  float: none;
}
 
.nav-justified > li > a {
  vertical-align: middle;
  display: block;
  width: 100%;
  height: 100%;
}
*/



/*
footer
*/
#footer_outer {
  padding: 0 0px;
}
@media (min-width: 768px){
  #footer_outer {
    padding: 0px 20px;
  }
}
@media (min-width: 992px){
  #footer_outer {
    padding: 0px 30px;
  }
}
#footer {
	clear:both;
	margin-top: 20px;
	background-color: #CCC;
	padding: 10px;
	border-top-left-radius: 20px; 
	border-top-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px; 
}
#footer_logo {
  text-align: center;
}
#footer_logo img {
  max-width: 100%;
  height: auto;
}
.footer_menu {
	font-family: 'Happy Monkey', cursive;
	padding: 5px 0;
	font-size: 18px;
	color: #FFFFFF;
  list-style: none;
}

.footer_menu a:link, .footer_menu a:visited {
	padding: 5px 15px;
	text-decoration: none;
	color: #FFFFFF;
}
.footer_menu a:hover, .footer_menu a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
#copyright {
	font-family: 'Happy Monkey', cursive;
	padding-top:20px;
	font-size: small;
  text-align: center;
}



/*
cat_banner
*/
.cat_banner {
	font-family: 'Happy Monkey', cursive;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	/*min-width: 256px;*/
	overflow: hidden;
	/*padding: 10px;*/
	background-image: url(images/cat_banner_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
  padding: 10px;
}
.cat_banner a {
	color: #FFF;
	text-decoration: none;
}
.cat_banner img {
  vertical-align: bottom;
}
.cat_banner_text {
	padding: 10px;
}
#cat_banner1 {
	background-color: #E70034;
}
#cat_banner2 {
	background-color: #09898C;
}
#cat_banner3 {
	background-color: #FF839D;
}



/*
main_textbox
*/
.main_body {
  padding: 20px 0px;
}
@media (min-width: 768px){
  .main_body {
    padding: 30px 20px;
  }
}
@media (min-width: 992px){
  .main_body {
    padding: 40px 30px;
  }
}
.main_textbox {
}
h1 {
  margin-top: 0;
}
.main_textbox h1 {
	padding: 10px;
	border-left-width: 5px;
	border-bottom-width: 1px;
	border-left-style: double;
	border-bottom-style: dotted;
	border-left-color: #CCC;
	border-bottom-color: #CCC;
	font-size: 20px;
	color: #333;
	font-weight: bold;
}
.main_textbox h2 {
  margin: 0;
	padding: 10px;
	border-left-width: 5px;
	border-bottom-width: 1px;
	border-left-style: double;
	border-bottom-style: dotted;
	border-left-color: #666;
	border-bottom-color: #666;	
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.main_textbox a:link, .main_textbox a:visited {
	text-decoration: none;
	color: #333;
}
.main_textbox a:hover, .main_textbox a:active {
	text-decoration: none;
	color: #333;
}
.main_text {
	padding: 20px 0;
  font-size: 16px;
	line-height: 1.6em;
}
.main_text img {
	background:url(images/shadow.gif) no-repeat right bottom;
	padding:4px 10px 10px 4px;	
	border:0;
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;	
}
.item_data {
	font-size: small;
	line-height: 1.5em;
}
.item_data_tag {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	padding: 2px 5px;
}
.item_data_tag span {
	font-family: 'Happy Monkey', cursive;
}
.item_data_category {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;	
	padding: 2px 5px;
}
.item_data_category span {
	font-family: 'Happy Monkey', cursive;
}
.item_data_date {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;	
	padding: 3px;
}
.item_data a:link, .item_data a:visited {
	padding: 1px 3px;
	text-decoration: none;
	color: #000000;
    border: 1px solid #F7F7F7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.item_data a:hover, .item_data a:active {
	text-decoration: none;
	color: #000000;
	background-color: #f0f0f0;
    border: 1px solid #CCC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.list_thumbnail {
}
/*
.list_thumbnail{ 
    float:left; 
    margin:.5em 0; 
    margin-right:10px; 
    border:1px solid #999; 
    padding:2px; 
} 
.list_thumbnail a{ 
    display:block; 
    float:left; 
    width:100px; 
    height:100px; 
    line-height:100px; 
    overflow:hidden; 
    position:relative; 
    z-index:1; 
} 
.list_thumbnail a img{ 
    float:left; 
    position:absolute; 
    top:-20px; 
    left:-50px; 
} */

.list_item_box {
  clear: both;
  padding-bottom: 40px;
}
.home_item_title {
  color: #333;
  font-size: 24px;
  text-decoration: none;
  font-weight: bold;
  float: right;
  width: 100%;
}
@media (min-width: 768px){
  .home_item_title {
    width: 515px;
  }
}
@media (min-width: 992px){
  .home_item_title {
    width: 415px;
  }
}
@media (min-width: 1200px){
  .home_item_title {
    width: 545px;
  }
}

.home_item_title a:link, .home_item_title a:visited {
  color: #333;
  text-decoration: none;
}
.home_item_title a:hover, .home_item_title a:active {
  color: #CC0000;
  text-decoration: none;
}
.list_item_thumbnail {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 6px;
  float: left;
  margin-right: 10px;
}
.list_item_thumbnail img {
}
.item_data {
  margin-left: 160px;
  clear: right;
  background-color: #F7F7F7;
}
#item_data_single {
  margin-left: 0;
}
.home_item_desc {
  padding: 10px 0;
  font-size: 16px;
  line-height: 1.6em;
  color: #555;
  margin-left: 0;
}
@media (min-width: 768px){
  .home_item_desc {
    clear: right;
    margin-left: 160px;
    padding: 10px 0;
  }
}
.home_item_link {
}
.home_item_link a:link, .home_item_link a:visited {
  color: #333;
  text-decoration: underline;
}
.home_item_link a:hover, .home_item_link a:active {
  color: #09898C;
  text-decoration: underline;
}
.img-thumbnail {
  border-radius: 6px;
}

.side_ranking ul {
  counter-reset: side_ranking; 
}
.side_ranking ul li {
  position: relative;
  margin-bottom: 20px;
}
.side_ranking ul li:before {
  background: none repeat scroll 0 0 #09898C;
  color: #fff;
  counter-increment: side_ranking;
  content: counter(side_ranking, decimal);
  left: 3px;
  top: 3px;
  font-size: 12px;
  line-height: 1em;
  padding: 2px 6px;
  position: absolute;
  z-index: 1;
  opacity: 0.9;
  border-radius: 8px;
}
.side_ranking ul li img {
  border-radius: 8px;
}

/*-----------------------------------------
side
*/

.side_block {
  margin-bottom: 50px;
}
.side_block h3 {
	font-family: 'Happy Monkey', cursive;
	font-size: 20px;
	font-weight: bold;
	padding: 5px 10px 5px 5px;
	color: #FFF;
	background-color: #09898C;
  margin-top: 0;
}
.textwidget {
	padding: 10px 0;
	line-height: 1.5em;
	color: #333;
}
.textwidget img {
	float: left;
	padding-right: 5px;
}

.tagcloud {
	padding: 10px 0;
}
.tagcloud a {
	line-height: 1.5em;
	padding: 0 0 0 5px;
}
.tagcloud a:link, .tagcloud a:visited {
	padding: 3px;
	text-decoration: none;
	color: #000000;
    border: 1px solid #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.tagcloud a:hover, .tagcloud a:active {
	padding: 3px;
	text-decoration: none;
	color: #000000;
	background-color: #f0f0f0;
    border: 1px solid #CCC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	
}


.side_ranking ul {
  counter-reset: side_ranking;
  padding-left: 0;
  list-style: none;
  margin-top: 20px;
}
.side_ranking ul li {
  position: relative;
  margin-bottom: 20px;
}
.side_ranking ul li:before {
  background: none repeat scroll 0 0 #09898C;
  color: #fff;
  counter-increment: side_ranking;
  content: counter(side_ranking, decimal);
  left: 3px;
  top: 3px;
  font-size: 12px;
  line-height: 1em;
  padding: 2px 6px;
  position: absolute;
  z-index: 1;
  opacity: 0.9;
  border-radius: 8px;
}
.side_ranking ul li img {
  border-radius: 8px;
}
.side_ranking ul li {
  position: relative;
  margin-bottom: 20px;
}
.side_ranking a:link, .side_ranking a:visited {
  font-size: 18px;
  color: #3B3B3B;
  text-decoration: none;
}
.side_ranking a:hover, .side_ranking a:active {
  color: #09898C;
  text-decoration: none;
}
.side_ranking a:hover, .side_ranking a:active {
  color: #09898C;
  text-decoration: none;
}

.side_ranking a img{
  overflow: hidden;
	float: left;
	margin: 0;
  margin-right: 15px;
}


/*-----------------------------------------
contact
Contact Form 7
*/
.contact_form {
	position:relative;
	margin:50px auto;
	width:100%;
	min-height:200px;
	z-index:100;
	padding:30px;
	border:1px solid #CCC;
	background: #D1D1D1;
	/* My stripped background */
	background: repeating-linear-gradient(-45deg, #EFC1CB , #EFC1CB 30px, #F2F2F2 30px, #F2F2F2 40px, #C2E8F5 40px, #C2E8F5 70px,#F2F2F2 70px, #F2F2F2 80px);
	border-radius:8px;
	box-shadow:0px 1px 6px #3F3F3F;
	line-height: 1em;
}
.contact_form:after{
	background:#F9F9F9;
	margin:10px;
	position: absolute;
	content : " ";
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1;
	border:1px #E5E5E5 solid;
	border-radius:8px;
}
.contact_form_parts {
	padding: 5px;
}
.contact_form_title {
	color: #333;
	font-size: medium;
	margin: 0;
	padding: 0;
}
.contact_form_value {
	margin: 0;
	padding: 0;
}
.contact_form_value input, .contact_form_value textarea  {
	font-size: medium;
	border: 3px dotted #999;
	padding: 3px;
	width: 98%;
}
.contact_form_submit {
	clear: both;
	text-align: center;
	padding: 15px;
	font-size: medium;
}
.contact_form_submit input {
}
.wpcf7-submit {
	font-size: medium;
	padding: 5px 15px;
}
