/*GIFTStube Plugin CSS by Daniel Beresh June 2011*/

/* mini css reset to override theme */

#gt-wrapper {
	font: 13px/1.5 Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
}

#gt-wrapper a {
	color: #d3a119 !important;
	text-decoration: none;
}

#gt-wrapper li {
	background-image: none !important;
	background-image: none !important;
	list-style: none;
}

#gt-wrapper ul, #gt-wrapper img {
	border: 0 none !important;
}

#gt-wrapper blocklink {
	width:100%; 
	height:100%;
	display: block;
}

/* Main plugin CSS */

.gt-page-title {
	font-size: 1.5em;
	color: #999;
}

#gt-loading-wrapper {
	width: 720px;
	min-height: 1px;
	float:left;
	display: inline;
}

#gt-loading {
	background: url('ajax-loader.gif') 70px 50px no-repeat #222;
	border-radius: 6px;
	border: 4px solid #ccc;
	width: 150px;
	height: 70px;
	text-align: center;
	color: #fff;
	padding: 15px;
	top: 50%;
	left: 50%;
	margin-left: -75px;
	margin-top: -35px;
	font-size: 1.2em;
	position: fixed;
	z-index: 999;
}

#gt-loading span {
	color: #fff;
	margin-top: 5px;
	width: 30px;
	height: 20px;
	margin: 0 auto;
}

.gt-pagination {
	float:right;
	font-size:15px;
	margin-top: 4px;
	text-align: center;
	margin-right: 25px;
	min-width: 125px;
}

.gt-pagination-lower {
	clear: both;
	color: #999;
	margin-top: 0px !important;
}

.gt-pagination .arrow {
	background: url(arrows.png) no-repeat;
	width:13px;
	height:9px;
	margin-top:5px;
}

.gt-pagination .right {
	background-position: -13px -9px;
	margin-left:6px;
	float:right;
	cursor: pointer;
}

.gt-pagination .right-disabled {
	background-position: -13px 0px;
	margin-left:6px;
	float:right;
}

.gt-pagination .left {
	background-position: 0px -9px;
	margin-right:6px;
	float:left;
	cursor: pointer;
}

.gt-pagination .left-disabled {
	background-position: 0px 0px;
	margin-right:6px;
	float:left;
}

#gt-main {
	float: left;
	display: inline;
	width: 720px;
}

#gt-poweredby {
	background: url('yt_powered_by_100.png') no-repeat;
	height: 70px;
	width: 100px;
	left:740px;
	position: absolute;
	opacity: 0.6;
	cursor: pointer;
}


/*wrap around card*/
.gt-card-wrap {
	background: #eee;
	border-radius: 6px;
	clear: both;
	padding: 4px;
}

.gt-card-wrap .gt-card {
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 6px 6px 6px 6px;
}

.gt-card-top {
	height: 330px;
	padding:5px;
}

.gt-card-footer {

}

.gt-thumbnail {

}

.gt-card-wrap .gt-card h2 {
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	margin-bottom: 5px;
	padding: 0 5px;
}

.gt-card-wrap .gt-card h2 span {
	color: #999999;
	display: block;
	line-height: 11px;
	font-weight: normal;
	max-height: 15px;
	overflow: hidden;
	padding-top: 2px;
	font-size: 11px;
}

.gt-card-wrap .gt-card p {
	color: #999999 !important;
	font-size: 12px !important;
	height: 120px;
	line-height: 15px;
	overflow: hidden;
	padding: 0 5px;
}

ul.gt-video-list li.gt-video {
	display: inline;
	float: left;
	margin: 0 15px 20px 0;
	padding: 0;
	width: 225px;
}

.gt-video-type {
	border-top: 1px solid #DDDDDD;
	height: 30px;
	background-color: #efefef !important;
	top:320px;
	background: #eee;
	border-radius: 0px 0px 6px 6px;
}

.gt-video-type span {
	float: right;
	padding: 5px;
	color: #999;
}

.gt-error-message {
	text-align: center;
	display: block;
	padding: 30px;
	font-style: italic;
}

/**************SEARCH****************/

#gt-search-wrapper {
	background: url(searchbox.png) no-repeat scroll 0 0;
	width: 250px;
	height: 32px;
	position: absolute;
	top: 0px;
	left: 700px;
	opacity: 0.5;
}

#gt-search-button {
	height: 28px;
	width: 30px;
	position: absolute;
	left: 210px;
	top: 2px;
	cursor: pointer;
}

#gt-search-element {
	border:0px; /*important*/
	background-color:transparent; /*important*/
	position:absolute; /*important*/
	top:0px;
	left:15px;
	width:200px;
	height:28px;
	z-index: 999;
}

#gt-search-text {
	background: url(searchbox.png) no-repeat scroll 0 -32px;
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 32px;
}

/**************SIDEBAR***************/

#gt-sidebar-wrap {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 200px;
}

#gt-sidebar {
	border-left: 1px solid #E6E6E6;
	padding: 0 20px 50px;
	margin-left:5px;
	width: 200px;
}

#gt-sidebar .title {
	color: #333;
	font-size: 13px;
	margin: 0 0 2px;
	text-transform: uppercase;
}

#gt-sidebar ul.inner {
	font-size: 14px;
	list-style: none outside none;
	position: relative;
	z-index: 4;
	margin-bottom:10px;
}

#gt-sidebar li.link {
	color: #d3a119;
	cursor: pointer;
}

#gt-sidebar li.large {
	font-size: 14px !important;
}

/***********************admin**************/

.gt-admin-table {
	font-size: 0.8em;
	border-collapse: collapse;
	clear: both;
	margin: 0;
	padding-right: 0 auto;
	border-radius: 3px 3px 3px 3px !important;
}

.gt-admin-table td {
	padding: 5px 10px;
	font-size: 11px;
	line-height: 20px;
	text-shadow: 0 1px 0 #FFFFFF;
}

.gt-admin-table tr {
}

.gt-admin-category {
	padding: 10px;
	background: #FFFFE0;
	border-bottom: 1px solid #aaa;
	display: inline-table;
}

.gt-admin-category td {
	border-top: 1px solid #aaa;
}

.gt-admin-no-items {
	font-style:italic; 
	font-size:0.8em; 
	color: grey; 
	display:block; 
	padding:15px 15px 15px 200px;; 
}

#gt-menu-items-holder {
	border: 1px solid #bbb;
	border-radius: 10px;
	background: #ccc;
	padding: 10px 0 10px 0;
}

.gt-category-row {
	background-color:#ccc;
	height: 26px;
}

.gt-playlist-row {
	background-color:#fff;
	width: 100%;
	position: relative;
	height: 26px;
}

.gt-indent {
	background: url(indent.png) no-repeat scroll 0 0;
	float:right;
	height: 20px;
	width: 25px;
}

.gt-first-cell {
	padding-left: 0 !important;
}

.gt_button {
	padding: 7px 0 7px 0 !important;
}

/***********************not used*************/

.gt-category-name {
	font-weight: bold;
}

.gt-last-cell {
	background: #F7F6F1;
	border-color:  #F7F6F1 !important;
}

.gt-bottom-last-cell {
	background: #F7F6F1;
	border-bottom: 1px solid #F7F6F1 !important;
	border-right: 1px solid #F7F6F1 !important;
	border-top: 1px solid #F7F6F1 !important;
	border-left: 1px solid #aaa;
}

.gt-new-row {
	background: #ddd;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
}

.gt-category-wrapper {
	margin-bottom: 20px;
	border-top: 1px solid #aaa;
}

.gt-admin-row {
	padding: 5px;
	border-bottom: 1px solid #aaa;
	display: inline-table;
	width: 100%;
}

.gt-single-tab {
	margin-left:50px;
}

.gt-cell {
	padding-left: 20px;
	padding-right: 20px;
	display: inline-table;
	float: left;
}