.wp p.spot {
	font-size: 120%;
}

.wp p {
    margin-bottom: 1.5em;
    font-size: 13px;
}

/* fix p */
.wp_box p,
.wp blockquote p,
.wp table p,
.wp .tab_container p { margin-bottom: 0; }


.wp h1, .wp h1 a,
.wp h2, .wp h2 a,
.wp h3, .wp h3 a,
.wp h4, .wp h4 a,
.wp h5, .wp h5 a,
.wp h6, .wp h6 a {
	clear: left;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	margin-top: 1.5em;
}

/*
.wp h1 {font-size:25px}
.wp h2 {font-size:18px}
.wp h3 {font-size:15px}
.wp h4 {font-size:15px}
.wp h5 {font-size:12px}
.wp h6 {font-size:11px}
*/

.wp ul { list-style-type: disc; }
.wp ol { list-style-type: decimal; }

.wp ul,
.wp ol,
.wp dl { margin-left: 25px; }

em {
	font-size: 150%;
}

small {
	font-size: 85%;
}

big {
    font-size: 115%;
}

abbr[title],
acronym[title],
dfn[title] {
    cursor: help;
    border-bottom: 1px dotted #aeaeae;
}

del { text-decoration: line-through;}

ins { text-decoration: underline; }

code,
pre { line-height: 18px; }

var,
kbd,
samp,
code,
pre {
    font: 12px/18px Consolas, "Andale Mono", Courier, "Courier New", monospace;
}

kbd { font-weight: bold; }

samp,
var { font-style: italic; }


dfn { font-weight: bold; }

sup {
	font-size: 75%;
    vertical-align: top;
}

sub {
    vertical-align: bottom;
	font-size: 75%;
}

address {
	line-height: 2em;
}


.wp blockquote {
    font-size: 120%;
}



code, pre {
	border: 1px solid #eceeee;
    display: block;
	padding: 5px 10px;
}

.wp table {
    line-height: 18px;
    text-align: left;
    padding: 0 5px;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 25px;
}


.wp caption { text-align: left; }

.wp th,
.wp td {
    padding: 10px 5px;
    vertical-align: middle;
    text-align: center;
}





.wp img { max-width: 680px; }


.wp .alignleft {
    float: left;
}

.wp .alignright {
    float: right;
}

.wp img.alignleft {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 25px;
    margin-left: 0px;
}

.wp img.alignright {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 25px;
    margin-right: 0px;
}

.wp img.size-large { margin: 10px 0 20px -180px; }

.wp img.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
    margin-top: 5px;
}


.wp .gallery { margin: auto; }

.wp .gallery-image {
    border: 2px solid #efefef;
    margin-left: 0;
}

.wp .gallery-caption { margin-left: 0; }

.wp .gallery-item {
    float: left;
    text-align: center;
    margin-left: 0;
}

.wp .gallery-columns-2 { width: 50%; }
.wp .gallery-columns-3 { width: 33%; }
.wp .gallery-columns-4 { width: 25%; }
.wp .gallery-columns-5 { width: 20%; }
.wp .gallery-columns-6 { width: 16%; }
.wp .gallery-columns-7 { width: 14%; }
.wp .gallery-columns-8 { width: 12%; }
.wp .gallery-columns-9 { width: 11%; }