/******************************************************************
RESET STYLES
******************************************************************/

html, body, div, span, object, embed, ruby, output, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, 
menu, nav, section, summary, time, mark, audio, video { margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent; }     
html { overflow-y: scroll; }
         
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
ol, ul { list-style: none; }

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

blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
a:hover, a:active { outline: none; }

table { border-collapse:collapse; border-spacing:0; }
td, td img { vertical-align: top; } 

pre, code, kbd, samp { font-family: monospace, sans-serif; margin: 1.5em; }
pre {  padding: 15px;  white-space: pre;  white-space: pre-wrap;  white-space: pre-line;  word-wrap: break-word; }

div, input, textarea, article, section, header, footer, nav  { -webkit-box-sizing : border-box; -moz-box-sizing : border-box; -o-box-sizing : border-box; box-sizing : border-box; }

/******************************************************************
FONTS, TEXT, AND TYPOGRAPHY STYLES
******************************************************************/
select, input, textarea, button { font:99% sans-serif; }
body, select, input, textarea { color: #444; }
small, .small { font-size:0.75em; letter-spacing:.05em; font-style:italic; line-height:1.75em; }
strong, th, .strong { font-weight: bold; }
em, .em { font-style: italic; }
ins, .ins { background-color:#ff9; color:#000; text-decoration:none; }
mark, .mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del, .del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

/******************************************************************
FORM STYLES
******************************************************************/

input, select { vertical-align:middle; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { border-radius: 1px;  -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red;  box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }
button {  width: auto; overflow: visible; }

input[type="submit"], .button, .comment-reply-link, .post-edit-link {
    display: inline-block;
    padding: 2px 10px;
    text-align: center;
    color: #444;
    cursor: pointer;
    border: 1px solid #aaa;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #f9f9f9; /* for non-css3 browsers */
    background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#dddddd));
    background: -moz-linear-gradient(top, #f9f9f9, #dddddd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9f9f9, endColorstr=#dddddd);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9f9f9, endColorstr=#dddddd)";
}
.button:hover,
.button:active,
.comment-reply-link:hover,
.comment-reply-link:active,
.post-edit-link:hover,
.post-edit-link:active { border-color: #888; color: #444; text-decoration: none; }
.button:visited, .comment-reply-link:visited, .post-edit-link:visited { color: #444; }

input { font-size: 12px; }
input[type="text"] {
    padding: 3px 0 3px 3px;
    border: 1px solid #aaa;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
input[type="submit"] { padding: 3px 10px; cursor: pointer; }

/******************************************************************
BASE STYLES
******************************************************************/
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html { background: #eee; }
body {
    position: relative;
    font: normal 0.75em/1.5em 'Raleway', 'lucida grande', 'liberation sans', verdana, arial, helvetica, sans-serif;
}

/* headers */
h1 {
    font-size: 25px;
    line-height: 25px;
    font-weight: bold;
    letter-spacing: .1em;
}

p {
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
}

/* links */
a, a:visited {
    color: #3B40B4;
    text-decoration: none;
}
a:hover, a:active { text-decoration: underline; }

h1, h1 a, h1 a:visited { color: #777; }
h1 a:hover, h1 a:active { text-decoration: none; }

/* selection */
::-webkit-selection { background: #FCF6FB; color: #000; text-shadow: none; } /* Safari, Chrome, iPhones, iPads */
::-moz-selection { background: #FCF6FB; color: #000; text-shadow: none; } /* Firefox */
::selection { background: #FCF6FB; color: #000; text-shadow: none; } /* The Rest of em */

/*****************************
   STRUCTURE
******************************/
#container {
    width: 960px;
    padding-left: 200px;
}
#main {
    padding: 50px 0;
    border-left: 1px solid #ccc;
}
#sidebar {
    position: absolute; left: 0;
    height: 100%;
    width: 200px;
    padding: 0 20px;
    text-align: right;
    background: #fff;
}

section, .section {
    width: 690px;
    margin: 0 0 100px 30px;
    padding: 25px;
    background: #fff;
    border-bottom: 1px solid #ccc;
}

/*****************************
   SIDEBAR
******************************/
#sidebar>div>ul { margin-top: 25px; }
#sidebar>div>ul>li>a { font-size: 18px; }
#sidebar>.honestlymedia,
#sidebar>.honestlywtf,
#sidebar>.honestlyyum { position: relative; }
#sidebar>.honestlymedia { top: 65px; }
#sidebar>.honestlywtf { top: 418px; }
#sidebar>.honestlyyum { top: 670px; }
#sidebar .last-tweet { position: relative; margin-top: 20px; }
#sidebar .last-tweet .quote {
    height: 30px;
    width: 30px;
    float: left;
    position: relative;
    top: -10px;
    background: url(../img/icon-quote.gif) no-repeat;
}

/*****************************
   SITE HEADER
******************************/
.nav-tabs {
    font-size: 15px;
}
.tab-content {
    height: 300px;
    background: #fff;
}
.tab-pane {
    
}
.tab-pane p {
    margin-bottom: 8px;
    text-align: justify;
}
#about img {
    height: 200px;
    width: 300px;
    float: right;
    margin: 0 0 10px 20px;
    vertical-align: top;
}
#about ul { margin-bottom: 10px; }
#about li { display: inline-block; }
#about li:after { content: " •"; }
#about li:last-child:after { content: ""; }

/* about */
.vcard {
    position: relative;
    height: 50px;
    width: 320px;
    float: left;
    margin-bottom: 20px;
    font-size: 15px;
}
.vcard img {
    height: 50px;
    width: 50px;
}
.vcard .vcard-right {
    position: absolute; top: 0px; left: 50px;
    height: 50px;
    width: 250px;
    padding: 0 10px;
}
.vcard a.fn {
    display: block;
    margin-bottom: 3px;
    font-size: 18px;
    color: #777;
}
.vcard a.fn:hover,
.vcard a.fn:active { text-decoration: none; color: #444; }

/* contact */
.vcard ul.email-list {
    margin-top: 30px;
}
.vcard ul.email-list li {
    line-height: 16px;
    margin-bottom: 10px;
}

/*****************************
   CAROUSELS
******************************/
.carousel {
    height: 425px;
    width: 640px;
    margin-bottom: 0;
}

/* carousel controls */
a.carousel-control {
    background: #666;
    border: none;
    filter: alpha(opacity=75);
}
.carousel-control:hover,
.carousel-control:focus {
    filter: alpha(opacity=90);
}
.item {
    height: 425px;
    width: 640px;
    overflow: hidden;
    background: #eee;
}
.item img {
    height: auto;
    width: 640px;
}
.carousel-caption {
    background: #333333;
    background: rgba(122, 122, 122, 0.75);
}
.carousel-caption h4 {
    font-size: 16px;
}

/******************************************************************
MOBILE - iPad [portrait + landscape]
******************************************************************/
@media only screen and (min-width: 768px) and (max-width: 959px) {
    
}

@media only screen and (min-device-width: 768px) and (max-device-width: 959px) {
    
}


/******************************************************************
MOBILE - iPhone [portrait + landscape]
******************************************************************/
@media only screen and (min-width: 320px) and (max-width: 767px) {
    
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    
}




/*****************************
   HELPER CLASSES
******************************/

/* Image replacement */
.ir { background-color: transparent; border: 0; overflow: hidden; /* IE 6/7 fallback */ *text-indent: -9999px; }
.ir:before { content: ""; display: block; width: 0; height: 150%; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
    border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden;
    padding: 0; position: absolute; width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Clearfix: contain floats */
.clearfix:before,
.clearfix:after { content: " "; /* 1 */ display: table; /* 2 */ }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


/*****************************
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
******************************/
@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,a:visited { text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    /* Don't show links for images, or javascript/internal links */
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; /* h5bp.com/t */ }
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }
}
