/**
 * @file
 * Page Styling
 *
 * Style the markup found in page.tpl.php. Also includes some styling of
 * miscellaneous Drupal elements that appear in the $content variable, such as
 * ul.links, .pager, .more-link, etc.
 */


/*
 * Body
 */

 body {
  margin: 0;
  padding: 0;
}

#page {
  font-size: 99%;
}

#page { 
  font-family: "Open Sans";
}

p, span {
  font-family: Arial,Verdana;
}
/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 * See the element-focusable rule in system.base.css.
 */

 #skip-link {
  margin: 0;
}
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/*
 * Header
 */

 #header {
 }

 #logo { /* Wrapping link for logo */
  float: left; /* LTR */
  margin: 0;
  padding: 0;
}
#logo img {
  vertical-align: bottom;
  width: 85px;
  margin: 10px 15px;
  margin-left: 30px;
}

#name-and-slogan { /* Wrapper for website name and slogan */
  float: left;
}

#site-name { /* The name of the website */
  margin: 0;
  font-size: 2em;
  line-height: 1.5em;
}
#site-name a:link,
#site-name a:visited {
  color: #000;
  text-decoration: none;
}
#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}

#site-slogan { /* The slogan (or tagline) of a website */
  margin: 0;
  font-size: 0.8em;
  line-height: 1.6em;
  margin-top: 10px;
}

.region-header { /* Wrapper for any blocks placed in the header region */
  /*clear: both;  Clear the logo */
}

/*
 * Main (container for everything else)
 */

 #main {
 }

/*
 * Content
 */

 #content {
  padding: 20px;
  max-width: 960px;
margin: 0 auto;
}

.region-highlighted {
}

.breadcrumb { /* The path to the current page in the form of a list of links */
}
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

h1.title, /* The title of the page */
h2.node-title, /* Title of a piece of content when it is given in a list of content */
h2.block-title, /* Block title */
h2.title, /* Comment section heading */
h2.comment-form, /* Comment form heading */
h3.title { /* Comment title */
  margin: 0;
}

tr.even { /* Some tables have rows marked even or odd. */
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

tr.odd {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

div.messages { /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */
  margin: 1.5em 0; /* Drupal core uses "6px 0" margin */
}
div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

div.status { /* Normal priority messages */
}

div.warning,
tr.warning { /* Medium priority messages */
  /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
}

div.error,
tr.error { /* High priority messages. See also the .error declaration below. */
}

.error { /* Errors that are separate from div.messages status messages. */
  /* color: #e55; */ /* Drupal core uses a #e55 background */
}

.warning { /* Warnings that are separate from div.messages status messages. */
  /* color: #e09010; */ /* Drupal core uses a #e09010 background */
}

.tabs { /* See also the tabs.css file. */
}

.region-help { /* Help text on a page */
}

.more-help-link { /* Link to more help */
}

.region-content { /* Wrapper for the actual page content */
}

ul.inline { /* List of links generated by theme_links() */
  display: inline;
  padding: 0;
}
ul.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0; /* LTR */
}

span.field-label { /* The inline field label used by the Fences module */
  padding: 0 1em 0 0; /* LTR */
}

.item-list .pager { /* A list of page numbers when more than 1 page of content is available */
  padding: 0;
}
.item-list .pager li { /* Each page number in the pager list */
  padding: 0 0.5em;
}

.feed-icon { /* The link to the RSS or Atom feed for the current list of content */
}

.more-link { /* Aggregator, blog, and forum more link */
}

/*
 * First sidebar (on left in LTR languages, on right in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-first
 * (see the layout.css file.)
 */

 .region-sidebar-first {
 }

/*
 * Second sidebar (on right in LTR languages, on left in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-second
 * (see the layout.css file.)
 */

 .region-sidebar-second {
 }

/*
 * Footer
 */

 #footer {
 }

/*
 * Page bottom
 */

 .region-bottom { /* Wrapper for any blocks placed in the page bottom region */
 }


 #content p {
  /*padding: 10px;*/
  line-height:1.8em;
  margin: 15px 0;
}

article {
}

/* General */

.node-page:after {
  content: "" !important;
}

#content .view-content h3,h3.section-title{
  color: #999;
  border-bottom: 1px #D7D7D7 solid;
  margin: 20px 0 19px;
  padding-bottom: 4px;
  font-size:1.5em;
}

.section-title h3 {
  float:left;
  margin: 0 !important;
  border-bottom: 1px transparent solid !important;
  font-size: 1.5em;
}

.section-title a{
  border-bottom: 1px #D7D7D7 solid;
  color: #999;
  margin: 20px 0 19px;
  padding-bottom: 4px;
  display: block;
  padding-bottom: .2em;
  height: 2em;
}

.section-title a:hover{
 color:#DF0000 !important;
}


.section-title span {
  float: right;
}

.views-view-grid {
  width: 100%;
}

.views-view-grid td {
  width:300px;
}

/* Input */
input,textarea {
  border: 1px solid #AAA;
  position: relative;
  bottom: -1px;
}

input:hover,textarea:hover {
  border-color: #444;
}

input.form-submit {
  background-image: -webkit-linear-gradient(top,whiteSmoke,#F1F1F1);
  -webkit-border-radius: 2px;
  -webkit-user-select: none;
  background-color: whiteSmoke;
  background-image: linear-gradient(top,whiteSmoke,#F1F1F1);
  background-image: -o-linear-gradient(top,whiteSmoke,#F1F1F1);
  border: 1px solid gainsboro;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  color: #666;
  cursor: pointer;
  font-size: 11px;
  font-weight: bold;
  height: 26px;
  min-width: 30px;
  padding: 0 8px;
  text-align: center;
}

/*Game pages*/
article.node-game img {
  margin: 0 auto;
  display: block;
}

.field-name-field-game-thumbnail img {
  float: right;
  padding: 5px;
  max-width: 400px;
}

.field-name-field-game-video

article.node p {
  color: #333;
  font-size: .90em;
  line-height: 2em;
}

/* Mentors */


.view-mentors h4 {
  font-size: 1.2em;
  font-family: "Open Sans";
  padding: 0;
  margin: 0;
}

.view-mentors .mentor {
  padding: 10px;
  padding-bottom: 25px;
}

.view-mentors span.views-label {
  font-weight: bold;
}

.view-mentors p {
  margin: 0;
}

.view-mentors .views-field-body {
  margin: 8px 0px;
}

/* Videos */
.videoitem {
  text-align:center;
}

.videoitem a img {
  height: 144px;
  width: 290px;
  display: block;
  border: 1px solid #CCC;
  padding: 3px;
  margin: 0 auto;
}

.videoitem span.video-link a{
  display: block;
  margin: 0 auto;
  width: 300px;
  text-decoration: none;
  color: #DF0000 !important;  
  margin-top: 4px;
}

.video-date-small-margin {
  font-size: 11px;
  color: #666;
  margin-bottom: 20px;
  margin-top: -3px;
}

.video-info {
  width: 720px;
  margin: 0 auto;
  margin-top: 10px;
  background: whitesmoke;
  height: 100%;
  border: 1px solid #DFDFDF;
}

.video-info p {
  padding:10px;
  padding-top:22px;
}

.video-date {
  float: left;
  position: relative;
  top: 0px;
  color: #666;
  font-size: 13px;
  margin-left: 5px;
  width: 98%;
  padding: 3px;
  border-bottom: 1px solid #EEE;
}

.field-name-field-video-video {
  width: 720px;
  margin: 0 auto;
}

/* Gallery */
/* Videos */
.galleryitem {
  text-align:center;
}

.view-gallery td {
  width:225px;
}

.galleryitem a img {
  height: 120px;
  width: 215px;
  display: block;
  border: 1px solid #CCC;
  padding: 3px;
  margin: 0 auto; 
}

.galleryitem a img:hover {
  border: 1px solid #DF0000;
}

.galleryitem span.gallery-link a{
  display: block;
  margin: 0 auto;
  width: 225px;
  text-decoration: none;
  color: #DF0000 !important;  
  margin-top: 4px;
  margin-bottom: -4px;
}

.gallery-date-small-margin {
  font-size: 11px;
  color: #666;
  margin-bottom: 20px;
  margin-top: -3px;
}

.node-gallery .field-item {
  float:left;
  margin:3px;
}

.node-gallery img {
  height: 120px;
  width: 215px;
  display: block;
  border: 1px solid #CCC;
  padding: 3px;
}

.node-gallery img:hover {
  border: 1px solid #DF0000;
}

/* Landing */
.view table {
  margin-top: 0px;
}

.landing-item {
padding: 22px 0;
margin-bottom: 20px;
border-bottom: 2px solid #EDEDED;
}

h4.content-title {
  color: #DF0000;
border-bottom: 1px transparent solid;
margin: 0;
padding: 0;
font-size: 1.3em;
margin-bottom:5px;
}

h4.content-title a {
  text-decoration: none;
  color:#DF0000;
}

.landing-item img {
  border: 1px solid #CCC;
  padding: 3px;
  float:left;
  margin-right: 20px;
}

.landing-item-description {
  height: 105px;
}

.landing-date {
  font-size: 11px;
  color: #666;
}

.landing-more-link {
float:right;
margin-right: 20px;
}

.landing-more-link a {
  color: #DF0000;
}

/* Homepage */
.panel-pane h2 {
  margin: 0;
  color: #151515;
font-family: Helvetica,Arial,sans-serif;
line-height: 24px;
text-transform: none;
border-bottom: 2px solid #EDEDED;
}

.panel-pane h2 a {
  text-decoration: none;
  margin: 0;
}

.twitter_block p {
    color: #505150;
}

.twitter_block ul {
  padding: 0;
  margin: 0 10px !important;
}

.twitter_block_user {

  display:none;
}
#mini-panel-homepage img {
  margin: 10px auto;
  float: none;
  display: block;
  border: 1px solid #CCC;
padding: 2px;
}