@charset "UTF-8";
/*
css/screen-1025.css
By Matthew DiMatteo, Children's Technology Review

This file contains CSS rules supporting RWD (Responsive Web Design) for optimizing the display of CTREX on tablets in landscape mode
It is included in all pages via the file 'php/document.php'
*/

/* TABLET (LANDSCAPE) */
@media screen and (max-width:1025px) 
{

/* RWD SHOW/HIDE ********************************************************* */
.show-only-1025													{ display:block; } 	/* elements to show only on this screen size */
.show-only-desktop, .show-only-769, .show-only-480				{ display:none; } 	/* elements to show only on certain screen sizes */
.show-480-and-above, .show-769-and-above, .show-1025-and-above	{ display:block;} 	/* elements to show only screens above a certain size */
.show-1025-and-below											{ display:block; } 	/* elements to show on this screen size and below */
.show-769-and-below												{ display:none; } 	/* elements to show only on smaller screen sizes */

/* HEADER */
.searchbar-margin
{
	width:3%;
}

/* SECONDARY NAV */
.nav-item, .nav-item-active
{
	font-size:14px;
	margin-left:0px;
	margin-right:0px;
	padding-left:4px;
	padding-right:4px;
}

/* FORMS */
.field-container
{
	width:50%;
}

/* RESULT ITEMS */
.search-area
{
	margin-left:8px;
}
.result-item-rating-container
{
	width:50%;
}
.result-item-rating-padding
{
	width:45%;
}
.result-item-grid-title
{
	font-size:16px;
}
.result-item-grid-copyright
{
	font-size:12px;
}
.result-item-grid-details .result-item-info-line, .result-item-grid-details .rating-line
{
	font-size:10px;
}
.result-item-grid-details .rating-line .text-16
{
	font-size:10px;
}
.result-item-grid-details .rating-line img
{
	width:12px;
	height:12px;
	max-width:12px;
	max-height:12px;
}
.result-item-grid-details .rating-line .rating-line-col
{
	margin-right:2px;
}
.pub-item .result-item-text
{
	width:84%;
}
.archive-item .result-item-heading-title
{
	font-size:20px;
}
.archive-item-image
{
	width:120px;
}
.volume-line
{
	font-size:10px;
}
.archive-item-title-col
{
	width:32%;
}
.result-item-archive-grid-col
{
	width:15%;
}
.expert-name
{
	font-size:18px;
}
.expert-title
{
	font-size:14px;
}
.expert-bio
{
	font-size:12px;
}

/* REVIEW PAGE */
.rating-details
{
	width:45%;
}
.review-permalink
{
	cursor:copy;
	color:#336699;
	font-size:13px;
	margin-top:6px;
	padding:0px;
	background-color:transparent;
	border:0px solid black;
	width:100%;
	height:24px;
}
.quick-rating-inc-dec button
{
	font-size:14px;
	padding-left:8px;
	padding-right:8px;
}
.exchange-post-comment textarea
{
	font-size:16px;
}

/* PROFILE PAGES */
.profile-saved-item-row .saved-item-label
{
	width:80%;
	font-size:14px;
	margin-top:4px;
}
.company-description-private textarea
{
	font-size:16px;
}

/* SAVED BOOKMARKS PAGE */
#new-bookmark-folder-form-main input[type="text"]
{
	width:140px;
	max-width:140px;
	font-size:16px;
}
.new-bookmark-folder-form input[type="submit"], .new-bookmark-folder-form button
{
	width:32px;
	height:32px;
	max-width:32px;
	max-height:32px;
	font-size:16px;
}

/* RUBRICS */
.rubric-menu-col-set
{
	display:block;
}
.rubric-menu-col-btns
{
	width:20%;
}
.rubric-menu-col-select
{
	width:55%;
}
#rubric-menu-col-saved-select
{
	margin-left:0px;
}

.rubric .dropdown-div select, .rubric .dropdown-div-active select
{
	font-size:16pt; 
	width:320px; 
	height:40px; 
	padding-left:10px;
	line-height:1.5;
}
.qa-inc-dec
{
	width:7%;
	padding-top:0px;
	padding-bottom:0px;
}
.qa-output
{
	width:6%;
	margin-top:4px;
	font-size:14px;
}
.qa-rating input[type="range"], .qa-weight input[type="range"], #review-rating-container input[type="range"]
{
	outline:0;
}
.qa-rating input[type="range"]
{
	width:95%;
}
.qa-weight input[type="range"]
{
	width:96%;
}
#review-rating-container input[type="range"]
{
	width:93%;
}
#rubric-evaluation-total
{
	font-size:24px;
}
#rubric-evaluation-total-center
{
	margin-top:6px;
}
#rubric-evaluation-captcha .width-20
{
	width:40%;
}
.qa-checkbox-row-a
{
	display:block;
	font-size:16px;
	padding:1px;
}
.qa-checkbox-row-b
{
	display:block;
	font-size:15px;
	padding:1px;
}
.qa-checkbox-row-c
{
	display:block;
	font-size:13px;
	padding:1px;
}
.qa-checkbox-row-d
{
	display:block;
	font-size:12px;
	padding:1px;
}
.qa-checkbox-row-e
{
	display:block;
	font-size:10px;
	padding:1px;
}
.qa-checkbox-row-f
{
	display:block;
	font-size:10px;
	padding:1px;
}

/* EDITORIAL PANEL */
.standard-qa-rating
{
	font-size:12px;
	width:70%;
}
.standard-qa-output
{
	width:9%;
}

/* AWARDS */
.award-iframe iframe
{
	height:360px;
}

/* JUROR PANEL */
.juror-panel-title
{
	text-align:left;
	width:20%;
}
.juror-panel-btns
{
	width:30%;
}
.juror-panel-comments
{
	width:35%;
}


} /* /@media screen and (max-width:1025px) */