/* vim: set ft=css ts=4 sts=4 sw=4 si noet: */
a.flowplayer.large {
	width: 400px;
	height: 300px;
}

a.flowplayer.small {
	width: 150px;
	height: 130px;
}

a.flowplayer {
	display: block;
	width: 384px;
	height: 318px;
	margin: 0 auto;
	padding: 2px;
	background: #fff;
	-moz-box-shadow: 2px 2px 2px 0px #000;
	text-align: center;
}

.tooltip {
	display:none;
	background:transparent url(/img/tooltip/black_arrow.png) no-repeat;
	font-size:10px;
	width:230px;
	padding:15px;
	color:#fff;
	z-index: 10;
/*	height: 125px;*/
	height: 112px;
}
.tooltip blockquote {
	margin: 0.7em;
}

.tooltip-big {
	display:none;
	background:transparent url(/img/tooltip/black_arrow_big.png);
	font-size:12px;
	height:154px;
	width:320px;
	padding:25px;
	color:#fff;
	z-index: 10;
}

.tooltip-extrabig {
	display:none;
	background: #333;
	font-size:12px;
	width:500px;
	padding:25px;
	color:#fff;
	z-index: 10;
	border: 1px solid #fff;
}

.tooltip-extrabig h3 {
	color: #fff;
}
.tooltip-extrabig a {
	color: #ff6600;
}

#comments {
    background: #eee;
    border: 1px solid #bbb;
    padding: 15px 5px 5px;
}

.comments .tree-block {
    margin: 10px 0 0 5px;
}

.comments .tree-block li {
    clear: both;
}

.comments .input label {
    width: 20%;
    float: left;
    margin: 7px 0;
}

.comments .input input {
    float: left;
    width: 70%;
	clear: right;
}

.comments .input textarea {
    height: 100px;
    margin-bottom: 5px;
    width: 70%;
}

.comments .submit input[type=submit] {
	width: 100%;
}

.comments a.reply {
    background: url(../img/comment_add.png) no-repeat 0 -2px;
    padding: 0 0 0 20px;
}

.comments a.add {
    background: url(../img/comment_add.png) no-repeat 0 0px;
    padding: 0 0 5px 20px;
	margin-left: 35%;
}

.comments ul {
	padding-left: 5px;
	list-style-type: none;
}

.comments ul li ul {
	padding-left: 15px;
}

.comment .header a {
	margin: 5px 0;
}

.comment .body {
	margin: 5px 0 10px;
}

.comment {
	border-bottom: 1px dotted #999;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.comment .vote-count {
	margin-right: 25px;
}

.comment .vote {
	float: right;
	margin-top: 2px;
}

#preview-theme, #preview-layout {
    float: left;
    display: block;
	margin: 10px 10px 10px 0;
	width: 300px;
	height: 215px;
}


#preview-theme.chalk {
	background: url(../img/themes/chalk.jpg) no-repeat;
}

#preview-theme.corkboard {
	background: url(../img/themes/corkboard.jpg) no-repeat;
}

#preview-theme.nature {
	background: url(../img/themes/nature.jpg) no-repeat;
}

#preview-theme.grafitti{
	background: url(../img/themes/graffiti.png) no-repeat;
}

#preview-theme.simpli {
	background: url(../img/themes/simpli.jpg) no-repeat;
}

#preview-layout.board_one2one {
	background: url(../img/themes/one2one.jpg) no-repeat;
}

#preview-layout.board_1plus3 {
	background: url(../img/themes/oneplus3.jpg) no-repeat;
}

.date-wrap {
	background: url(../img/date.png) no-repeat top;
	width: 46px;
	height: 54px;
	text-align: center;
	line-height: 1.5em;
}

.event-month {
    color: #fff;
    text-transform: uppercase;
}

.event-date {
    font-size: 2em;
}

.event-year {
    font-size: 1em;
    color: #666;
}

.separator, .item-container {
	overflow: hidden;
}
h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.5em;
}

#search {
	position: absolute;;
	left: 0;
	top: 190px;
	width: 300px;
	z-index: 10;
}

.search-container input {
	margin-right: 3px;
	margin-top: 8px;
	z-index: 1000;
	position: relative;
}

.search-container button {
	margin-right: 0.4em 0;
	background: url("../img/login-box.png") no-repeat scroll transparent;
	width: 81px;
	height: 33px;
}
.search-container button:hover {
	color: yellow;
}

.images div img:hover {
	cursor: pointer;
}

.school-rank {
	width: 100%;
	float: left;
	color: #2020ee;
}

#UserChangeBasecampForm select {
	margin: 10px 0;
	font-weight: bold;
}

.share {
	float: left;
	padding: 1px 0;
	width: 95%;
	height: 35px;
	padding: 5px 0 0 5px;
}

.twitt-button {
	float: right;
}
.button-fb {
	float: left;
	padding-top: 10px;
}

/* the overlayed element */
.overlay {
/*	position: absolute!important; */


/* must be initially hidden */
	display:none;

/* place overlay on top of other elements */
	z-index:9999;

/* styling */
	width:auto;
	float: left;

/* CSS3 styling for latest browsers */
}

#big-img.overlay{
}
.overlay img {
	border:1px solid #666;
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	

}
/* close button positioned on upper right corner */
	.overlay .close {
	background-image:url(../img/close.png);
	right: 20px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
	z-index: 999;
	float: right;
	position: relative;
}
.details {
	position:absolute;
	top:15px;
	right:15px;
	font-size:11px;
	color:#fff;
	width:150px;
}

.details h3 {
	color:#aba;
	font-size:15px;
	margin:0 0 -10px 0;
}

.active {
	z-index: 999;
}

.popup {
	cursor: pointer;
}

#profileimage .logo {
	height: auto;
	width: auto;
	position: relative;
}

.content {
	overflow: hidden;
}

.connect_widget {
	background: #fff!important;
}

.simple {
	background: none;
	display:none;
	width: auto;
	z-index:10000;
}

.simple .close {
	background-image:url(../img/closing_icon.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:36px;
	width:36px;
}
.img {
	cursor: pointer;
	display: none;
}

.simple-alt {
	width: 255px;
}

#ytimg {
	cursor: pointer;
}
.tvc-overlay {
	background: #fff url(../img/ajax-loader.gif) no-repeat center;
	display:none;
	width: 950px;
	height: 560px;
	z-index:999;
	position: absolute;
}

.tvc-overlay .close {
	background-image:url(../img/closing_icon.png);
	position:absolute;
	right:-28px;
	top:-25px;
	cursor:pointer;
	height:36px;
	width:36px;
	z-index: 999;
}

.clicked h3 {
	width: auto!important;
}

fieldset.loading, .input.loading {
	background: url(../img/loader.gif) no-repeat 78% 0;
}

.widget .latest-user ul {
	list-style-type: none;
}

.widget .latest-user li {
	background: none;
	float: left;
	vertical-align: top;
	margin: 0;
	padding: 5px;
	width: 95%;
}

.widget .latest-user li img.photo {
	width: 32px;
	border: 1px solid #ccc;
	background: #fff;
	padding: 4px;
}

.widget ul {
	padding-left: 1.5em
}

.users.view .photo {
	width: auto;
}

.avatar {
	float: left;
	clear: left;
	text-align: center;
}

.profile-page img, .users.view img, .latest-user .content-photo {
	padding: 5px;
	border: 1px solid #ccc;
	background: #fff;
}
.latest-user .content-photo {
	margin: 0 5px 0 5px;
	padding: 4px;
	float: left;
}

#existing-avatar .photo {
	float: left;
	clear: left;
	width: auto;
}

.avatar img {
	padding: 5px;
	border: 1px solid #ccc;
}

.profile {
	width: 75%;
	float: left;
	clear: right;
}

#existing-avatar .input {
	text-align: center;
}

#existing-avatar .input label {
	float: none;
}

.field-page {
	background: #eee;
}

#facebox .footer {
	background: none;
}

#UserUseAvatar {
	width: 20%;
}

.hidden {
	display: none;
	visibility: hidden;
}

/* fb like replacement */

.fb_edge_widget_with_comment span.fb_edge_comment_widget {
	position: relative!important;
}

.gaya-online .content-photo, .latest-school .content-photo {
	float: left;
	padding: 3px;
	border: 1px solid #ccc;
	background: #f5f5f5;
	margin-right: 10px;
}

.gaya-online .content-photo {
	float: none;
	margin-right: 0;
}

.upload-link {
	clear: both;
}

.hits {
	padding: 0 5px;
}

.widget h2  {
	margin-bottom: 0;
}

.profiles {
	margin: 5px 0;
	border: 1px solid #ccc;
	overflow: hidden;
	padding: 5px 0;
}

.profiles.altrow {
	background: #f5f5f5;
}
.avatar .photo {
	width: auto;
}

.profiles .data {
	overflow: hidden;
	padding-left: 10px;
}

.youtube object, .video td object {
	width: 140px;
	height: 140px;
}

.set_watermark {
	position: relative;
}

.watermark {
	background: none;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	position: absolute;
	left: 10px;
	bottom: 10px;
}

table {
	border-collapse: collapse;
}

.gallery .content-wrap td {
	border: 1px solid #ccc;
}

.gallery td {
	text-align: center;
}

.player {
	height: 400px;
	background: #333;
}

