/*
 Theme Name:   Origin Child
 Theme URI:
 Description:  Origin Child Theme
 Author:       Verminoz
 Author URI:   http://example.com
 Template:     origin
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  origin-child
*/

@import url("../origin/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

/**
 * Header styling
 */

div#menu-primary {
	margin-top: 100px;
	margin-bottom: auto;
}

#menu-primary .menu-item {
	font-size: x-large;
}

#menu-primary .current-menu-item a {
	border-right: 2px solid #858585;
	border-left: 2px solid #858585;
	padding-right: 5px;
	padding-left: 5px;
	border-radius: 10px;
}

#site-description {
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	/*background-color: #e5e5e5;*/
	margin-bottom: 20px;
	border-bottom: 2px solid #858585;
}

/* Search */
div#search {
	position: relative;
	bottom: -50px;
	right: 0;
	width: 232px;
	float: right;
	margin-top: auto;
	margin-bottom: auto;

	border: 2px black;
}

input#s {
	width: 190px;
	margin-left: 5px;
	margin-right: 5px;

	font-size: 1.2em;

	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

	background: url(img/search.png) no-repeat scroll 3px 3px;
	padding-left: 32px;
}

::-webkit-input-placeholder {
   font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
   font-style: italic;
}

::-moz-placeholder {  /* Firefox 19+ */
   font-style: italic;
}

:-ms-input-placeholder {
   font-style: italic;
}

/* Menu */

#menu-primary li a {
	line-height: 1em;
}

body #container #menu-primary ul.sub-menu li a {
	width: 250px;
	font-size: large;
	padding-left: 30px
}

#menu-primary li ul li a {
	color: #000000;
}

#menu-primary li ul li a:hover {
	background-color: #6CBA5C;
}

/**
 * Footer styling
 */

.footer-content {
	font-size: medium;

	width: 30%;
	margin-left: auto;
	margin-right: auto;
}

p.copyright, p.credit {
	text-align: center;
}

div#social-buttons {

}

.rss-button {
	width: 5%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.twitter-button {
	width: 18%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

/**
 * Homepage styling
 */

table#columns-content-table {
  width: 940px;
  table-layout: fixed;
  border-bottom: 0;
}

td#archive-content {
  width: 25%;
  padding-right: 5px;
  border-right: 1px dotted #e5e5e5;
}

td#news-content {
  width: 42.5%;
  padding-left: 5px;
  padding-right: 5px;
  max-width: 50%;
}

td#events-content {
  width: 32.5%;
  padding-left: 5px;
  border-left: 1px dotted #e5e5e5;
}

.homepage-poster {
  border: 3px solid #454545;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-bottom: 10px;
}

.poster-img {
  max-width: 100%;
  max-height: 100%;
}

.poster-img-bot {
  margin-bottom: 20px;
}

.column-title {
  font-size: large;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-top: 3px solid #454545;
  border-bottom: 1px dotted #858585;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  color: white;
  background-color: #454545;
}

#homepage-content .post-title {
  font-size: 1.4em;
  text-transform: none;
  margin-bottom: 0;
}

#homepage-content .categoryline {
  color: #aaa;
  font-size: 1.0em;
  font-weight: bold;
}

#homepage-content .dateline {
  color: #858585;
  margin-bottom: 10px;
}

.featured-img {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.event-info {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  /*background-color: #e5e5e5;*/
  background: url(img/bg_pattern.png) repeat;
  text-align: center;
  color: #454545;
  border: 3px outset #858585;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 5px;
}

.old-event {
  /*background-color: grey;
  opacity: 0.5;
  */
}

#events-content a {
  text-decoration: none;
}

.event-date {
  font-weight: bold;
}

.event-place {
  font-weight: bold;
}

#browse-news {
  text-align: center;
  font-size: 1.4em;
}

.post-title-centered h1 {
  text-align: center;
}

.post-title-centered .entry-summary {
  text-align: center;
  word-wrap: break-word;
}

/**
 * Post styling
 */

.hentry {
  overflow: hidden;
}


/* 3 recent posts thingy */

table#latest-posts-table {
	table-layout: fixed;
}

#latest-posts td.latest-entry {
	width: 33%;
}

#latest-posts .hentry {
	margin-bottom: 5px;
	width: 100%;
	border-top: 3px solid #454545;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-align: center;
    box-shadow: -8px 10px 5px #e5e5e5;
    padding-left: 5px;
    padding-right: 5px;
}

#latest-posts .stick-note {
	height: 10px;
}

#latest-posts .hentry .entry-title {
	font-size: 1.2em;
	margin-bottom: 20px;
}

#latest-posts .hentry .entry-summary {
	font-size: 0.95em;
}

#latest-posts .sticky-note-img {
	position: relative;
	top: -18px;
	left: -15px;
	display: none;
	border: 0;
	transform:rotate(-40deg);
	-ms-transform:rotate(-40deg); /* IE 9 */
	-webkit-transform:rotate(-40deg); /* Opera, Chrome, and Safari */
}

/**
 * Library styling
 */

 .library-column {
 	width: 100%;
 }

 .library-row {
 	width: 350px;
 	margin-bottom: 20px;
 	margin-left: auto;
  margin-right: auto;

  border: 3px solid black;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
 }

 /**
  * Archive page
  */

#content {
  width: 100%;
}

 .archive-table {
 	border: 0;
 	width: 100%;
 	margin-bottom: 0;
 }

 .archive-table td {
 	border: 0;
 	padding: 1%;
 }

 .table-thumbnail {
 	width: 20%;
 }

 .read-more, .read-more:visited {
 	font-size: 14px;
 	font-style: italic;
 	color: black;
 }

 .read-more-container {
 	text-align: center;
 	/*border-top: 1px solid #858585;*/
 	-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
 }

 .hentry:not(#post-2003) {
 	border-bottom: 2px ridge #858585;
 	-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
 	border-radius: 7px;
 }

 .hentry:not(#post-2003):not(.view-entry-full):hover {
 	/*background-color: #f8f8f8;*/
  	background: url(img/ricepaper.png);
 }

/**
 * About page
 */

 #post-2003 {
 	border-bottom: none;
 	margin-bottom: 0;
 	padding-bottom: 0;
 }

 #post-2003 .entry-meta {
 	margin-bottom: 0;
 }