/** Please follow this format when creating a new style sheet template */

/** Main Properties for pages */
body {	
	z-index: 0;
	padding: 0;
	margin: 0;
}

/** Main Properties for pages */
.main {
	padding-top: 1.5em;
	font-size: 10px;
	text-align: left !important;
}

/******************  PANELS  *******************/

.panel {
	z-index: 10 !important;	
	margin: 10px;
}

.left-panel {
	width: 215px	
}

.center-panel {
	width: 468px	
}

.right-panel {
	width: 150px	
}

.home-left-panel {
	width: 190px	
}

.home-center-panel {
	width: 500px	
}

.home-right-panel {
	width: 150px	
}

.main-panel {
	height: auto;
	width: 100%;
}

.content-padding {
	padding-left: 50px;
	padding-right: 50px;
}

.title-panel {
	height: 105px;
	padding: 0;
}

.text-panel {
	padding: 5px;
}

.status-panel {
	/* height: auto; */
	/* width: auto; */
	/* min-height: 225px; */
}

.wall-panel {
	height: auto;
	width: auto;
	padding: 15px;
	/* min-height: 500px;*/
}

.buddy-panel {
	padding: 5px !important;
	height: 230px;
}

.collection-panel {
	padding: 15px !important;
	height: 230px;
}

.leftContent {
	display: block;
}

.centerContent {
	display: block;
}

.rightContent {
	display: block;
}

.avatar-portrait {
	height: 250px;
	padding: 0 !important;
}

/******************  HEADER  *******************/

.header {
	width: 100%;
	height: 200px;
	background: url("/tootbook-resource/images/header/header.png") no-repeat !important;
}

.message {
	width: 900px;
	margin-top: 10px;
	margin-bottom: -10px;
	border: 2px groove linen;
	text-align: center;
	vertical-align: middle;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.header *, .ad-bar-contents *, .tool-bar-contents * {
	z-index: 15;
}

.ad-bar-contents {
	position: relative;
	top: 1em;
	left: 1em;
}

.header-background {
	position: relative;
	top: -210px;
	left: 0;
	width: 900px;
	height: 200px;
	z-index: 1;
}

.ad-bar-contents {
	width: 100%;
	height: 162px;
}

.tool-bar-contents {
	width: 100%;
	height: 38px;
	text-align: none;
}

.space {
	width:auto;
	min-width: 1px;
}

/** link is applied to Hyperlinks, which are a div with an anchor in it. */
.link>a, .link>a:visited, .link>a:active, .link>a:link {
	font-family: tahoma, arial, sans-serif;
	font-size: 	16px;
	font-weight: bold;
	color: white !important;
	text-decoration: none !important;
	position: relative;
	top: 7px;
}

.link {
	vertical-align: middle;
	height: 30px;
	background-color: transparent;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	margin: 0 1px 0 1px;
	padding: 2px;
}

.link:hover {
	background-color: #444;
}

.link-highlighted {
	background-color: #333 !important;
}

.link-highlighted:hover {
	background-color: #4A4A4A !important;
}

/******************  UI BOX  *******************/

.head-foot-color {
	font-family: tahoma, arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none !important;
}

.box-border {
	border: 4px solid;
}

.box-header {
	padding: 10px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	
	height: 10px;
	border-bottom: 0;
	text-align: left;
}

.box-footer {
	padding: 6px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	
	min-height: 10px;
	border-top: 0 !important;
	text-align: right;
}

.box-contents {
	border-top: 0 !important;
	border-bottom: 0 !important;
}

.box-contents-no-footer {
	border-top: 0 !important;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.box-contents-no-footer-header {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.accent {
	overflow: visible !important;
}

.box-background {
	background-repeat: repeat;
	overflow: hidden;
}

.box-header-background {
	overflow: hidden;
}

.loading-bar {
	position: fixed;
	top: 0;
	left: 45%;	
	z-index: 9999;
}

.buddy-icon-pane {
	padding: 35px;
	width: 100%;
	height: 100%;	
}

.system-event-icon {
	height: 50px;
	width: 50px;
	float: left;
	margin-right: 10px;	
}

/******************  COMMENT BOXES  *******************/


.comment {
	width: 100%;
}

.comment-margin {
	margin-bottom: 5px;
	padding: 2px 5px 2px 0;
}

.comment-bg-color {
}

.show-comment-link {
	text-align: center;
}

.add-comment-link {
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	float: right;
	cursor: default;
}

.post-timestamp, .post-timestamp:hover {
	float: left !important;
	cursor: default !important;
}

.comment-timestamp, .comment-timestamp:hover {
	float: right !important;
	cursor: default !important;
}

.add-comment-link:hover {
	cursor: pointer;
}

.comment-icons {
}


/****************** HOME PAGE *******************/

.home-page-links-sidebar {
	width: 160px;
	padding: 5px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	font-size: 16px !important;
	font-weight: bold;
	display: block;
}


/****************** SETTINGS PAGE *******************/

.option {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	padding: 5px;
}

/******************  UI ELEMENTS  *******************/

.confirm-button-small {
	height: 24px;
	width: 24px;
	outline: none;
	border: 0;
	background: transparent;
	background-repeat: no-repeat;
}

.confirm-button {
	height: 47px;
	width: 184px;
	outline: none;
	border: 0;
	background: transparent;
	background-repeat: no-repeat;
}

.login-box {
	border: 0;
	width: 240px;
	padding: .75em 1em ;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	font-weight: bold;
}

.login-page-button {
	width: 221px;
	height: 54px;
	outline: none;
	border: 0;
	background: transparent;
	background-repeat: no-repeat;
}

.arrow-button {
	width: 50px;
	height: 50px;
	outline: none;
	border: 0;
	background: transparent;
	background-repeat: no-repeat;
}

#submit-button-small {
	background-image: url('/tootbook-resource/images/ui/check-small.png');
	cursor: default;
}

#submit-button-small:hover {
	background-image: url('/tootbook-resource/images/ui/check-small2.png');
	cursor: pointer;
}

#submit-button-small:active {
	background-image: url('/tootbook-resource/images/ui/check-small2.png');
	cursor: pointer;
}

#cancel-button-small {
	background-image: url('/tootbook-resource/images/ui/x-small.png');
	cursor: default;
}

#cancel-button-small:hover {
	background-image: url('/tootbook-resource/images/ui/x-small2.png');
	cursor: pointer;
}

#cancel-button-small:active {
	background-image: url('/tootbook-resource/images/ui/x-small2.png');
	cursor: pointer;
}

#submit-button {
	background-image: url('/tootbook-resource/images/ui/button-ok1.png');
	cursor: default;
}

#submit-button:hover {
	background-image: url('/tootbook-resource/images/ui/button-ok2.png');
	cursor: pointer;
}

#submit-button:active {
	background-image: url('/tootbook-resource/images/ui/button-ok3.png');
	cursor: pointer;
}

#cancel-button {
	background-image: url('/tootbook-resource/images/ui/button-cancel1.png');
	cursor: default;
}

#cancel-button:hover {
	background-image: url('/tootbook-resource/images/ui/button-cancel2.png');
	cursor: pointer;
}

#cancel-button:active {
	background-image: url('/tootbook-resource/images/ui/button-cancel3.png');
	cursor: pointer;
}

#login-button {
	background-image: url('/tootbook-resource/images/ui/tootbook-login-button1.png');
}

#login-button:hover {
	background-image: url('/tootbook-resource/images/ui/tootbook-login-button2.png');
	cursor: pointer;
}

#login-button:active {
	background-image: url('/tootbook-resource/images/ui/tootbook-login-button3.png');
	cursor: pointer;
}

#register-button {
	background-image: url('/tootbook-resource/images/ui/tootbook-register-button1.png');
}

#register-button:hover {
	background-image: url('/tootbook-resource/images/ui/tootbook-register-button2.png');
	cursor: pointer;
}

#register-button:active {
	background-image: url('/tootbook-resource/images/ui/tootbook-register-button3.png');
	cursor: pointer;
}
#left-arrow {
	background-image: url('/tootbook-resource/images/ui/left-arrow1.png');
	cursor: default;
}

#left-arrow:hover {
	background-image: url('/tootbook-resource/images/ui/left-arrow2.png');
	cursor: pointer;
}

#left-arrow:active {
	background-image: url('/tootbook-resource/images/ui/left-arrow3.png');
	cursor: pointer;
}

#right-arrow {
	background-image: url('/tootbook-resource/images/ui/right-arrow1.png');
	cursor: default;
}

#right-arrow:hover {
	background-image: url('/tootbook-resource/images/ui/right-arrow2.png');
	cursor: pointer;
}

#right-arrow:active {
	background-image: url('/tootbook-resource/images/ui/right-arrow3.png');
	cursor: pointer;
}

/******************  BUDDY LIST VIEWER *******************/

.buddy-view-container {
	height: 400px;
	width: auto;
	overflow: auto;
}

.buddy-view-item {
	margin: 5px;
	width: auto;
}

.buddy-view-icon {
	float: right;
	cursor: default;
}

.buddy-view-icon:hover {
	cursor: pointer;
}

/******************  TITLE BOX WITH TOOTS NAME  *******************/

.header-image {
	z-index: 25 !important;
}

.header-image {
	/** relative URL to header image */
	background-image: url("/tootbook-resource/themes/default/images/header-icon.png");
	overflow: auto;
}

/******************  Additions  *******************/

.wall-post {
	/* border: 1px groove black; */
	width: auto;
}

.post-message {
	border-left: 1px ridge;
	border-bottom: 1px ridge;
	border-color: #999999;
	padding: 5px;
	min-height: 75px;
	height: 100%;
	width: 95%;
}

.buddyNode {
	text-align: center;
	margin: 0;
	min-width:50px;
	float: left;
	display: block;
}

.buddyNode:hover {
	cursor: pointer;
}

.centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

a {
	text-decoration: none;
	border: 0;
}

.border-test {
	border: 1px groove linen;
}

.collection-link {
	font-family: tahoma, arial, sans-serif;
	position: relative;
	left: 15px;
}

.anim-pos {
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
}

.no-padding {
	padding: 0;
	margin: 0;
}

.right-float {
	float: right;	
}

.left-float {
	float: left;	
}

.top-margin {
	margin-top: 15px;	
}

.popup-overlay {
	z-index: 100;
}

.buddy-search-bar {
	width: 200px;
	height: 24px;
	overflow: hidden;	
}

.buddy-list-search-button {
	width: 24px;
	height: 24px;
	background-image: url("/tootbook-resource/images/ui/search.png");
	background-color: transparent;
	border: 0;
}

/******************  TEXT  *******************/

.tb-link-container {
	font-family: tahoma, arial, sans-serif;
	padding: 15px;	
}

.header-text-container {
	margin: 15px;
	width: 70%;	
	float: left;
}

.header-box {
	float: left;
}

.header-name, .header-name:visited, .header-text, .header-text:visited {	
	font-family: tahoma, arial, sans-serif;
	font-size: 17px;
}

.header-name, .header-name:visited {
	font-weight: bold;
}

.header-text, .header-text:visited {	
	font-weight: normal;
}

/** Primary text */
.primary-text, .primary-text:visited {	
	/** Primary text size */
	font-size: 14px;
}

/** Secondary text */
.secondary-text, .secondary-text:visited {	
	/** Secondary text size */
	font-size: 12px;
}

.settings-labels {
	font-size: 18px!important;
	font-weight: bold;
	margin: 5px;
	margin-top: 15px;
}

.greyed-text, .greyed-text:visited {
	color: #777777 !important;
}

.forgot-password-link, .forgot-password-link:hover {
	text-decoration: underline !important;	
}

.text-area {
	overflow: hidden;
	white-space: normal;
	width: 95%;
}

.big-text {
	font-size: 150% !important;
}

/** Links as displayed on page **/
a, a:visited {
	text-decoration: none;
}

/** Links when hovered over by mouse */
a:hover {
	text-decoration: underline;
}

/******************  BUTTONS  *******************/

.ad-buttons {
	width: 156px;
	height: 74px;
	border: 0;
	background-color:transparent;
	cursor: default;
	z-index: 100;
}

.ad-buttons:hover {
	cursor: pointer;
}

#buy-now-button {
	background-image: url("/tootbook-resource/images/ui/buy-now-button1.png");
}

#buy-now-button:hover {
	background-image: url("/tootbook-resource/images/ui/buy-now-button2.png");
}


#buy-now-button:active {
	background-image: url("/tootbook-resource/images/ui/buy-now-button3.png");
}


#maybe-later-button {
	background-image: url("/tootbook-resource/images/ui/maybe-later-button1.png");
}


#maybe-later-button:hover {
	background-image: url("/tootbook-resource/images/ui/maybe-later-button2.png");
}


#maybe-later-button:active {
	background-image: url("/tootbook-resource/images/ui/maybe-later-button3.png");
}
