/* 
///////////////////////////////////////////////////
// 
//   Kohan Ikin Stylesheet 1.0
//   15 July 2012
//   syneryder@namesuppressed.com
//
///////////////////////////////////////////////////
*/


body {
  font-family: "freight-sans-pro", "Gill Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  text-align: left;
  vertical-align: middle;
  color: #000000;
  background-color: #FFFFFF;
  font-size: 20px;
  line-height: 23px;
  margin: 0px;
  padding: 0px;
  background-color: #eeeeee;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#eeeeee');  
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#eeeeee')"; 
  background: -moz-linear-gradient(#cccccc, #eeeeee);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #cccccc), color-stop(100%, #eeeeee));
  background: -o-linear-gradient(#cccccc, #eeeeee);  
  background: linear-gradient(#cccccc 1%, #eeeeee 100%);
  background-attachment: fixed;       
}

h1 {
  font-family: "prenton-condensed", "Helvetica Neue", "Helvetica", "Arial", Sans-Serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 42px;
  text-align: center;
  color: #000000;
  background-color: transparent;
}

h2 {
  font-family: "prenton-condensed", "Helvetica Neue", "Helvetica", "Arial", Sans-Serif;	      
  font-weight: bold;
  font-size: 30px;
  color: #222222;
}

h3 {
  font-family: "prenton-condensed", "Helvetica Neue", "Helvetica", "Arial", Sans-Serif;	      
  font-weight: bold;
  font-size: 20px;
  color: #222222;
}
    
a:link    { color: #993333; background-color: transparent; text-decoration: underline; }
a:hover   { color: #FF3333; background-color: transparent; text-decoration: underline; }      
a:visited { color: #714040; background-color: transparent; text-decoration: underline; }      

li { margin-bottom: 5px; }
img { border: none; }

blockquote {
  font-family: "Jubilat", "Calluna", "Georgia", Serif;
  font-weight: 200;
  font-size: 18px;
  line-height: 21px;
  color: #660000;
  color: #6F2F2F;
  background-color: transparent;
  font-style: italic;
}

pre {
  color: #333333;
  background-color: #f6f6f6;
  font-family: "inconsolata", "Courier New", "Courier", monospace;
  font-weight: 200;
  font-size: 14px;
  line-height: 16px;
  padding: 5px;
  border: 1px #aaaaaa solid;
}

input, textarea {
  color: #333333;
  background-color: #fafafa;
  font: 22px Helvetica,Arial,sans-serif; 
  border: 1px solid #999;
}

input:focus {border-color:#339;}

input[type=submit]:hover {
	background-color: #c00;
	color: #fff;
	border: 1px solid #f00;
}

input[type=submit] {
  cursor: pointer;
  color: white;
  background-color: #a00;
  border-radius: 3px;
  border: 1px solid black;
  text-align: center;
  font-size: 20px;
  font-family: "prenton-condensed", "Helvetica Neue", "Helvetica", "Arial", Sans-Serif;     
  letter-spacing: 0.05em;
}

label {
  font-family: "prenton-condensed", "Helvetica Neue", "Helvetica", "Arial", Sans-Serif;	      
  font-weight: bold;
  font-size: 20px;
  color: #222222;
}

/* hr { color: #dddddd; border: #dddddd 1px; background-color: #dddddd; width: 61.8%; } */



/*--------------------------
  Common extensions we use
--------------------------*/

.maincontent {
  margin: 0px auto 0px auto;
  box-shadow: 0px 0px 30px rgba(0,0,0,0.15);
  background-color: #ffffff;
}

.border { border: 2px black solid; }
.center { text-align: center; }
.alignleft { text-align: left; }
.alignright { text-align: right; }
.left { float: left; }
.right { float: right; }



/*--------------------------
  Common extensions we use
--------------------------*/

.blogthoughts ul {
	text-align: center;
	list-style: none;
	padding: 0;
	margin-left: auto;
	margin-right: auto;	
}

.blogthoughts h2 {
	text-align: center;
}

.tag {
	border: 1px solid black;
	border-radius: 4px;
	padding: 4px 8px;
	margin:  0px 2px;
	font-size: 14px;
}

.tagbar {
	margin-bottom: 14px;
}



/*--------------------------
  Site specific CSS code
--------------------------*/

      .smtable {
        display: table;
      }
      .smicon {
        display: table-cell;
      }
      .smlabel {
        display: table-cell;
        vertical-align: middle;
        padding-left: 8px;
      }

      .fauxtable {
        display: table;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
      }
      .fauxrow {
        display: table-row;
      }
      .fauxcell {
        display: table-cell;
        padding: 5px;
        vertical-align: middle;
        text-align: left;
      }
       
      #homelink {
        font-family: "prenton-condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        font-weight: 300;
        font-size:   20px;
        font-weight: normal;
      }
      #homelink a { color: #999999; background-color: transparent; text-decoration: none; }
      #homelink a:hover { color: #000000; background-color: transparent; text-decoration: underline; }
      
      #mainNav {
        font-family: "Avenir Next", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        font-weight: 400;
        z-index: 30;
        padding-top: 2px;
        padding-bottom: 2px;
        font-size:			14px;
        line-height: 		14px;
        text-transform:		uppercase;
        color:           	#aaaaaa;
        background-color:	#fafafa;
        border:       		1px solid #cccccc;
      }
      #mainNav img { position: relative; top: 1px; padding-left: 1px; }  /* OCD pixel alignment adjustment */
      #mainNav ul { list-style: none; margin-top: 4px; margin-bottom: 4px; padding: 0px; text-align: right; }
      #mainNav li { display: inline;  padding-left: 0px; margin-right: 18px; vertical-align: text-bottom; }
      #mainNav li:last-child { margin-right: 10px; }
      #mainNav a  { color: #aaaaaa; background-color: transparent; text-decoration: none; }
      #mainNav a:hover { color: #000000; background-color: transparent; text-decoration: underline; }

      ul.likeslist {
        list-style: none;
        font-size: 20px;
      }
            
      .tinytext {
        font-size: 14px;
      }
      
      .idlinks {
	      margin-top: 10px;
      }
      
      .frontpage a:link { text-decoration: none; }
      .frontpage { color: #777777; font-size: 17px; }



/*******************************************************************/
/* RESPONSIVE DESIGN CODE */
/*******************************************************************/

@media (min-width: 719px)  {
	.maincontent {
		width: 600px;
		padding: 10px 50px 10px 50px;
	}
	.fauxtable { width: 600px; height: 385px; }
	.mobile { display: none; }
}
@media (max-width: 720px) {
	.maincontent { padding: 10px 24px 10px 24px; }
	.widescreen { display: none; }
	.mobile { display: none; }
	.fauxtable { width: 90%; }	
}

@media (max-width: 624px)  {
	.nomobile { display: none; }
	.widescreen { display: none; }
}

/*******************************************************************/
/*******************************************************************/
/*******************************************************************/

