/*
 Theme Name:   Caucho 2014 Theme
 Theme URI:    http://caucho.com
 Description:  Twenty Twelve Child Theme
 Author:       Nam Nguyen
 Author URI:   http://caucho.com
 Template:     twentytwelve
 Version:      1.0.0
 Tags:         light, dark, responsive-layout, accessibility-ready
 Text Domain:  twenty-fourteen-child-x
*/

@import url("../twentytwelve/style.css");

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

pre {
  background-color: #f9f9f9;
  width: 640px;
}

button {
  border: 1px solid #ccc;
}

button:active {
  border: 1px solid #ccc;
  box-shadow: none;
}

/**
 * Header
 */
.site-header {
  background-color: #faf8f2;
  padding: 0;
  text-align: center;
 
	
	
}

#site-navigation {
  display: inline;
  margin: auto;
  #padding-left: 300px;
}

@media screen and (min-width: 840px) {
  #site-navigation {
    width: 840px;
    margin: auto;
  }
}

.main-navigation {
  #margin-right: 74px;
}

.main-navigation li {
  font-size: inherit;
}

.header-image-container {
  display: inline-block;
  margin-top: 10px;
  #margin-bottom: 10px;
}



img.header-image {
  border-radius: 0;
  box-shadow: none;
}

.header-image-container .site-description {
  font-size: 16px;
  margin-left: 20px;
}

.header-image {
  margin: 0;
}

.download-image {
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 10px;
}

@media screen and (max-width: 600px) {
  .download-image h3 {
    display: none;
  }

  .download-image {
    top: 20px;
  }
}

.download-image a {
  text-decoration: none;
}

.download-image a:hover {
  opacity: 0.8;
}

.menu-toggle {
  position: absolute;
  top: 30px;
  left: 20px;
}

/**
 * Body
 */
body .site {
  margin: 0;
  padding: 0;
}

.site-content {
   margin: auto;
}

.entry-content table, {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	#width: 100%;
}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
  .site {
    margin: auto;
    padding: 0;
    max-width: none;
    #overflow: hidden;
  }
  .site-content {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    #padding-top: 20px;
    width: 96%;
    margin: auto;
  }

  .frontpage {
    padding: 0;
  }
	
  .main-navigation li ul li a {
    width: 210px;
    width: 15.4rem;
  }

  .main-navigation li {
    margin: 0 50px 0 0;
  }
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
  body {
    background-color: white;
    /* background-color: #e6e6e6; */
  }
  body .site {
    box-shadow: none;
    /* box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3); */
  }

  body.custom-background-empty {
    background-color: #fff;
  }
  body.custom-background-empty .site,
  body.custom-background-white .site {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: none;
  }
}

.entry-content img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 0px;
	box-shadow: none;
}


.entry-header .entry-title {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
 
}

footer.entry-meta {
  margin-top: 0px;
}

.download_container {
  text-align: center;
  background-color: #002d62;
  padding-top: 60px;
  padding-bottom: 40px;
}

.download {
  display: inline-block;
  min-height: 400px;
  #background-color: #faf8f2;
}

.download_resin_header {
  text-align: center;
}

.download_resin_sub_header {
  display: inline-block;
  width: 320px;
  
  margin-right: 16px;
  margin-left: 16px;

  padding-top: 4px;
  padding-bottom: 4px;
  
  background-color: #faf8f2;
  
  border-bottom: 1px solid #faf8f2;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  
  font-size: 20px;
}

.download_resin_sub_header_inactive {
  background-color: silver;
  border: 1px solid black;
}

.download_list {
  background-color: #faf8f2;
  min-height: 400px;
  border-radius: 8px;
  text-align: left;
  padding-bottom: 20px;
}

.download_list_header {
  padding: 20px;
}

.download_entry {
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.download_entry_header {
  border: solid 1px black;
  
  background-color: #dcdcdc;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.1download_entry_header:hover {
  background-color: #5887c6;
  color: white;
}

.1download_entry_header:hover a {
  color: white;
}

.download_entry_arrow {
  display: table-cell;
  width: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
  
  vertical-align: top;
}

.download_entry_version {
  display: table-cell;
  border-right: dotted 1px black;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  vertical-align: top;
  height: 100%;
  width: 240px;
  font-weight: bold;
}

.download_entry_date {
  display: table-cell;
  border-right: dotted 1px black;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;

  vertical-align: top;
  height: 100%;
  width: 90px;
  
  font-size: 14px;
}

.download_entry_description {
  display: table-cell;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  width: 660px;
  
  vertical-align: top;
  height: 100%;
  
  font-size: 14px;
}

.download_entry_details {
  padding: 20px;
  background-color: silver;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  
  display: none;
}

.download_entry_links {
  font-size: 12px;
  padding-left: 20px;
  margin-top: 4px;
}

.download_entry_link:first-child {
  border-left: none;
  padding-left: 0px;
}

.download_entry_link {
  padding-left: 8px;
  padding-right: 8px;
  border-left: 1px solid gray;
}

.download_entry_changes {
  font-size: 14px;
}

.download_entry_show_changes_button_container {
  text-align: center;
}

.download_entry_show_changes_button {
  display: inline-block;
  
  margin: 0;
  
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 16px;
  padding-right: 16px;
  
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;

  font-size: 12px;
  color: gray;
  
  background-color: #dcdcdc;
}

.download_entry_show_changes_button:hover {
  color: black;
}


/**
 * Footer
 */

#footer {
  color: white;
  background-color: #303030;
  margin: auto;
  padding: 24px;
  
  font-size: 14px;
  line-height: 1.6;
}

@media only screen and (min-width:760px) {
  #footer .inner {
    margin: auto;
    width: 760px;
  }
}

#footer a {
  color: white;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer ul {
 list-style-type: none;
}

#footer .copyright {
  font-size: 10px;
  margin-top: 20px;
}

.footer-column {
  float: left;
  margin-right: 52px;
  margin-bottom: 40px;
}

.footer-column-end {
  clear: both;
}


/**
 * Contact form
 */
.contact-form-label {
  display: inline-block;
  margin-top: 20px;
  margin-right: 10px;
  text-align: right;
  width: 110px;
}

.contact-form-required-text {
  color: silver;
}