/*
Theme Name: Ordenull
Theme URI: http://stan.borbat.com/theme/ordenull
Description: Wordpress theme based on the Twitter Bootstrap bundle
Version: 1.0
Author: Stan Borbat
Author URI: http://stan.borbat.com
Tags: bootstrap
*/

/**********************************************************
** Layout *************************************************
**********************************************************/

/*
* { 
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box; 
}
*/

.rounded {
  border-radius: 4px;
  -moz-border-radius: 4px;
}

#menu-main {
  text-transform: uppercase;
}

body {
  background-color: white;
}

body > .container {
  margin-top: 5px;
  margin-bottom: 5px;
}

.page-header {
  padding-bottom: 0;
  margin: 0;
  border: none;
}

.page-header h1 {
  color: #DDDDDD;
}

article .page-header h1 {
  color: black;
}

.post_content { }

.comments {
  margin-top: 10px;
}

article.archives {
  margin-bottom: 40px;
}

div.continue-reading {
  text-align: right;
}

footer {
  text-align: center;
  margin-top: 15px;
}

ul.sidebar,
ul.sidebar ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.widget-title {
  margin-bottom: 0;
}

/**********************************************************
** Text ***************************************************
**********************************************************/
h1,h2,h3,h4,h5 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
}

h2 { color: #A82B00; }

/*
h1 { font-size: 2.8em; line-height: 1.0em; padding-bottom: 0.1em; letter-spacing: 0.08em; }
h2 { font-size: 2.0em; line-height: 1.0em; letter-spacing: 0.08em; color: #A82B00; }
h3 { font-size: 1.6em; line-height: 1.0em; letter-spacing: 0.08em; }
h4 { font-size: 1.5em; line-height: 1.0em; letter-spacing: 0.08em; }
h5 { font-size: 1.4em; line-height: 1.0em; letter-spacing: 0.08em; }
*/


/**********************************************************
**  Twitter Bootstrap Fixes *******************************
**********************************************************/
.login input[type=text] { height: 36px; }
.login input[type=password] { height: 36px; }

/**********************************************************
**  Twitter Bootstrap Overrides  **************************
**********************************************************/
.navbar-brand { display: none !important; }
@media (max-width: 979px) {
  .navbar-brand { display: block !important; color: white !important; }
}

.navbar-default {
  /* http://www.colorzilla.com/gradient-editor */
  background: #a82a00;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjYTgyYTAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY5MWEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(45deg, #a82a00 1%, #691a00 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(1%,#a82a00), color-stop(100%,#691a00));
  background: -webkit-linear-gradient(45deg, #a82a00 1%,#691a00 100%);
  background: -o-linear-gradient(45deg, #a82a00 1%,#691a00 100%);
  background: -ms-linear-gradient(45deg, #a82a00 1%,#691a00 100%);
  background: linear-gradient(45deg, #a82a00 1%,#691a00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a82a00', endColorstr='#691a00',GradientType=1 );
}

.navbar .nav > li > a:hover {
  color: white;
  background: #691a00;
  -moz-box-shadow:    0 0 20px #691a00;
  -webkit-box-shadow: 0 0 20px #691a00;
  box-shadow:         0 0 20px #691a00;
}

.navbar .nav > li > a {
  color: white;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.navbar-search { }
.navbar-search input { }

.label > a {
  color: white;
}

/*
.post-tag {
  margin-right: 5px;
}
*/

/**********************************************************
** WP Category Post List Theme ****************************
**********************************************************/

.wp-cpl-sc-wrap li { }
.wp-cpl-sc-wrap li span.wp-thumb-overlay { }
.wp-cpl-sc-wrap li.wp-cpl-sticky span.wp-thumb-overlay { }
.wp-cpl-sc-wrap li.wp-cpl-even { }
.wp-cpl-sc-wrap li.wp-cpl-odd { }
.wp-cpl-sc-wrap li.wp-cpl-sticky { }

.wp-cpl-sc-wrap {}

.wp-cpl-sc-wrap a { }
.wp-cpl-sc-wrap .wp-cpl-sc-post { }
.wp-cpl-sc-wrap .wp-cpl-sc-sticky { }
.wp-cpl-sc-wrap .wp-cpl-sc-post .wp-cpl-sc-thumba { }
.wp-cpl-sc-wrap .wp-cpl-sc-sticky .wp-cpl-sc-thumba { }

.wp-cpl-sc-wrap .wp-cpl-sc-post h2 {
  line-height: 1.4em;
  font-size: 1.4em;
  font-weight: normal;
}

.wp-cpl-sc-wrap .wp-cpl-sc-post h2 a { }
.wp-cpl-sc-wrap .wp-cpl-sc-sticky h2 a { }
.wp-cpl-sc-wrap .wp-cpl-sc-post .wp-cpl-sc-meta { }
.wp-cpl-sc-wrap .wp-cpl-sc-sticky .wp-cpl-sc-meta { }

/**********************************************************
**  Social Buttons ****************************************
**********************************************************/
/*
.fb_iframe_widget iframe {
  margin-bottom: 3px;
}

.fb_iframe_widget > span {
  vertical-align: text-top;
}
*/
/**********************************************************
** Resume *************************************************
**********************************************************/

.hresume article {
  margin-top: 10px;
}

.hresume section > header {
  text-align: center;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 400;
  padding: 0.4em 0 0.4em;
  margin: 0 0 10px 0;
  font-size: 2.0em;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  background-color: #EEEEEE;
}

/* Resume header
.hresume > header > h2 {
  display: inline;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 700;
  font-size: 4em;
  letter-spacing: 0.2em;
}

.hresume > header > ul {
  float: right;
  list-style: none;
  text-align: right;
}
*/

.hresume > section {
  margin-bottom: 9px;
}

.hresume section {
  clear: both;
}


.hresume article header div.orgName,
.hresume article header div.location {
  display: inline;
}

.hresume article header div.orgName {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 400;
  font-size: 12pt;
  letter-spacing: 1pt;
}

.hresume article header div.orgName:after {
  color: grey;
  content: ",";
}

.hresume article header div.location {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 400;
  font-size: 12pt;
  color: grey;
}

.hresume article section div.title,
.hresume article section div.date {
  display: inline;
}

.hresume article section div.title {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 700;
  font-size: 16pt;
  letter-spacing: 1pt;
}

.hresume article section div.date {
  float: right;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 400;
  font-size: 12pt;
  color: grey;
}

.hresume article.experience section div.details {
  margin-top: 10px
  margin-bottom: 10px;
}

.hresume article.experience section div.details ul {
  list-style: square;

}

.hresume article.experience section div.details ul li {
  margin-bottom: 0.3em;
}

.hresume section article.education {

}

.hresume section#training article {
  margin-top: 0;
}

.hresume section#training article header {
  display: none;
}

/**********************************************************
** Post Contents ******************************************
**********************************************************/

.post_content p {
  text-align: justify;
}

.post_content .alignright {
  float: right;
  margin-left: 10px;
}

.post_content .alignleft {
  float: left;
  margin-right: 10px;
}
