@charset "utf-8";
/*
Theme Name:gts-wp
Author:PIECECRAFT
Description:gts-wp
*/

/* -------------------------------------------
	WordPress Editor
---------------------------------------------- */
img.size-auto,
img.size-large,
img.size-full,
img.size-medium {
  max-width: 100%;
  height: auto;
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
  margin-top: 4px;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
  margin-top: 4px;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}
.wp-caption {
  border: none;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
  padding: 4px;
  text-align: center;
}
.wp-caption img {
  margin: 5px;
}
.wp-caption p.wp-caption-text {
  margin: 0 0 4px;
}
.wp-smiley {
  margin: 0;
}
#main .post-content h1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 150%;
}
#main .post-content h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 150%;
}
#main .post-content h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 150%;
}
#main .post-content h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 150%;
}
#main .post-content h5 {
  font-size: 14px;
  font-weight: bold;
  line-height: 150%;
}
#main .post-content h6 {
  font-size: 12px;
  font-weight: bold;
  line-height: 150%;
}
#main .post-content h7 {
  font-size: 10px;
  font-weight: bold;
  line-height: 150%;
}
#main .post-content ul,
#main ul.default,
#main .post-content ol {
  padding: 10px 0 10px 20px;
}
#main ul.default li,
#main .post-content ul li {
  list-style: disc;
}
#main .post-content ol li {
  list-style: decimal;
}
#main .post-content blockquote {
  margin: 10px 20px;
  font-style: italic;
}
#wrapper #galleria img {
  max-width: none;
}
