/* based on css Zen Garden default style v1.02 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* creator François Wauquier http://francois.wauquier.fr wokier@gmail.com */

@media screen {
@font-face {
  font-family: 'Reenie Beanie';
  font-style: normal;
  font-weight: normal;
  src: local('Reenie Beanie'), local('ReenieBeanie'), url('../font/ReenieBeanie.ttf') format('truetype');
}

html {
	margin: 0;
	padding: 0;
	font-size: 20px;
}

body {
	font-family: "Reenie Beanie",cursive;
	font-size: 19px;
	line-height: 1.88889;
	color: #000000;
	margin: 0;
	padding: 0;
	text-indent: 1.6em;
	width: 100%;
}
.loading {
	opacity: 0.1;
	transition: opacity 1s;
}

.loaded {
	opacity: 1;
}

img {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

a {
	padding: 0.4em;
	margin: 0.2em;
	font-size: 1.3rem;
}

small a {
	font-size: 0.9rem;	
}

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #0000cc;
}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #0000dd;
}

a:hover,a:active {
	text-decoration: underline;
	color: #0000bb;
}

acronym {
	border-bottom: none;
}

hr {
	border: 1px solid #444444;
	border-radius: 2px;
}

.accesskey {
	text-decoration: underline;
}

/* titles */
h1,h2,h3,h4 {
	color: #cc0000;
	font-weight: bold;
	font-variant: small-caps;
	-webkit-transform: rotate(-1deg); 
	-moz-transform: rotate(-1deg);
}
h1{
	font-size: 1.8rem;
}
h1 span,h2 span {
	padding-bottom: 6px;
	background: url(../images/underlined.gif) no-repeat bottom right;
}

h3,h4 {
	margin-bottom: 26px;
	font-size: 1.5rem;
}
h3 span,h4 span {
	padding-bottom: 4px;
	background: url(../images/underlined_small.gif) no-repeat	bottom right;
	margin-left: -1em;
}


h1 span:first-child {
	font-size: 1.2em;
}

/* table */
table {
	width: 100%;
	border: 0;
	border-collapse: separate;
	border-spacing: 0.2em;
}
table th {
	border: 0.1em solid black;
	padding: 0.1em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

table td {
	border: 0.1em dotted black;
	padding: 0.1em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* list */
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: inherit;
	list-style-position: outside;
}

ol {
	list-style-type: decimal-leading-zero;
	list-style-position: inside;
}

li {
	font-style: italic;
	text-indent: 0em;
	margin: 0.5em 0.2em;
}

img {
	padding: 0;
	margin: 0.1em;
}

/* specific divs */
#container {
	float: center;
	padding: 0 0 50px 180px;
	margin: 0;
	color: #111111;
}

#header {
	margin-top: 1em;
	text-align: center;
	padding-bottom: 1em;
	padding-right: 180px;
}

#header h2 {
	color: #000000;
}

#header h2 span {
	background: #ffffff;
}

#quickSummary {
	position: fixed;
	top: 5px;
	left: 10px;
	width: 180px;
	text-align: center;
}
#picture {
	background: #ccffff url(../images/bluePostItCorner.png) no-repeat bottom right;
	padding: 1em 0.8em 2em 0;
	font-size: 1.1rem;	
}
#picture h4{
	text-align: left;
	white-space: nowrap;
}
#picture img {
	margin: 0;		
}
#articles * {
	font-family: "Reenie Beanie",cursive;
	font-weight: bold;
}

#content {
	min-width: 430px;
	margin: 1em;
}

#content div{
	clear: both;	
}
#content .postIt {
	margin: 0 0.4em 0.4em 0.2em;
	background: #ffffcc url(../images/yellowPostItCorner.png) no-repeat	bottom right;
	padding: 1em 0.9em 0.8em 0.8em;
	min-height: 170px;
	min-width: 150px;
	max-width: 360px;
	display:inline;
	float:left;
	clear:none;
	font-size:1.2rem;
	transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
}

#content .postIt:first-letter {
	font-size: 1em;
	font-weight: bold;
}

#content .story {
	color: #cc0000;
	font-weight: bold;
	font-variant: small-caps;
	padding-bottom: 3px;
	padding-right: 2px;
	background: #ffffcc url(../images/underlined_small.gif) no-repeat bottom right;
	margin: 0.1em;
	font-size: 1.4rem;
}

#content small {
	font-size: 0.9rem;
}

#footer {
	width: 100%;
	text-align: center;
	font-size: 0.9rem;
	background: url(../images/marker.gif) no-repeat bottom center;
	padding-bottom: 50px;
}

#footer a {
	margin-right: 2em;
}

del .strike {
	text-decoration: line-through;
}