/*
Theme Name: Corpy
Description: Used to style the TinyMCE editor.
*/
html .mceContentBody {
	max-width: 640px;
}
* {
	color: #0f0f0f;
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.5;
}

p {
	margin: 0 0 18px;
	line-height: 1.75em;
}

ul {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
}
li {
	margin: 0;
	padding: 0 0 0 14px;
	background: transparent url('images/circle_black.gif') no-repeat scroll 0 0.7em;
}
li li {
	background: transparent url('images/circle_gray.gif') no-repeat scroll 0 0.7em;
}
li li li {
	background: transparent url('images/circle_blue.gif') no-repeat scroll 0 0.7em;
}
ol {
	list-style: decimal outside none;
    margin: 0 0 0 24px;
}
ol ol {
	list-style: upper-alpha outside none;
}
ol ol ol {
	list-style: lower-roman outside none;
}
ol li {
	background: 0;
	padding: 0;
}
ol li li {
	background: 0;
	padding: 0;
}
ol li li li {
	background: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.25em;
	margin: 0 2px 20px 0;
	padding: 6px 0 0;
	text-shadow: 1px 1px 1px #BBBBBB;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.75em;
}
h3 {
	font-size: 1.5em;
	font-weight: normal;
}
h4 {
	font-size: 1.33em;
	font-weight: normal;
}
h5 {
	font-size: 1.16em;
	font-weight: normal;
}
h6 {
	font-size: 0.83em;
	font-weight: lighter;
	text-transform: uppercase;
}

blockquote {
	background-color: #fafafa;
	padding: 0 10px;
	color: #3a3a3a;
	font-style: italic;
}
blockquote cite, blockquote em, blockquote i {
    font-style: normal;
}

cite, em, i {
    font-style: italic;
}

code, kbd, tt {
    font-family: monospace;
    font-size: 1.1666em;
}

del {
    text-decoration: line-through;
}
ins {
	text-decoration: none;
	background-color: #f3f3cc;
}

pre {
	font-family: courier, monospace;
	background-color: #f9f9f9;
	padding: 20px;
	margin-bottom: 20px;
}

sup, sub {
    position: relative;
}
sub {
	top: 2px;
}
sup {
	top: -5px;
}

big {
	font-size: 1.1666em;
}

table {
    border-spacing: 0;
    border: 1px solid #DCDCDC;
    width: 100%;
    text-align: left;
    margin: 10px 0 20px 0;
  	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
table tr th, table thead th {
	font-weight: bold;
    line-height: 18px;
    padding: 9px 24px;
    color: #666666;
    text-align: left;
}
table tr td {
	border-top: 1px solid #E7E7E7;
    padding: 6px 24px;
}
table tr.alternate {
	background-color: #fafafa;
}

dl {
	margin-bottom: 20px;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}

hr {
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #eeeeee;
	font-size: 0;
	margin: 0 0 10px 0;
}

a:link {
	color: #686868;
	text-decoration: none;
}
a:visited {
	color: #686868;
	text-decoration: none;
}
a:hover {
	color: #505050;
	text-decoration: underline;
}
a:active {
	color: #505050;
	text-decoration: underline;
}

.wp-caption {
	text-align: center;
	padding: 10px;
	background-color: #f3f3f3;
	color: #666666;
	margin-bottom: 20px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0;
	text-shadow: 1px 1px 0 #DADADA;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
img.alignleft {
	display: block;
	margin-bottom: 20px;
	float: left;
	margin-right: 20px;
}
img.alignright {
	display: block;
	margin-bottom: 20px;
	float: right;
	margin-left: 20px;
}