/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.flex-active-slide {
	overflow: hidden;
}

body {font-size: 115%;}

a {
	color: #123456;
}

.post a {
	text-decoration: underline;
	color: #000088;
}

.page a {
	text-decoration: underline;
	color: #000088;
}

.shareaholic-recommendations-container .shareaholic-recommendations-header {
	font-size: 18px !important;
	margin: 0 0 1em !important;
	min-height: 14px !important;
	color: #000000 !important;
	font-weight: bold !important;
}

h1 {
	color: navy;
	font-size: 150%;
}

h2 {
	color: navy;
	font-size: 130%;
}

h3 {
	color: black;
	font-size: 120%;
}

h4 {
	color: navy;
	font-size: 110%;
}

h5 {
	color: black;
	font-size: 110%;
}

h6 {
	color: black;
	font-size: 100%
}

p.ex2 {
	font: italic small-caps bold 15px/30px Georgia, serif;
}

p.ed {
	font-family: Verdana;
	font-size-adjust: 90%;
	font-style: italic;
	color: #F9A8A1;
}

table#pix {
	width: 75%;
	background-color: white;
	border: 0px;
}
table#pix tr:nth-child(even) {
	background-color: white;
}

#ad {
	background-color: lightblue;
	width: 75%;
	padding: 25px;
	border-style: solid;
	border-width: 5px; 
	border-color: #000099;
}

#smad {
	background-color: lightblue;
	width: 45%;
	padding: 20px;
	border-style: solid;
	border-width: 5px;
	border-color: #000099;
}

#indented {
padding-top: 5px;
padding-bottom: 5px;
padding-right: 5px;
padding-left: 30px;
}


ul li {
	padding: 5px 0;
}

ol li {
	padding: 5px 0;
	margin-bottom: 5px;
}

#rtfloatttips {
	background-color: #44fcf3;
	margin: 5px;
	border-style: solid;
	border-width: 2px;
	border-color: black;
	padding: .5em;
	font-family: Times;
	font-size: 1em;
	line-height: 1.5;
	width: 300px;
	float: right;
}


#rtfloat {
	background-color: lightblue;
	margin: 5px;
	border-style: solid;
	border-width: 5px;
	border-color: black;
	padding: .5em;
	font-size: 1em;
	line-height: 1.5;
	width: 350px;
	float: right;
}

#rtfloatclrteal {
	background-color: white;
	margin: 5px;
	border-style: solid;
	border-width: 5px;
	border-color: #37d7de;
	padding: .5em;
	font-size: 1em;
	line-height: 1.5;
	width: 350px;
	float: right;
}

#rtfloatclrwhite {
	background-color: white;
	margin: 5px;
	border-style: solid;
	border-width: 5px;
	border-color: white;
	padding: .5em;
	font-size: 1em;
	line-height: 1.5;
	width: 350px;
	float: right;
}

#rtfloattallteal {
	background-color: white;
	margin: 5px;
	border-style: solid;
	border-width: 5px;
	border-color: #37d7de;
	padding: .5em;
	font-size: 1em;
	line-height: 1.5;
	width: 350px;
	height: 600px;
	float: right;
	overflow: auto
}

#ltfloattallteal {
	background-color: white;
	margin: 5px;
	border-style: solid;
	border-width: 5px;
	border-color: #37d7de;
	padding: .5em;
	font-size: 1em;
	line-height: 1.5;
	width: 350px;
	height: 600px;
	float: left;
	overflow: auto
}


#rtfloatltgreen {
	background-color: #44fcf3;
	margin: 5px;
	border-style: solid;
	border-width: 5px;
	border-color: #37d7de;
	padding: .5em;
	font-size: 1em;
	line-height: 1.5;
	width: 350px;
	float: right;
}

#ltfloatclrteal {
	background-color: white;
	margin: 5px;
	border-style: solid;
	border-width: 5px;
	border-color: #37d7de;
	padding: .5em;
	font-size: 1em;
	line-height: 1.5;
	width: 350px;
	float: left;
}

#ltfloatclrwhite {
	background-color: white;
	margin: 5px;
	border-style: solid;
	border-width: 5px;
	border-color: white;
	padding: .5em;
	font-size: 1em;
	line-height: 1.5;
	width: 350px;
	float: left;
}

#rtfloatclrteal450 {
	background-color: white;
	margin: 5px;
	border-style: solid;
	border-width: 2px;
	border-color: #37d7de;
	padding: .5em;
	font-size: 1em;
	line-height: 1.5;
	width: 450px;
	float: right;
}

#rtfloatltgreen500 {
	background-color: #44fcf3;
	margin: 5px;
	border-style: solid;
	border-width: 5px;
	border-color: #37d7de;
	padding: .5em;
	font-size: 1em;
	line-height: 1.5;
	width: 500px;
	float: right;
	box-shadow: 8px 8px 5px #888888;
}

#rtfloatltgreen450 {
	background-color: #44fcf3;
	margin: 5px;
	border-style: solid;
	border-width: 5px;
	border-color: #37d7de;
	padding: .5em;
	font-size: 1em;
	line-height: 1.5;
	width: 450px;
	float: right;
	box-shadow: 8px 8px 5px #888888;
}

#rtfloatltgreen400 {
	background-color: #44fcf3;
	margin: 5px;
	border-style: solid;
	border-width: 5px;
	border-color: #37d7de;
	padding: .5em;
	font-size: 1em;
	line-height: 1.5;
	width: 400px;
	float: right;
	box-shadow: 8px 8px 5px #888888;
}

#ltfloatltgreen450 {
	background-color: #44fcf3;
	margin: 5px;
	border-style: solid;
	border-width: 5px;
	border-color: #37d7de;
	padding: .5em;
	font-size: 1em;
	line-height: 1.5;
	width: 450px;
	float: left;
	box-shadow: 8px 8px 5px #888888;
}

#ltfloatltgreen500 {
	background-color: #44fcf3;
	margin: 5px;
	border-style: solid;
	border-width: 5px;
	border-color: #37d7de;
	padding: .5em;
	font-size: 1em;
	line-height: 1.5;
	width: 500px;
	float: left;
	box-shadow: 8px 8px 5px #888888;
}

#shadowbox1 {
	padding: 2px 8px 4px 8px;
	margin: 20px 10px;
	color: #000000;
	background-color: #35D6DE;
	border: #999999 2px solid;
	box-shadow: 8px 8px 5px #888888;
	font-size: 1em;
	line-height: 1.5;
}

#shadowbox2 {
	padding: 2px 6px 4px 6px;
	margin: 20px 10px;
	color: #000000;
	background-color: #FFFFB0;
	border: #999999 2px solid;
	box-shadow: 8px 8px 5px #888888;
	font-size: 1em;
	line-height: 1.5;
}

#shadowbox3red {
padding: 2px 6px 4px 6px;
margin: 20px 10px;
color: #000000;
background-color: #FFFFFF; 
border: #FF0000 4px solid; 
box-shadow: 8px 8px 5px #888888;
}

table#wkwin {
	width: 100%;
	border: 1px solid black;
	background-color:white;
	line-height:1.6
}
table#wkwin th{
	Background-color: white;
}
table#wkwin td{
	line-height: 1.6
}
table#wkwin tr:nth-child(even) {
	Background-color:white;
	line-height:1.6
}
table#wkwin tr:nth-child(odd) {
	Background-color:white;
	line-height:1.6
}
#rtfloatteal40p {
	background-color: #44fcf3;
	margin: 5px;
	border-style: solid;
	border-width: 2px;
	border-color: #37d7de;
	padding: .5em;
	font-size: 1em;
	line-height: 1.5;
	width: 40%;
	float: right;
}
