/* This CSS snippet has been generated by fontsquirrel.com and is based on the work of Paul Irish. */
@font-face {
	font-family: 'CartoGothicStdBook';
	src: url('/font/CartoGothicStd-Book.eot');
	src: local('CartoGothic Std Book'), local('CartoGothicStd-Book'), url('/font/CartoGothicStd-Book.woff') format('woff'), url('/font/CartoGothicStd-Book.otf') format('opentype'), url('/font/CartoGothicStd-Book.svg#CartoGothicStd-Book') format('svg');
}

@font-face {
	font-family: 'CartoGothicStdBold';
	src: url('/font/CartoGothicStd-Bold.eot');
	src: local('CartoGothic Std Bold'), local('CartoGothicStd-Bold'), url('/font/CartoGothicStd-Bold.woff') format('woff'), url('/font/CartoGothicStd-Bold.otf') format('opentype'), url('/font/CartoGothicStd-Bold.svg#CartoGothicStd-Bold') format('svg');
}

@font-face {
	font-family: 'BoycottRegular';
	src: url('/font/BOYCOTT_.eot');
	src: local('Boycott Regular'), local('Boycott'), url('/font/BOYCOTT_.woff') format('woff'), url('/font/BOYCOTT_.ttf') format('truetype'), url('/font/BOYCOTT_.svg#Boycott') format('svg');
}

@font-face {
	font-family: 'DroidSansMonoRegular';
	src: url('/font/DroidSansMono.eot');
	src: local('Droid Sans Mono'), local('DroidSansMono'), url('/font/DroidSansMono.woff') format('woff'), url('/font/DroidSansMono.ttf') format('truetype'), url('/font/DroidSansMono.svg#DroidSansMono') format('svg');
}
/* End fontsquirrel snippet */

body {
    background-color: #f9f9f9;
    background-image: url(/img/background.png);
    background-repeat: repeat-y;
    background-attachment: fixed;
    background-position: center bottom;
}

h1, h2, h3 {
    font-family: 'CartoGothicStdBook', Arial, sans-serif;
    text-transform: capitalize;
}

a[target="_blank"]  {
    background-image: url("/img/external.png");
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 13px;
}

#headerblock {
    min-height: 80px;
    position: relative;
}

#logospace {
    position: absolute;
    bottom: 25%;
    left: 0px;
    font-family: 'BoycottRegular', 'CartoGothicStdBold', Arial, sans-serif;
    font-size: 3.2em;
    text-transform: uppercase;
    color: #798cb5;
}

#sectionspace {
    color: #ccc;
    font-family: 'CartoGothicStdBook', Arial, sans-serif;
    font-size: 3.5em;
    font-weight: bold;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0px;
    text-transform: lowercase;
}

#menuspace {
    background-color: #000;
    /*background-image: url(/img/glass-50.png);*/
    background-repeat: repeat-x;
    height: 50px;
}

#menuspace ul {
    height: 50px;
    list-style-type: none;
}

#menuspace li {
    float: left;
    height: 50px;
    text-transform: lowercase;
}

#menuspace li a {
    display: block;
    vertical-align: middle;
    min-width: 120px;
    height: 50px;
    line-height: 50px;
    color: #f9f9f9;
    font-family: 'CartoGothicStdBook', Arial, sans-serif;
    font-size: 1.5em;
    text-decoration: none;
    text-align: center;
    background-image: url(/img/slide-arrow.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
}

#menuspace li.current a {
    font-weight: bolder;
    background-image: url(/img/slide-arrow-current.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
}

#menuspace li a:hover {
    background-position: 50% -200px;
    color: #ccc;
}

#sidebarspace li {
    list-style-image: url(/img/bullet-none.png);
    text-transform: lowercase;
    padding-bottom: 15px;
}

#sidebarspace li.active {
    list-style-image: url(/img/bullet-current.png);
}

#sidebarspace li:hover {
    list-style-image: url(/img/bullet-hover.png);
}

#sidebarspace li a {
    color: #000;
    font-family: 'CartoGothicStdBook', Arial, sans-serif;
    font-size: 1.25em;
    text-decoration: none;
    line-height: 100%;
}

#sidebarspace li.active a {
    font-weight: bolder;
}

#sidebarspace li a:hover {
    color: #aaa;
}

/* Sticky Footer customizations */
#footer
{
    padding-top: 20px;
    height: 30px;
    margin-top: -50px;
}

#main
{
    padding-bottom: 50px;
}
/* End Sticky Footer customizations*/

#footerspace {
    background-color: #000;
    background-image: url(/img/footer.png);
    background-repeat: repeat-y;
    background-position: 50% 0;
    min-height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    text-transform: lowercase;
    font-weight: bold;
}

.blog-date {
    font-variant: small-caps;
    font-style: italic;
}

.blog-box {
    margin-bottom: 1.5em;
    padding: 1.5em;
    border: 1px dashed #ccc;
}

blockquote {
    border: 1px solid #ccc;
    background-color: #fff;
    background-image: url(/img/quote.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    margin: 0;
    padding:1.5em;
    padding-left: 3em;
}

pre, code, tt {
    font-family: "DroidSansMonoRegular", "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
}

pre {
    border: 1px solid #ccc;
    background-color: #f8f8f8;
}
