/*
Theme Name: BlackMesa

Used to style the TinyMCE editor.
*/

html .mceContentBody {
	max-width:640px;
}
* {
	color: #595959;
	font: 14px Helvetica, Verdana, Arial, Tahoma, sans-serif;
	line-height: 1.5;
}
p,
dl,
td,
th,
ul,
ol,
blockquote {
	
}
tr th,
thead th,
label,
tr th,
thead th {
}
pre {
	font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
	white-space: pre-wrap;
}
code, code var {
	font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
	white-space: normal;
}
body, input, textarea {
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}
/* Text elements */
p {
	padding: 7px 0 9px 0;
	line-height: 150%;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
	color: #000;
}
cite,
em,
i {
	font-style: italic;
	border: none;
}
cite:before {
	content: '"';
}
cite:after {
	content: '"'; 
}
big {
	font-size: larger;
}
small {
	font-size: smaller;
}
ins {
	background: #FFFFCC;
	border: none;
	color: #333;
}
del {
	text-decoration: line-through;
	color: #999;
}
blockquote {
	color: #aaa;
	text-shadow: 1px 1px 2px #111;
	margin: 0 0 10px 0;
	padding: 20px 25px 20px 25px;
	background: url('images/darkBg.gif') 50% top no-repeat #222;
	font: italic 14px Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", "DejaVu Serif", "Bitstream Vera Serif", Georgia, serif;
}
blockquote p {
	color: #aaa!important;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	color: #aaa!important;
	text-shadow: 1px 1px 2px #111;
	margin: 0 0 10px 0;
	padding: 20px 25px 20px 25px;
	background: url('images/darkBg.gif') 50% top no-repeat #222;
}
abbr,
acronym {
	border-bottom: 1px dotted #595959;
	cursor: help;
}
ins {
	text-decoration: none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	font-size: 10px;
}
sup {
	vertical-align: super
}
sub {
	vertical-align: sub;
}
a, a:link, a:visited {
	color:#da3e4f;
}
a:hover {
	color: #595959;
}
a:active {
	color: #000;
}
p,
ul,
ol,
dd,
pre,
hr {
	margin-bottom:24px;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
pre,
kbd,
tt,
var {
	font-size: 15px;
	line-height: 21px;
}
code {
	font-size: 13px;
	color: #000;
	white-space: normal;
}
strong,
b,
dt,
th {
	color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	margin: 0 0 20px 0;
	line-height: 1.5em;
	font-weight: bold;
	font-family:  Helvetica, Verdana, Arial, Tahoma, sans-serif;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 19px;
}
h4 {
	font-size: 17px;
}
h5 {
	font-size: 15px;
}
h6 {
	font-size: 14px;
}
table {
	border: 1px solid #e7e7e7 !important;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
tr th,
thead th {
	border: none !important;
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
tr td {
	border: none !important;
	border-top: 1px solid #e7e7e7 !important;
	padding: 6px 24px;
}
table {
	margin: 0 0 20px 0;
}
	tr {
		background: #fafafa;
	}
	tr:hover, tr.even:hover {
		background: #fff;
	}
	tr.even {
		background: #f9f9f9;
	}
	th {
		padding: 10px 5px;
		border-bottom: 1px solid #fff;
		border-top: 2px solid #505050;
		background: #f4f4f4;
		font-weight: b;
	}
	td {
		padding: 10px 5px;
		border-top: 1px solid #ebebeb;
		border-bottom: 1px solid #fff;
	}
		td+td {
			border-left: 1px solid #f0f0f0;
		}

img {
	margin: 0;
	max-width: 640px;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	border: none;
	background: #f1f1f1;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.wp-caption img {
	margin: 5px;
}
.wp-caption p.wp-caption-text {
	margin: 0 0 4px;
}
.wp-smiley {
	margin:0;
}