/* =Visual Editor Setup
-------------------------------------------------------------- */

html .mceContentBody {
	max-width: 600px;
}

html .mceContentBody {
	color: #333;
	font-family: "droid-sans-1", "droid-sans-2", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

/* =Typography
-------------------------------------------------------------- */

body {
	color: #333;
	font-family: "droid-sans-1", "droid-sans-2", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

a {
	color: #3f3f3f;
	outline: none;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a:focus {
	color: #000;
	text-decoration: none;
}

h1 {
	font-family: "domyouji-1", "domyouji-2", Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.6em;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0 0 5px 0;
	padding: 0;
}

h2 {
	font-family: "domyouji-1", "domyouji-2", Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}

h3 {
	font-family: "domyouji-1", "domyouji-2", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	margin: 20px 0 0 0;
	padding: 0;
}

h4 {
	font-family: "domyouji-1", "domyouji-2", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	margin: 20px 0 0 0;
	padding: 0;
}

h5 {
	font-family: "domyouji-1", "domyouji-2", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 15px 0 0 0;
	padding: 0;
}

h6 {
	font-size: 1em;
	font-weight: bold;
	margin: 15px 0 0 0;
	padding: 0;
}

h6 a {
	display: block;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:hover,
h2 a:hover {
	text-decoration: none;
}

p {
	line-height: 1.5em;
	margin: 0 0 15px 0;
	padding: 0;
}

/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}

.wp-caption {
	background: none;
	border: none;
	margin: 5px 5px 10px 5px;
	padding: 0;
	text-align: center;
}

.wp-caption img {
	border: none;
}

.wp-caption-text {
	font-size: 90%;
	font-style: italic;
	margin: 10px 0 0 0;
}

img.alignnone,
.alignnone {
	margin: 0 0 10px 0;
}


img.alignright,
.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

img.alignleft,
.alignleft {
	float: left;
	margin: 0 18px 18px 0;
}

img.alignleft.last {
	float: left;
	margin: 0 0 18px 0;
}

img.aligncenter,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

#page .gallery img {
	border: 1px solid #4e4e4e;
	padding: 5px;
}

#page .gallery img:hover {
	background-color: #ccc;
}

/* =Lists
-------------------------------------------------------------- */

ol {
	margin: 5px 0;
}

ul {
	list-style-type: square;
	margin: 5px 0;
}

li {
	padding: 2px 0;
}

dt {
	font-weight: bold;
}

dd {
	padding: 2px 0;
}

dl {
	margin: 10px 0;
}

/* =Forms
-------------------------------------------------------------- */

fieldset {
	background-color: #fff;
	border: 1px solid #808080;
}

legend {
	letter-spacing: 1px;
	font-size: 1em;
	text-transform: uppercase;
}

label {
	font-style: italic;
}

select {
	background-color: #f7f7f7;
	border: 1px solid #ccc;
	color: #7f7f7f;
	margin: 0 0 5px 0;
	padding: 3px;
}

select:hover {
	cursor: pointer;
}

input {
	background-color: #f7f7f7;
	border: 1px solid #ccc;
	color: #7f7f7f;
	margin: 0 0 5px 0;
	padding: 3px;
}
input.button {
	background-color: #808080;
	border: none;
	color: #fff;
	margin: 0 0 5px 0;
	padding: 3px;
}

input.button:hover {
	background-color: #5e5e5e;
	border: none;
	color:#fff;
	cursor: pointer;
}

input#submit {
	background-color: #808080;
	border: none;
	color: #fff;
	margin: 0 0 5px 0;
	padding: 3px;
}

input#submit:hover {
	background-color: #5e5e5e;
	border: none;
	color:#fff;
	cursor: pointer;
}

textarea {
	background-color: #f7f7f7;
	border: 1px solid #ccc;
	color: #7f7f7f;
	padding: 3px;
	margin: 0 0 5px 0;
	width: 572px;
}

/* =Buttons
-------------------------------------------------------------- */

a.button {
	background-color: #e5e5e5;
	background: -moz-linear-gradient(100% 100% 90deg, #e5e5e5, #f7f7f7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e5e5e5), to(#f7f7f7));
	border: solid 1px #bababa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #ccc;
	-webkit-box-shadow: 0 1px 3px #ccc;
	box-shadow: 0 1px 3px #ccc;
	color: #000;
	display: inline-block;
	font-weight: bold;
	margin: 3px;
	padding: 3px 10px;
	text-decoration: none;
}

html .mceContentBody a.button {
	color: #000 !important;
	text-decoration: none !important;
}

a:hover.button {
	color: #000;
	background-color: #d8d8d8;
	background: -moz-linear-gradient(100% 100% 90deg, #d8d8d8, #e8e8e8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d8d8d8), to(#e8e8e8));
	text-decoration: none;
}

a:active.button {
	background-color: #c8c8c8;
	background: -moz-linear-gradient(100% 100% 90deg, #c8c8c8, #d8d8d8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c8c8c8), to(#d8d8d8));
}

a.mini-button {
	background-color: #e5e5e5;
	background: -moz-linear-gradient(100% 100% 90deg, #e5e5e5, #f7f7f7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e5e5e5), to(#f7f7f7));
	border: solid 1px #bababa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #ccc;
	-webkit-box-shadow: 0 1px 3px #ccc;
	box-shadow: 0 1px 3px #ccc;
	color: #333;
	display: inline-block;
	font-size: 10px;
	margin: 3px;
	padding: 0 5px;
	text-decoration: none;
	text-transform: uppercase;
}

html .mceContentBody a.mini-button {
	color: #333 !important;
	text-decoration: none !important;
}

a:hover.mini-button {
	background-color: #d8d8d8;
	background: -moz-linear-gradient(100% 100% 90deg, #d8d8d8, #e8e8e8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d8d8d8), to(#e8e8e8));
	color: #333;
	text-decoration: none;
}

a:active.mini-button {
	background-color: #c8c8c8;
	background: -moz-linear-gradient(100% 100% 90deg, #c8c8c8, #d8d8d8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c8c8c8), to(#d8d8d8));
}

a.mega-button {
	background-color: #e5e5e5;
	background: -moz-linear-gradient(100% 100% 90deg, #e5e5e5, #f7f7f7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e5e5e5), to(#f7f7f7));
	border: solid 1px #bababa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 1px 3px #ccc;
	-moz-box-shadow: 0 1px 3px #ccc;
	-webkit-box-shadow: 0 1px 3px #ccc;
	color: #000;
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	margin: 3px;
	padding: 10px 15px;
	text-decoration: none;
}

html .mceContentBody a.mega-button {
	color: #000 !important;
	text-decoration: none !important;
}

a:hover.mega-button {
	background-color: #d8d8d8;
	background: -moz-linear-gradient(100% 100% 90deg, #d8d8d8, #e8e8e8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d8d8d8), to(#e8e8e8));
	text-decoration: none;
	color: #000;
}

a:active.mega-button {
	background-color: #c8c8c8;
	background: -moz-linear-gradient(100% 100% 90deg, #c8c8c8, #d8d8d8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c8c8c8), to(#d8d8d8));
}

a.dark-button {
	background-color: #898989;
	background: -moz-linear-gradient(100% 100% 90deg, #898989, #b4b4b4);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#898989), to(#b4b4b4));
	border: solid 1px #636363;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 1px 3px #ccc;
	-moz-box-shadow: 0 1px 3px #ccc;
	-webkit-box-shadow: 0 1px 3px #ccc;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: 3px 10px;
	margin: 3px;
	text-decoration: none;
}

html .mceContentBody a.dark-button {
	color: #fff !important;
	text-decoration: none !important;
}

a:hover.dark-button {
	background-color: #7d7d7d;
	background: -moz-linear-gradient(100% 100% 90deg, #7d7d7d, #9d9d9d);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7d7d7d), to(#9d9d9d));
	text-decoration: none;
	color: #fff;
}

a:active.dark-button {
	background-color: #686868;
	background: -moz-linear-gradient(100% 100% 90deg, #686868, #7d7d7d);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#686868), to(#7d7d7d));
}

a.mail-button {
	background: #e5e5e5 url('images/mail32.png') no-repeat center left;
	border: solid 1px #bababa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 1px 3px #ccc;
	-moz-box-shadow: 0 1px 3px #ccc;
	-webkit-box-shadow: 0 1px 3px #ccc;
	color: #000;
	display: inline-block;
	font-weight: bold;
	margin: 3px;
	padding: 3px 10px 3px 40px;
	text-decoration: none;
}

html .mceContentBody a.mail-button {
	color: #000 !important;
	text-decoration: none !important;
}

a:hover.mail-button {
	background: #d8d8d8 url('images/mail32.png') no-repeat center left;
	color: #000;
	text-decoration: none;
}

a:active.mail-button {
	background: #c8c8c8 url('images/mail32.png') no-repeat center left;
}

a.download-button {
	border: solid 1px #bababa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 1px 3px #ccc;
	-moz-box-shadow: 0 1px 3px #ccc;
	-webkit-box-shadow: 0 1px 3px #ccc;
	background: #e5e5e5 url('images/download32.png') no-repeat center left;
	color: #000;
	display: inline-block;
	font-weight: bold;
	margin: 3px;
	padding: 3px 10px 3px 40px;
	text-decoration: none;
}

html .mceContentBody a.download-button {
	color: #000 !important;
	text-decoration: none !important;
}

a:hover.download-button {
	background: #d8d8d8 url('images/download32.png') no-repeat center left;
	color: #000;
	text-decoration: none;
}

a:active.download-button {
	background: #c8c8c8 url('images/download32.png') no-repeat center left;
}

/* =Miscellaneous
-------------------------------------------------------------- */

hr {
	border: none;
	border-bottom: solid 1px #e5e5e5;
	clear: both;
	margin: 10px 0;
}

small {
	font-size:0.8em;
}

blockquote {
	font-size: 1.3em;
	font-style: italic;
	background: #fff url(images/blockquote-bg.jpg) left top no-repeat;
	margin: 0;
	padding: 10px 10px 10px 75px;
}

blockquote blockquote {
	font-size: 1em;
}

cite {
	font-weight: bold;
}

address {
	margin: 0 0 10px 0;
}

pre {
	background-color: #e5e5e5;
	color: #252525;
	line-height: 1.4em;
	overflow: auto;
	padding: 20px;
}

code {
	background: #e5e5e5;
	color: #252525;
	font-family: "Courier New", Courier, monospace;
	padding: 1px 3px;
}

table {
	border: 1px solid #959494;
	margin: 5px 0 10px;
	width: 100%;
}

table tr td {
	border-top: 1px solid #959494;
	padding: 3px 10px;
}

table tr th {
	background: #afafaf;
	padding: 2px 10px;
	text-align: left;
	text-transform: uppercase;
}

tr.even td {
	background: #d3d3d3 none repeat scroll 0 0;
}