/*
Theme Name: Independent Software
Theme URI: http://www.independent-software.com
Author: Independent Software
Author URI: http://www.independent-software.com
Description: 
Version: 1.0
License: Private
*/

* {
	font-family: 'Roboto', sans-serif;
}

/****************************************************
 *                                                  *
 *                 MAIN NAVIGATION                  *
 *                                                  *
 ****************************************************/

/*
 * Link and logo styles
 */

nav a, nav a:link {
  font-family: 'Open Sans', sans-serif;
  color: #6C6C6C;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.15s ease;
  outline: none;
}

nav a:hover {
  color: #525252
}

/*
 * Normal nav is shown for screens >= 768px
 */

nav.normal {
  height: 120px;
  padding: 60px 0 0 0;
  background: #2B2B2B;
  text-align: center;
  display: none;
}

nav.normal a {
  margin: 0 15px 0 15px;
}

nav.normal .logo {
  background: transparent url(img/independent-software-text-logo.png) no-repeat 50% 0;
  width: 191px;
  height: 60px;
  padding: 30px 100px 30px 100px;
  margin: 0 15px 0 15px;
}

/*
 * Mobile nav is shown for screens < 768px
 */

nav.mobile {
  background: #2B2B2B;
  padding: 25px 0 25px 10px;
  text-align: center;
}

nav.mobile a {
  display: block;
  padding: 3px 0 3px 0;
  font-size: 1.4em;
}

nav.mobile a.logo {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 0 15px 0;
}

nav.mobile a.logo img {
  width: 50%;
}

/* 
 * Decide which nav to show (normal >= 768px, mobile < 768px)
 */

@media (min-width: 1024px) {
  nav.normal { display: block; }
  nav.mobile { display: none; }
}

/****************************************************
 *                                                  *
 *                      MENU                        *
 *                                                  *
 ****************************************************/
 
#menu {
  background: #9F9F9F;
  color: #ccc;
  font-size: 1.2em;
  text-align: center;
  padding: 15px 0 8px 0;
  -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
}

#menu ul {
	display: inline-block;
	list-style-type: none;
}

#menu li {
  text-transform: uppercase;
  font-size: 0.8em;
  display: inline;
}

#menu a {
  color: #ccc;
  text-decoration: none;
  padding: 3px 8px 3px 8px;
  margin: 0 3px 0 3px;
}

#menu a:hover {
	color: #333;
	transition: all .15s ease;
}

#menu li.current-menu-item a, 
#menu li.current-menu-item a:hover {
	color: #fff;
}

/****************************************************
 *                                                  *
 *                     BLOGMENU                     *
 *                                                  *
 ****************************************************/

#blogmenu {
  background: #9F9F9F;
  color: #ccc;
  font-size: 1.2em;
  text-align: center;
  padding: 15px 0 4px 0;
  -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
}

#blogmenu ul {
	display: inline-block;
}

#blogmenu li {
  text-transform: uppercase;
  font-size: 0.8em;
}

#blogmenu a {
  color: #ccc;
  text-decoration: none;
  padding: 3px 8px 3px 8px;
  margin: 0 3px 0 3px;
}

#blogmenu a:hover {
	color: #333;
	transition: all .15s ease;
}

#blogmenu li.active a, 
#blogmenu li.active a:hover {
	color: #fff;
}


/****************************************************
 *                                                  *
 *                     FOOTER                       *
 *                                                  *
 ****************************************************/
 
#footer {
  background: #2A2A2A;
  color: #6C6C6C;
  padding: 40px 0 40px 0;
}

#footer a.logo {
  outline: none;
}

#footer a.logo img {
  width: 100%;
}

#footer h3 {
  font-family: 'Open Sans', sans-serif; 
  text-transform: uppercase;
  font-size: 16px;
  padding: 15px 0 4px 0;
  margin: 0;
  line-height: 1.3em;
  color: #aaa;
}

#footer p {
  padding: 0;
  margin: 0;
  font-size: 13px;
}

#footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 13px;
}

#footer a, #footer a:link {
  color: #6C6C6C;
  text-decoration: none;
  outline: none;
  transition: all .15s ease;
}

#footer a:hover {
  color: #525252;
}

/****************************************************
 *                                                  *
 *                    TYPOGRAPHY                    *
 *                                                  *
 ****************************************************/
 
h1 {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase; 
  color: #333;
  font-size: 36px;
  text-align: center;
}

h2 {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 24px;
  text-align: left;
  margin: 6px 0 11px 0;
  line-height: 1.3em;
}

h3 {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 19px;
  text-align: left;
  line-height: 1em;
  margin: 20px 0 5px 0;
}

h4 {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 16px;
  text-align: center;
}

h1 a, h1 a:link, h2 a, h2 a:link, h3 a, h3 a:link, h4 a:link { 
  color: #333; 
  text-decoration: none;
  outline: none;
}

p {
  text-align: justify;
  line-height: 1.65em;
  font-size: 15px;
  padding: 2px 0 6px 0;
}

li {
  text-align: justify;
  line-height: 1.7em;
}

.alignleft {
  float: left;
  padding: 10px 20px 10px 0;
}

.alignright {
  float: right;
  padding: 10px 0px 10px 20px;
}

.aligncenter {
	display: block;
  margin-left: auto;
  margin-right: auto;
	padding: 10px 0 10px 0;
}

 
/****************************************************
 *                                                  *
 *                     CONTENT                      *
 *                                                  *
 ****************************************************/
 
#content {
  padding: 18px 0 30px 0;
  background: #D6D6D6;
}

/****************************************************
 *                                                  *
 *                     TEASER                       *
 *                                                  *
 ****************************************************/
 
.teaser {
  background: #fff;
  margin: 0 0 30px 0;
}

.teaser .content {
  padding: 30px 25px 5px 25px;
}

.teaser h2 {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  line-height: 1.3em;
  color: #555;
  font-size: 18px;
  padding: 0;
  margin: 0 0 2px 0;
}

.teaser h2 a {
  color: #555;
  text-decoration: none;
  transition: all 0.15s ease;
}

.teaser h2 a:hover {
  color: #222;
}

.teaser .text {
  text-align: justify;
  font-size: 12px;
}

.teaser a.more-link {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  text-decoration: none;
  transition: all .15s ease;
  display: block;
  margin: 0 auto 0 auto;
  width: 140px;
}

.teaser a.img {
  outline: none;
  transition: all 0.15s ease;
}

.teaser a.img:hover {
  opacity: 0.5;
}

.teaser div.img img {
  width:100%;
}

.teaser div.img {
  position: relative;
}
 
/****************************************************
 *                                                  *
 *                 POST TEASER                      *
 *                                                  *
 ****************************************************/

.post-teaser .date {
  color: #888;
  font-size: 11px;
  text-transform: uppercase;
  padding: 0 0 6px 0;
}

.post-teaser a.cat {
  font-family: 'Open Sans', sans-serif;
  font-size: 9px;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  bottom: -23px;
  background: #CC2127;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  padding: 17px 0 0 0;
  text-decoration: none;
  transition: all 0.15s ease;
}

.post-teaser a.cat:hover {
   background: #dd3137;
}


/****************************************************
 *                                                  *
 *                 PAGE TEASER                      *
 *                                                  *
 ****************************************************/
 
.page-teaser {
  background: #7B7B7B;
  color: #ddd;
  margin-top: 44px;
}

.page-teaser h2 {
  color: white !important;
  padding-bottom: 10px;
}

.page-teaser h2 a {
	color: #fff !important;
}

/****************************************************
 *                                                  *
 *                 CLIENT TEASER                    *
 *                                                  *
 ****************************************************/

.clients-bar {
  background: #2A2A2A;
  color: #6C6C6C;
  padding: 30px 0 30px 0;
  text-align: center;
}

.clients-bar img 
{
  max-width: 100%;
}

.client-teaser {
  margin: 35px 0 25px 0;
}

.client-teaser img.photo {
  position: absolute;
  left: 50%;
  top: -23px;
  background: #CC2127;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border-radius: 50px;
  border: solid 1px #aaa;
}

.client-teaser h2 {
  text-align: center;
}

.client-teaser .text {
  padding-top: 10px;
}

.client-teaser .person {
  font-size: 12px;
  text-align: right;
  font-style: italic;
}

.client-teaser .role {
  font-size: 12px;
  text-align: right;
  font-style: italic;
  padding-bottom: 8px;
  color: #555;
}

/****************************************************
 *                                                  *
 *                      TWEETS                      *
 *                                                  *
 ****************************************************/
 
a.twitterlogo {
  font-weight: bolder;
  font-size: 24px;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: -23px;
  background: #2BA9E1;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  padding: 8px 0 0 0;
  text-decoration: none;
  transition: all 0.15s ease;
}
 
#tweets {
  position: relative;
  background: #2B2B2B;
  margin: 45px 0 35px 0;
  /* border-radius: 7px; */
  padding: 35px 25px 10px 25px;
}

.tweet {
  position: relative;
  padding: 0 0 5px 0;
}

.tweet .name {
  color: #eee;
  font-weight: bold;
}

.tweet .name a {
  color: #fff;
}

.tweet .screen_name {
  color: #ccc;
  font-size: 11px;
  padding: 0 0 5px 0;
}

.tweet .created_at {
  color: #eee;
  font-size: 11px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}

.tweet .text {
  color: #eee;
}

.tweet .actions-container {
  height: 20px;
}

.tweet .actions {
  text-align: right;
  display: none;
}
.tweet:hover .actions {
  display: block;
}
.tweet .actions a {
  color: #ccc;
  text-decoration: none;
  transition: all .15s ease;
  padding: 0 0 0 3px;
}
.tweet .actions a:hover {
  color: #fff;
}
                   
                    
/****************************************************
 *                                                  *
 *                       POST                       *
 *                                                  *
 ****************************************************/
 
.post-header {
  border-bottom: dotted 1px #aaa;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
}

.post-header .date {
  color: #888;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center; 
}

.post {
}

.post img {
  max-width:100%;
}

.post .description {
  display: none;
}

.post .about {
	margin-top: 35px;
	background: rgb(51,122,183);
	border: solid 1px rgb(51,122,183);
	color: #ccc;
	border-radius: 4px;
	font-weight: bold; 
	padding: 20px 25px 10px 25px;
	box-shadow: 1px 1px 3px #888;
}

.post .about a {
	color: #fff;
}

.post .text {
	margin-top: 35px;
}

.post .text-in-block {
  margin-top: 15px;
  background: #f0f0f0;
  border: solid 1px #aaa;
  border-radius: 4px;
  padding: 25px 25px 25px 25px;
  box-shadow: 1px 1px 3px #888;
}

.post .wp-caption {
  background: #888;
  margin-left: auto;
  margin-right: auto; 
  border: solid 1px #333;
  margin-top: 8px;
  margin-bottom: 18px;
  padding: 4px 0 4px 4px;
  border-radius: 5px;
}

.post .wp-caption-text {
  background: #888;
  text-align: center;
  padding: 4px 0 0 0;
  margin: 0;
  font-style: italic;
}

.post .wp-post-image {
  position: relative;
  -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.5);
  box-shadow:0 1px 4px rgba(0, 0, 0, 0.5);
}

#pager {
  text-align: center;
}

/****************************************************
 *                                                  *
 *                      CONTACT                     *
 *                                                  *
 ****************************************************/
 
.contact {
  text-align: center;
}

.contact h2 { text-align: center; }
.contact p { text-align: center; }


/****************************************************
 *                                                  *
 *                   RECENT POSTS                   *
 *                                                  *
 ****************************************************/
 
.post-listing ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.post-listing li {
  padding: 4px 0 4px 0;
  margin: 0;
}

.post-listing a {
  
}

.post-listing span {
  font-size: 12px;
}

/****************************************************
 *                                                  *
 *                   COMMENTS                       *
 *                                                  *
 ****************************************************/

#comments-responses {
  display: block;
  padding: 5px 0 10px 0;
}

.commentlist {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.children {
  list-style: none;
}

li.comment {
  position: relative;
  border: solid 1px #aaa;
  border-radius: 4px;
  padding: 40px 10px 20px 62px;
  background: #fdfdfd;
  margin-bottom: 10px;
}

li.even {
  background: #f0f0f0;
}

div.comment-author {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 5px 0 0 52px;
}

div.comment-author img {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 20px;
  border: solid 1px #aaa;
}

div.comment-meta {
  position: absolute;
  right: 10px;
  top: 20px;
}

li.comment .reply {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.comment-respond textarea {
  width: 100%;
  border: solid 1px #aaa;
  border-radius: 4px;
}

.comment-respond input {
  border:solid 1px #aaa;
  border-radius: 4px;
}

.comment-form label {
  width: 75px;
}

/****************************************************
 *                                                  *
 *                   CSS3 SHADOW                    *
 *                                                  *
 ****************************************************/

.css3-shadow-container {
  position: relative; 
  z-index: 1;
}

.css3-shadow {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.css3-shadow:after {
	content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.8);
  box-shadow: 0 0 40px rgba(0,0,0,0.8);
  bottom: 0px;
	left: 10%;
	right: 10%;  
	width: 80%;
	height: 50%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}


.crayon-syntax {
	border-radius: 3px;
	padding: 10px 10px 10px 10px !important;
}

.crayon-syntax-inline {
	padding: 3px 4px 2px 4px !important;
	border-radius: 3px;
}



.alertbox {
  background-color: #337AB7; 
  color: #fff;
}

.alertbox a {
	color: #36527C;
	font-weight: bold;
}

.myhvr {
	margin-bottom:8px;
}