/* =Visual Editor Layout
-------------------------------------------------------------- */

html .mceContentBody {
	max-width: 800px;
}

/* =Typography
-------------------------------------------------------------- */

html .mceContentBody,
body {
	color: #4e4e4e;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
    line-height: 22px;
	margin: 0;
	padding: 0;
}

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:  Verdana, Arial, sans-serif;
	font-size: 40px;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 32px;
	margin: 0 0 5px 0;
	padding: 0;
}

h2 {
	font-family:  Verdana, Arial, sans-serif;
	font-size: 34px;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 30px;
	margin: 0;
	padding: 0;
}

h3 {
	font-family:  Verdana, Arial, sans-serif;
	font-size: 28px;
	font-weight: normal;
	margin: 20px 0 0 0;
	padding: 0;
}

h4 {
	font-family:  Verdana, Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin: 20px 0 0 0;
	padding: 0;
}

h5 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	margin: 15px 0 0 0;
	padding: 0;
}

h6 {
	border-bottom: solid 1px #e5e5e5;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	margin: 5px 0 5px 0;
	padding: 5px 0 5px 5px;
}

h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	text-decoration: underline;
}

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 {
	margin: 0 0 15px 0;
	padding: 0;
}

hr {
	border: none;
	border-bottom: solid 1px #e5e5e5;
	margin: 10px 0;
}

small {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

blockquote {
	color: #AFAFAF;
	background: #fff url(../images/blockquote-bg.jpg) left top no-repeat;
	font-size: 18px;
	font-style: italic;
	line-height: 26px;
	margin: 0;
	padding: 10px 10px 10px 80px;
}

cite {
	font-weight: bold;
}

address {
	margin: 0 0 10px 0;
}

pre {
	background-color: #e5e5e5;
	color: #252525;
	line-height: 20px;
	overflow: auto;
	padding: 20px;
}

code {
	background: #e5e5e5;
	color: #252525;
	font-family: "Courier New", Courier, monospace;
	padding: 1px 3px;
}

/* =Images
-------------------------------------------------------------- */

img {
    height: auto;
    max-width: 100%;
}

a img {
	border: none;
}

.wp-caption {
	background: none;
	border: none;
	margin: 0 0 10px 0;
	max-width: 98%;
	padding: 0;
	text-align: center;
}

.wp-caption img {
	border: 1px solid #7f7f7f;
}

.wp-caption-text {
	font-size: 10px;
	font-style: italic;
	margin: 5px 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 10px 10px 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-family: Tahoma, Arial, sans-serif;
	text-transform: uppercase;
}

label {
	font-style: italic;
}

select {
	background-color: #f7f7f7;
	border: 1px solid #e5e5e5;
	color: #7f7f7f;
	margin: 0 0 5px 0;
	padding: 3px;
}

select:hover {
	cursor: pointer;
}

input {
	background-color: #f7f7f7;
	border: 1px solid #e5e5e5;
	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 #e5e5e5;
	color: #7f7f7f;
	padding: 3px;
	margin: 0 0 5px 0;
	width: 572px;
}

/* =Buttons
-------------------------------------------------------------- */

a.button {
	background: #e5e5e5 url('../images/button-bg.jpg') repeat-x top left;
	border: solid 1px #bababa;
	border-radius: 5px;
	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: #e5e5e5;
	text-decoration: none;
}

a:active.button {
	background: #dedede;
}

a.mini-button {
	background: #e5e5e5 url('../images/button-bg.jpg') repeat-x top left;
	border: solid 1px #bababa;
	border-radius: 5px;
	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: #e5e5e5;
	color: #333;
	text-decoration: none;
}

a:active.mini-button {
	background: #dedede;
}

a.mega-button {
	background: #e5e5e5 url('../images/button-bg.jpg') repeat-x top left;
	border: solid 1px #bababa;
	border-radius: 5px;
	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: #e5e5e5;
	text-decoration: none;
	color: #000;
}

a:active.mega-button {
	background: #dedede;
}

a.dark-button {
	background: #898989 url('../images/dark-button-bg.jpg') repeat-x top left;
	border: solid 1px #636363;
	border-radius: 5px;
	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: #7d7d7d;
	text-decoration: none;
	color: #fff;
}

a:active.dark-button {
	background: #686868;
}

/* =Tables
-------------------------------------------------------------- */

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;
}