/*
 * - Defaults ------------------------------------------------------------- {{{1
 */

html {
	background-color: white;
	cursor: default;
}

body {
	color: #333;
	font-family: "Verdana", sans-serif;
	font-size: 9pt;
	margin: 0px auto;
	overflow: -moz-scrollbars-vertical; /* Always show scrollbar */
}

p,
blockquote,
dl,
ol,
ul {
	margin: 0px;
	padding: 0px;
}

div#wrapper {
	margin: 0px auto;
	width: 750px;
}


/*
 * - Logo ----------------------------------------------------------------- {{{1
 */

div#logo {
	border-bottom: 9px solid #666;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#logo img {
	border: 0px;
}


/*
 * - Body ----------------------------------------------------------------- {{{1
 */

div#body {
	clear: both;
	float: left;
	padding: 0px 20px;
	width: 430px;
	font-size: 9pt;
}

#body h1,
#body h2,
#body h3 {
	color: #c00;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#body h1 {
	background-position: 0px 9px;
	background-repeat: no-repeat;
	font-family: "Georgia", serif;
	font-size: 20pt;
	margin-bottom: 5pt;
	margin-top: 20px;
}

#body h2 {
	font-family: "Georgia", serif;
	font-size: 14pt;
	margin-bottom: 0px;
	margin-top: 10px;
}

#body h3 {
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 9pt;
	font-weight: bold;
}


#body h1 a:link,
#body h1 a:visited,
#body h2 a:link,
#body h2 a:visited {
	border-bottom: none;
	color: #c00;
	padding-left: 0pt;
	padding-right: 0pt;
}

#body p {
	line-height: 11pt;
	margin: 0px;
	margin-bottom: 5px;
}

#body div.infoblock {
	background-color: #f3f3ee;
	border: 1px dotted #333;
	margin: 10px 0px;
	padding: 10px;
	padding-bottom: 5px;
}

#body div.comment {
	font-size: 8pt;
	border: 1px dotted #333;
	margin-top: 8pt;
	padding: 10px 10px 5px 10px;
}

#body p.post-info {
	font-size: 8pt;
	color: #666;
	margin-bottom: 0px;
}

#body p.comment-info {
	padding-right: 8pt;
	text-align: right;
}

#body p.image,
#body p.photo {
	padding: 10px 0px 0px;
	text-align: center;
}

#body p.image img,
#body p.photo img {
	margin: 0px;
}

#body p.photo img {
	padding: 2px;
	border: 2px solid #333;
}

#body p.image a:link,
#body p.image a:visited,
#body p.photo a:link,
#body p.photo a:visited {
	border: none;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

#body p.image a img {
	border: none;
}

#body p.caption {
	color: #666;
	font-size: 8pt;
	line-height: 10pt;
	padding: 0px 0px 10px;
	text-align: center;
}

#body p.caption a:link,
#body p.caption a:visited {
	color: #666;
}

#body div.imageinfobox {
	background-color: #f3f3ee;
	border: 1px dotted #333;
	left: 0px;
	position: fixed;
	top: -30px;
	width: 300px;
}

#body blockquote {
	margin: 10px 20px;
	border: 1px dotted #333;
	padding: 10px 10px 5px 10px;
	background-color: #f3f3ee;
}

#body blockquote p {
}

#body ol,
#body ul {
	list-style-position: inside;
	margin-bottom: 5px;
}

#body ol {
	list-style-type: decimal;
}

#body ul {
	list-style-type: disc;
}

#body ol li,
#body ul li {
	text-indent: -1em;
	padding-left: 1em;
}

#body pre,
#body code {
	font-family: "Bitstream Vera Sans Mono", "Andale Mono", "Lucida Console", monospace;
	font-size: 8pt;
	border: 1px dotted #333;
	background-color: #f3f3ee;
}

#body code {
	margin-left: 2pt;
	margin-right: 2pt;
	padding-left: 2pt;
	padding-right: 2pt;
}

#body pre {
	padding: 10px;
	overflow: auto;
}

#body a:link,
#body a:visited {
	padding-left: 2pt;
	padding-right: 2pt;
	border-bottom: 1px dotted #c00;
	color: #333;
	cursor: pointer;
	text-decoration: none;
}

#body a:hover {
	background-color: #f3f3ee;
	border-bottom: 1px solid #c00;
}

#body acronym {
	font-variant: small-caps;
	text-transform: lowercase;
	font-size: larger;
}

/* Forms */

#body form {
	margin: 0px;
	padding: 0px;
}

#body form label {
	float: left;
	padding-top: 5px;
	width: 90px;
}

#body form input,
#body form textarea {
	border: 1px solid #333;
	padding: 5px;
	width: 320px;
}

#body form textarea {
	font-size: 8pt;
	height: 400px;
}

#body form#form-new-blog-comment textarea {
	height: 150px;
}

#body form input[type="checkbox"] {
	width: auto;
}

#body form input[type="submit"] {
	background-color: #f3f3ee;
	margin-left: 90px;
	width: auto;
}

#body p.form-control-description {
	margin-top: 16pt;
}

#body p.form-error {
	color: #c00;
	font-weight: bold;
}

/* Tooltip */

#body div#tooltip {
	display: none;
	background-color: white;
	border: 1px dotted #333;
	padding: 0px 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
}

#body div#tooltip h2 {
	font-size: 13pt;
	margin-bottom: 10px;
}

#body div#tooltip p {
	margin-top: -5px;
	font-size: 8pt;
	line-height: 11pt;
}


/*
 * - Navigation ----------------------------------------------------------- {{{1
 */

div#navigation {
}

#navigation ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}

#navigation ul li {
	background-color: #f3f3ee;
	border-bottom: 1px dotted #333;
	border-left: 1px dotted #333;
	margin-left: -1px;
	display: block;
	float: left;
	width: 139px;
}

#navigation ul li a:link,
#navigation ul li a:visited {
	border: none;
	color: #333;
	display: block;
	font-size: 10pt;
	font-weight: bold;
	height: 25px;
	padding: 35px 20px 0px;
	text-decoration: none;
}

#navigation ul li.active a:link,
#navigation ul li.active a:visited {
	background-color: #e6e6e1;
	/* background-image: url('/img/uwstopia/menubg.png'); */
}

#navigation ul li a:hover {
	background-color: #e6e6e1;
	color: #c00;
}

/*
 * - Right column --------------------------------------------------------- {{{1
 */

div#right {
	background-color: #f3f3ee;
	border: 1px dotted #333;
	border-top: none;
	clear: right;
	float: right;
	font-size: 8pt;
	line-height: 12pt;
	padding: 0px 0px 20px;
	width: 278px;
}

#right h2 {
	clear: both;
	color: #c00;
	font-size: 8pt;
	font-weight: bold;
	padding: 0px 20px;
	margin: 0px;
	margin-top: 20px;
}

#right p {
	padding: 0px 20px;
}

#right p.photo {
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#right p.photo a:link,
#right p.photo a:visited,
#right p.photo a:hover {
	display: block;
	border: none;
	margin: 0px;
	display: block;
	text-decoration: none;
}

#right p.photo img {
	border: none;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

#right p.caption {
	color: #666;
	font-size: 8pt;
	line-height: 10pt;
	padding: 0px;
	text-align: center;
}

#right p.caption a:link,
#right p.caption a:visited {
	color: #666;
}

#right a:link,
#right a:visited {
	border-bottom: none;
	color: #c00;
	cursor: pointer;
	text-decoration: underline;
}

#right a:visited {
	color: #333;
}


/*
 * - Footer --------------------------------------------------------------- {{{1
 */

div#footer {
	clear: both;
	padding: 10px 0px 10px;
}

