



* {
	padding: 0;
	margin: 0;
}

body {
	color: #000000;
	background-color: #FFFFFF;
	font-family: sans-serif;
	font-size: 10pt;
}

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

a:visited {
	color: #000000;
	background: transparent;
}	

a:hover {
	color: #FFFFFF;
	background-color: #071C71;
}	

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;
}

/*
 * navbar
 */

#navbar {
	padding: 1em;
	margin-bottom: 1em;
	color: #000000;
	background-color: #F8EFBA;
	font-size: smaller;
	border-bottom: solid 0.1em #F8B977;
}

/*
 * container
 */

#container {
	padding: 1em;
}

/*
 * logo
 */

#logo {
}

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

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


/*
 * sidebar
 */

#sidebar {
	float: right;
	width: 30%;
	margin: 0 1em;
	padding: 1em;
	font-size: smaller;
}

/*
 * about box
 */

#about {
	border: solid 0.1em #071C71;
	color: #000000;
	background-color: #B5C8E9;
	padding: 1em;
	margin-bottom: 1em;
	text-align: justify;
}

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

#about img {
	float: left;
	margin-right: 0.5em;
}

/*
 * menu
 */

#menu {
	border: solid 0.1em #F8B977;
	color: #000000;
	background-color: #F8EFBA;
	padding: 1em;
}

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

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

/*
 * content
 */

#content {
	margin-right: 35%;
	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: 10pt;
	color: #071C71;
	background-color: #FFFFFF;
}

#content ul {
	padding: 1em 0 1em 4em;
	list-style: disc;
}

/*
 * footer
 */

#footer {
	clear: both;
	font-size: smaller;
	margin-top: 1em;
	padding-top: 1em;
	border-top: 0.1em solid #6A6A6A;
}

#counter {
	margin-top: 1em;
}

/*
 * misc stuff
 */

.separator { clear: both; }

/*
 * watch
 */

.watch {
	border-top: 0.1em solid #071C71;
	padding-top: 10px;
	margin-top: 10px;
}

.watch img {
	float: left;
}

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

/*
 * website
 */

.website {
	float: left;
	border: solid 0.1em #B5C8E9;
	margin: 0.5em 0.5em 0.5em 0;
}

.website .description {
	padding: 0.5em;
}

/*
 * sneaker
 */

.sneaker {
	border: 1px solid #B5C8E9;
	float: left;
	margin: 5px 20px 5px 0;
}

.sneaker .description {
	text-align: center;
	font-family: courier;
}

/*
 * istantanea
 */

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

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

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

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

.dial img {
	float: left;
	margin-right: 4em;
}
