/* Article Style */
h2 {
	margin: 30px 15px 15px 15px;	
}

h3 {
	font-size: 14px;
	color: #557755;
	font-variant:small-caps;
}
hr {
	border:0;
	border-bottom: 1px dashed #557755;
	margin-bottom:15px;
}
abbr {
	border:0;
}
.author {
	color:#666;
	text-align:center;
	margin: 0 20px;
	padding: 20px 0;
	border-top: 1px dashed #666;
	border-bottom: 1px dashed #666;
}
#by {
	font-weight: normal;
	font-style: italic;
}
.variableName {
	font-style: italic;
	font-weight: bold;
}
.variableSymbol {
	font-family: "Courier New", Courier, monospace;
	color: #cf88cf;
	font-weight: bold;
}
.method {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}
.image { /* DEPRECATED */
	text-align: center;
}
.centeredImage {
	text-align: center;
}
p {
	font-size:12px;
	color:#111;
}
ul {
	list-style-type:none;
}
dl {
	margin-top:25px;
	margin-bottom:5px;
	margin-left:20px;
	color:#111;
}
dt {
	font-weight:normal;
	font-size:14px;
	color:#111;
}
dd {
	padding-left:20px;
	font-size:14px;
}
#content li {
	margin-left:20px;
	font-size:12px;
}

#tableOfContentsShareList {
	padding:0;
	margin:0;
}
#content li.shareListItem {
	padding:0 7px 0 0;
	margin:0;
	float:left;
	display:block;
}
#contentShareList {
	
	padding:0;
	margin:0 0 0 15px;
}
#contentShareList li.shareListItem {
	height:24px;
	padding:0 10px 0 0;
	margin:0;
	float:left;
	display:block;
}
.twitterShare, .facebookShare, .diggShare, .googleBuzzShare, .deliciousShare, .stumbleUponShare, .redditShare {
	cursor:pointer;
}

.mathEquationsDiv {
	border:1px solid #EFEFEF;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	width:440px;
	padding:10px 10px 10px 30px;
	overflow:auto;
	margin:0 20px 0 20px;
}
.psudeocode {
	background-color:#fefeee;
	font-size: 11px;
	border:1px dashed #CCCCCC;
	width:470px;
	padding:10px;
	overflow:auto;
}
pre {
	font-family: "Courier New", Courier, monospace;
}
.code {
	font-family: "Courier New", Courier, monospace;
	background-color:#fefeee;
	font-size: 11px;
	border:1px dashed #CCCCCC;
	width:470px;
	padding:10px;
	overflow:auto;
}
.js {
	width:492px;
	background-image:url(http://feather1.watermelonduck.com/js-code-header.png);
	padding-top:23px;
	padding-right: 8px;
	margin-left:auto;
	margin-right:auto;
}
.js .code {	
	border:1px solid #7ba3bf;
	border-top:none;
	background-color:#e6eff5;
}
.as {
	width:492px;
	margin-top:20px;
	background-image:url(http://feather1.watermelonduck.com/as3-code-header.png);
	padding-top:23px;
}
.as .code {
	border:1px solid #b57171;
	border-top:none;
	background-color:#f4e7e7;
}
.html {
	width:492px;
	background-image:url(http://feather1.watermelonduck.com/html-code-header.png);
	padding-top:23px;
	margin-left:auto;
	margin-right:auto;
}
.html .code {	
	border:1px solid #71b573;
	border-top:none;
	background-color:#e6f5e7;
}
.highlight {	
	background-color:#ffef15;
}
.highlight.delete {	
	color:#ffef15;
}
.fakeCaption {
	text-align:center;
	font-size:11px;
	padding:10px;
}
.captionTitle {
	font-weight:bold;
}
.stepHow {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	font-weight:bold;
	font-size:11px;
	color:#557755;
	cursor:pointer;
}
.stepExtraInfoDiv {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:10px;
	border: 1px dotted #cccccc;
	display:none;
}
.stepExtraInfoDiv p {
	margin:0;
	padding:0;
}
.flash {
	text-align:center;	
}
.monotype {
	font-family:"Courier New", Courier, monospace;	
}
/* Table of Contents */

#tableOfContents {
	position:fixed;
	display:none;
	font-family:Helvetica, Arial, sans-serif;
	width:195px;
	background-color:#ffffff;
}

#tableOfContentsTitle {
	padding-bottom:10px;	
}
#tableOfContents li {
	font-size:10px;
	padding:0 0 5px 0;
}

a.watermelonDuck {
	font-family:'Reenie Beanie',arial,san-serif; color:#cc3399; font-size:18px;
}

a.watermelonDuck:hover {
	text-decoration:underline;
}
