/*
Theme Name: Twenty Ten
*/
/*
Used to style the TinyMCE editor.
*/

.entry-content p,
.entry-content dl,
.entry-content td,
.entry-content th,
.entry-content ul,
.entry-content ol,
.entry-content blockquote {
	font-size: 16px;
}

.entry-content p img{
    margin-right:10px;
    margin-bottom:10px;
}
.entry-content tr th,
.entry-content thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
.entry-content pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
.entry-content code, code var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
.entry-content input,
.entry-content textarea {
	font-size: 12px;
	line-height: 18px;
}
.entry-content hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}
/* Text elements */
.entry-content p {
	margin-bottom: 18px;
}
.entry-content ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
.entry-content ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
.entry-content ol ol {
	list-style:upper-alpha;
}
.entry-content ol ol ol {
	list-style:lower-roman;
}
.entry-content ol ol ol ol {
	list-style:lower-alpha;
}
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom:0;
}
.entry-content dl {
	margin:0 0 24px 0;
}
.entry-content dt {
	font-weight: bold;
}
.entry-content dd {
	margin-bottom: 18px;
}
.entry-content strong {
	font-weight: bold;
	color: #000;
}
.entry-content cite,
.entry-content em,
.entry-content i {
	font-style: italic;
	border: none;
}
.entry-content big {
	font-size: 131.25%;
}
.entry-content ins {
	background: #FFFFCC;
	border: none;
	color: #333;
}
.entry-content del {
	text-decoration: line-through;
	color: #555;
}
.entry-content blockquote {
	font-style: italic;
	padding: 0 3em;
}
.entry-content blockquote cite,
.entry-content blockquote em,
.entry-content blockquote i {
	font-style: normal;
}
.entry-content pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
.entry-content abbr,
.entry-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content ins {
	text-decoration: none;
}
.entry-content sup,
.entry-content sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	font-size: 10px;
}
.entry-content sup {
	bottom: 1ex;
}
.entry-content sub {
	top: .5ex;
}
.entry-content a:link {
	color:#0066CC;
}
.entry-content a:visited {
	color:#743399;
}
.entry-content a:active,
.entry-content a:hover {
	color: #FF4B33;
}
.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content dd,
.entry-content pre,
.entry-content hr {
	margin-bottom:17px;
}
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom:0;
}
.entry-content pre,
.entry-content kbd,
.entry-content tt,
.entry-content var {
	font-size: 15px;
	line-height: 21px;
}
.entry-content code {
	font-size: 13px;
}
.entry-content strong,
.entry-content b,
.entry-content dt,
.entry-content th {
	color: #000;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	color: #000;
	margin: 0 0 20px 0;
	line-height: 1.5em;
	font-weight: normal;
}
.entry-content h1 {
	font-size: 2.4em;
}
.entry-content h2 {
	font-size: 1.8em;
}
.entry-content h3 {
	font-size: 1.4em;
}
.entry-content h4 {
	font-size: 1.2em;
}
.entry-content h5 {
	font-size: 1em;
}
.entry-content h6 {
	font-size: 0.9em;
}
.entry-content table {
	border: 1px solid #e7e7e7 !important;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.entry-content tr th,
.entry-content thead th {
	border: none !important;
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
.entry-content tr td {
	border: none !important;
	border-top: 1px solid #e7e7e7 !important;
	padding: 6px 24px;
	vertical-align: top;
}


.entry-content img {
	margin: 0;
	max-width: 640px;
}
.entry-content .alignleft,
.entry-content img.alignleft {
	display: inline;
	float: left;
/*	margin-right: 24px;*/
	margin-top: 4px;
}
.entry-content .alignright,
.entry-content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.entry-content .aligncenter,
.entry-content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img.alignleft,
.entry-content img.alignright,
.entry-content img.aligncenter {
	margin-bottom: 12px;
}
.entry-content .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;
}
.entry-content .wp-caption img {
	margin: 5px;
}
.entry-content .wp-caption p.wp-caption-text {
	margin: 0 0 4px;
}
.entry-content .wp-smiley {
	margin:0;
}

p.wp-caption-text {
    font-size:11px;
}

.entry-content p, .entry-content dl, .entry-content td, .entry-content th, .entry-content ul, .entry-content ol, .entry-content blockquote {
    font-size: 13px;
}

.entry-content li {
    background: url("../images/bullet.jpg") no-repeat scroll 0 0 transparent;
    list-style: none outside none;
    margin-bottom: 5px;
    padding-left: 20px;
    line-height: normal;
}

/* =Content
-------------------------------------------------------------- */

.entry-title,
.entry-meta {
	clear: right;
	float: right;
	margin-left: 68px;
	margin-right: 0;
}

.entry-content input.file,
.entry-content input.button {
	margin-left: 24px;
	margin-right:0;
}
.entry-content blockquote.left {
	float: right;
	margin-right: 0;
	margin-left: 24px;
	text-align: left;
}
.entry-content blockquote.right {
	float: left;
	margin-right: 24px;
	margin-left: 0;
	text-align: right;
}
#entry-author-info #author-avatar {
	float: right;
	margin: 0 0 0 -104px;
}
#entry-author-info #author-description {
	float: right;
	margin: 0 104px 0 0;
}

/* Gallery listing
-------------------------------------------------------------- */

.category-gallery .gallery-thumb {
	float: right;
 	margin-left:20px;
	margin-right:0;
}


/* Images
-------------------------------------------------------------- */
.entry-content ul li, .entry-content ol li {
    line-height: 20px !important;
    display: list-item;
    list-style: unset;
    padding-left: 5px;
}
.entry-content table ul {
    margin-top: 5px;
}