/*
Theme Name: Bitmapped2
Theme URI: http://bitmapped.onlinevortex.com/
Description: thematic child theme
Author: Carlosm
Author URI: http://bitmapped.onlinevortex.com/
Template: thematic
Version: 0.1
*/
/* Reset default browser styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
    line-height: 1;
    min-width:960px;
    background: #ECECEC;
    color: #333;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img { border: none; }
/* Rebuild default browser styles */
body, input, textarea {
    color:#000;
    font: 12px Arial,sans-serif;
    line-height:18px;
    font: 14px Arial,sans-serif;
    line-height:21px;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	clear:both;
}

/* Text elements
-------------------------------------------------------------- */

p {
    margin-bottom:18px;
}
ul {
	margin: 0 0 18px 2.5em;
}
ol {
	margin: 0 0 18px 2.5em;
}
ul {
	list-style:disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
dl	{
    margin:0 1.5em;
}
dt {
    font-weight:bold;
}
dd {
	margin-bottom:18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style:normal;
}
pre {
	font:11px Monaco, monospace;
	line-height:18px;
	margin-bottom:18px;
}
code {
	font:11px Monaco, monospace;
}
abbr, acronym {
  border-bottom:1px dotted #333;
  cursor: help;
}
ins {
	text-decoration:none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;

}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-left:0;
	margin-right:20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left:20px;
	margin-right:0;
	text-align: left;
	width: 33%;
}

/* Basic WordPress Styles */
p, ul, ol, dd, pre {
    margin-bottom:21px;
}
pre, code {
	font:13px Monaco, monospace;
	line-height:21px;
}

/* =Header
-------------------------------------------------------------- */

#branding {
    padding:21px 0;
}

/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
#menu {
    overflow:hidden; /* clears the inner float  */
}
#menu ul {
    margin:0;
    list-style:none;
}
#menu ul ul {
    display:none;
}
#menu li {
    display:inline;
}
#menu a {
    display:block;
    float:left;
}

/* =Content
-------------------------------------------------------------- */

#main {
    padding-top:21px;
}
.hentry {
    padding-bottom:21px;
}
.page-link {
    margin-bottom:21px;
}

/* =Images
-------------------------------------------------------------- */

.entry-content img,
.wp-caption {
    margin-bottom:21px;
}
.wp-smiley {
    max-height:14px;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
    margin:0px 0 21px 0;
    overflow:hidden;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
#nav-above,#nav-below {
	width: 100%;
}

/* =Comments
-------------------------------------------------------------- */


/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.aside ul {
    list-style:none;
    margin-left:0;
}
.aside ul ul {
    list-style:disc;
    margin:0 0 21px 1.5em;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:21px;
}
/* Import a basic layout */

#header {
    position:relative;
}
#branding {
    width:940px;
    margin:0 auto;
}
#access {
    position:relative;
    overflow:hidden;
}
.menu {
    width:940px;
    margin:0 auto;
}
#main {
    width:960px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width:620px;
    float:left;
}
#content {
    margin:0 0 0 10px;
    width:540px;
    overflow:hidden;
}
.main-aside {
    width:300px;
    float:right;
    position:relative;
    right:10px;
}
#secondary {
    clear:right;
}
#footer {
    clear:both;
}
#subsidiary {
    width:940px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#siteinfo {
    clear:both;
    width:940px;
    margin:0 auto;
}

a:link {
    color:#3C78A7;
    text-decoration: none;
}
a:visited {
    color:#3C78A7;
}
a:active,
a:hover {
    color: #3C78A7;
    text-decoration: underline;
}

#wrapper {
  margin: 0 auto;
  width: 960px;
  background: #b6b6b6;
}

#header, #main, #footer {
    margin: 0 0;
}

#header {
    background: #ECECEC;
}
#branding {
    padding: 21px 0 10px;
}
#blog-title a{
    color: #aa0000;
    font-size: 2.5em;
    text-decoration: none;
}
#blog-description {
    margin: 8px 0 0 10px;
}
#access {
	margin: 0;
        background: #2C2C2C;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-webkit-border-top-left-radius: 8px 8px;
	-webkit-border-top-right-radius: 8px 8px;
}
#access a {color: #fff;}
.skip-link {
	position:absolute;
        left:-9000px;
}
.menu ul {
	list-style: none;
	margin: 0;
}
.menu ul ul {
	display: none;
}
.menu li {
	display: inline;
}
.menu a {
	border-right: 1px solid #666;
	display: block;
	float: left;
        margin: 0px;
        padding: 5px 10px;
        color: #fff;
        text-decoration: none;
}
#access a:hover {
	border-right: 1px solid #333;
	display: block;
	float: left;
        margin: 0px;
        padding: 5px 10px;
/*        color: #0F54B1; */
        color: #fff;
        background: #3C78A7;
        text-decoration: none;
}

#access-search {
    float: right;
    margin-right: 15px;
    margin-top: 3px;
}

.clear {
	clear:both;
}
#main {
    color: #333;
    background: #FFF;
}

.entry-title {
    font-size: 2em;
    margin-bottom: 5px;
}
.entry-meta {
    font-size: 0.8em;
    color: #333;
    margin-bottom: 5px;
}
.entry-utility {
    font-size: .8em;
}
.hentry {
    border-bottom: 1px dotted #ECECEC;
    margin: 0 0 15px;
}
#subsidiary {
    color: #FFF;
    background: #2C2C2C;
    width: 960px;
    -moz-border-radius-bottomleft:8px;
    -moz-border-radius-bottomright:8px;
    -webkit-border-bottom-left-radius: 8px 8px;
    -webkit-border-bottom-right-radius: 8px 8px;
}

#footer {
    background: #ECECEC;
    font-size: 0.7em;
}

.entry-content img {
    margin: 5px;
}

.attachment-thumbnail {
    float: left;
    margin: 5px;
}

/* onlinevortex legacy styles */
/* @group Special Styles */
/* This is based on styles from the Sawchuk scheme for K2 */
.download, .code, .note,
.alert, .new, .construction,
.information {
	background-position: 15px 10px;
	background-repeat: no-repeat;
	margin: 10px auto;
	padding: 10px 10px 10px 50px;
	text-align: left;
	font-size: 1.2em !important;
	line-height: 115%;
        color: #fff;
}

ul.download, ul.code, ul.note,
ul.alert, ul.new, ul.construction,
ul.information {
	list-style-type: disc;
	list-style-position: inside;
	padding: 10px 10px 10px 50px;
	font-size: 1em !important;
	line-height: 115%;
}

ol.download, ol.code, ol.note,
ol.alert, ol.new, ol.construction,
ol.information {
	list-style-type: decimal;
	list-style-position: inside;
	padding: 10px 10px 10px 65px;
	font-size: 1em !important;
	line-height: 115%;
}

dl.download, dl.code, dl.note,
dl.alert, dl.new, dl.construction,
dl.information {
	padding: 10px 10px 10px 50px;
	font-size: 1em !important;
	line-height: 115%;
}

dl.download dt, dl.code dt, dl.note dt,
dl.alert dt, dl.new dt, dl.construction dt,
dl.information dt {
	font-weight: bold;
	font-size: 1.2em !important;
	line-height: 115%;
}

dl.download dd, dl.code dd, dl.note dd,
dl.alert dd, dl.new dd, dl.construction dd,
dl.information dd {
	list-style-type: disc;
	line-height: 115%;
}

.download {
	background-color: #353;
	background-image: url('images/package_go.png');
	border-top: 2px solid #383;
	border-bottom: 2px solid #383;
}

.download a, .download a:visited {
	color: #3F3;
	text-decoration: none !important;
	border-bottom: 2px dotted #3F3;
}

.download a:hover {
	color: #3C3;
	text-decoration: none !important;
	border-bottom: 2px dotted #3C3;
}


.code { /* use p class=code when you want to fake it, sometimes handy */
	background-color: #444;
	background-image: url('images/application_osx_terminal.png');
	border-top: 2px solid #AAA;
	border-bottom: 2px solid #AAA;
	font-family: 'Courier New', Courier, Fixed;
}

/*code {
	background: #f2f2f2 url('/images/utilities-terminal.png') 10px 5px no-repeat;
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	font-family: 'Courier New', Courier, Fixed;
}*/

.alert {
	background-color: #533;
	background-image: url('images/exclamation.png');
	border-top: 2px solid #F33;
	border-bottom: 2px solid #F33;
}

.new {
	background-color: #643;
	background-image: url('images/new.png');
	border-top: 2px solid #F93;
	border-bottom: 2px solid #F93;
}

.construction {
	background-color: #553;
	background-image: url('images/error.png');
	border-top: 2px solid #FF3;
	border-bottom: 2px solid #FF3;
}

.information {
	background-color: #335;
	background-image: url('images/information.png');
	border-top: 2px solid #33F;
	border-bottom: 2px solid #33F;
}

.note {
	background-color: #444;
	background-image: url('images/page_white_text.png');
	border-top: 2px solid #AAA;
	border-bottom: 2px solid #AAA;
}

.callout {
	margin: 10px auto;
	padding: 10px;
	text-align: justify;
	font-size: 1.4em !important;
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	color: #CCC;
}

.wp-pagenavi {
    margin: 5px 0;
}

#oldpost {
	background-position: 15px 10px;
	background-repeat: no-repeat;
	margin: 10px auto;
	padding: 10px 10px 10px 50px;
	text-align: left;
	font-size: 1.2em !important;
	line-height: 115%;
        color: #fff;
	background-color: #444;
	background-image: url('images/page_white_text.png');
	border-top: 2px solid #AAA;
	border-bottom: 2px solid #AAA;
}
