  /* 
######################################################################
##		- general styles and resets																		##
##		- header																										##
##		- left column																									##
##		- right column																								##
##		- footer																											##
##		-	main content																								##
##			- general																										##
##				- "big video"																							##
##				- "small video"																						##
##				- pager																										##
##			- static content																						##
##			- homepage 																									##
##			- film detail																								##
##			- contributor																								##
##			- search results																						##
##			- taxonomy, most popular & latest videos										##
##			- login / register																					##
######################################################################
*/

a,
a:active,
a:link,
a:visited,
a:hover {
	color:#2698c8;
	text-decoration:none;
	outline:none;
}

a:hover {
	text-decoration:underline;
}

a.hyperNot {
	text-decoration:none;
	color:#222;
}

body {
	background:#fff url('/sites/default/themes/grtv/images/extended-top-banner.gif') center 6px no-repeat; 
}

label {
	font-weight:normal;
}

div.container { 
	margin-top:0 !important;
	width:965px;
} 

div.node { /* blueprint css reset */
	border:none;
	margin-bottom:0;
	padding-bottom:0;
}

.col-center {
	margin-left:56px;
	margin-right:25px !important;
	width:615px;
}

div.tabs {
	margin:-10px 56px -15px
}

.page-admin div.tabs {
	margin:0;
}

ul.secondary {
	float:left;
}

div.view div.views-hide {
	margin-top:0;
	width:auto;
	background-color:#000;
}

.pane-content {
	padding-bottom:10px;
}

.box { /* blueprint & screen reset */
	background:none;
	padding:0;
	margin:0;
	float:left;
}

/* admin */ 

div.vertical-tabs {
	background:#f7f7f7;
}

.admin-menu .clear-block {
	display:inline-block;
}

body.admin-menu {
	background:#fff url('/sites/default/themes/grtv/images/extended-top-banner.gif') center 26px no-repeat; 
}

div.messages {
	margin-bottom:3px;
}

ul li, ul.menu li, .item-list ul li, li.leaf {
list-style-image:none;
}
 
dl.node-type-list {
	margin-top:-11px;
	border:1px dotted #b2b2b2;
	border-top:none;
}

dl.node-type-list dt {
	margin:10px 0;
	border-top:1px dotted #b2b2b2;
	padding-top:5px;
	padding-left:10px;
}

dl.node-type-list dd {
	margin-right:20px;
}

.block ul, ul.menu, .item-list ul { /* blueprint css reset */
	margin:0;
}

.profile {
	border:1px dotted #B2B2B2;
	border-top:0;
	clear:both;
	margin:0;
	padding:20px;
}

/* form elements */

div.block.with-block-editing  { /* blueprin.css reset - position:relative caused a functional problem with the newsletter box */
	position:static;
}

form {
	margin-bottom:1em;
	float:left;
	width:100%;
}

html.js fieldset.collapsible,
html.js fieldset.collapsed {
	margin-left:-5px;
	margin-top:10px;
}

html.js fieldset.collapsible {
	clear:both;
}

html.js fieldset.collapsed {
	border:none;
}

html.js fieldset.collapsed legend {
	text-align:right;
}

.views-field--views form {
	margin-bottom:0;
}

.container-inline {
	margin-bottom:0.75em;
}
/*
div.form-item {
	margin-top:0.5em;
	margin-bottom:0;
	float:left;
}
*/
input[type="text"], /* screen.css override */
input[type="password"], 
input.text, 
input.title, 
textarea, 
select {
	margin:0;
	margin-right:5px;
	background:Transparent url('/sites/default/themes/grtv/images/formTxtBG.gif') top right no-repeat;
	border:1px solid #b2b2b2;
	color:#666;
}

option {
	background-color:#fff;
}

input[type="radio"],
input.radio {
	top:-0.15em;
}

input[type=text]:focus, 
input[type=password]:focus, 
input.text:focus, 
input.title:focus, 
textarea:focus, 
select:focus {
	border-color:#999;
}

input[type="text"], /* screen.css override */
input[type="password"], 
input.text, 
input.title {
	height:19px;
	clear:both;
}

input.form-text, 
textarea {
	padding-top:0.1em;
	padding-bottom:0.1em;
}

.page-search .col-center .box .content {
	border:none;
	clear:both;
}


/* css button */

input.form-submit,
#edit-submit-search-video-rows /* custom search action button... hopefully TEMP */ { 
	position: relative; 
	color: #fff !important; 
	text-decoration: none; 
	cursor: pointer;
	background:#95b22a url('/sites/default/themes/grtv/images/btnBG.gif') top left repeat-x;
	height:23px;
	border:1px solid #779d38;
	padding:0 6px 1px;
	* padding:1px 2px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}

input.form-submit:hover,
#edit-submit-search-video-rows:hover /* custom search action button... hopefully TEMP */ { 
	background:#a4c32e url('/sites/default/themes/grtv/images/btnHoverBG.gif') top left repeat-x;
	border:1px solid #88b440;
}

input.form-submit.search-box-submit,
input.form-submit.search-box-submit:hover { border: none; }


 /*
.form-submit .btn { 
	background:Transparent url('/sites/default/themes/grtv/images/btnL.gif') top left no-repeat;
	float:left;
	margin-right:5px;
}

a:hover.form-submit .btn { 
	background:Transparent url('/sites/default/themes/grtv/images/btnLHover.gif') top left no-repeat;
}

.form-submit .btn .btnI {  
	background:Transparent url('/sites/default/themes/grtv/images/btnR.gif') top right no-repeat;
	float:left;
	margin-left:3px;
	padding-right:5px;
}

a:hover.form-submit .btn .btnI { 
	background:Transparent url('/sites/default/themes/grtv/images/btnRHover.gif') top right no-repeat;
}

.form-submit .btn .btnI span {
	background:Transparent url('/sites/default/themes/grtv/images/btnBG.gif') repeat-x;
	float:left;
	padding:6px;
	text-transform:uppercase;
	line-height:100%;
	font-size:1em;
	letter-spacing:0.025em;
	font-weight:bold;
}

a:hover.form-submit .btn .btnI span { 
	background:Transparent url('/sites/default/themes/grtv/images/btnBGHover.gif') top left no-repeat;
}

/* 
######################################################################
##															HEADER															##
######################################################################
*/

#header {
	display:block;
	position:relative;
	height:99px;
	margin-bottom:10px;
}

#header div#logo  {
	position:relative;
	top:20px;
	left:56px;
}

#header .content {
	border:none;
	padding:0;
}


/* primary_links begins */

#block-grtvmod-3 {
	position:absolute;
	right:25px;
	top:5px;
	margin-top:0 !important;
	margin-bottom:0 !important;
}

#block-grtvmod-3 .content {
	margin:0;
	padding:0;
}

#block-grtvmod-3 .content .item-list {
	display:block;
	height:25px;
	padding-left:20px;
	margin-right:32px;
	background:Transparent url('/sites/default/themes/grtv/images/topNavLeftBG.png') no-repeat;
}

#block-grtvmod-3 .content .item-list .topNav {
	display:block;
	height:25px;
	margin:0 -30px 0 0;
	padding-right:10px;
	background:Transparent url('/sites/default/themes/grtv/images/topNavRightBG.png') top right no-repeat;
}

#block-grtvmod-3 .content .item-list .topNav li {
	float:left;
	list-style-type:none;
	list-style-image:none;
	margin:2px 20px 0 0;
	color:#676960;
	font-size:11px;
}

#block-grtvmod-3 .content .item-list .topNav li.first {
	margin-left:10px;
	/*display:none; we don't display the login info anymore*/
}
#block-grtvmod-3 .content .item-list .topNav li a  {
	font-weight:bold;
	text-decoration:none;
}
#block-grtvmod-3 .content .item-list .topNav li a:hover  {
	text-decoration:underline;
}

/* //primary_links ends */


/* secondary_links begins */

#nav {
	position:absolute;
	top:66px;
	xxleft:365px;
}

.fr #nav {left: 288px}
.en #nav {left: 305px}

#nav li {
	background:Transparent url("/sites/default/themes/grtv/images/nav/tabOFF.png") repeat-x;
	float:left;
	height:27px;
	list-style:none;
	padding:8px 15px 0;
	font:13px Arial, Helvetica, sans-serif;
}

.en #nav li.last, .fr #nav li.last {padding-right: 50px;} /* to avoid an empty space btwn. the last li and the search box*/

.fr #nav li {
	padding-right:10px;
	padding-left:10px;
}


#nav li:hover, #nav li.active-trail, #nav li.active {
	background:Transparent url("/sites/default/themes/grtv/images/nav/tabON.png") repeat-x;
}

#nav li.first {
	background:Transparent url("/sites/default/themes/grtv/images/nav/tabFirstOFF.png") repeat-x;
	padding: 8px 15px 0 40px
}

.fr #nav li.first {
	padding-right:10px;
}

#nav li.first:hover, #nav li.first.active-trail, #nav li.first.active {
	background:Transparent url("/sites/default/themes/grtv/images/nav/tabFirstON.png") repeat-x;
}

#nav li a {
	color:#707070;
}
#nav li a:hover {
	text-decoration:none;
}

#subnav {display:none;} /* TEMP */

/* //secondary_links ends */


/* search_box begins */

.search-box {
	position:absolute;
	top:66px;
	right:21px;
	height:34px;
	padding-right:34px;
	background:Transparent url('/sites/default/themes/grtv/images/nav/tabEND.png') no-repeat top right;
}

#search-theme-form {
	margin-bottom:0;
	padding-left:10px;
	width:auto;
}

#search {
	margin-bottom:0;
	padding:7px 0 0 10px;
	width:auto;
	height:34px;
	background:Transparent url('/sites/default/themes/grtv/images/nav/tabOFF.png') no-repeat;
}

#search div.form-item {
	margin-top:0;
	margin-bottom:0;
	float:left;
}

#search label{
	display:none; /* TEMP? */ 
}

#edit-search-theme-form,
#edit-search-theme-form-1,
#edit-search-theme-form-2 {
	background:Transparent url('/sites/default/themes/grtv/images/inputSearch.png') no-repeat;
	border:0;
	height:20px;
	padding-top:0;
	* padding-top:3px;
	padding-left:10px;
	color:#707070;
	margin-right:0;
}

/* button, Global search */

#search #edit-submit,
#search #edit-submit-1,
#search #edit-submit-2 { 
	position: relative; 
	color:transparent !important; 
	text-decoration: none; 
	cursor: pointer;
	width:27px !important;
	height:20px;
	margin-top:0;
	margin-right:0;
	margin-left:-1px;
	background:Transparent url('/sites/default/themes/grtv/images/submitSearch.png') no-repeat;
	outline:none;
	border:none;
}

#search #edit-submit:hover,
#search #edit-submit-1:hover,
#search #edit-submit-2:hover { 
	background:Transparent url('/sites/default/themes/grtv/images/submitSearchHover.png') no-repeat;
}
/*
.search-box .form-submit .btn { 
	width:27px !important;
	height:20px;
	margin-top:0;
	margin-right:0;
	margin-left:-1px;
	background:Transparent url('/sites/default/themes/grtv/images/submitSearch.png') no-repeat;
	outline:none;
	* position:relative;
	* left:-3px;
}

.search-box a:hover.form-submit .btn { 
	background:Transparent url('/sites/default/themes/grtv/images/submitSearchHover.png') no-repeat;
}

.search-box .form-submit .btn .btnI {  
	background:none;
}

.search-box a:hover.form-submit .btn .btnI { 
	background:none;
}

.search-box .form-submit .btn .btnI span {
	display:none;
}

.search-box a:hover.form-submit .btn .btnI span { 
	display:none;
}

/* //search_box ends */

/* 
#####################################################################
#															RIGHT COLUMN													#
#####################################################################
*/
.col-right {
	margin-left:-5px;
	width:220px; /* screen.css override */
}

.col-right .content {
	border:none;
	padding:0;
	margin-bottom:0;
}

/* Related links begins */

#block-grtvmod-0 {
	display:block;
	clear:both;
	margin-bottom:5px;
}

#block-grtvmod-0 .relatedLinks {
	margin:0;
	padding:0;
	display:block;
	clear:both;	
	background:Transparent url('/sites/default/themes/grtv/images/relatedLinksBG.gif') no-repeat;
	float:left;
	font-size:12px;
	
}

#block-grtvmod-0 .relatedLinks li { 
	list-style-type:none; 			/* bullet styles reset */
	list-style-image:none; 			/* bullet styles reset */
	list-style-position:inside;
	padding:0;
	margin:0;
	float:left;
	vertical-align:top !important;
	color:#fff;
	font-weight:bold;
	font-family:Arial;
}
/*
#block-grtvmod-0 .relatedLinks li.kit { 
	padding-top:10px;
	margin:0 -10px 0 15px;
	font-size:12px;
}

#block-grtvmod-0 .relatedLinks li.sign-up {
	background:Transparent url('/sites/default/themes/grtv/images/icons/related-links-signup.png') 10px 10px no-repeat;
	padding:7px 0 0 35px;
	margin-left:5px;
	border-right:1px dotted #fff;
	width:75px;
	height:24px;
}
*/

#block-grtvmod-0 .relatedLinks li.facebook {
	background:Transparent url('/sites/default/themes/grtv/images/icons/related-links-facebook.png') 10px 8px no-repeat;
	padding:7px 10px 0 35px;
	margin-left:5px;
	margin-right:0;
	border-right:1px dotted #fff;
	height:24px;
} 

#block-grtvmod-0 .relatedLinks li.twitter {
	background:Transparent url('/sites/default/themes/grtv/images/icons/related-links-uTwitter.png') 5px 8px no-repeat;
	padding:7px 10px 0 27px;
	margin-left:2px;
	margin-right:0;
	border-right:1px dotted #fff;
	height:24px;
}

@-moz-document url-prefix() {  /* Firefox hack */
	#block-grtvmod-0 .relatedLinks li.twitter,
	#block-grtvmod-0 .relatedLinks li.facebook { 
		padding-right:0; 
	} 
} 


#block-grtvmod-0 .relatedLinks li.rss {
	padding:8px 0 0 7px;
	margin-left:0px;
}

#block-grtvmod-0 .relatedLinks li.social-networks {
	float:left;
	padding:0 5px;
	margin:0 !important;
}

#block-grtvmod-0 .relatedLinks li.social-networks ul {
	padding:0;
	margin:0;
}

#block-grtvmod-0 .relatedLinks li.social-networks li {
	float:left;
	padding:10px 10px 5px 5px !important;
	margin:0;
	width:17px;
	height:18px;
}

#block-grtvmod-0 .relatedLinks li.visit-youtube {
	float:left;
	background:Transparent url('/sites/default/themes/grtv/images/icons/related-links-uTube.png') 10px 7px no-repeat;
	border-top:1px dotted #fff;
	width:175px;
	margin:0 5px;
	padding:5px 0 5px 35px;
	font-size:13px;
}

#block-grtvmod-0 .relatedLinks li.visit-vimeo {
	float:left;
	background:Transparent url('/sites/default/themes/grtv/images/icons/related-links-vimeo.png') 10px 7px no-repeat;
	border-top:1px dotted #fff;
	width:175px;
	margin:0 5px;
	padding:5px 0 5px 35px;
	
	font-size:13px;
}

#block-grtvmod-0 .relatedLinks li a { /* bullet styles reset */
	color:#fff;
}

#block-grtvmod-0 .visit-main-site {
	display:block;
	clear:both;
	background:url('/sites/default/themes/grtv/images/relatedLinksOurSiteBG.gif') no-repeat;
	height:63px;
	padding:15px 10px 0;
}

.fr #block-grtvmod-0 .visit-main-site {
	padding-top:20px;
}

#block-grtvmod-0 .visit-main-site h3 {
	font-size:14px;
	line-height:110%;
	font-weight:bold;
	color:#fff;
	margin-top:0;
	margin-bottom:0;
}

#block-grtvmod-0 .visit-main-site a {
	display:block;
	color:#0f407d;
	font-size:11px;
	font-weight:bold;
	margin:8px 0 3px 18px;
	*margin-top:5px;
	text-decoration:underline;
	font-family:Arial;
}
#block-grtvmod-0 .visit-main-site a:hover {
	color:#fff;
}

/* //Related links ends */

#block-grtvmod-1 {
	margin-bottom:0;
}

#block-grtvmod-1 .content,
#block-grtvmod-2 .content {
	background:Transparent url('/sites/default/themes/grtv/images/rightColBG.gif') repeat-y;
	width:220px;
}

#block-grtvmod-1 h3 {
	background:Transparent url('/sites/default/themes/grtv/images/rightColH3BG.gif') no-repeat;
	width:200px;
	height:22px;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	padding:8px 10px;
	margin:0;
}

#block-grtvmod-1 h3.firstH3 {
	background:Transparent url('/sites/default/themes/grtv/images/rightColH3FirstBG.gif') no-repeat;
	height:23px;
}

#block-grtvmod-1 ul {
	margin:0px;
	padding-bottom:10px;
}

#block-grtvmod-1 ul li {
	list-style-type:none;
	list-style-image:none;
	padding:3px 10px;
	margin-top:0;
	margin-bottom:0;
	line-height:100%;
	font-weight:bold;
}

#block-grtvmod-1 ul li:hover {
	background-color:#f2f2f2;
}

#block-grtvmod-2 {
	background:Transparent url('/sites/default/themes/grtv/images/rightColBottomBG.gif') bottom left no-repeat;
	padding-bottom:3px;
	margin-bottom:5px;
	float:left;
}

#block-grtvmod-2 h3 {
	background:Transparent url('/sites/default/themes/grtv/images/rightColH3BG1.gif') no-repeat;
	width:200px !important; /* required for font outline */
	height:22px !important; /* required for font outline */
	font-size:14px;
	color:#fff;
	font-weight:bold;
	padding:8px 10px;
	margin:0;
}

#block-grtvmod-2 .content {
	
	float:left;
}

#block-grtvmod-1 a,
#block-grtvmod-2 a {
	font-weight:bold;
	color:#464646;
	font-size:11px;
	line-height:11px;
}

#block-grtvmod-1 a:hover {
	text-decoration:none;
}

/* newsletter box */

#block-grtvmod-2 form {
	margin-bottom:0;
}
#block-grtvmod-2 .iTxt {
	width:145px;
	padding-left:5px;
	float:left;
}
.fr #block-grtvmod-2 .iTxt {
	width:107px;
}

/* 
######################################################################
##															FOOTER	 														##
######################################################################
*/

#footer {
	padding:0 56px;
}

#footer .content{
	padding:0;
	border:none;
}

#footer .menu li {	/* reset */
	list-style-type:none; 
	list-style-image:none;
	padding:0;
	margin:0;
	
}


/* top nav reproduction - Primary links */  

#footer #block-menu-primary-links {
	display:block;
	height:26px;
	border:1px solid #ccc;
	margin-top:20px;
	margin-bottom:5px;
	clear:both;
}

#footer #block-menu-primary-links .menu li {
	float:left;	
	display:block;
	font-size:13px;
	text-align:center;
	background:Transparent url('/sites/default/themes/grtv/images/footerMenu1stLiOffBG.gif') bottom left no-repeat;
	width:20%;
	height:26px;
}
#footer #block-menu-primary-links .menu li.first {
	background-position: -2px bottom;
}

#footer #block-menu-primary-links .menu li:hover {
	background:Transparent url('/sites/default/themes/grtv/images/footerMenu1stLiOnBG.gif') bottom left no-repeat;
}

#footer #block-menu-primary-links .menu li.first:hover {
	background-position: -2px bottom;
}

#footer #block-menu-primary-links .menu li a {
	display:block;
	padding-top:5px;
	margin:0;
	color:#707070;
}

#footer #block-menu-primary-links .menu li a:hover {	
	text-decoration:none;
}


/* secondary links */
  
#footer #block-menu-secondary-links {
	display:block;
	height:26px;
	background:Transparent url('/sites/default/themes/grtv/images/footerMenu2ndLiOffBG.jpg') bottom left repeat-x;
	margin-bottom:5px;
}

#footer #block-menu-secondary-links .menu {
	height:26px;
	text-align:center;
	padding-top:5px;
}

#footer #block-menu-secondary-links .menu li {
	display:inline;
	padding:0 20px;
	font-size:12px;
}

#footer #block-menu-secondary-links .menu li a {
	color:#fff;
}

#footer-message {
	text-align: center;
}

/* ads */  

#block-block-1,
#block-block-2,
#block-block-4,
#block-block-5 {
	float:left;
}

#block-block-1, #block-block-4 {
	margin-right:10px;
}

/* 
######################################################################
##													MAIN CONTENT														##
######################################################################
*/

.panel-separator {
	clear:both;
	height:1px;
}
/*
.pane-content {
	float:left;
}
*/
/* 	big video general styles begins ("view-node-film-top")
		used in Homepage, Taxonomy, Most popular, Latest & Film detail */

.view-node-film-top {
	background:#fff url('/sites/default/themes/grtv/images/filmRelatedBG.jpg') bottom right repeat-y;
	border-bottom:1px solid #ccc;
	position:relative;
	width:615px;
	float:left;
	margin-bottom:10px;
}

.view-node-film-top a {
	color:#636363;
	font-weight:bold;
	text-decoration:underline;
}

.view-node-film-top a:hover {
	color:#000;
}

.view-node-film-top .views-row {
	padding:0;
}

.view-node-film-top .views-field-field-video-embed,
.view-node-film-top .views-field-title,
.view-node-film-top .views-field-name,
.view-node-film-top .views-field--fivestar-rate,
.view-node-film-top .views-field--fivestar-rate-1,
.view-node-film-top .views-field-field-video-views-value,
.view-node-film-top .views-field-comment-count,
.view-node-film-top .views-field-addthis,
.view-node-film-top .views-field-addthis-1,
.view-node-film-top .views-field-view-node,
.view-node-film-top .views-field-created,
.view-node-film-top .views-field-field-video-views-value,
.view-node-film-top .views-field-field-video-duration,
.view-node-film-top .views-field-field-film-source-link-url,
.view-node-film-top .views-field-field-film-other-contrib-value,
.view-node-film-top .views-field-field-film-other-contrib-value-1
/*

.view-node-film-top .views-field--views,
.view-node-film-top .views-field-field-video-views,
.view-node-film-top .views-field--contributors-nid,
 */
 {
	float:left;
	width:188px;
	padding:3px 5px 0;
}

.view-node-film-top .views-field-title {
	height:140px;
	margin-top:-3px;
}

.view-node-film-top .views-field-title .field-content {
	display:block;
	margin-right:-5px;
	margin-left:-5px;
	padding:0 5px;
	background:#636363 url('/sites/default/themes/grtv/images/videoBigTitleBG.gif') repeat-x;
	font-size:18px;
	line-height:25.75px;
	text-transform:uppercase;	
}

.view-node-film-top .views-field-title .field-content a {
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}

.view-node-film-top .views-field-title .field-content a:hover {
	text-decoration:underline;
}

.view-node-film-top .views-field-name .field-content,
.view-node-film-top .views-count-value,
.view-node-film-top .views-creationDate-value {
	font-weight:bold;
}

.view-node-film-top .views-field-comment-count .views-field-comment-count-value {
	font-weight:bold;
}

.view-node-film-top .views-field-field-video-embed {
	width:412px;
	padding:0;
	margin-right:5px;
	background-color:#f2f2f2;
}

.view-node-film-top .views-field-field-film-other-contrib-value,
.view-node-film-top .views-field-field-film-other-contrib-value-1 {
	height:18px;
}

body.node-type-film .view-node-film-top .views-field-field-film-other-contrib-value,
body.node-type-film .view-node-film-top .views-field-field-film-other-contrib-value-1 {
	height: auto;
}

.view-node-film-top .views-field-created,
.view-node-film-top .views-field-field-film-source-link-url {
/*
	margin-top:5px;
	padding-top:5px;
*/
	border-top:1px dotted #f2f2f2;
}

.view-node-film-top .views-field-field-film-source-link-url {
	margin-top:10px;
}

.view-node-film-top .views-field-field-video-duration {
	width:auto; 
}

.view-node-film-top .views-field--views {
	width:120px
}

/* fivestar */

.view-node-film-top .fivestar-widget {
	float:left;
	width:100px;
	margin-left:-1px;
}

.view-node-film-top div.fivestar-widget .star,
.view-node-film-top div.fivestar-widget .star a {
	background-image: url('/sites/default/themes/grtv/images/fiveStarBig.png');
}

.view-node-film-top div.fivestar-widget .star {
	width:18px;
}

.view-node-film-top .views-field--fivestar-rate #edit-vote-wrapper .description,
.view-node-film-top .views-field--fivestar-rate-1 #edit-vote-wrapper .description, {
	width:auto;
	float:left;
}

.view-node-film-top .fivestar-summary .total-votes,
.view-node-film-top .fivestar-summary .empty,
.view-node-film-top .fivestar-summary .average-rating  {
	display:none;
}

.view-node-film-top .views-field--fivestar-rate #edit-vote-wrapper,
.view-node-film-top .views-field--fivestar-rate #edit-vote-8-wrapper,
.view-node-film-top .views-field--fivestar-rate-1 #edit-vote-wrapper
.view-node-film-top .views-field--fivestar-rate-1 #edit-vote-8-wrapper {
	width:200px;
}

.view-node-film-top .views-field--fivestar-rate #edit-vote-wrapper label,
.view-node-film-top .views-field--fivestar-rate #edit-vote-8-wrapper label,
.view-node-film-top .views-field--fivestar-rate .views-label--fivestar-rate,
.view-node-film-top .views-field--fivestar-rate .views-label--fivestar-rate-1,
.view-node-film-top .views-field--fivestar-rate .field-content,
.view-node-film-top .views-field--fivestar-rate-1 #edit-vote-wrapper label,
.view-node-film-top .views-field--fivestar-rate-1 #edit-vote-8-wrapper label,
.view-node-film-top .views-field--fivestar-rate-1 .views-label--fivestar-rate,
.view-node-film-top .views-field--fivestar-rate-1 .views-label--fivestar-rate-1,
.view-node-film-top .views-field--fivestar-rate-1 .field-content {
	float:left;
	padding-right:5px;
	font-weight:normal;
}

.view-node-film-top .views-field--fivestar-rate #edit-vote-wrapper .fivestar-widget-5,
.view-node-film-top .views-field--fivestar-rate #edit-vote-8-wrapper .fivestar-widget-5,
.view-node-film-top .views-field--fivestar-rate-1 #edit-vote-wrapper .fivestar-widget-5,
.view-node-film-top .views-field--fivestar-rate-1 #edit-vote-8-wrapper .fivestar-widget-5 {
	float:left;
	padding-top:2px;
	/*width:290px;*/
}

.view-node-film-top .views-field-field-video-views-value,
.view-node-film-top .views-field-comment-count,
.view-node-film-top .views-field-addthis,
.view-node-film-top .views-field-addthis-1,
.view-node-film-top .views-field-view-node {
	width:auto;
	padding-right:5px;
}

.view-node-film-top .views-field-comment-count,
.view-node-film-top .views-field-view-node {
	padding-left:5px;
}

.view-node-film-top .views-field-comment-count {
	background:Transparent url('/sites/default/themes/grtv/images/top_video_border.png') 0 5px no-repeat;
}

.fr .view-node-film-top .views-field-comment-count {
	letter-spacing:-0.03em;
}

.view-node-film-top .views-field-view-node {
	float:right;
	padding-right:10px;
}

.view-node-film-top .views-field-addthis,
.view-node-film-top .views-field-addthis-1 {
	padding-top:5px;
}

.view-node-film-top .views-field-view-node a {
	background:Transparent url('/sites/default/themes/grtv/images/icons/moreInfo.png') top right no-repeat;
	padding-right:18px;
}

.view-node-film-top .views-field-field-video-views-value p { 
	margin:0;
	padding:0;
	white-space:nowrap;
	width:auto;
	max-width:90px;
	overflow:hidden;
}

*html .view-node-film-top .views-field-field-video-views-value p {
	width:90px;
}

.view-node-film-top .views-field--views label,
.view-node-film-top .views-field--views .field-content {
	float:left;
}

.view-node-film-top .views-field--views label {
	padding-right:5px;
}

/* top video ends */

/* Fivestar read-only widget */
div.fivestar-widget.rating-only div.on {
  background-position: 0 -16px;
}

.views-field-field-film-source-link-url label,
.views-field-field-film-other-contrib-value label {
	float:left;
	padding-right:5px;
/*
	padding-bottom:5px;
*/
}

.views-label-field-film-source-link-url .field-content {
	float:left;
	display:block;
}

.views-field-field-film-other-contrib-value .field-content,
.views-field-field-film-source-link-url .field-content {
	font-weight:bold;
	float:left;
	display:inline;
	color:#999;
	font-style:italic;
}

.views-field-field-film-other-contrib-value .field-content {
	font-style:normal;
	color:#666;
}

.views-field-field-film-other-contrib-value .field-content a {
	font-style:normal;
	/*font-weight:bold;*/
}


h2 {
	background:none;
	font-size:16px;
	font-weight:bold;
	color:#2698c8;
	clear:both;
}

h1,
h2.pane-title {
	clear:both;
	background-color:#4abdef;
	height:25px !important;
	padding-top:5px;
	padding-left:10px;
	margin-top:0;
	margin-bottom:0;
	font-size:14px;
	color:#fff;
	line-height:1.5em;
	font-weight:bold;
}

h1 {
	text-transform: uppercase;
	width:605px !important;
}

h1,
.firstH2 { /* first h2 style */
	background:#4abdef url('/sites/default/themes/grtv/images/tileBlueBG.gif') no-repeat;
}

.outlineBlue {
	* top:-1px;
	position:relative;
}

h3 {
	font-size:14px;
	font-weight:bold;
	color:#707070;
}


/* small video begins */

.views-view-grid .row-1,
.views-view-grid .row-2,
.views-view-grid .row-3,
.views-view-grid .row-4 {
	padding-top:10px;
	clear:both;
	width:615px; /* important for IE 7 and below */
	overflow:hidden; /* important for IE 7 and below */
}

.views-view-grid .row-1 { /* the 1st row has a different top padding */
	padding-top:5px;
}

.views-view-grid .col-1,
.views-view-grid .col-2,
.views-view-grid .col-3,
.views-view-grid .col-4 {
	float:left;
	display:block;
	width:140px;
	height:220px;
	margin:0 18px 0 0;
	padding:0;
	background:Transparent url('/sites/default/themes/grtv/images/videoSmallBG.jpg') bottom left no-repeat;
}

.views-view-grid .col-4 { /* no right margin for the last one */
	margin-right:0;
}

.views-view-grid .views-field-title, /* horizontal padding + font styles for all displayed elements */
.views-view-grid .views-field-created,
.views-view-grid .views-field-field-video-views,
.views-view-grid .views-field-field-video-views-value, /* may be obsolete  */
.views-view-grid .views-field-field-film-other-contrib-value,
.views-view-grid .views-field-video-views,
.views-view-grid .views-field--fivestar-rating,
.views-view-grid .views-field--views {
	padding-right:5px;
	padding-bottom:4px;
	padding-left:5px;
	font-size:11px;
	line-height:115%;
}

.views-view-grid .views-field-title {
	height:34px; /* Simon 22juillet david 20 sept */
	overflow:hidden;
	padding-top:5px;
	padding-bottom:8px;
	font-weight:normal;
}

.views-view-grid .views-field-title a {
	font-weight:normal;
}

.views-view-grid .views-field-field-film-other-contrib-value {
	height:14px;
	font-weight:normal;
}

.views-view-grid .views-field-created {
	padding-top:3px;
	clear:both;
}

.views-view-grid .views-field-field-video-views-value {
	height:12px;
}
/*
.views-view-grid .views-field-field-video-views .views-count-value {
	font-weight:bold;
}
*/
.views-view-grid .views-field--fivestar-rating {
	height:15px;
	width:80px;
	padding-left:2px;
}

.views-view-grid .views-field--fivestar-rating .fivestar-widget {
	margin-left:-1px;
}

/* //small video ends */


/* five stars widget begins */

form.fivestar-widget {
	margin-bottom:0;
}

.fivestar-widget .cancel { 
	display:none;
}

div.fivestar-widget .star, 
div.fivestar-widget .star a {
	background-image:url('/sites/default/themes/grtv/images/fiveStar.png');
}

div.fivestar-widget div.hover a, 
div.rating div a:hover {
	background-image:url('/sites/default/themes/grtv/images/fiveStar.png');
}

.fivestar-submit {
	display:none;
}

div.fivestar-widget .star {
	width:13px;
}

/* pager */


.item-list ul.pager {
	paddding:0;
	text-align:right;
	background-color:#4abdef;
	padding:5px 5px 5px 10px;
	margin:0;
}

.view-search-video-rows ul.pager {
	text-align:right;
	margin-top: -29px;
}

.view-search-video-rows .views-exposed-form .views-exposed-widgets {
        background: #4ABDEF;
}

.item-list .firstH2, .view-node-video-rows .pager-bar { /* first h2 style */
	background:#4abdef url('/sites/default/themes/grtv/images/tileBlueBG.gif') no-repeat !important;
}

.view-node-video-rows .pager-bar.no-pager {
  height: 26px;
}

.item-list ul.pager li, /* default styles overriding */
.item-list ul.pager li.pager-current,
.item-list ul.pager li.pager-item,
.item-list ul.pager li.pager-next,
.item-list ul.pager li.pager-last {
	border:0; 
	background:none;
}

.item-list ul.pager li a  {
	border:0; 
	background:none;
	color:#fff;
	font-size:11px;
	padding:0;
}

.item-list ul.pager li.pager-current {
	background:Transparent url('/sites/default/themes/grtv/images/pager_currentBG.png') no-repeat;
	font-size:11px;
	font-weight:normal;
	padding:5px 8px;
}

.item-list ul.pager li.pager-next,
.item-list ul.pager li.pager-previous {
	font-weight:bold;
}

.item-list ul.pager li.pager-first,
.item-list ul.pager li.pager-last {
	display:none;
}

.item-list ul.pager li.pager-first a:hover, 
.item-list ul.pager li.pager-next a:hover,
.item-list ul.pager li.pager-previous a:hover,
.item-list ul.pager li.pager-last a:hover {
	text-decoration:underline;
}

/* 
######################################################################
##													STATIC CONTENT													##
######################################################################
*/

div.node h2 {
	/* margin-bottom:0.75em; */
}

.node-type-page div.node h2 {
	margin-bottom:1em;
}

.col-center .content {
	border-right:1px dotted #b2b2b2;
	border-bottom:1px dotted #b2b2b2;
	border-left:1px dotted #b2b2b2;
	padding:25px 20px 20px;
	margin-bottom:10px;
}

.content .firstH2 {
	background:none;
	display:none;
}

h3 {
	margin-top:2em;
	line-height:normal;
}

p .emphasize {
	color:#707070;
	font-size:14px;
	font-weight:bold;
	margin-top:0.3em;
}

/* contact page */

.meta { /* TEMP? */
	display:none;
}

#node-10 p.firstP {
	margin-top:1em;
}

.static_innerBox {
	background:Transparent url('/sites/default/themes/grtv/images/formBG.gif') repeat-y;
	border:1px solid #ccc;
	clear:both;
	float:left;
	padding:0 20px;
}

.static_innerBox p {
	line-height:normal;
}

.static_innerBox .static_innerbox_section {
	border-bottom: 1px dotted #b2b2b2;
	margin: 0 -20px -1px;
	padding:0 20px;
	clear:both;
	float:left;
	width:530px;
}

.static_innerBox .static_innerbox_section h3 {
	margin:20px 0;
	padding:0;
}

.fr .static_innerBox .static_innerbox_section h3 {
	width:430px;
}

.static_innerBox .static_innerbox_section h3 span {
	color:#2698c8;
	clear:left;
	display:block;
	line-height:1.5em;
}

.fr .static_innerBox .static_innerbox_section h3 span {
	clear:none;
	display:inline;
	width:auto;
}

.static_innerBox .static_innerbox_section p {
	line-height:normal;
}

.static_innerBox .static_innerbox_section img {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

.static_innerBox .static_innerbox_section form {
	float:right;
	margin:25px 0 0;
	width:auto;
}

.static_innerBox .static_innerbox_section form * {
	margin:0;
	padding:0;
}

.static_innerBox .static_innerbox_section form br {
	display:none;
}

p.little_note {
	margin:0.5em 0 2em;
	float:left;
	font-size:95%;
	line-height:normal;
	color:#666;
}

/* Donate page */

#page-node-47 .content,
#page-node-48 .content,
#node-48 .content {
	width:573px;
}

#node-8 .static_innerBox .static_innerbox_section {
	padding-bottom:0;
}

#node-8 form {
	margin:0;
	padding:0;
	clear:both;
}

#node-8 form br {
display:none;
}

#node-8 form * {
	margin:0;
	padding:0;
}

#node-8 .note,
.page-node-48 .note {
	font-size:95%;
}

/* 
######################################################################
##														HOMEPAGE															##
######################################################################
*/

.front .content,
#node-20 .content { /* static content override. node-20: french homepage */
	border:none;
	padding:0;
	margin-bottom:0;
}


/* big video ("view-node-film-top") */


.front  h2.pane-title {
	background:#4abdef url('/sites/default/themes/grtv/images/tileBlueBG.gif') no-repeat;
	* padding-top:1px; /* the font outline is messing up with the display in ie */
	* padding-bottom:5px; /* idem... */
	* height:30px; /* idem... */
}

.panel-more-links {
	float:right;
	position:relative;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	margin-top:-25px;
}

.panel-more-links a,
.panel-more-links a:hover {
	color:#fff;
	background:none !important;
	padding:0 10px !important;
	text-decoration:underline !important;
}

.panel-more-links a:hover {
	text-decoration:underline !important;
}

/* "More..." link : same styles than h2.pane-title for now */

.front .more-link {
	clear:both;
	background-color:#4abdef;
	height:25px;
	padding-top:5px;
	padding-left:10px;
	margin-top:0;
	margin-bottom:0;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-align:left; /* reset */
}

.front .more-link a {
	color:#fff;
	background:Transparent url('/sites/default/themes/grtv/images/titleLinkBG.png') right 2px no-repeat;
	padding-right:15px;
}

.front .more-link a:hover {
	background:Transparent url('/sites/default/themes/grtv/images/titleLinkOverBG.png') right 2px no-repeat;
	text-decoration:none;
}

/* 
######################################################################
##														FILM DETAILS													##
######################################################################
*/

.node-type-film h1 {
	display:none;
}

.node-type-film .content { /* static content override */
	border:none;
	padding:0;
}

/* big video */

.node-type-film .view-node-film-top .views-field-title {
	margin-top:5px;
	height:70px;
}

.node-type-film .view-node-film-top .views-field-title span { /* hiding a link that points to the current page */
	background:none;
}

.node-type-film .view-node-film-top .views-field-title a { /* hiding a link that points to the current page */
	font-size:14px;
	color: #2698c8;
	font-weight:bold;
	text-transform:none;
	line-height:1.2em;	
}

.node-type-film .view-node-film-top .views-field-field-video-views-value {
	background:Transparent url("/sites/default/themes/grtv/images/top_video_border.png") no-repeat scroll 0 4px;
	padding-left:5px;
}

.node-type-film .view-node-film-top .views-field--fivestar-rate {
	padding-top:2px;
}

.node-type-film .view-node-film-top .views-field-addthis,
.node-type-film .view-node-film-top .views-field-addthis-1 {
	position:absolute;
	bottom:3px;
	left:415px;
}

.view-node-film-description .views-field-body, .views-field-comment, .views-field-timestamp, .views-field-name, .form-item{
	font: 13px Verdana;
}
.views-field-comment{
	margin-top:5px;
	margin-bottom:15px;
}
	

/* the remaining of the content / two columns display */ 

.node-type-film .col-center {
	border-bottom:1px dotted #b2b2b2;
	margin-bottom:10px;
}

.node-type-film .grid-6 {
	float:left;
	width:410px;
	border-left:1px dotted #b2b2b2;
}

.node-type-film .grid-3 {
	border-left:1px dotted #b2b2b2;
	background:Transparent url('/sites/default/themes/grtv/images/filmRelatedBG.jpg') top right repeat-y;
}

.node-type-film .grid-6 .pane-content,
.node-type-film .grid-3 .pane-content {
	font-size:11px;
	line-height:normal;
}

.node-type-film .grid-6 .pane-content {
	padding:0 10px;
}

.node-type-film h2.pane-title {
	margin-left:-1px;
}

.node-type-film .grid-6 h2.pane-title {
	margin-right:-1px;
}


/* description */

.view-node-film-description .views-field-title {
	color:#2698c8;
	font-weight:bold;
	margin-top:5px;
}

.view-node-comments .views-field-name, .view-node-comments .views-field-name a {
	color:#2698c8;
	font-weight:bold;
}

.view-node-film-description .views-field-name {
	color:#2698c8;
	margin-top:0;
	margin-bottom:10px;
}

.view-node-comments .views-row,
.view-node-film-recommended-articles .views-row {
	margin:10px 0;
}

#comment-form .form-item {
	margin-top: 0;
}

.view-node-film-recommended-articles .views-field-title {
	font-size:12px;
}

.view-node-film-recommended-articles .views-field-title a {
	text-decoration:underline;
}

.view-node-film-recommended-articles .views-field-name {
	font-weight:bold;
}


/* Commentaries */

.view-node-comments .views-field-timestamp {
	margin-top:5px;
}

.view-node-comments .view-empty  {
	margin-top:1.5em;
	color:#222;
	font-style:italic;
}

.view-node-comments .views-field-name .field-content {
	color: #2698C8;
}

/* related videos */

.node-type-film .grid-3 {
	float:left;
	width:203px;
}

.node-type-film .grid-3 .view-node-film-related-videos {}

.node-type-film .grid-3 .view-node-film-related-videos .views-row {
	padding:10px 33px 15px;
	border-bottom:1px dotted #b2b2b2;
}

.node-type-film .grid-3 .view-node-film-related-videos .views-row-last {
	border-bottom:none;
}

.node-type-film .grid-3 .views-field-field-video-embed {
	background-color:#000;
	text-align:center;
}

.view-node-film-related-videos .views-field-title {
	color:#2698c8;
	font-weight:bold;
	margin-top:5px;
}

.view-node-film-related-videos .views-field-name {
	margin-top:0;
}

.view-node-film-related-videos div.fivestar-widget {
	margin-left:-3px;
}

.view-node-film-related-videos .views-field-created {
	clear:both;
}

.view-node-film-related-videos p {
	margin:0;
}


.view-node-film-related-videos .views-count-value {
	font-weight:bold
}

.views-field-field-recommended-articles-value{
	padding-top:10px;
	font:12px Arial;
}
/* 
######################################################################
##												CONTRIBUTOR'S PAGE												##
######################################################################
*/

.node-type-contributor h1 {
	display:none;
}

.view-node-contributor-videos .content { /* static content override */
	border:none;
	padding:0;
}

.view-node-contributor-videos {
	font-size:11px;
	line-height:normal;
}

.view-node-contributor-videos .pane-content {
	padding-bottom:0;
}

.view-node-contributor-videos h1 {
	display:block !important;
}

.view-node-contributor-videos .views-row {
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #b2b2b2;
	float:left;
}
/* TEMP?
.view-node-contributor-videos .views-field-picture,
.view-node-contributor-videos .views-field-title,
.view-node-contributor-videos .views-field-body {	
	float:left;
}
*/
.view-node-contributor-videos .views-field-picture {
	display:block;
	width:144px;
	height:106px;
	background-color:#ccc;
	margin-right:10px;
}

.view-node-contributor-videos .views-field-title {
	font-weight:bold;
}

.view-node-contributor-videos .views-field-teaser {
	float:left;
	margin-bottom:-1.5em;
}

.view-node-contributor-videos .views-field-body {
	margin-bottom:-1.5em;
}

/* Videos by */

.view-node-contributor-videos .views-field-field-video-embed {
	float:left;
}

.view-node-contributor-videos .views-field-title {
	position:absolute;
	left:230px;
	top:10px;
}

.view-node-contributor-videos .views-field-teaser {
	height:70px;
	left:230px;
	overflow:hidden;
	position:absolute;
	top:30px;
}

/* fake grey box... */

.view-node-contributor-videos .views-row {
	position:relative;
	width:615px;
	clear:both;
}

.view-node-contributor-videos .views-row-last {
	border-bottom:none;
	padding-bottom:0;
}

.view-node-contributor-videos .views-field-created,
.view-node-contributor-videos .views-field--fivestar-rating,
.view-node-contributor-videos .views-field-field-video-duration,
.view-node-contributor-videos .views-field-totalcount,
.view-node-contributor-videos .views-field-field-video-views-value {
	position:absolute;
	left:140px;
	width:70px;
	padding-left:10px;
	background-color:#eee;
}

.view-node-contributor-videos .views-field-created {
	top:10px;
	height:30px;
	padding-top:10px;
}

.view-node-contributor-videos .views-field-created-value {
	color:#2698c8;
}

.view-node-contributor-videos .views-field--fivestar-rating  {	
	top:49px;	
	padding:0 5px;
	position:absolute;
	left:140px;
	width:70px;
	height:17px;
	padding-left:5px;
	background-color:#eee;
}

.view-node-contributor-videos .views-field-field-video-duration  {
	top:65px;
	height:18px;
	color:#2698c8;
}

.view-node-contributor-videos .views-field-field-video-views-value { 
	top:82px;
	height:18px;
}

.view-node-contributor-videos .views-field-field-video-views-value p {  /* may be obsolete */
	margin:0;
	white-space: nowrap;
	width:65px;
	overflow:hidden;
}

.view-node-contributor-videos .views-field-totalcount .field-content  {
	font-weight:bold;
}

/* //fake grey box... ends */

/* top section's exceptions */

.view-node-contributor-top .views-row {
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	border:none;
}

.view-node-contributor-top .views-field-title {
	margin-top:5px;
	position:relative;
	top:0;
	left:0;
	font-weight:bold;
	color:#2698C8;
}

.view-node-contributor-top .views-field-title a:hover { /* hiding a link that points to the current page */
	text-decoration:none;
	cursor:default;
}

.view-node-contributor-top .views-field-body {
	line-height:130%;
	margin-top:0.3em;
}

.view-node-contributor-top .views-field-body p {
	margin:0;
}

/* 
######################################################################
## 		TAXONOMY, MOST POPULAR AND LATEST VIDEOS											##
######################################################################
*/

#panel-most-popular-videos h1,
#panel-latest-videos h1,
.page-taxonomy h1 {
	display:none;
}

#panel-latest-videos h2,
#panel-most-popular-videos h2 {
	display:none;
}

.page-taxonomy .content,
#node-31 .content,
#node-32 .content,
#node-88 .content  { /* static content override */
	border:none;
	padding:0;
}

/* NOTE: same styles as contributor's page and search results... */

.page-taxonomy .pane-content,
#panel-latest-videos .pane-content,
#panel-most-popular-videos .pane-content {
	padding-bottom:0;
}

.page-taxonomy .pane-video-rows,
#panel-latest-videos .view-node-more-videos ,
#panel-most-popular-videos .view-node-more-videos  {
	font-size:11px;
	line-height:normal;
}
/*
.page-taxonomy .view-node-video-rows,
#panel-latest-videos .view-node-more-videos ,
#panel-most-popular-videos .view-node-more-videos  {
	margin-top:10px;
}
*/
.page-taxonomy .pane-video-rows .views-row,
#panel-latest-videos .view-node-more-videos .views-row,
#panel-most-popular-videos .view-node-more-videos .views-row {
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px dotted #b2b2b2;
	float:left;
	min-height:100px;
}
.page-taxonomy .pane-video-rows .views-row-first,
#panel-latest-videos .view-node-more-videos .views-row-first,
#panel-most-popular-videos .view-node-more-videos .views-row-first {
	border-top:none;
}

.page-taxonomy .pane-video-rows .views-field-picture,
#panel-latest-videos .view-node-more-videos .views-field-picture,
#panel-most-popular-videos .view-node-more-videos .views-field-picture {
	display:block;
	width:144px;
	height:106px;
	background-color:#ccc;
	margin-right:10px;
}

.page-taxonomy .pane-video-rows .views-field-title,
#panel-latest-videos .view-node-more-videos .views-field-title,
#panel-most-popular-videos .view-node-more-videos .views-field-title {
	font-weight:bold;
}

.page-taxonomy .pane-video-rows .views-field-teaser,
#panel-latest-videos .view-node-more-videos .views-field-teaser,
#panel-most-popular-videos .view-node-more-videos .views-field-teaser {
	float:left;
	margin-bottom:-1.5em;
}

.page-taxonomy .pane-video-rows .views-field-body,
#panel-latest-videos .view-node-more-videos .views-field-body,
#panel-most-popular-videos .view-node-more-videos .views-field-body {
	margin-bottom:-1.5em;
}

.page-taxonomy .pane-video-rows .views-field-field-video-embed,
#panel-latest-videos .view-node-more-videos .views-field-field-video-embed,
#panel-most-popular-videos .view-node-more-videos .views-field-field-video-embed {
	float:left;
}

.page-taxonomy .pane-video-rows .views-field-title,
#panel-latest-videos .view-node-more-videos .views-field-title,
#panel-most-popular-videos .view-node-more-videos .views-field-title {
	position:absolute;
	left:230px;
	top:10px;
}

.page-taxonomy .pane-video-rows .views-field-field-film-other-contrib-value,
#panel-latest-videos .view-node-more-videos .views-field-field-film-other-contrib-value,
#panel-most-popular-videos .view-node-more-videos .views-field-field-film-other-contrib-value  {
	position:absolute;
	left:230px;
	top:26px;

}

.page-taxonomy .pane-video-rows .views-field-field-film-other-contrib-value p,
#panel-latest-videos .view-node-more-videos .views-field-field-film-other-contrib-value p,
#panel-most-popular-videos .view-node-more-videos .views-field-field-film-other-contrib-value p{
	font-family:Arial;
}

.page-taxonomy .pane-video-rows .views-field-field-film-other-contrib-value .field-content,
#panel-latest-videos .view-node-more-videos .views-field-field-film-other-contrib-value .field-content,
#panel-most-popular-videos .view-node-more-videos .views-field-field-film-other-contrib-value .field-content  {
	font-weight:bold;
}

.page-taxonomy .pane-video-rows .views-field-teaser,
#panel-latest-videos .view-node-more-videos .views-field-teaser,
#panel-most-popular-videos .view-node-more-videos .views-field-teaser  {
	height:58px;
	left:230px;
	line-height:135%;
	overflow:hidden;
	position:absolute;
	top:44px;
}

.page-taxonomy .pane-video-rows .views-field-teaser p,
#panel-latest-videos .view-node-more-videos .views-field-teaser p,
#panel-most-popular-videos .view-node-more-videos .views-field-teaser p  {
	margin:0;
	display:inline;
}

.page-taxonomy .pane-video-rows .views-field-teaser br,
#panel-latest-videos .view-node-more-videos .views-field-teaser br,
#panel-most-popular-videos .view-node-more-videos .views-field-teaser br {
	display:none;
}

/* fake grey box */

.page-taxonomy .pane-video-rows .views-row,
#panel-latest-videos .view-node-more-videos .views-row,
#panel-most-popular-videos .view-node-more-videos .views-row {
	position:relative;
	width:615px;
	clear:both;
}

.page-taxonomy .pane-video-rows .views-row .views-field-created,
#panel-latest-videos .view-node-more-videos .views-row .views-field-created,
#panel-most-popular-videos .view-node-more-videos .views-row .views-field-created,
.page-taxonomy .pane-video-rows .views-row .views-field-field-video-duration,
#panel-latest-videos .view-node-more-videos .views-row .views-field-field-video-duration,
#panel-most-popular-videos .view-node-more-videos .views-row .views-field-field-video-duration,
.page-taxonomy .pane-video-rows .views-row .views-field-field-video-views-value,  /* may be obsolete */
#panel-latest-videos .view-node-more-videos .views-row .views-field-field-video-views-value,
#panel-most-popular-videos .view-node-more-videos .views-row .views-field-field-video-views-value,
.page-taxonomy .pane-video-rows .views-row .views-field-totalcount, /*may be obsolete*/
#panel-latest-videos .view-node-more-videos .views-row .views-field-field-video-views-value,
#panel-most-popular-videos .view-node-more-videos .views-row .views-field-field-video-views-value,
.page-taxonomy .pane-video-rows .views-row .views-field--views,
#panel-latest-videos .view-node-more-videos .views-row .views-field--views,
#panel-most-popular-videos .view-node-more-videos .views-row .views-field--views {
	position:absolute;
	left:140px;
	/*width:65px;*/
  width: 68px;
	padding-right:5px;
	padding-left:10px;
	background-color:#eee;
}

.page-taxonomy .pane-video-rows .views-row .views-field-created,
#panel-latest-videos .view-node-more-videos .views-row .views-field-created,
#panel-most-popular-videos .view-node-more-videos .views-row .views-field-created {
	top:10px;
	height:30px;
	padding-top:10px;
	font:11px Arial;
}


#panel-most-popular-videos .view-node-more-videos .views-row .views-field-created .field-content p{
	font:11px Arial;
}
#panel-latest-videos .view-node-more-videos .views-row .views-field-created .field-content p{
	font:11px Arial;
}
.page-taxonomy .pane-video-rows .views-row .views-field-created .field-created p{
	font:11px Arial;
}
.page-taxonomy .view-node-more-videos .views-row .views-field-field-video-duration .field-content p{
	font:11px Arial;
}
#panel-latest-videos .view-node-more-videos .views-row .views-field-field-video-duration .field-content p{
	font:11px Arial;
}
#panel-most-popular-videos .view-node-more-videos .views-row .views-field-field-video-duration .field-content p{
	font:11px Arial;
}


.page-taxonomy .pane-video-rows .views-row .views-field-created-value,
#panel-latest-videos .view-node-more-videos .views-row .views-field-created-value,
#panel-most-popular-videos .view-node-more-videos .views-row .views-field-created-value {
	color:#2698c8;
}

.page-taxonomy .views-field--fivestar-rating,
#panel-latest-videos .views-field--fivestar-rating,
#panel-most-popular-videos .views-field--fivestar-rating  {	
	top:49px;
	padding:0 5px;
	position:absolute;
	left:140px;
	width:73px;
	height:17px;
	padding-left:5px;
	background-color:#eee;
}

.page-taxonomy .views-field--fivestar-rating div.fivestar-widget .star a,
#panel-latest-videos .views-field--fivestar-rating div.fivestar-widget .star a,
#panel-most-popular-videos .views-field--fivestar-rating div.fivestar-widget .star a {	
	cursor:default;
}

.page-taxonomy .pane-video-rows .views-row .views-field-field-video-duration,
#panel-latest-videos .view-node-more-videos .views-row .views-field-field-video-duration,
#panel-most-popular-videos .view-node-more-videos .views-row .views-field-field-video-duration  {
	top:66px;
	height:18px;
	color:#2698c8;
	font:11px Arial;
}

.page-taxonomy .pane-video-rows .views-row .views-field-totalcount, /* may be obsolete */
#panel-latest-videos .view-node-more-videos .views-row .views-field-totalcount,
#panel-most-popular-videos .view-node-more-videos .views-row .views-field-totalcount,
.page-taxonomy .pane-video-rows .views-row .views-field-field-video-views-value, /* may be obsolete */
#panel-latest-videos .view-node-more-videos .views-row .views-field-field-video-views-value,
#panel-most-popular-videos .view-node-more-videos .views-row .views-field-field-video-views-value { 
	top:82px;
	height:18px;
	font:11px Arial;
}

.page-taxonomy .pane-video-rows .views-row .views-field-field-video-views-value p,
#panel-latest-videos .view-node-more-videos .views-row .views-field-field-video-views-value p,
#panel-most-popular-videos .view-node-more-videos .views-row .views-field-field-video-views-value p {  /* may be obsolete */
	margin:0;
	white-space: nowrap;
	width:65px;
	overflow:hidden;
	font:11px Arial
}


.page-taxonomy .pane-video-rows .views-row .views-field-totalcount .field-content,
#panel-latest-videos .view-node-more-videos .views-row .views-field-totalcount .field-content,
#panel-most-popular-videos .view-node-more-videos .views-row .views-field-totalcount .field-content  {
	font-weight:bold;
}

/* //fake grey box... ends */


/* "More..." link : same styles than h2.pane-title for now */
/*
.page-taxonomy .more-link,
#panel-latest-videos .more-link,
#panel-most-popular-videos .more-link  {
	clear:both;
	background-color:#4abdef;
	height:25px;
	padding-top:5px;
	padding-left:5px;
	margin-top:0;
	margin-bottom:0;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-align:left;
}

.page-taxonomy .more-link a,
#panel-latest-videos .more-link a,
#panel-most-popular-videos .more-link a {
	color:#fff;
	background:Transparent url('/sites/default/themes/grtv/images/titleLinkBG.png') right 2px no-repeat;
	padding-right:15px;
}

.page-taxonomy .more-link a:hover,
#panel-latest-videos .more-link a:hover,
#panel-most-popular-videos .more-link a:hover {
	background:Transparent url('/sites/default/themes/grtv/images/titleLinkOverBG.png') right 2px no-repeat;
	text-decoration:none;
}
*/

.page-taxonomy .views-field-view-node,
#panel-latest-videos .views-field-view-node,
#panel-most-popular-videos .views-field-view-node {
	bottom:4px;
	position:absolute;
	right:0px;
}

.page-taxonomy .views-field-addthis,
#panel-latest-videos .views-field-addthis,
#panel-most-popular-videos .views-field-addthis,
.page-taxonomy .views-field-addthis-1,
#panel-latest-videos .views-field-addthis-1,
#panel-most-popular-videos .views-field-addthis-1 {
	bottom:3px;
	left:415px;
	position:absolute;
}

/* 
######################################################################
##													SEARCH RESULTS													##
######################################################################
*/

/* search form begins */

.page-custom-search h1 {
	display:none;
}

.page-custom-search .col-center {
	padding-bottom:5px;
}

.page-custom-search .col-center .content {
	width:573px;
	border-right:1px dotted #b2b2b2;
	border-bottom:1px dotted #b2b2b2;
	border-left:1px dotted #b2b2b2;
	padding:25px 20px 20px;
	margin-bottom:10px;
}

.views-exposed-form .views-exposed-widgets, .view-search-video-rows .view-header {
	clear:both;
	background:#3197cd url('/sites/default/themes/grtv/images/titleResultsBG.gif') no-repeat;
	height:27px !important;
	padding-left:10px;
	margin-top:0;
	margin-bottom:2px;
	color:#fff;
	line-height:1.5em;
	font-weight:bold;
	width:610px;
	padding-left:5px;
}

.view-search-video-rows .view-header {
	padding-top: 5px;
	padding-left: 10px;
        height:22px !important;
	width: 605px;
}

.views-exposed-form .views-exposed-widgets .views-exposed-widget {
	padding-top:4px;
}

.views-exposed-form #edit-keys,
.views-exposed-form #edit-submit-search-video-rows  {
	display:none;
}

.views-exposed-form label {
	display:inline;
	font-size:13px;
	font-weight:bold;
	color:#fff;
}

.view-search-video-rows .views-widget, #edit-field-film-contributors-nid-wrapper {
	display: inline;
}

#edit-field-film-contributors-nid-wrapper {
	padding-left: 7px;
}

.views-exposed-form label {
	display:none;
}

.views-exposed-form select {
	width:150px;
}

.view-filters form {
	/* display:none; */
	margin-bottom:0;
}

.view-search-video-rows .view-filters form {
	/* display:none; */
	margin-bottom:0;
	float: none;
}

.view-search-video-rows .views-exposed-form label {
        display: inline;
	font-size: 11px;
}
 
.view-search-video-rows  .views-exposed-form .views-exposed-widget {
	padding-right:5px;
	padding-bottom: 0;
}
 
.view-search-video-rows .views-exposed-widget #edit-submit-search-video-rows {
	margin-top:0;
	padding-top:0;
}

.view-search-video-rows .views-exposed-widget #edit-submit-search-video-rows .btn {
	margin-top:0;
}
 
 /* //search form ends */

.view-search-video-rows {
	font-size:11px;
	line-height:normal;
}

.view-search-video-rows .view-empty {
	clear:both;
	font-size:100%;
	padding-top:20px;
	padding-left:10px;
}

.view-search-video-rows .content { /* static content override */
	border:none;
	padding:0;
}

.view-search-video-rows .pane-content {
	padding-bottom:0;
}
/*
.view-search-video-rows h1 {
	display:none;
}
*/
.view-search-video-rows .views-row {
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #b2b2b2;
	float:left;
}

.view-search-video-rows .views-row-last {
	border-bottom:none;
}

.view-search-video-rows .views-field-picture {
	display:block;
	width:144px;
	height:106px;
	background-color:#ccc;
	margin-right:10px;
}

.view-search-video-rows .views-field-body {
	margin-bottom:-1.5em;
}

/* Videos by */

.view-search-video-rows .views-field-field-video-embed {
	float:left;
}

.view-search-video-rows .views-field-title {
	position:absolute;
	left:230px;
	top:10px;
	font-weight:bold;
	font-family:Verdana;
}

.view-search-video-rows .views-field-field-film-other-contrib-value {
	position:absolute;
	left:230px;
	top:24px;
}

.view-search-video-rows .views-field-field-film-other-contrib-value .field-content a {
	font-weight:normal;
}

.view-search-video-rows .views-field-teaser {	
	position:absolute;
	top:42px;
	left:230px;
	overflow:hidden;
	height:60px;
	float:left;
	padding-right:10px;
}

.views-field-teaser, .views-field-title{
	font-size:13px;
	font-family:Verdana;
}

.view-content .views-field-view-node a{
	font-size:13px;
}

/* fake grey box... */

.view-search-video-rows .views-row {
	position:relative;
	width:615px;
	clear:both;
	min-height:100px;
}

.view-search-video-rows .views-field-created,
.view-search-video-rows .views-field--fivestar-rating,
.view-search-video-rows .views-field-field-video-duration,
.view-search-video-rows .views-field-field-video-views-value,
.view-search-video-rows .views-field--views {
	position:absolute;
	left:140px;
	width:70px;
	padding-left:10px;
	background-color:#eee;
}

.view-search-video-rows .views-field-created {
	top:10px;
	height:38px;
	padding-top:10px;
	overflow:hidden; /* TEMP: until I change the date format... */
}

.view-search-video-rows .views-field-created-value {
	color:#2698c8;
}

.view-search-video-rows .views-field--fivestar-rating {
	top:48px;
	padding:0 5px;
}

.view-search-video-rows .views-field-field-video-duration {
	top:63px;
	height:18px;
	color:#2698c8;
	padding-top:2px;
}

.view-search-video-rows .views-field-field-video-views-value {
	top:80px;
	height:20px;
}

.view-search-video-rows .views-field-field-video-views-value p {
	white-space:nowrap;
	margin:0;
	overflow:hidden;
}

/* //fake grey box... ends */

.view-search-video-rows .views-field-view-node {
	position:absolute;
	bottom:5px;
	right:10px;
}

.view-search-video-rows .views-field-view-node a {
	text-decoration:underline;
}

/* 
######################################################################
##												LOGIN / REGISTER													##
######################################################################
*/

#user-login,
#user-register,
#user-pass {
	border:1px dotted #b2b2b2;
	border-top:none;
	padding:2em 10px;
	background:Transparent url('/sites/default/themes/grtv/images/formBG.gif') repeat-y;
	width:auto;
}

#user-login label,
#user-register label,
#user-pass label {	
	float:left;
	height:21px;
	width:165px;
	margin-left:80px;
	padding-left:5px;
	background:#46b3e3 url('/sites/default/themes/grtv/images/formLabelBG.gif') repeat-x;
	border:1px solid #46b3e3;
	color:#fff;
	font-weight:bold;
	font-size:14px;	
	white-space:nowrap;
}

#user-login .form-text,
#user-register .form-text,
#user-pass .form-text {
	width:260px;
	margin-right:74px;
}

#user-login .description,
#user-register .description,
#user-pass .description {
	clear:both;
	color:#666666;
	font-size:0.8em;
	font-style:italic;
	line-height:1.5em;
	margin-left:260px;
}

#user-login .form-submit,
#user-register .form-submit,
#user-pass .form-submit {
	float:right;
	margin-top:5px;
	margin-right:75px;
}

.view-content {
	clear:both;
}

/* AdSense Block */
#block-block-3, 
#block-block-6 {clear: both; overflow: hidden; background: url(/sites/default/themes/grtv/images/block-frame.gif) no-repeat left bottom; padding: 10px; overflow: hidden;}
/*#block-block-3 iframe, #block-block-6 iframe {margin: 10px; width: 200px; height: 200px; display: block;}*/

#tp1-signiture {font-size: 11px; color: #999; padding-top: 10px; margin-top: 10px;}
#tp1-signiture a {color: #999;}
