/*
Theme Name: Hybrid Tom Flavour
Description: The Hybrid Wordpress Theme with a few customisations
Author: Tom Fotherby
Author URI: http://www.tomfotherby.com
Template: hybrid
Version: 0.1
*/
 
/* Get base CSS */
@import url('../hybrid/library/css/21px.css');

/* Get layout CSS */
@import url('../hybrid/library/css/2c-l-fixed.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Get default CSS */
@import url('../hybrid/library/css/screen.css');


/* Toms CSS Tweaks */

a.amazon {border:none !important;}
.amazon img {border:none !important; margin:0px !important; padding:0px !important;}

/* Allow to specify no-border on images. */
.entry-content img.no-border {padding: 0;border: none;}


/* CSS from the Bitvolution theme */

.clearAfter:after {clear: both;content: ".";display: block;height: 0;visibility: hidden}
.clearAfter {zoom:1}

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

ul.bulletsInside li {list-style-position: inside}

img.bordered {border:1px dashed black}

.demoCom {
  padding:0.07em 0.3em;
  color:#0E2426;
  background-color:#EEEEEC;
  border:1px solid #999999;
  border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
}

.demoSetting {
  padding:0 0.3em;
  font-family:courier,arial,helvetica,sans-serif;
  letter-spacing:-2px;
  border:1px dashed #999999;
  border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
}

code {background:none repeat scroll 0 0 #EEECE4;border-color:#FFFFFF #DDDBD4 #DDDBD4 #FFFFFF;border-style:solid;border-width:1px;font:12px/23px "Courier New",Courier;padding:3px}

.sloganFont {font-family:Purisa,arial,helvetica,sans-serif}

/* Stripped table */
table.noBorder td {border:0}
tr.d0 td {background-color: white}
tr.d1 td {background-color: #88D5f4}
tr.d2 td {background-color: #66B3F2}
tr.d3 td {background-color: #4491e0}

/* ol with grey numbers */
ol.styledList {font: italic 1em Georgia, Times, serif;color: #999999}
ol.styledList p {margin:3px 0;font:normal 15px Arial, Helvetica, clean, sans-serif;color: #444;}

.nobullets li {list-style:none}

.tickList li {padding:5px 0 5px 25px;list-style:none;background:url("images/icons/tick_blue.png") no-repeat center left}

.iconTerminal {padding-left: 18px;background:url("images/icons/terminal.png") no-repeat center left;font-family:courier,arial,helvetica,sans-serif;letter-spacing:-2px}


/* Hide the message that says "Sorry, the comment form is closed at this time." */
p.nocomments {display:none;}

/* Custom style for Home Page */

img#factoryImage {float:right;margin: 0 10px}
.chooseUsItem {padding-left: 10px}
.text-slogan {width: 140px;float: left;margin: 10px 0 0 0;font-family:Purisa,arial,helvetica,sans-serif;font-size:18px}
.slogan-desc {width: 495px;float: left}
.antisell {font-style:italic;margin-bottom:3px;text-decoration: line-through;}
.instructionList li {padding: 2px 0}

/* Custom style for Portfolio section */

.portfolio-website {padding: 10px;margin-bottom: 10px}
.website-thumbnail {float: left;margin: 0 20px 20px 0}
.website-thumbnail img, .website-thumbnail iframe {border: 1px solid #555;margin: 0;padding: 0}
.website-thumbnail a:hover {border: none}
.website-name {font-size: 12pt;font-weight: bold;margin-bottom: 3px}
.website-name a,.website-url a {text-decoration: none}
.website-url {font-size: 9pt;font-weight: bold}
.website-url a {color: #777}
.website-description {margin-top: 15px}

/* Custom style for WP Plugin - SyntaxHighlighter */

.syntaxSmallText td code {font-size:10px !important;}

