body {
	background-color: #554D44;
}

h1 {
	color: #C9740A;
	border-bottom: 1px solid #C9740A;
	margin-right: 40px;
	padding-top: 15px;
}

h2 {
	color: #C9740A;
	border-bottom: 1px solid #C9740A;
	margin-right: 40px;
	margin-bottom: 0.3em;
}

a {
	color: #C9740A;
	text-decoration: none;
}

a:hover {
	color: #C9740A;
	text-decoration: underline;
}

.boxes {
	text-align: center;
	min-height: 120px;
	height: 120px;
}

.bblock:hover {
	background-color: #E4F3F2;
}

span.logotype:hover img.logo {
	border: 1px #C9740A solid;
}
span.logotype:hover a {
	text-decoration: underline;
}


img.logo {
	/* border: 1px #C9740A solid; */
	margin: 1px 0px -4px 1px;
	border: 1px solid transparent;
}

img.logo:hover {
	border: 1px #C9740A solid;
}

div.logo-16, div.logo-22, div.logo-32, div.logo-48, div.logo-64, div.logo-72, div.logo-96, div.logo-128, div.logo-256 {
	padding: 0px;
	display: inline-table;
	text-align: center;
	vertical-align: middle;
}

.logo-16 {max-height: 16px;height: 16px;min-height: 16px;max-width: 16px;width: 16px;min-width: 16px;}
.logo-22 {max-height: 22px;height: 22px;min-height: 22px;max-width: 22px;width: 22px;min-width: 22px;}
.logo-32 {max-height: 32px;height: 32px;min-height: 32px;max-width: 32px;width: 32px;min-width: 32px;}
.logo-48 {max-height: 48px;height: 48px;min-height: 48px;max-width: 48px;width: 48px;min-width: 48px;}
.logo-64 {max-height: 64px;height: 64px;min-height: 64px;max-width: 64px;width: 64px;min-width: 64px;}
.logo-72 {max-height: 72px;height: 72px;min-height: 72px;max-width: 72px;width: 72px;min-width: 72px;}
.logo-96 {max-height: 96px;height: 96px;min-height: 96px;max-width: 96px;width: 96px;min-width: 96px;}
.logo-128 {max-height: 128px;height: 128px;min-height: 128px;max-width: 128px;width: 128px;min-width: 128px;}
.logo-256 {max-height: 256px;height: 256px;min-height: 256px;max-width: 256px;width: 256px;min-width: 256px;}

.actions {
	background-color: #E4F3F2;
	border: 1px solid #359296;
	-moz-border-radius: 5px;
	padding: 2px;
}

a.actions, .actions a {
	color: #359296;
}

a.actions:hover, .actions a:hover {
	color: #363636;
	text-decoration: none;
}

.actions ul {
	margin-top: 5px;
	margin-bottom: 5px;
}


.errorExplanation {
	padding: .8em;
	margin-bottom: 1em;
	background: #FBE3E4;
	color: #8a1f11;
	border: 2px solid #FBC2C4;
}

.fieldWithErrors input {
	border: 2px solid #FBC2C4;
}

#site {
	background-color: #FAFCFF;
	border-left: 1px solid #909090;
	border-right: 1px solid #909090;
	border-bottom: 1px solid #909090;
}
#header { 
	width: 870px;
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 1.5em;
}

#header-logotype {
	min-height: 106px;
}

#header-logo {
	margin-top: 10px;
	margin-right: 10px;
	min-width: 110px;
	width: 110px;
	max-width: 110px;
	height: 96px;
        float: left;
}

#header-logo a.logo {
	display: block;
	min-width: 110px;
	width: 110px;
	min-height: 96px;
	height: 96px;
	position: relative;
}

#header-logo a.logo img {
	margin: auto;
	top: 0; bottom: 0; right: 0; left: 0;
	position: absolute;
	border-width: 0px;
}

#header-title, #header-title a {
	padding-top: 25px;
	color: #C9740A;
	font-size: 60px;
	line-height: 1em;
	text-decoration: none;
}

#header-login {
	width: 100px;
	height: 50px;
	margin-right: 70px;
	background-color: black;
}

#header-login:hover {
        background-color: #1fd4db;
}

#header-session {
	margin-top: 30px;
	min-height: 50px;
	float: right;
}

#session {
	min-height: 50px;
	background-color: #E4F3F2;
	border: 1px solid #359296;
	-moz-border-radius: 5px;
}

#session a {
	color: #363636;
}

#session span.logotype:hover img.logo {
	border: 1px solid #359296;
}

#session_agent {
	padding-top: 15px;
}

#session_agent img.logo {
	float: left;
	margin-top: -7px;
	margin-left: 4px;
	margin-right: 4px;
}


#session_actions {
	padding-top: 15px;
	padding-right: 5px;
	float: right;
	text-align: right;
}

#session_actions img {
	margin-bottom: -3px;
	margin-right: 2px;
	margin-left: 5px;
}

#header-subtitle {
	color: #C9740A;
	font-size: 1.5em;
	padding-top: 10px;
}


#header-location ul {
        list-style-type: none;
	padding-left: 5px;
	margin: 1.5em;
}

#header-location li {
	display: block;
	float: left;
	margin-right: 10px;
	height: 18px;
	min-height: 18px;
	border: 1px #C9740A dashed;
	padding: 0px 3px 0px 3px;
}

#header-location li.current {
	background-color: #C9740A;
}

#header-location li.current a {
	color: #FFFFFF;
}

#header-location li a {
	display: block;
	float: left;
}

#header-location li span.logotype a.logo {
	display: block;
	min-width: 18px;
	width: 18px;
	min-height: 18px;
	height: 18px;
	position: relative;
	margin-right: 3px;
}

#header-location li span.logotype a.logo img {
	margin: auto;
	top: 0; bottom: 0; right: 0; left: 0;
	position: absolute;
}

#header-location li.preceding:hover {
	background-color: #E4F3F2;
	border: 1px dashed #EEEEEE;
}


#header-location li.preceding:hover a {
	text-decoration: none;
	color: #359296;
	background-color: #E4F3F2;
}

#header-location li.preceding:hover img {
	border-style: none;
}

#header-bottom {
	clear: both;
}

#notification_area .success, #notification_area .error, #notification_area .notice {
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: left center;
}

#errorExplanation {
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: 2px 18px;
}
#notification_area .success {
	background-image: url(/images/icons/status/dialog-ok.png);
}

#errorExplanation, #notification_area .error {
	background-image: url(/images/icons/status/dialog-error.png);
}

#notification_area .notice {
	background-image: url(/images/icons/status/dialog-information.png);
}
#navigation { background: #67FBE4; }
#main { }
#sidebar {
}

#sidebar h1 {
	margin-right: 0px;
	font-size: 20px;
}


#sidebar li {
	list-style-type: none;
}

#sidebar ul, #sidebar ol {
	padding-left: 1.25em;
	margin-bottom: 0;
}

#sidebar ul#categories_ul li {
	font-size: 0.85em;
}

#sidebar hr {
	background-color: #C9740A;
}

#sidebar p {
	margin-bottom: 4px;
}

#sidebar div {
	margin-bottom: 8px;
}


#sidebar div.actions {
	-moz-border-radius: 0;
}

#sidebar img.new-performance {
	background-color: #E4F3F2;
}

#sidebar img.new-performance:hover {
	border-color: #359296;
}

#sidebar ul.logotypes {
	list-style-type: none;
	padding-left: 0px;
	padding-right: 0px;
}

#sidebar ul.logotypes li {
	display: block;
	float: left;
	text-align: center;
	min-width: 70px;
	width: 70px;
	max-width: 70px;
	overflow: hidden;
	height: 100px;
	margin-bottom: 10px;
	font-size: 0.85em;
}

#sidebar ul.logotypes li span.logotype a.logo {
	display: block;
	min-width: 70px;
	width: 70px;
	min-height: 64px;
	height: 64px;
	margin-bottom: 4px;
	position: relative;
}

#sidebar ul.logotypes li span.logotype a.logo img {
	margin: auto;
	top: 0; bottom: 0; right: 0; left: 0;
	position: absolute;
}

/* FIXME */
#sidebar div.groups {
	font-size: 0.75em;
	text-align: center;
}

#sidebar div.group {
	float: left;
	max-height: 80px;
	height: 80px;
	min-height: 80px;
}

#sidebar div.groups img.logo {
	float: none;
}

#sidebar div#group-about-parent {
	font-weight: italic;
}

#sidebar div.new-child span.logotype, div.new-group span.logotype {
	padding-left: 10px;
}

#sidebar div.new-child a, div.new-group a {
	color: #359296;
}
#sidebar img.new-child, #sidebar img.new-group {
	background-color: #E4F3F2;
}

#sidebar div.new-group span.logotype:hover img.logo {
	border: 1px #359296 solid;
}

#sidebar img.new-child:hover, #sidebar img.new-group:hover {
	border-color: #359296;
}

#sidebar div#new_contents {
	margin-bottom: 0px;
}

#new_contents li:hover img.logo {
	border-color: #359296;
}
#new_contents li:hover a {
	color: #363636;
}

#contents {
	color: #359296;
}

#contents li {
	font-size: 1.5em;
}

#current_contents li:hover img.logo {
	border: 1px #C9740A solid;
}
#current_contents li:hover a {
	text-decoration: underline;
}


div#performances {
	margin-bottom: 1px;
}

#tag-list li {
	padding-left: 20px;
}
#tag-list li:hover {
	background: url("/images/models/16/tag.png") left center no-repeat;
}

div.tags {
	text-align: center;
}

#activity_stream img.logo {
	margin-bottom: -4px;
}

#activity_stream div.activity {
	padding: 5px;
	margin-bottom: 1.5em;
	min-height: 80px;
}

#activity_stream div.activity:hover {
	background-color: #E4F3F2;
}

#activity_stream div.activity-content {
	margin: 5px 23px;
}

#activity_stream div.activity-content .logo {
	float: left;
	margin-right: 3px;
}

#activity_stream div.activity-content-title {
	font-size: 1.5em;
}

#activity_stream div.activity-content-posts {
	margin-top: 8px;
}



/*
.activity {
	border: 1px solid #C9740A;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	margin: 4px;
	background-color: #f4f4f4;
}
*/


#main .published-data {
	color: #359296;
/*	background-color: #e6feff; */
	padding: 3px;
	font-weight: italic;
	margin-bottom: 5px;
}

#main .published-data img {
	margin-bottom: -4px;
}

#main a.bookmark {
	font-size: 1.75em;
}

#main hr {
	background-color: #C9740A;
	margin: 0.50em;
	height: 1px;
}

div#posts {
	clear: both;
}

div.post {
	width: 550px;
	min-height: 40px;
	padding: 0.5em 10px 0.5em 10px;
}

div.post:hover {
	background-color: #E4F3F2;
}

div.new-post {
	padding: 0.5em 10px 0.5em 10px;
	width: 550px;
}

textarea.post {
	width: 550px;
	height: 206px;
}

#post_content {
	width: 550px;
	height: 100px;
}

#pagination_container {
	text-align: center;
}

div.pagination a, div.pagination span.current, div.pagination span.disabled {
	border: 1px solid #FFFFFF;
	padding: 2px 6px;
}

div.pagination a {
	color: #C9740A;
	background-color: #FFFFFF;
	border-color: #EEEEEE;
}

div.pagination span.current, div.pagination span.disabled {
	color: #FFFFFF;
	background-color: #C9740A;
}

div.pagination a:hover {
	text-decoration: none;
	color: #359296;
	background-color: #E4F3F2;
}

#footer { }

#main .performance:hover, #main .invitation:hover {
	background-color: #E4F3F2;
}

#invitation_post {
	width: 400px;
	height: 100px;
}

#accept-invitation {
	float: left;
	width: 310px;
	margin-right: 10px;
}

#accept-invitation input[type=submit] {
	background: url(/images/icons/status/dialog-ok.png) no-repeat center left;
	height: 50px;
	padding-left: 50px;
	margin-left: 80px;
}

#discard-invitation input[type=submit] {
	background: url(/images/icons/status/dialog-error.png) no-repeat center left;
	height: 50px;
	padding-left: 50px;
}

.new-resource {
	margin-top: 10px;
}

.center {
	text-align: center;
}

#flash-player {
	margin-left: 50px;
	display: block;
	width: 550px;
	height: 350px;
}

.event {
	padding: 6px;
}
.event:hover {
	background-color:#E4F3F2;
}
.event-start-time {
	color: #555555;
	float: left;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	margin-right: 10px;
}

.event-start-time-64 {
	width: 64px;
	height: 64px;
	background: url("/images/models/64/event-time.png") center center no-repeat;
}
.event-start-time-128 {
	width: 128px;
	height: 128px;
	background: url("/images/models/128/event-time.png") center center no-repeat;
}

.event-start-time-mday-64 {
	margin-top: 20px;
	font-size: 1.6em;
	line-height: 90%;
}.event-start-time-mday-128 {
	margin-top: 42px;
	font-size: 3em;
	line-height: 90%;
}
.event-start-time-month-64 {
	font-size: 1.2em;
	line-height: 70%;
}.event-start-time-month-128 {
	font-size: 2em;
	line-height: 70%;
}
.event-start-time-hour-64 {
	font-size: 0.8em;
}
.event-start-time-hour-128 {
	font-size: 1.2em;
}
.event-details {
	margin-top: 4px;
}

#attendance-create {
	float: left;
	margin-right: 4px;
}

#attendees {
	clear: both;
}

#attendees-list {
	list-style-type: none;
	padding-left: 18px;
}

#attendees-list li {
	display: block;
	float: left;
	text-align: center;
	min-width: 70px;
	width: 70px;
	max-width: 70px;
	margin-right: 10px;
	overflow: hidden;
	height: 90px;
	margin-bottom: 10px;
}

#attendees-list li span.logotype a.logo {
	display: block;
	min-width: 70px;
	width: 70px;
	min-height: 48px;
	height: 48px;
	margin-bottom: 4px;
	position: relative;
}

#attendees-list li span.logotype a.logo img {
	margin: auto;
	top: 0; bottom: 0; right: 0; left: 0;
	position: absolute;
}

/*
 * Style in Performance options *
#new_performance option {
	background-position: center left;
	background-repeat: no-repeat;
	background-color: transparent;
	padding: 1px 1px 1px 18px;
}
*/
