/*
Theme Name: Bubblewrap
Description: 
*/

* {
	border: 0;
	margin: 0;
	padding: 0;
}
html .mceContentBody {
	max-width: 518px;
}
body {
	color: #112032;
	font: 12px/18px Tahoma, Verdana, sans-serif;
}
a {
	color: #e94459;
	outline: none;
	text-decoration: underline;
}
a:hover {
	color: #d91616;
	text-decoration: none;
}
a:visited {
	color: #b23445;
}
h1, h2, h3, h4, h5, h6, p, ul, ol {
	padding: 5px 0;
	font-weight: normal;
}
ul, ol {
	padding-left: 20px;
}
br {
	font-size: 0;
	clear: both;
}
label {
	color: #112032;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 11px;
}
h5, h6 {
	font-size: 10px;
}
abbr, acronym {
	cursor: help;
}
abbr {
	border-bottom: 1px dashed #112032;
}
acronym {
	border-bottom: 1px dotted #112032;
}
address {
	border: 1px dotted #36475d;
	border-left: 2px solid #36475d;
	font-family: georgia;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	padding: 10px;
}
pre {
	background-color: #f9f9f9;
	color: #7e2633;
	font-family: "Courier New";
	font-size: 11px;
	padding: 0 10px;
}
sub, sup {
	font-weight: bold;
}
dl {
	padding: 10px 0;
}
dt {
	background-color: #f3f1f1;
	border-left: 1px #d1cece solid;
	color: #112032;
	font-family: Georgia;
	font-style: italic;
	font-weight: bold;
	padding: 3px 0 3px 10px;
}
dd {
	font-size: 11px;
	padding: 7px 0 15px 25px;
}
blockquote {
	border-left: 2px solid #cccccc;
	color: #000;
	font-family: Georgia;
	padding: 7px 20px 7px 20px;
}
blockquote p {
	font-style: italic;
}
cite {
	border: 0;
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}
del {
	color: #112032;
}
ins {
	color: #112032;
	border-bottom: 1px solid #112032;
}


img {
	height: auto;
	max-width: 518px;
	vertical-align: middle;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin: 5px auto;
}
.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin: 5px 5px 5px 0;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin: 5px 0 5px 5px;
}
.mceTemp dl, .mceTemp dt {
	background-color: #fff;
}
.wp-caption {
	border: 1px #cecece solid;
	border-radius: 0;
	max-width: 528px !important;
	margin-top: 10px;
	padding-top: 5px;
	text-align: center;
}
dl.wp-caption {
	margin-top: 5px;
	padding: 5px 0 0 0;
}
dt.wp-caption-dt {
	border: 0;
	padding: 0;
}
dd.wp-caption-dd {
	padding: 5px 0;
}
.wp-caption-text, dd.wp-caption-dd {
	color: #777777;
	font-size: 11px;
}

table {
	border-spacing: 0px;
	font-size: 11px;
	margin: 10px 0;
}
table th {
	background: #36475d;
	color: #fff;
	padding: 5px 10px;
	text-align: left;
}
table td {
	border-bottom: 1px dotted #36475d;
	padding: 5px 10px;
}
form table td {
	border-bottom: 0;
}

form {
	font-weight: normal;
}
input, select {
	height: 21px;
	vertical-align: middle;
}
input, textarea {
	border: 1px solid #828891;
}
label {
	font-size: 11px;
	font-weight: bold;
}
select {
	border: 1px solid #828891;
}
input[type="file"] {
	height: 24px;
}
input[type="reset"], input[type="submit"] {
	background-color: #db3d50;
	border: 1px solid #9e2c3a;
	color: #fff;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	height: 26px;
	padding: 0 10px;
}
input[type="reset"]:hover, input[type="submit"]:hover {
	background-color: #bc303f;
	border: 1px solid #7c202b;
}