/************************************************************************/
/* Default DTD tag styles */

a, a:link, a:visited
{
	color: #36c;
	text-decoration: underline;
}

a:hover
{
	color: #e80;
}

body, p, table
{
	font-family: Arial, Sans-Serif;
	font-size: x-small;
}

body
{
	margin: 0px;
	color: #000;
	background-color: #fff;
}

input, select, textarea
{
	font-family: Arial, Sans-Serif;
	font-size: x-small;
}

h1, h2, h3,h4, h5, h6, h7
{
	font-family: 'Trebuchet MS', Arial, Sans-Serif;
	margin: 0;
	padding: 0;
	font-size: x-small;
	color: #249;
}

h1
{
	font-size: large;
}

h2
{
	font-size: medium;
}

h3
{
	font-size: small;
}

hr
{
	color: #ddd;
}

img
{
	border: 0;
}

p
{
	margin-top: .5em;
	margin-bottom: .5em;
}

pre
{
	font-family: 'Lucida Console', 'Courier';
	font-size: xx-small;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: .25in;
	margin-right: .25in;
	color: #222;
}

ul
{
	margin-top: .5em;
	margin-bottom: .5em;
	list-style-type: square;
}

/************************************************************************/
/* Global styles */

input.text_input, textarea.text_input
{
	background-color: fff;
	border: #ddd 1px solid;
	color: #000;
}

.error
{
	font-weight: bold;
	color: red;
}

.command
{
	font-size: x-small;
}

.title
{
	font-weight: bold;
}

.description
{
}

.attributes
{
	font-size: x-small;
	color: #777;
}

a.rss, a.rss:link, a.rss:visited, a.rss:hover
{
    border:1px solid;
    border-color:#ffc8a4 #7d3300 #3f1a01 #ff9a57;
    padding:1px 3px 2px 3px;
    font:bold 10px verdana,sans-serif; 
    color:#fff !important; background-color:#f90;
    text-decoration:none;
    margin:0px;
}

/************************************************************************/
/* Things */

.calendar
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: xx-small;
	background-color: #57c;
	color: #ddd;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#6688DD', EndColorStr= '#2244AA');}

.calendar a:link, .calendar a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #fa4;
}

.calendar .today_day 
{
	background-color: #46b;
}

.calendar .other_month
{
	background-color: #68d;
}

.calendar .selected_day, .calendar .selected_day a:link, .calendar .selected_day a:visited
{
	background-color: #fa4 !important;
	color: #530 !important;
}

.calendar .header
{
	margin: 0px !important;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:center;
	font-size: x-small;
	font-weight: bold;
	color: #249;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#FFFFFF', EndColorStr= '#CCCCCC'); 
}

.menu
{
	background-color: #57c;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#6688DD', EndColorStr= '#2244AA'); 
}

.menu h3
{
	font-size: x-small;
	background-color:silver;
	padding-top: 2; padding-bottom: 2;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#FFFFFF', EndColorStr= '#CCCCCC'); 
	padding-left: 5; padding-right: 5;
}

.menu ul
{
	list-style: none;

	margin: 0;
	padding: 0;

	font-family: 'Trebuchet MS', Tahoma, Arial, Sans-Serif;
	font-weight: bold;
	font-size:x-small;
}

.menu li a
{
	padding-left: 5; padding-right: 5;
}

.menu a, .menu a:link, .menu a:visited
{
	text-decoration: none;
	color: #ddd;
}

.menu a
{
	color: #35a;
}

.menu a:hover
{
	text-decoration: underline;
	color: #fff;
}

span.menu
{
	padding-left: 5;
	padding-right: 5;
}

.photo img, img.photo
{
	margin: 1em;
	border:#99AACC 1px solid;
}

.photo .menu
{
	width: 100%;
}

.thumbnail img
{
	font-size: x-small;
	border:#99AACC 1px solid;
}

.thumbnail .title
{
	font-weight:normal;
	font-size: x-small;
}

.group .thumbnail
{
	border:#99AACC 1px solid;
	background-color: #eef;
	padding: 2px;
	text-align:center;
	margin: 5px;
}

.group .thumbnail .selected
{
	border:#ff0000 2px solid;
}

/************************************************************************/
/* Generic context */

div.section
{
	border: #ddd 1px solid;
	padding-bottom: .5em;
	margin-bottom: 1em;
}


.section div, .section h3.header
{
	padding-left: 5; padding-right: 5;
}

.section div.header
{
	margin: 0;
}

.section .header
{
	width: 100%;
	background-color: #eee;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#FFFFFF', EndColorStr= '#CCCCCC'); 
}

.section .header h3
{
	margin-top: 0;
}

.section .menu
{
	background-color: Transparent;
	filter: none;
}

.section .menu a, .section .menu a:link, .section .menu a:visited
{
	font-size: x-small;
	color: #36c;
	text-decoration: underline;
}

.section .menu a:hover
{
	color: #e80;
}

.list td
{
	padding-left:10px;
	padding-right:10px;
	border-bottom: #DDDDDD 1px solid;
}

.list .header, .list .header td
{
	font-weight: bold;
	color: 249;
	background-color: #ddd;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#FFFFFF', EndColorStr= '#CCCCCC'); 
}

/************************************************************************/
/* Specific context */

.archive
{
	clear: both;
}

.archive ul
{
	color: #e80;
	margin-top: 0; margin-bottom: 0;
	padding-left: 0;
	margin-left: 1em;
}

.archive .command
{
	margin-left: 1.1em;
}

.article .thumbnail
{
	float: right;
}

.biography .thumbnail
{
	clear: both;
	float: right;
}

.biography .thumbnail img
{
	border: 0;
}

.biography h3
{
	clear: both;
}

.blog .group .thumbnail
{
	padding: 0px;
	margin: 0px;
}

.downloads
{
	border:#99AACC 1px solid;
	background-color: #eef;
	padding: 1em;
	padding-top: 0px;
	margin: 5px;
}

.downloads h3
{
}

.downloads ul
{
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 1em;
	padding-left: 0;
}


.headlines
{
	clear: left;
}

.headlines .attributes
{
	display: block;
}

.guestbook .list td
{
	border: none;
}

.links .icon
{
	display: none;
}

.links h3
{
	clear: both;
}

.links h4, .links .description
{
	margin-left: 1em;
	margin-top: 0;
}

.links .list div.list
{
	border: #ddd 1px solid;
	margin-bottom: 10px;
}

.portrait .description
{
	margin-top: 1em;
}

.portrait img
{
	float: left;
}

.recent .thumbnail
{
	float: left;
}

.recent .description
{
	display: block;
}

.recent .attributes
{
	display: none;
}

.related_links ul
{
	color: #e80;
	font-size: x-small;
}

.summary .icon
{
	margin-top: .5em;
	float: left;
	border:#99AACC 1px solid;
}

.summary h4, .summary .description
{
	display: block;
	margin-left: 70;
}

.summary .attributes
{
	display: none;
}

/************************************************************************/
/* Browser View Styles */

.header_pane
{
	padding-left: 20;
	width: 100%;
	height: 70px;
	border-bottom: #777777 1px solid;
	background-color: #67c;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#FFFFFF', EndColorStr= '#5577CC');
}

.header_pane .header h1
{
	display:none;
}

.header_pane .header a:link, .header a:visited
{
	color: #249;
}

.header_pane .list
{
	margin-left: 70px;
}

.header_pane .header .icon
{
	position: absolute;
        top: 4px;
        left: 10px;
}


.header_pane h1
{
	margin-left: 70px;
}

.header_pane .header h2
{
	margin-left: 70px;
	color: #fff;
}

.header_pane .header .menu
{
	width:auto;
	position: absolute;
	top: 1.5em;
	right: 1em;
	float: right;
	filter:none;
	margin-top: -1em;
	margin-bottom: 5px;
	margin-right: 5px;
	background-color: Transparent;
	padding: 0;
}

.header_pane .header .description
{
	display: none;
}

.content_pane
{
	width: 50%;
	height: 600px;
	float: left;
	margin: 10 10;
}

.content_pane h3
{
	margin: .5em, 0, 0, 0, 0;
}

.content_pane_title
{
	margin-left: 2em;
	margin-right: 2em;
	border-top: #DDCCBB 1px solid;
	border-bottom: #DDCCBB 1px solid;
	color: #752;
	font-style: italic;
}

.navigation_pane
{
    width: 150px;
    margin: 10;
    float: left;
}

.navigation_pane .menu
{
	width: 100%;
}

.navigation_pane div.menu
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.navigation_pane .menu h3
{
	width: 100%;
}

.site_navigation_pane
{
	float: left;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr= '#FFFFFF', EndColorStr= '#CCCCCC'); 
	background-color: #eee;
	border: #777777 1px solid;
	margin-left: 5px;
	margin-top: 10px;
	width: 165px;
	height: 100%;
	left: 0px;
	padding: 10px;
}

.site_navigation_pane .menu
{
	text-align: right;
	width: 150px;
	margin: 0px;
}

.site_navigation_pane div.menu
{
	border-right:#99AACC 1px solid;
	border-left:#99AACC 1px solid;
	border-bottom:#99AACC 1px solid;
}

.site_navigation_pane .menu li
{
	width: 150px;
	border-top:#99AACC 1px solid;
	padding-top: 3;
	padding-bottom: 3;
	background-color: #57c;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#5577CC', EndColorStr= '#3355BB'); 
}

.site_navigation_pane .menu li a
{
	width: 100%;
	background-color: Transparent;
}

.site_navigation_pane .menu li.selected
{
	width: 150px;
	border-top:#99AACC 1px solid;
	padding-top: 3;
	padding-bottom: 3;
	background-color:#FA4;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#FFDD88', EndColorStr= '#DDBB55'); 
}

.site_navigation_pane .menu li.selected a
{
	width: 100%;
	background-color:#FA4;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#FFDD88', EndColorStr= '#DDBB55'); 
}

.site_navigation_pane .menu .selected a:link, .site_navigation_pane .menu .selected a:visited
{
	color: #530;
}

.site_navigation_pane .menu .selected a:hover
{
	color: 0;
}

.site_navigation_pane .menu li li
{
	padding-top: 0;
	padding-bottom: 3;
	border:none;
	color: #530;
	font-size:xx-small;
	background-color: #fd8;
	FILTER: none;
}

.site_navigation_pane .menu li li a:link, .site_navigation_pane .menu li li a:visited
{
	padding-top: 0;
	padding-bottom: 0;
	background-color: Transparent;
	FILTER: none;
}

.site_navigation_pane .menu li li li
{
	background-color: #fea;
}


.site_navigation_pane .menu li li li li
{
	background-color: #ffe;
}

.site_navigation_pane img
{
	margin: 0px;
	border-right:#99AACC 1px solid;
	border-left:#99AACC 1px solid;
	border-bottom:#99AACC 1px solid;
}

.mohair_title
{
	color: #39f;
}

.sofa_title
{
	color: #36c;
}

.footer, .footer td
{
	position: absolute;
	top: 2.5em;
	float: right;
	right: 1em;
	color: #fff;
	text-align: right;
	font-size: x-small;
	font-style: italic;
}

.footer a:link, .footer a:visited
{
	color: #fff;
}

.footer a:hover
{
	font-weight: bold;
}
