@charset "UTF-8";

body {
	background-color: #EBE9D0;
	margin: 0px;
	padding: 0px;
	background-image: url(../pics/simon-background.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #666;
}

a { color: #08c; }
a:link, a:visited, a:active { text-decoration: none; }
a:hover { text-decoration: underline; }
a.menu:hover { color: #000; text-decoration: none; }
a.heading:link, a.heading:visited, a.heading:active { color: #333; text-decoration: none; }
a.heading:hover { color: #000; text-decoration: none; }

p { margin-bottom: 18px; }
h1 { font-weight: bold; font-size: 24px; line-height: 36px; margin-bottom: 18px; color: #333; }
h2 { font-weight: bold; font-size: 16px; line-height: 18px; margin-bottom: 18px; color: #333; }
h3 { font-weight: bold; font-size: 14px; line-height: 18px; color: #333; }
h4 { font-weight: bold; font-size: 10px; line-height: 18px; }
hr {color: #333; background-color: transparent; border: 1px dotted #333; border-style: none none dotted; margin-bottom: 25px; margin-top: 25px; }

ul { margin-bottom: 18px; list-style: none outside; }
ol { margin-bottom: 18px; list-style: decimal; margin-left: 2.2em; }
ul.square,
ul.circle { margin-left: 2em; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul ul.circle,
ul ul.square { margin-top: 4px; margin-bottom: 5px; }

#container {
	margin: 0px; /* center, not in IE5 */
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#rightTitle {
	width:476px;
	margin-right: auto;
	margin-left: auto;
	height: 120px;
}

#main {
	width:600px;
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
}

.subheading {
	color: #333;
}

.rounded { border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; -khtml-border-radius: 10px; }
.shadow { -webkit-box-shadow: rgba(0,0,0,0.35) 0 1px 3px; -moz-box-shadow: rgba(0,0,0,0.35) 0 1px 3px; }

.blogtitle { font-weight: bold; font-size: 14px; line-height: 18px; color: #333; }
.blogdate { font-weight: normal; font-size: 10px; line-height: 18px; color: #333; }
