/* CSS Document */

/* Layout */
body {
	margin: 0 0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

img {border: 0;}
h3 {font-size: 12px;}

object { display: absolute; }
/* the pop swf makes a little white dot, so hide it off the page */
object.to-the-left {position: relative; left: -1px;}


#main-wrapper {
	width: 950px;
	margin: 0px auto 20px auto;
}

#header {
	width: 100%;
	height: 100px;
	text-align: center;
	position: relative;
}

#header-link {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 74px;
	width: 100%;
	cursor: pointer;
}

/* nav */
#nav-bar {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: #fff;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	padding: 4px 0px 0px 5px;
}

#nav-corner {
	position: absolute;
	top: 0px;
	left: 0px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	/* use this to create the headerCorner.gif image for our old friend IE
	display: none;*/
}

#nav-bar a {
	display: block;
	float: left;
	padding: 4px 6px 5px 6px;
	margin-right: 5px;
	text-decoration: none;
	color: #111;
}

#nav-bar a:hover {
	background: #eaeaea;
}

#nav-bar span {font-weight: bold;}

#main-content-wrapper {
	width: 930px;
	padding: 10px 10px 20px 10px;
	background: #fff;
	/*
border: 1px solid #444;
	border-top: 0px;
	border-bottom: 0px;
*/
}

#footer {
	
	background: #676767 url(../img/footerbg.gif) repeat-x;
	text-align: center;
	padding: 10px 0;
	width: 950px;
	/*
	width: 948px;
	border: 1px solid #eee;
	border-top-width: 0px;
	border-bottom: 2px solid #eee;
*/
	color: #eee;
	padding: 22px 0px;
	-webkit-border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
}

#footer img {display: block; margin: 0 auto;}

#footer a {color: #fff;}

/* General Layout Classes */
.clear {clear: both;}
.left {float: left; display: inline;}
.block {display: block;}
.right {float: right;}
.center {display: block; margin: 0 auto;}
.text-center {text-align: center;}
.hidden {display: none;}
.relative {position: relative;}
.bold {font-weight: bold;}
.max-width {width: 100%;}
p.no-margin {margin: 0 0;}
a.no-line {text-decoration: none;}
a.no-line:hover {text-decoration: underline;}

/* Font Specifications */
.urgent { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FF0000; font-weight:bold;}
.urgent a:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FF0000;}
.urgent a:visited { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000;}

.thumbnail { width: 100px; float:left; margin: 4px 4px 4px 0px; }
.mainthumbnail { width: 200px; margin: 4px 4px 4px 0px; }
.small-thumbnail {width: 60px; display: block; margin: 4px 4px 4px 0px;}
.small { font-size: 10px; }
.big {font-size: 16px;}

/* additional form styles */
.showtype { font-size:10px; font-weight: normal; }

/* glossary definition styles */
dl { }
dt { font-weight: bold; font-size: 10px; line-height:14pt; margin-top:5px;}
dd { font-size: 10px; }

.login-right {
	margin-left: 50px;
	width: 250px;
}

/* !Message Pages *?
/* see div.message below */
.message-title {
	display: inline-block;
	word-wrap: break-word;
	max-width: 260px;
}

.message-content {
	margin: 12px 0;
	word-wrap: break-word;
}
.message-stub {width: 370px; margin-right: 10px;}
.message-status {width: 50px; margin-right: 20px;}

.message-actions a, .message-actions a:visited {
	font-size: 10px;
	text-decoration: none;
	color: #999;
}

.message-stub a, .message-stub a:visited {
	text-decoration: none;
}

.message-stub a:hover, .message-actions a:hover {
	text-decoration: underline;
	color: #333;
}

.single-message-wrapper {width: 490px;}

.message-reply {height: 50px; width: 420px;}



/* !Profile Pages */
#pic-upload {width: 375px; margin-left: 210px;}

.basic-info p {margin: 0 0; width: 480px;}
.basic-info a {text-decoration: none;}
.basic-info a:hover {text-decoration: underline;}

div.comment, div.message {
	border-bottom: 1px solid #ddd;
}

.comment-content {
	margin: 12px 0;
	font-size: 13px;
	width: 373px;
}

.remove a {
	display: block;
	width: 14px;
	height: 14px;
	margin: 10px 0px 0px 5px;
	background: url(../img/remove_swatch.gif);
	background-position: 0 0;
}

.remove a:hover {
	background-position: 0 -14px;
}

.remove a.top-margin0, .top-margin0 {margin-top: 0px;}

textarea.comment {
	width: 290px;
	height: 50px;
	font-size: 14px;
	margin-top: 8px;
}

.edit-quote {width: 120px; height: 40px;}

.info-list {padding-top: 11px;}
.info-list p {clear: both; margin: 0 0;}
.info-list p span.left {margin-top: 5px;}

.info-label, .form-label {
	width: 90px;
	margin: 5px 10px 0 0;
	text-align: right;
	color: #555;
	vertical-align: top;
}

.wide-form-field {width: 500px;}
.wide-form-field textarea {width: 300px; height: 100px;}

.add-spacing div {margin-top: 12px;}

.side-container {width: 215px;}

.profile-side-container {
	width: 215px;
	margin: 20px 0px;
}

.profile-middle-container {
	width: 480px;
	/* border-right: 1px solid #ddd; */
	margin: 20px 0px;
}

.profile-middle {
	margin: 0px 10px;
	position: relative;
}

.profile-pic img {
	width: 200px;
	display: block;
	margin: 0 auto;
}

/* !Poll */
.percent-holder {margin-top: 3px;}

.percent {
	height:100%;
	text-align:center;
	padding: 2px;
	color: #fff;
	background-color: #777;
	font-weight: bold;
}

/* !1 this needs to have a max length */
.quote {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 120px;
	height: 100px;
	z-index: 5;
}

/* !New site wide */
.alert {
	padding: 10px 0;
	clear: both;
	font-size: 13px;
}

.content-title {
	font-size: 14px;
	font-weight: bold;
	color: #444;
}

.content-title a {text-decoration: none;}

.content-actions, .content-actions a, .content-actions a:visited, .main-actions a, .main-actions span {
	font-size: 10px;
	text-decoration: none;
	color: #999;
	display: inline-block;
	margin: 0px 2px;
}

.datepicker {width: 80px;}

.loading-gif {padding: 1em 0;}

.main-actions {
	font-size: 10px;
	display: block;
	margin-bottom: 4px;
}

.main-actions a {
	color: #444;
	display: inline-block;
	margin: 0px 4px;
}

.content-title a:hover, .content-actions a:hover, .main-actions a:hover {
	text-decoration: underline;
	color: #333;
}

.content-header {
	padding: 4px 0px;
	border-bottom: 1px solid #ddd;
	position: relative;

}

.count, .bottom-right {
	position: absolute;
	bottom: 4px;
	right: 0px;
}

.form-label {
	float: left;
}

a.highlight, a.highlight:visited {color: #b23034;}
a.highlight:hover {color: #b23034;}

.pictureID {
	width: 95px;
	overflow: hidden;
	text-align: center;
	margin: 5px 5px 5px 2px;
}

.pictureID img {display: block; margin: 0 auto;}

.pictureID a, .pictureID a:visited {text-decoration: none;}
.pictureID a:hover {text-decoration: underline;}

.slim-form {width: 300px;}
.slim-form input[type="file"] {width: 200px;}
.wide-form {width: 600px;}

.submit-button, .small-submit-button {
	padding: 3px 8px;
	border: 1px solid #aaa;
	font-size: 14px;
	background: #ddd;
	cursor: pointer;
	position: relative;
	bottom: 7px;
}

.small-submit-button {
	font-size: 11px;
	padding: 2px 4px;
	bottom: 0px;
}

.submit-button:hover, .small-submit-button:hover {
	background: #eee;
}

/* !News Feeds */
/* .feedLinks a {line-height: 26px;} */

.top-margin12 {margin-top: 12px;}
.bottom-margin12 {margin-bottom: 12px;}
.right-margin10 {margin-right: 10px;}
.top-padding12 {padding-top: 12px;}

.form-row {height: 26px;}
.form-row label, .free-form-row label {float: left; width: 67px; text-align: right; padding: 4px 5px 0 0;}
.free-form-row label {padding-top: 0px;}
.free-form-rowspan {margin: 10px 0px;}
.free-form-row div {margin-left: 73px;}

.advanced-link {padding-top: 10px;}

/* tabs */

.bottom-line {
	border-bottom: 1px solid #ddd;
	position: relative;
	bottom: 1px;
	width: 100%;
	z-index: 1;
	height: 0px;
}

.tabs a {
	display: block;
	float: left;
	height: 100%;
	padding: 3px 5px;
	margin-right: 2px;
}

a.tab:hover {
	text-decoration: none;
	background: #858585;
	color: #fff;
}

.tab {
	background: #eee;
	border: 1px solid #fff;
	border-bottom: 1px solid #ddd;
}

.tab-active {
	position: relative;
	z-index: 2;
	background: #fff;
	border: 1px solid #ddd;
	border-bottom: 1px solid #fff;
}

a.tab-active, a.tab-active:hover {color: #000; text-decoration: none;}

.name {
	font-size: 28px;
	font-weight: bold;
	width: 480px;
}

.tag {
	font-size: 14px;
	margin-bottom: 5px;
}

/* Public calendar page */
.cal-list, .poll-list {width: 615px;}
.cal-date-col {width: 90px; margin-right: 10px;}
.cal-desc-col {width: 425px;}
.cal-action-col {width: 80px; margin-left: 10px;}

/* !Friends pages */
.wide855 {width: 855px;}
.wide625 {width: 625px;}

.friend-box {
	width: 245px; height: 125px;
	margin: 10px 20px;
}

.friend-actions {
	padding-top: 20px;
}

.friend-actions a {
	display: block;
	margin-bottom: 12px;
}

.friend-name, .event-name a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.friend-name, .event-name a:hover {text-decoration: underline;}

input.friendSearch { width: 120px; }

/* !group pages */
.thread-title {
	font-size: 13px;
}

#thread-topic {
	width: 185px;
	font-size: 13px;
}

.thread-content {padding-bottom: 12px; width: 373px;}

.group-listing {
	width: 493px;
	margin: 12px 0;
}

.list-group-name {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

.list-group-name:hover {
	text-decoration: underline;
}

.recent-posts {
	width: 315px;
}

.recent-posts p.the-post {margin-bottom: 26px;}

.recent-posts p a {text-decoration: none;}
.recent-posts p a:hover {text-decoration: underline;}

/* ! events pages */
.event-box {
	width: 387px; height: 150px;
	margin: 10px 20px;
}

.event-actions {
	padding: 10px 0px 0px 10px;
	width: 270px;
}

.event-left-box {
	width: 500px;
}
.event-right-box {
	width: 410px;
	margin-left: 20px;
}

.top-margin20 {margin-top: 20px;}

.RSVP-box {
	width: 200px;
	margin-right: 10px;
}

/* HS select window */
.HSselect p {margin: 5px 0px; font-size: 12px;}
.HSselect {height: 208px; overflow: auto;}

/* ! photos pages */
.swfu-button {
	position: relative;
	top: -2px;
}

.swfu-form { width: 405px; }

.photo-box, .prev-photo, .next-photo {
	text-align:center;
	width:110px;
	float:left;
	margin: 20px 20px;
}

.photo-box {
	margin: 20px 10px;
}

.photo-name {padding-top: 5px; font-size: 13px;}
.photo-name a {text-decoration: none;}

.white, a.white, .photo, .white a, .white a:visited, .white:visited {color: #fff;}

.display-box {
	background-color: #111;
	width: 855px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.display-box input {
	background: #444;
	color: #fff;
	border: 1px solid #555;
	font-size: inherit;
}

.min-height400 {
	min-height: 400px;
}

.prev-photo, .next-photo {
	margin: 20px 15px;
	position: absolute;
	bottom: 0;
}

.prev-photo a, .next-photo a {text-decoration: none;}

.prev-photo {left: 0;}
.next-photo {right: 0;}

.photo {
	font-size: 18px;
	text-align: center;
	width: 550px;
	padding: 20px 0;
}

.photo-description {font-size: 12px;}

.wide480 {width: 480px;}

/* overrides */
.tab-container {
	padding: 0 0;
	height: 26px;
	border: 0;
}

.borderless {border: 0px;}

.fill-x {width: 100%;}

/* some comments are removable/deleteable, so leave room for the delete icon */
.removable {width: 354px;}
.wide-removable {width: 461px;}
.profile-removable {width: 354px;}