/**
 * This CSS is for the layout template.
 */

html, body, h1, h2, h3, h4, h5, h6, div, p, label, fieldset { 
	margin: 0; 
	padding: 0;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }
a:link, a:visited { color: #0091DB; }
a img { border: none; }

body {
	background: #D2C3A2 url("../../images/theme/2009/sidebar.png") top right repeat-y;
	font-size: 11pt;
	font-family: sans-serif;
}

h1 span,
h2 span,
h3 span,
h4 span {
    font-weight: normal;
}

.infobar {
    margin: 10px 0 0 0;
    padding: 10px;
}

#header {
	background: #68342C url("../../images/theme/2009/header_middle.png") top left repeat;
	position: relative;
	padding-top: 156px;
}

#header h1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

#header h2 {
	position: absolute;
	top: 0;
	right: 0;
}

#header ul {
	border-top: 4px solid #734822;
	border-bottom: 5px solid white;
	background-color: #0091DB;
	margin: 0;
	padding: 7px 8px;
	overflow: hidden;
}

#header li {
	float: left;
	list-style-type: none;
	margin: 0 2px;
	padding: 0;
}

#header li a {
	display: block;
	padding: 8px 11px;
	color: white;
}

#header .active a,
#header li a:hover {
	background-color: white;
}

#header .active a {
    color: red;
}

#header li a:hover {
    color: black;
}

#header li a span {
    color: black;
    font-weight: bold;
    text-decoration: underline;
}

#sidebar {
	float: right;
	width: 255px;
	padding-left: 5px;
	padding-bottom: 10px;
}

#sidebar h2 {
	background-color: #008CD8;
	text-align: center;
	color: white;
	margin-bottom: 5px;
	padding: .2em;
	font-size: 1.2em;				
}

#sidebar h2,
#sidebar h2 a {
	color: white;
}

/** Hack to get Safari to behave */
#sidebar { margin-left: -265px; }

#featured-content {
	background-color: #352520;
	overflow: hidden;
}

#featured-content,
#content {
	margin-bottom: 10px;
	margin-right: 265px;
    position: relative;
}

#featured-content,
#sidebar {
	border-top: 1px solid white;
}

#content p {
    margin-bottom: 10px;
}

#content ul {
    padding: 0;
}

#content li {
    margin-left: 20px;
}

#featured-content h2,
#featured-content h3,
#featured-content h4 {
    margin: 10px;
    color: white;
}

#content .aside,
#featured-content .aside {
    float: right;
    margin: 0 10px 10px 10px;
    color: white;
    text-align: center;
}

#featured-content label,
#featured-content p,
#featured-content ul,
#featured-content dl {
    color: #D2C3A2;
}

#featured-content p {
    padding: 10px;
    margin-left: 20px;
}

#skip-nav {
    margin: 0;
    padding: 0 5px 10px 5px;
}

#skip-nav li {
    display: inline;
    list-style-type: none;
    padding: 5px;
}

#footer {
	background: #352520 url("../../images/theme/2009/bottom_right.png") bottom right no-repeat;
	clear: both;
	overflow: auto;
	font-size: .8em;
}

#footer h2 {
	color: #725423;
	margin: 10px 20px;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer ul,
#footer li {
	margin: 0;
	padding: 0;
}

#footer li {
	list-style-type: none;
	margin-left: 30px;
}

#footer li a {
	display: block;
	padding: 10px;
}

#footer li .active,
#footer li a:hover {
	background-color: #0091DB;
}

#footer div ul,
#footer div {
	float: left;
}

#footer #networks ul {
	width: 100%;
}

#footer #page-info {
    clear: both;
    float: none;
    color: #D2C3A2;
    text-align: center;
    padding: 10px;
    position: relative;
}

#footer #page-info p {
    position: absolute;
    left: 3px;
    bottom: 3px;
    color: #271C18;
}

a.button,
.button {
	background-color: #D71E3C;
	color: white;
	font-weight: bold;
	padding: 4px 8px;
	margin: 2px;
	line-height: 2em;
}

.pod {
    overflow: hidden;
}
			
.pod dl, 
.pod dt, 
.pod dd {
	margin: 0;
	padding: 0;
}

.pod dl {
	margin: 0 10px 15px 10px;
}

.pod dl,
.pod dl a {
	color: #725423;
	text-decoration: none;
}

.pod dt {
	font-weight: bold;
}
			
.pod dd {
	margin-bottom: 8px;
}

.pod p {
    color: #352520;
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 5px;
}

#pod-sponsors h3 {
	color: #725423;
	margin: 10px 10px 10px 0;
}

#pod-sponsors ul,
#pod-sponsors li {
    list-style-type: none;
    margin: 3px;
    padding: 3px;
    text-align: center;
}

#pod-newsletter {
    padding-bottom: 5px;
}

#pod-newsletter .button {
    float: right;
    margin-right: 10px;
}

#pod-newsletter form {
    margin-top: 10px;
}

#comments {
    border-top: 1px solid #eee;
}

#comment-form {
    margin: 20px 10px 10px 10px;
    border-top: 1px solid #ccc;
}

.communitycomment {
    padding: 5px;
    margin: 0px 10px 10px 10px;
    border: 1px solid #ccc;
}

.communitycomment h6 {
    font-size: .8em;
}

.communitycomment h6 .info {
    float: right;
    color: #ccc;
}

legend {
    padding: 5px 10px;
    text-decoration: underline;
}

input.confirm {
    width: 90%;
    display: block;
    margin: 0px auto;
}

.field p {
    padding-left: 5px;
}

.field-error {
    border: 1px solid red;
    background-color: #FFFFCC;
}

.input-table {
    border-collapse: collapse;
}

.input-table td {
    padding: 1px 6px;
}

.input-table td p {
    padding-left: 10px;
}

.input-table th {
    font-weight: normal;
    text-align: left;
    padding-left: 4px;
}

.input-action {
    float: right;
}

.input-date div,
.input-confirm div {
    display: inline;
    padding: 5px;
}


/* popup */

#popup-statusbar {
	border-top: 1px solid black;
	padding: 5px;
	background-color: #F0F0F0;
}

#popupMask {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .4;
	filter: alpha(opacity=40);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color:transparent !important;
	background-color: #333333;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	background-image/**/: url("../../images/overlay.png") !important; // For browsers Moz, Opera, etc.
	background-image:none;
	background-repeat: repeat;
	display:none;
}

#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}
#popupInner {
	border: 2px solid #000000;
	background-color: #ffffff;
	overflow: auto;
}

#popup-frame-content {
	min-height: 400px;
}

#popup-frame-content #session-detail {
	overflow: auto;
	height: 480px;
	padding: 8px;	
}

#popup-frame-content #topic-title {
	display: none !important;
}

#popupTitle a,
#popupTitle a:link,
#popupTitle a:visited {
	color: #ccc;
}

#popupTitle a:hover {
	color: #ddd;
}

#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}
#popupTitleBar {
	background-color: #486CAE;
	color: #ffffff;
	font-weight: bold;
	height: 1.3em;
	padding: 5px;
	border-bottom: 2px solid #000000;
	border-top: 1px solid #78A3F2;
	border-left: 1px solid #78A3F2;
	border-right: 1px solid #204095;
	position: relative;
	z-index: 203;
}
#popupTitle {
	float:left;
	font-size: 1em;
}
#popupIcon {
	float: left;
	margin-right:4px;
}
#popupControls {
	float: right;
	cursor: pointer;
	cursor: hand;
}

#popupContainer {
	margin-top: 100px;
}
