/* @override http://www.rohdesign.com/weblog/styles-site.css */

/* 
Rohdesign Weblog CSS Stylesheet
Copyright Mike Rohde
Author: Mike Rohde mike@rohdesign.com
Updated: November 26, 2008
*/

/*
General Colors
Burgundy: #900; 
Cream Highlight: #fcf9e3;
Orange: #d66b00;

October BC Awareness
Pink: #cf0078;
Pink Highlight: #ffe8ed;
*/

/* ---[ General ]----------------------------- */

body {
	margin: 0px 0px 0px 0px;
	background: url(img/bkgd/globe-ghosted.gif) no-repeat -125px -125px scroll;
	background-color: white;
	font: 12px/160% "Lucida Grande", LucidaGrande, Lucida, Arial, Helvetica, sans-serif;
}

/* ---[ Links ]------------------------------- */

a {
	text-decoration: underline;
}

a:link {
	color: #393481;
}

a:visited {
	color: #d66b00;
}

a:active {
	color: #fcf9e3;
}

a:hover {
	color: #900;
	background: #fcf9e3;
}

/* ---[ Text ]------------------------------- */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #000;
}

h1 {
	font: 16px/160% "Lucida Grande", LucidaGrande, Lucida, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #900;
	margin: 2px 0 -10px 0;
}

h1.hidden {
	display: none;
}

h2 {
	font: 12px/160% "Lucida Grande", LucidaGrande, Lucida, Arial, Helvetica, sans-serif;
	color: #900;
}

h3 {
	font: 16px/160% "Lucida Grande", LucidaGrande, Lucida, Arial, Helvetica, sans-serif;
	color: #000;
}

h3 a, h3 a:link, h3 a:visited {
	text-decoration: none;
	color: #000;
}

h3 a:hover {
	text-decoration: none;
	color: #900;
	background-color: #fcf9e3;
}

h4 {
	font: 14px/130% "Lucida Grande", LucidaGrande, Lucida, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #900;
	margin: 10px 0 -1px 0;
}

h4 a, h4 a:link, h4 a:visited {
	text-decoration: none;
	color: #000;
}

h4 a:hover {
	text-decoration: none;
	color: #900;
	background-color: #fcf9e3;
}

h5 {
	font: 12px/130% "Lucida Grande", LucidaGrande, Lucida, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	margin: 2px 0 -10px 0;
}

h5 a, h5 a:link, h5 a:visited {
	text-decoration: none;
	color: #000;
}

h5 a:hover {
	text-decoration: none;
	color: #900;
	background-color: #fcf9e3;
}

p {
	font: 12px/160% "Lucida Grande", LucidaGrande, Lucida, Arial, Helvetica, sans-serif;
	color: #000;
}

strong {
	font-weight: bold;
}

/* ---[ Sections ]------------------------------- */

#topbar {
	background: #d66b00;
	height: 0;
	width: auto;
	margin: 0;
	padding: 0;
}

#container {
	line-height: 140%;
	margin: 0 auto 0 auto;
	text-align: left;
	padding: 0;
	width: 780px;
	background-color: transparent;
}

/* Pink img/logos/rohdesign-head-pink.gif */
#banner {
	width: 780px;
	height: 110px;
	text-align: left;
	background: url(img/logos/rohdesign-head.gif) no-repeat left top;
	background-color: transparent;
	margin: 10px 0 0 0;
	border: 0;
}

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

#center {
	width: 580px;
	margin: 0;
	padding: 0;
	float: left;
	clear: left;
	background-color: transparent;
}

#right {
	float: right;
	width: 140px;
	padding: 0;
	background-color: transparent;
}

#alertBlock {
	background-color: #fcf9e3;
	padding: 3px 15px 3px 15px;
	vertical-align: top;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

/* ---[ Content ]----------------------------- */

.content {
	color: #000;
	font: 12px/160% "Lucida Grande", LucidaGrande, Lucida, Arial, Helvetica, sans-serif;
	margin-left: 68px;
	background-color: transparent;
}

.content h2 {
	color: #900;
	font: 12px/160% "Lucida Grande", LucidaGrande, Lucida, Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	margin-bottom: 8px;
}

.content h3 {
	color: #333;
	font: 16px/160% "Lucida Grande", LucidaGrande, Lucida, Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	margin-bottom: -8px;
}

.content p {
	color: #000;
	font: 12px/160% "Lucida Grande", LucidaGrande, Lucida, Arial, Helvetica, sans-serif;
	text-align: left;
	margin-bottom: 10px;
}

.content p.posted {
	color: #999;
	font: 11px/160% "Lucida Grande", LucidaGrande, Lucida, Arial, Helvetica, sans-serif;
	border-top: 1px solid #ececec;
	text-align: left;
	margin: 0 0 30px 0;
	line-height: normal;
	padding: 3px 0;
}

.content blockquote {
	font: 12px/160% "Lucida Grande", LucidaGrande, Lucida, Arial, Helvetica, sans-serif;
	margin: 0 10px 0 12px;
	background: transparent;
	padding: 0 0 0 10px;
	border-left: 1px solid #cecece;
}

.content li {
	line-height: 150%;
}

/* ---[ Sidebar ]------------------------------- */

.sidebar {
	width: 140px;
	margin: 50px 0 0 10px;
}

.sidebarIndy {
	width: 140px;
	margin: 45px 0 0 10px;
}

.sidebar h2 {
	color: #900;
	font: 11px/160% "Lucida Grande", LucidaGrande, Lucida, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #ccc;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px;
	letter-spacing: .3em;
}

.sidebar ul {
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ececec;
	padding: 0px 0px 15px 0px;
}

.sidebar li {
	color: #666;
	font: 11px/160% "Lucida Grande", LucidaGrande, Lucida, Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 110%;
	margin-top: 5px;
	list-style-type: none;
}

.sidebar p {
	color: #666;
	font: 11px/160% "Lucida Grande", LucidaGrande, Lucida, Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 150%;
	padding: 10px 0 10px 0;
	border-top: 4px double #ececec;
	border-bottom: 1px solid #ececec;
}

.sidebar strong {
	color: #666;
}

.sidebar a {
	color: #393481;
	text-decoration: none;
}

.sidebar a:visited {
	color: #900;
}

/* nomrmal #d66b00*/

.sidebar a:active {
	color: #900;
}

.sidebar a:hover {
	color: #900;
	background: #fcf9e3;
}

/* ---[ Misc ]------------------------------- */

.book {
	color: #666;
	font: 11px/160% "Lucida Grande", LucidaGrande, Lucida, Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 150%;
}

.copyright {
	color: #666;
	font: 11px/160% "Lucida Grande", LucidaGrande, Lucida, Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 150%;
	margin-left: 65px;
}

.rule {
	border-bottom: 1px solid #ececec;
	margin: 10px 0;
}

.about {
	margin: 10px 0 -10px 0;
}

/* ---[ Navigation ]------------------------------- */

.nav li {
	color: #000;
        padding: 0 0 2px 10px;
	background: url(img/logos/gray-tri.gif) no-repeat left top;
	background-color: transparent;
}

.nav a {
	color: #000;
}

.nav a:visited {
	color: #000;
}

.nav a:hover {
	color: #900;
	background color: #fcf9e3;
}

.nav b {
	color: #900;
}

/*#B22222;*/

/* ---[ Images ]------------------------------- */

img {
	border: 0;
}

.photo {
	text-align: left;
	margin-bottom: 20px;
}

.photoRuleR {
	border: 1px solid #cecece;
	margin: 4px 0 8px 12px;
	float: right;
	display: inline;
	padding: 3px;
}

.photoRuleL {
	border: 1px solid #cecece;
	margin: 4px 12px 8px 0;
	float: left;
	display: inline;
	padding: 3px;
}

.photoR {
	margin: 4px 0 8px 12px;
	float: right;
	display: inline;
	padding: 0;
}

.photoL {
	margin: 4px 12px 8px 0;
	float: left;
	display: inline;
	padding: 0;
}

#portrait {
	border: 1px solid #cecece;
	float: right;
	display: inline;
	padding: 3px;
	margin: 0 0 0 10px;
}

#book {
	padding: 3px;
	margin: 2px 0;
	border: 1px solid #cecece;
}

#cd {
	padding: 3px;
	margin: 2px 0;
	border: 1px solid #cecece;
}

.icon {
	border: 0;
}

/* ---[ MT Specific ]------------------------------- */

textarea[id="comment-text"] {
	width: 80%;
}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #bbb;
}

/* ---[ End CSS ]------------------------------- */