




* {
	padding: 0;
	margin: 0;
}

body {
	color: #6A6A6A;
	background: url('../images/bkgs/marble.png');
	font-family: 'Arial', sans-serif;
	font-size: 10pt;
}

a {
	outline: none;
	color: #071C71;
	background: transparent;
}

a:visited {
	color: #6A6A6A;
	background: transparent;
}	

a:hover {
	color: #6A6A6A;
	background: transparent;
	text-decoration: none;
}	

img {
	border: none;
}

hr {
	display: none;
}

h1 {
	font-weight: normal;
	margin-bottom: 1em;
}

h2 {
	font-weight: normal;
	margin-bottom: 1em;
	color: #071C71;
	background-color: #FFFFFF;
	border-bottom: 0.1em dotted #B5C8E9;
}

h3 {
	font-weight: normal;
	margin: 1em 0;
	color: #071C71;
	background-color: #FFFFFF;
}

p {
	margin: 0.5em 0;
}

ul {
	padding: 0 0 0.5em 2em;
	list-style: square;
}

pre {
	padding: 1em;
	margin-bottom: 1em;
	border: solid 0.1em #B5C8E9;
}

/*
 * frame
 */

#frame {
	color: inherit;
	background-color: #FFFFFF;
	margin: 5% 8%;
	border-radius: 5px;
}

/*
 * plusone
 */

#plusone {
	float: right;
	margin: 1em;
}

/*
 * navbar
 */

#navbar {
	padding: 1em;
	margin-bottom: 1em;
	color: #000000;
	font-size: 0.9em;
	border-bottom: solid 0.1em #EAEAEA;
}

/*
 * container
 */

#container {
	padding: 1em;
}

/*
 * logo
 */

#logo {
	padding: 1em 0 0 1em;
}

#logo a:visited {
	color: #071C71;
	background: transparent;
}	

#logo a:hover {
	color: #071C71;
	background: transparent;
}	

/*
 * quick links
 */

#quicklinks {
	padding: 1em;
	margin-bottom: 1em;
	color: #000000;
	background: url('../images/bkgs/stripes.png');
	font-size: 0.9em;
	border-bottom: solid 0.1em #EAEAEA;
	border-top: solid 0.1em #EAEAEA;
}

/*
 * sidebar
 */

#sidebar {
	float: right;
	width: 25%;
	margin: 0 1em;
	padding: 0 1em 1.5em 1em;
	font-size: 0.9em;
}

/*
 * menu
 */

#menu {
	border-left: solid 0.1em #EAEAEA;
	color: #000000;
	background-color: #FFFFFF;
	padding: 1em;
}

#menu h4 {
	color: #071C71;
	background-color: #FFFFFF;
	font-weight: normal;
	border-bottom: dotted 0.1em #B5C8E9;
	margin-bottom: 1em;
	font-size: larger;
}

#menu ul {
	padding: 0 0 1em 2em;
	list-style: square;
}

/*
 * content
 */

#content {
	margin-right: 30%;
	text-align: justify;
}

#content h4 {
	padding-left: 1.5em;
	margin-top: 1em;
	color: #071C71;
	background: url('http://www.dotticontra.org/images/square.png') no-repeat 0 50%;
}

#content h5 {
	font-size: 1em;
	color: #071C71;
	background-color: #FFFFFF;
}

#content ul {
	padding-top: 1em;
	padding-bottom: 1em;
}

/*
 * footer
 */

#footer {
	clear: both;
	font-size: 0.9em;
	margin-top: 1em;
	padding-top: 1em;
	border-top: 0.1em solid #EAEAEA;
}

#counter {
	margin-top: 1em;
}

/*
 * misc stuff
 */

.separator { clear: both; }

/*
 * watch
 */

.watch {
	border-top: 0.1em solid #EAEAEA;
	padding-top: 1em;
	margin-top: 1em;
	min-height: 400px;
}

.watch img {
	float: left;
	padding: 1em;
	border: 0.1em solid #EAEAEA;
	border-radius: 5px;
	background: url('../images/bkgs/stripes.png');
}

.watch .description {
	margin-left: 350px;
}

/*
 * website
 */

.website {
	float: left;
	border: solid 0.1em #6A6A6A;
	margin: 0.5em 0.5em 0.5em 0;
	padding: 0.5em;
	border-radius: 5px;
}

.website .description {
	padding: 0.5em;
}

/*
 * site preview
 */

.sitepreview {
	position: relative;
	height: 5em;
	margin: 1.5em 0;
	border-bottom: solid 0.1em #B5C8E9;
}

.sitepreview img {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	width: 5em;
	padding: 0.5em;
	border: solid 0.1em #6A6A6A;
	border-radius: 5px;
}

.sitepreview img:hover {
	position: absolute;
	height: auto;
	width: 350px;
	z-index: 99;
	top: -125%;
	right: 0;
	padding: 1em;
	border: solid 0.1em #6A6A6A;
	border-radius: 5px;
	color: inherit;
	background-color: #FFFFFF;
}

.sitepreview .description {
	padding-bottom: 1em;
}

/*
 * sneaker
 */

.sneaker {
	position: relative;
	height: 7em;
	margin: 1.5em 0 1em 0;
	border-bottom: solid 0.1em #B5C8E9;
}

.sneaker img {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	width: 5em;
	border: solid 0.1em #6A6A6A;
	border-radius: 5px;
	padding: 0.5em;
	background: url('../images/bkgs/stripes.png');
}

.sneaker img:hover {
	position: absolute;
	height: auto;
	width: 300px;
	z-index: 99;
	top: -125%;
	right: 0;
	padding: 1em;
	border: solid 0.1em #6A6A6A;
	border-radius: 5px;
	color: inherit;
	background-color: #FFFFFF;
}

.sneaker .description {
	padding-bottom: 2em;
}

/*
 * istantanea
 */

.istantanea {
	border: dotted 0.1em #6A6A6A;
	padding: 1em;
	width: 75%;
}

.istantanea > .text {
	font-family: monospace;
	text-align: left;
}

.istantanea h5 {
	border-top: dotted 0.1em #6A6A6A;
	padding-top: 1em;
}
	
/*
 * dial
 */

.dial {
	margin: 1em 0 1em 0;
	padding: 1em;
	border: solid 0.1em #B5C8E9;
	min-height: 100px;
}

.dial .name {
	font-weight: bold;
	margin-left: 12em;
}

.dial .description {
	margin-left: 12em;
}

.dial img {
	float: left;
}

/*
 * gallery
 */

.gallery {
	margin: 1.5em 0;
}

.gallery img {
	width: 100px;
	height: auto;
	border: 0.1em solid #B5C8E9;
	padding: 0.3em;
}

.gallery a:hover {
	outline: none;
	color: #071C71;
	background: transparent;
}

/*
 * change
 */

.change {
	padding-bottom: 2em;
}

.change > .date {
	border: solid 0.1em #071C71;
	border-radius: 3px;
	float: left;
	width: 4em;
	text-align: center;
	color: #FFFFFF;
	background-color: #B5C8E9;
}

.change > .date > .month {
	padding: 0.1em 0;
	height: 1.5em;
	line-height: 1.5em;
	color: #FFFFFF;
	background-color: #071C71;
	font-size: 0.9em;
}

.change > .date > .day {
	padding: 0.1em 0;
	font-size: smaller;
}

.change > .description {
	margin-left: 5em;
}

/*
 * paper
 */

.paper {
	margin-bottom: 1em;
}
.paper .title {
	font-weight: bold;
}
.paper .authors {
	font-style: italic;
}
.paper .description {
	margin-top: 1em;
}

/*
 * sitemap
 */

#sitemap .section {
	margin-bottom: 2em;
}

#sitemap .section .title {
	font-weight: bold;
	font-size: 1.5em;
}

#sitemap .topic {
	padding-left: 2em;
}

#sitemap .chapter {
	padding-left: 2em;
}

/*
 * blog
 */

#blog {
	margin-right: 30%;
	text-align: justify;
}

#rss {
	margin: 2em 1em;
}

#blog #index {
	font-family: monospace;


#blog #index .date {
	padding-right: 2em;
}

