/* ------------------------------------------------------------------------------- */
/*  Reset & Clearfix (http://meyerweb.com/eric/tools/css/reset/)
/* ------------------------------------------------------------------------------- */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,a,abbr,and,address,cite,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,input,textarea,select{background:transparent;border:0;font-size:100%;/*margin:0;*/outline:0;padding:0;vertical-align:baseline}article,aside,details,figcaption,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}del{text-decoration:line-through}hr{background:transparent;border:0;clear:both;color:transparent;height:1px;/*margin:0;*/padding:0}mark{background-color:#ffffb3;font-style:italic}ins{background-color:red;color:white;text-decoration:none}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}

.clear{clear:both;display:block;height:0;overflow:hidden;visibility:hidden;width:0}.clearfix:after{clear:both;content:' ';display:block;font-size:0;height:0;line-height:0;visibility:hidden;width:0}* html .clearfix,:first-child+html .clearfix{zoom:1}


/* ------------------------------------------------------------------------------- */
/*  Document Setup
/* ------------------------------------------------------------------------------- */

html { overflow-x: auto; height: 100%; }
body {
    background: #848484/*#f0f0f0*/;
    color: #434343;
    font: 13px/1.7 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    overflow-y: auto;
    overflow-x: auto;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    height: 100%;
    margin: 0;
}
a, a > * {
    color: #333;
    text-decoration: none;
    -webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
       -moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
        -ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
         -o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
            transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
}
a.underline {
	border-bottom: 1px dotted #333;
}

a.underline:hover, a.underline > *:hover {
    border-bottom: 1px dotted #d73300;
}

a:hover, a > *:hover , a code{
    color: #d73300;
}

a.twitter-link {
    display: inline-block;
    background: url(/assets/img/icon-twitter.png);
    width: 24px;
    height: 24px;
    position: relative;
    top: 6px;
}

/*
::-moz-selection { background: #333; color: #fff; text-shadow: none; }
::selection { background: #333; color: #fff; text-shadow: none; }
*/
h1 { font-size: 30px; }
h2 { font-size: 24px; }
h3 { font-size: 18px; font-weight: 400; margin-top: 35px; }
h4 { font-size: 16px; font-weight: 400; }
h5 { font-size: 12px; }
h6 { font-size: 11px; }

h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    line-height: 1.25;
}
h1.capitalize {
    text-transform: capitalize;
}
dl,h1,h2,h3,h4,h5,h6,table,address,fieldset,blockquote,p {
    margin-bottom: 10px;
}
hr.h80 {
    margin: 40px 0;
}

hr {
margin-bottom: 60px;
border-top: 1px solid #bbb;

}

#main .posts-list .post:nth-child(even) pre, #main .posts-list .post:nth-child(even) code {
    background: #fff;
}

pre {
    background-color: #fbeaea;
    padding: 10px 20px;
    margin: 20px 20px;
    border: 1px solid #bbb;
    overflow-x: auto;
}

h2, h3 {
    color: #ce4f02;
}


.indent {
	margin-left: 30px;
}

address {
	font-style: normal;
}


/*  Forms  --------------------------------*/

input[type="text"], textarea {
    background: url(../images/bg_dots_grey.png);
    border-radius: 0;
    color: #959595;
    display: block;
    font: 11px/1.7 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    padding: 7px 9px;
    text-transform: uppercase;
    width: 240px;
}
textarea {
    resize: none;
    width: 500px;
}
input[type="submit"], input[type="reset"], input[type="button"], button, .button {
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    background-size: 100% 200%;
    color: #fff;
    cursor: pointer;
    font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-weight: 600;
    padding: 7px 25px 8px;
    -webkit-transition: background .2s ease-out;
       -moz-transition: background .2s ease-out;
        -ie-transition: background .2s ease-out;
         -o-transition: background .2s ease-out;
            transition: background .2s ease-out;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover, .button:hover {
    background-position: 0 100%;
}





/* ------------------------------------------------------------------------------- */
/*  Wrap
/* ------------------------------------------------------------------------------- */

#body-wrapper {
    background: #fff;
    margin: 0 auto;
    position: relative;
    width: 960px;
    min-height: 100%;
}
.container {
    /*
    margin: 0 30px;
    padding: 0 20px;
    */
    position: relative;
}


/*  Columns  --------------------------------*/

.one-fourth, .three-fourth, .one-third, .two-third, .one-half {
    float: left;
    margin-right: 20px !important;
    position: relative;
}
.one-fourth.last, .three-fourth.last, .one-third.last, .two-third.last, .one-half.last {
    margin-right: 0 !important;
}
.one-fourth      { width: 220px; }
.three-fourth    { width: 700px; }
.one-third       { width: 300px; }
.two-third       { width: 620px; }
.one-half        { width: 460px; }





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

#header {
    background: url(/assets/img/sep_d.png) repeat-x 0 100%;
    height: 103px;
    padding: 0 60px;
}
#logo {
    float: left;
    height: 100px;
    margin-top: 10px;
}


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

#navigation {
    float: right;
}
#navigation li {
    float: left;
    position: relative;
}
#navigation a {
    color: #333;
    display: block;
    font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 0 40px;
    padding: 34px 0 30px;
    position: relative;
    text-transform: uppercase;
}
#navigation a:hover, #navigation .hover > a, #navigation .current > a {
    color: #d73300;
}


/*  Dropdown  --------------------------------*/

#navigation ul {
    background: #d73300;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
       -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
            box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    display: none;
    left: 0;
    margin: 0 0 0 40px;
    padding: 0;
    position: absolute;
    top: 103px;
    width: 180px;
    z-index: 9999;
}
#navigation ul li {
    border-bottom: 1px dotted #e3714d;
    float: none;
}
#navigation ul li:last-child {
    border-bottom: none;
}
#navigation ul li i {
    background: url(../images/menu_i.png) no-repeat 0 0;
    height: 5px;
    position: absolute;
    right: 10px;
    top: 40%;
    width: 3px;
}
#navigation ul a {
    color: #f0bfb8;
    display: block;
    font-size: 11px;
    font-weight: 400;
    margin: 0;
    padding: 7px 20px;
    text-transform: none;
}
#navigation ul a:hover, #navigation ul .hover > a, #navigation ul .current > a, #navigation ul .current > a:hover {
    color: #fff;
}


/*  Sub Dropdown  --------------------------------*/

#navigation ul ul {
    left: 180px;
    margin: 0;
    top: 0;
}


/*  Responsive Nav  --------------------------------*/

.selectnav { display: none; }





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

#content {

}
#main {
    float: left;
    width: 100%;
    padding-bottom: 60px;
}

#main code {
    /*border: 1px solid #D0D0D0;*/
    padding: 3px;
    background: #fbeaea;
}

#main pre code {
    border: none;
    padding: 0;
}

#full-main {
	padding-bottom: 80px;
}

#about-content {
	margin-top: 35px;
}
#sidebar {
	float: left;
margin-left: 30px;
width: 185px;
}

span.accent {
    color: #d73300;
}

/*  Page Title  --------------------------------*/

.page-title, .page-title-inner, .page-title-alt {
    color: #c2c2c2;
    display: table-cell;
    font-size: 48px;
    font-weight: 100;
    letter-spacing: 2px;
    line-height: 1;
    margin: 0 -30px;
    padding: 0px 30px 45px;
    width: 100%;
}
.page-title .accent, .page-title-alt .accent {
    color: #333;
}

.page-title-inner {
    color: #333;
    padding-bottom: 0px;
}

.page-title-inner .section-title {
    color: #d73300;
    display: block;
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: normal;
    width: 100%;
    text-transform: none;
}

.page-title-inner .section-subtitle {
    color: #d73300;
    display: block;
    font-size: 21px;
    letter-spacing: normal;
    line-height: 1;
    width: 100%;
    text-transform: none;
}

.page-title-inner .accent {
    color: #d73300;
}
.page-title-inner.fixed {
    background: none;
    margin-bottom: 0;
}
.page-title-alt {
    font-size: 72px;
    line-height: 1.2;
    margin: 0 -30px;
    padding-bottom: 75px;
    padding-top: 70px;
}

.page-title-placeholder {
display: inline-block;
padding: 0px 0px 20px;
}


.gray-box {
	background: #eee;
	text-align: center;
	padding: 20px 0;
	margin-top: 25px;
	font-style: italic;
}

/* ------------------------------------------------------------------------------- */
/*  Homepage
/* ------------------------------------------------------------------------------- */


/*  Project & Blog Carousel  --------------------------------*/

#project-wrapper, #blog-wrapper {
    margin: 90px 0 0;
    position: relative;
    width: 100% !important;
}
#blog-wrapper {
    margin: 70px 0 0;
}
.section-title  {
    display: block;
    float: left;
}
.section-title h4  {
    margin: 0 0 3px !important;
}
.section-title p {
    color: #959595;
}

/*  Buttons  --------------------------------*/

.red {
    background: #ec4c1a;
    background: -webkit-linear-gradient(#ec4c1a, #a32700);
    background:    -moz-linear-gradient(#ec4c1a, #a32700);
    background:     -ms-linear-gradient(#ec4c1a, #a32700);
    background:      -o-linear-gradient(#ec4c1a, #a32700);
    background:        -webkit-gradient(#ec4c1a, #a32700);
    background:         linear-gradient(#ec4c1a, #a32700);
}
.yellow {
    background: #ffd800;
    background: -webkit-linear-gradient(#ffd800, #f49000);
    background:    -moz-linear-gradient(#ffd800, #f49000);
    background:     -ms-linear-gradient(#ffd800, #f49000);
    background:      -o-linear-gradient(#ffd800, #f49000);
    background:        -webkit-gradient(#ffd800, #f49000);
    background:         linear-gradient(#ffd800, #f49000);
}
.black {
    background: #636363;
    background: -webkit-linear-gradient(#636363, #404040);
    background:    -moz-linear-gradient(#636363, #404040);
    background:     -ms-linear-gradient(#636363, #404040);
    background:      -o-linear-gradient(#636363, #404040);
    background:        -webkit-gradient(#636363, #404040);
    background:         linear-gradient(#636363, #404040);
}
.gray {
    background: #959595;
    background: -webkit-linear-gradient(#959595, #545454);
    background:    -moz-linear-gradient(#959595, #545454);
    background:     -ms-linear-gradient(#959595, #545454);
    background:      -o-linear-gradient(#959595, #545454);
    background:        -webkit-gradient(#959595, #545454);
    background:         linear-gradient(#959595, #545454);
}


/*  Accordion  --------------------------------*/

.accordion-button {
    background: url(../images/accordion_buttons.png) no-repeat 0 8px;
    border-top: 1px dotted #ccc;
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 7px 0 7px 25px;
}
.accordion-button.first {
    border: none;
}
.shortcodes .accordion-button.first {
    margin-top: -8px;
}
.accordion-content {
    padding: 0 0 8px 25px;
}
.on {
    background: url(../images/accordion_buttons.png) no-repeat 0 -127px;
}
.on a {
    color: #d73300;
}

/*  Alert Boxes  --------------------------------*/

.success, .notice, .warning, .error {
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 15px;
}
.success {
    background: #93b336;
}
.notice {
    background: #507cc3;
}
.warning {
    background: #ffbb00;
}
.error {
    background: #d73300;
}


/*  Blockquote  --------------------------------*/

blockquote {
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    font-style: italic;
    padding: 0 15px;
    position: relative;
}

/*  Lists  --------------------------------*/

.shortcodes .check {
    margin-top: -10px;
}
ul.compressed li {
    padding-bottom: 4px;
    padding-top: 4px;
}
ul.compressed li:first-child {
    margin-top: -5px;
}
.check li, .check-bold li, .arrow li, .arrow-bold li, .square li, .circle li {
    list-style: none;
    margin: 0;
    padding: 5px 0 5px 18px;
}
.check li {
    background: url(/assets/img/list_check.png) no-repeat 2px 53%;
}
.check-bold li {
    background: url(/assets/img/list_check_bold.png) no-repeat 1px 53%;
}
.arrow li {
    background: url(/assets/img/images/list_arrow.png) no-repeat 4px 53%;
}
.arrow-bold li {
    background: url(/assets/img/list_arrow_bold.png) no-repeat 3px 53%;
}
.square li {
    background: url(/assets/img/list_square.png) no-repeat 4px 53%;
}
.circle li {
    background: url(/assets/img/list_circle.png) no-repeat 4px 53%;
}

/* ------------------------------------------------------------------------------- */
/*  Blog
/* ------------------------------------------------------------------------------- */

/*.post {
    background: url(/assets/img/sep_d.png) repeat-x 0 100%;
    margin: 0 0 60px;
    padding: 0 0 35px;
}*/

.post {
    padding: 15px 0;
}

.post:nth-child(even) {
    background-color: #fbeaea;
}

.post-header, #academic-content, #about-content {
    padding: 0 55px;
}

.post a:hover .title-text, .post a:hover .subtitle-text {
	border-bottom: 1px dotted #d73300;
}

.post h2 {
color: #d73300;
	/*color: #626262;*/
font-size: 24px;
letter-spacing: normal;
line-height: 1;
font-weight: normal;
text-transform: capitalize;
display: inline;
}

.post-meta {
	margin-top: 0px;
}

.post-meta .subtitle {
	color: #959595;
    border-bottom: 1px dotted #e5e5e5;
    padding: 5px 0;
    font-size: 16px;
}

.post-meta .author {
    color: #959595;
    border-bottom: 1px dotted #e5e5e5;
    padding: 5px 0;
}
.post-meta .author a {
    color: #d73300;
}
.post-meta .author a:hover {
    color: #e38473;
}
.post-meta .date, .post-meta .tags, .post-meta .comments {
    color: #959595;
    display: inline-block;
    margin-right: 15px;
}
.post-meta .date a, .post-meta .tags a, .post-meta .comments a {
    color: #959595;
}
.post-meta .date a:hover, .post-meta .tags a:hover, .post-meta .comments a:hover {
    color: #d73300;
}
.post-meta .date {
    padding-left: 20px;
    background: url(/assets/img/blog_icon_date.png) no-repeat 0 6px;
}
.post-entry, .post-meta {
    display: block;
    position: relative;
    padding: 0 55px;
}

.page-title-inner {
    padding: 0 55px;
    margin: 0;
}

.post-entry .image, .post-entry .slider, .post-entry .video, .post-entry p img {
    display: block;
    margin: 0 auto 23px;
    max-width: 100%;
}

.post-entry div.center-image-horizontal {
    margin: 0 auto;
    text-align: center;
}

.post-entry div.center-image-horizontal img {
    margin-right: 40px;
    vertical-align: top;
    margin-top: 25px;
}

.post-entry .border {
    border: 1px solid darkgray;
    padding: 10px;
}

.post-entry {
    display: block;
    font-size: 14px;
    padding-bottom: 30px;
}
.post-entry a {
    color: #d73300;;
    border-bottom: 1px dotted #333;
}

.post-entry video {
    display: block;
    margin: 20px auto;
    max-width: 100%;
}

.post-entry a.continue-reading {
    margin-top: 10px;
    display: inline-block;
    margin-left: 10px;
}

.post-entry a:hover {
    color: #d73300;
    border-bottom: 1px dotted #d73300;
}

.post-entry ul {
    list-style: initial;
    margin-left: 18px;
}

/*  Pagination  --------------------------------*/

.pagination {
    margin: 0;
}
.pagination li {
    display: inline-block;
    list-style: none;
    margin: 0;
}
.pagination li:last-child {
    margin-right: 0;
}
.pagination .current {
    background: #d73300;
    color: #fff !important;
}
.pagination a, .pagination .current {
    color: #959595;
    display: inline-block;
    padding: 0 6px;
}
.pagination a:hover {
    color: #d73300;
}
.pagination .prev a {
    background: url(../images/c_icon_prev.png) no-repeat 0 6px;
    padding-left: 10px;
}
.pagination .prev a:hover {
    background: url(../images/c_icon_prev_r.png) no-repeat 0 6px;
}
.pagination .next a  {
    background: url(/assets/img/c_icon_next.png) no-repeat 100% 6px;
    padding-right: 10px;
}
.pagination .next a:hover  {
    background: url(../images/c_icon_next_r.png) no-repeat 100% 6px;
}


/*  Blog Post Details  --------------------------------*/

.post-header h3 {
    margin: 0px;
    padding-bottom: 5px;
    text-transform: capitalize;
    margin-top: 5px;
    color: #e98d70;
    font-style: italic;
    font-weight: normal;
}

.post-entry h3 {
	font-weight: 700;
}

.post.single p {
    margin-bottom: 20px;
}
.post.single p:last-child {
    margin-bottom: 10px;
}

.post .post-meta {
	margin: 0px;
}


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

.comments-list {
    border-bottom: 1px dotted #e5e5e5;
    margin: 36px 0 70px;
    padding: 0 0 10px;
}
.comment {
    border-top: 1px dotted #e5e5e5;
    display: inline-block;
    margin-top: 10px;
    padding-top: 30px;
}
.comment .children .comment {
    margin-top: 10px;
    padding-top: 30px;
}
.comment:first-child {
    border-top: none;
    margin: 0;
    padding: 0;
}
.comment > div {
    display: inline-block;
}
.comment .avatar {
    display: block;
    float: left;
    position: relative;
    width: 45px;
    z-index: 1;
}
.comment .comment-entry, .comment .comment-meta {
    float: right;
    width: 620px;
}
.comment .comment-meta {
    margin-top: -4px;
}
.comment .author {
    font-size: 14px;
    margin: 0;
    text-transform: capitalize;
}
.comment .author .reply {
    color: #959595;
    font-size: 11px;
    text-transform: capitalize;
}
.comment .author .reply:hover {
    color: #d73300;
    font-size: 11px;
}
.comment .date {
    color: #959595;
    margin: 1px 0 8px;
}
.comment .children {
    padding-left: 60px;
}
.comment .children .comment {
    border-top: 1px dotted #ced8df;
    position: relative;
}
.comment .children .comment-entry, .comment .children .comment-meta {
    width: 560px;
}
.comment .children .children .comment-entry, .comment .children .children .comment-meta {
    width: 500px;
}


/*  Comments Form  --------------------------------*/

#comments-form {
    margin-top: 30px;
}

/* ------------------------------------------------------------------------------- */
/*  Widgets
/* ------------------------------------------------------------------------------- */

.widget {
    margin: 0 0 50px;
    margin-left: 10px;
}
.widget.short {
    margin-bottom: 35px;
}
.widget h5 {
    font-weight: 600;
    letter-spacing: 1px;
    margin: 25px 0 0px;
}


/*  Categories  --------------------------------*/

.widget .categories li {
    background: url(/assets/img/c_icon_next.png) no-repeat 0 12px;
    border-bottom: 1px dotted #ccc;
    display: block;
    padding: 7px 0 7px 13px;
}
.widget .categories li:last-child {
    border: none;
}
.widget .categories li a {
    color: #636363;
}
.widget .categories li a:hover {
    color: #d73300;
}


/*  Tabs With Posts  --------------------------------*/

.widget #tabs li {
    text-align: center;
    width: 50%;
}
.widget #tabs_content_container {
    border: none;
    display: block;
    padding: 20px 0 0;
}
.widget .posts li {
    display: inline-block;
    margin: 0 0 9px;
}
.widget .posts li:last-child {
    margin: 0;
}
.widget .posts img {
    display: block;
    float: left;
    margin: 0 10px 0 0;
}
.widget .posts .entry {
    display: block;
    float: left;
    margin: -4px 0 0;
    width: 150px;
}
.widget .posts .entry .date {
    color: #959595;
    display: block;
    margin: 2px 0 0;
}

/* ------------------------------------------------------------------------------- */
/*  Footer
/* ------------------------------------------------------------------------------- */

#footer {
background: #333;
padding: 15px 0;
text-align: center;
color: #ddd;
bottom: 0;
position: absolute;
width: 100%;
}

.post-entry ol {
	list-style: inherit;
	margin-left: 20px;
	list-style-type: decimal;
}

.post-entry ol li {
	padding: 5px 0;
}


/* ------------------------------------------------------------------------------- */
/* Media Queries
/* ------------------------------------------------------------------------------- */

/* Standard 960 or larger (browsers) */
@media only screen and (min-width: 960px) {

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media all and (min-width: 480px) and (max-width: 807px) {
    #body-wrapper {
        width: 100%;
    }

    #main {
    	width: 100%;
    }

    #sidebar {
    	display: none;
    }

    #navigation {
        float: left;
        clear: left;
        margin-top: 0;
    }

    #navigation a {
        padding: 0;
    }

    #header {
        height: auto;
    }

    .page-title-inner .section-title {
        font-size: 26px;
        font-weight: bolder;
        margin-top: 10px;
        line-height: 1.1;
    }


    #navigation {
        margin-top: 0;
        margin-left: -40px;
        float: none;
        display: inline-block;
    }

    #header {
        text-align: center;
    }
    #logo {
        float: none;
    }

    video {
        width: 100%;
    }

    pre {
        margin: 0;
        padding: 5px 9px;
    }

    .post-entry, .post-meta, .page-title-inner, .post-header, #academic-content, #about-content {
        padding: 0px 25px;
    }

}

@media all and (max-width: 479px) {
	#sidebar {
    	display: none;
    }

    #body-wrapper {
        width: 100%;
    }

    #main {
    	width: 100%;
    }

    .container {
    	margin: 0;
    }

    #header a img {
    	width: 140px;
    }

    .page-title, .page-title-inner, .page-title-alt {
    	padding: 0;
    	margin: 0;
    }

    /*
    pre {
    	white-space: pre-wrap;
    }
    */

    #navigation a {
    	padding: 0;
    }

    #logo {
	height: auto;
	margin: 0;
}

#header {
	height: auto;
}
}


/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {

}



/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 808px) and (max-width: 959px) {

/* ------------------------------------------------------ */
/*  Document Setup
/* ------------------------------------------------------ */

    textarea {
        width: 430px;
    }



/* ------------------------------------------------------ */
/*  Wrap
/* ------------------------------------------------------ */

    #body-wrapper {
        width: 808px;
    }


    /*  Columns  ------------*/

    .one-fourth      { width: 162px; }
    .three-fourth    { width: 526px; }
    .one-third       { width: 222px; }
    .two-third       { width: 464px; }
    .one-half        { width: 344px; }



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

    #main {
        width: 100%;
    }


    /*  Page Title  ------------*/

    .page-title-alt {
        font-size: 48px;
    }


/* ------------------------------------------------------ */
/*  Blog
/* ------------------------------------------------------ */

    .comment .comment-entry, .comment .comment-meta {
        width: 388px;
    }
    .comment .children .comment-entry, .comment .children .comment-meta {
        width: 328px;
    }
    .comment .children .children .comment-entry, .comment .children .children .comment-meta {
        width: 268px;
    }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 807) {

/* ------------------------------------------------------ */
/*  Document Setup
/* ------------------------------------------------------ */

    textarea {
        width: 402px;
    }

/* ------------------------------------------------------ */
/*  Wrap
/* ------------------------------------------------------ */

    #body-wrapper {
        width: 100%;
    }


    /*  Columns  ------------*/

    .one-fourth      { width: 200px; }
    .three-fourth    { width: 526px; }
    .one-third       { width: 420px; }
    .two-third       { width: 464px; }
    .one-half        { width: 420px; }

    .one-fourth:nth-child(2n+2) { margin-right: 0 !important; }
    .one-fourth:nth-child(n+3) { margin-top: 20px !important; }



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

    #header {
        height: auto;
        text-align: center;
    }
    #logo {
        float: none;
    }


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

    #navigation {
        float: none;
        text-align: left;
        margin: 0;
    }
    #navigation a {
        margin: 0 15px;
        padding: 0 0 30px;
    }
    #navigation ul {
        margin: 0 0 0 15px;
        top: 70px;
    }



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

    #main {
        width: 100%;
    }
    #sidebar {
        display: none;
    }


    /*  Page Title  ------------*/

    .page-title, .page-title-inner, .page-title-alt {
        font-size: 30px;
        letter-spacing: normal;
        padding-top: 20px;
    }
    .page-title-inner {
        font-size: 30px;
        letter-spacing: normal;
    }
    .page-title-inner .section-title {
        font-size: 18px;
        font-weight: 400;
    }

    .post-entry video {
        width: 100%;
    }

    blockquote {
        margin-bottom: 40px;
    }

    .comment .comment-entry, .comment .comment-meta {
        width: 360px;
    }
    .comment .children .comment-entry, .comment .children .comment-meta {
        width: 300px;
    }
    .comment .children .children .comment-entry, .comment .children .children .comment-meta {
        width: 240px;
    }
}



/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

/* ------------------------------------------------------ */
/*  Document Setup
/* ------------------------------------------------------ */

    input[type="text"], textarea {
        width: 242px;
    }

    .post-entry, .post-meta, .post-header, #academic-content, #about-content {
        padding: 0 15px;
    }

    pre {
        padding: 5px 7px;
        margin: 20px 0px;
    }



/* ------------------------------------------------------ */
/*  Wrap
/* ------------------------------------------------------ */

    #body-wrapper {
        width: 100%;
    }

    #navigation {
        margin-top: 0;
        margin-left: -40px;
        float: none;
        display: inline-block;
    }

    #header {
        text-align: center;
    }
    #logo {
        float: none;
    }


    /*  Columns  ------------*/

    .one-fourth      { width: 260px; }
    .three-fourth    { width: 260px; }
    .one-third       { width: 260px; }
    .two-third       { width: 260px; }
    .one-half        { width: 260px; }

    .one-fourth:nth-child(n+2) { margin-top: 30px !important; }

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

    #main {
        width: 100%;
    }

    body {
        background: #fff;
    }

    .page-title-inner .section-subtitle {
        font-size: 19px;
    }
    .page-title-inner {
    	display: table-cell;
    	padding: 15px 15px 0px 15px;
    }
    .page-title-inner .section-title {
        font-size: 22px;
        line-height: 1.1;
        font-weight: bolder;
    }


/* ------------------------------------------------------ */
/*  Blog
/* ------------------------------------------------------ */

    .post-meta .date, .post-meta .tags, .post-meta .comments {
        padding-bottom: 0;
    }
    .post-meta .comments {
        margin-bottom: 15px;
    }


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

    .comment .comment-entry, .comment .comment-meta {
        width: 200px;
    }
    .comment .children .comment-entry, .comment .children .comment-meta {
        width: 140px;
    }
    .comment .children .children {
        display: none;
    }


    /*  Blog (Alt. Version)  ------------*/

    .post-block {
        margin-bottom: 40px;
    }


    /*  View More  ------------*/

    .post-more a {
        margin-top: -40px;
    }
}

.cit_title {
	font-size: 15px;
	clear: both;
	line-height: 1.2;
	color: #d73300;
}

a .cit_title {
	border-bottom: 1px dotted #d73300
}

.talks a {
	border-bottom: 1px dotted #333;
}

.reviewing a {
	color: #d73300;
	text-decoration: underline;
}

.cit_author, .cit_information, .publications a {
	font-size: 12px
}

.cit_information {
	font-style: italic;
}

.academic-top-entry {
	margin-bottom: 70px;
}

.academic-top-entry li {
	margin-bottom: 20px;
}

.academic-top-entry .awards li {
	margin-bottom: 0px;
}

.academic-top-entry.talks li, .academic-top-entry.reviewing li {
	margin-bottom: 5px;
}

.awards a {
	color: #d73300;
    font-weight: bold;
}

.awards span.bold {
	font-weight: bold;
}

.awards {
	margin-left: 40px;
    margin-top: 10px;
    margin-bottom: 25px;
}

.awards img {
	width: 14px;
    display: inline;
    margin-bottom: -5px;
    margin-right: 7px;
}


/*.academic-top-entry a:hover, */
.academic-top-entry a.cite, .academic-top-entry a.abstract {
	border-bottom: 1px dotted #d73300;
	color: #d73300;
	margin-right: 10px
}

.overlay {
	position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 10;
    display: none;
}

.pop {
	position: fixed;
	z-index: 11;
	width: 900px;
	background-color: #fff;
    min-height: 300px;
    top: 50%; 
    left: 50%;
    margin-top: -200px;
    margin-left: -450px;
    border-radius: 5px;
    display: none;
}

.pop .cite-header {
	font-size: 16px;
	font-weight: bold;
	padding-top: 15px;
	text-align: center;
}

.pop .abstract-content {
	padding: 10px 30px 30px 30px;
}

.pop pre {
	white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Mozilla, post millennium */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    border: none;
    margin: 0;
    background-color: inherit;
    overflow-x: inherit;
    padding: 30px;
}

.close-pop {
	position: absolute;
	right: 0;
	font-size: 16px;
	margin: 5px 10px 0 0;
	font-weight: bold;
	cursor: pointer;
}

.pop table td:first-child {
	font-weight: bold;
	color: #777;
}

#academic-content .talks ul, #academic-content .reviewing ul {
	list-style-type: disc;
	margin-left: 20px;
}

.publications h3 {
	margin-left: 20px;
    margin-bottom: 20px;
}

.post-entry .security-seals a {
	border-bottom: none;
}
.post-entry .security-seals img {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	vertical-align: middle;
}

.security-seals {
	margin: 25px 0;
	float: left;
}

.highlight .hll, .highlighter-rouge .hll { background-color: #ffffcc }
.highlight .c, .highlighter-rouge .c { color: #999988; font-style: italic } /* Comment */
.highlight .err, .highlighter-rouge .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k, .highlighter-rouge .k { color: #000000; font-weight: bold } /* Keyword */
.highlight .o, .highlighter-rouge .o { color: #000000; font-weight: bold } /* Operator */
.highlight .cm, .highlighter-rouge .cm { color: #999988; font-style: italic } /* Comment.Multiline */
.highlight .cp, .highlighter-rouge .cp { color: #999999; font-weight: bold; font-style: italic } /* Comment.Preproc */
.highlight .c1, .highlighter-rouge .c1 { color: #999988; font-style: italic } /* Comment.Single */
.highlight .cs, .highlighter-rouge .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
.highlight .gd, .highlighter-rouge .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.highlight .ge, .highlighter-rouge .ge { color: #000000; font-style: italic } /* Generic.Emph */
.highlight .gr, .highlighter-rouge .gr { color: #aa0000 } /* Generic.Error */
.highlight .gh, .highlighter-rouge .gh { color: #999999 } /* Generic.Heading */
.highlight .gi, .highlighter-rouge .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
.highlight .go, .highlighter-rouge .go { color: #888888 } /* Generic.Output */
.highlight .gp, .highlighter-rouge .gp { color: #555555 } /* Generic.Prompt */
.highlight .gs, .highlighter-rouge .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu, .highlighter-rouge .gu { color: #aaaaaa } /* Generic.Subheading */
.highlight .gt, .highlighter-rouge .gt { color: #aa0000 } /* Generic.Traceback */
.highlight .kc, .highlighter-rouge .kc { color: #000000; font-weight: bold } /* Keyword.Constant */
.highlight .kd, .highlighter-rouge .kd { color: #000000; font-weight: bold } /* Keyword.Declaration */
.highlight .kn, .highlighter-rouge .kn { color: #000000; font-weight: bold } /* Keyword.Namespace */
.highlight .kp, .highlighter-rouge .kp { color: #000000; font-weight: bold } /* Keyword.Pseudo */
.highlight .kr, .highlighter-rouge .kr { color: #000000; font-weight: bold } /* Keyword.Reserved */
.highlight .kt, .highlighter-rouge .kt { color: #445588; font-weight: bold } /* Keyword.Type */
.highlight .m, .highlighter-rouge .m { color: #009999 } /* Literal.Number */
.highlight .s, .highlighter-rouge .s { color: #d01040 } /* Literal.String */
.highlight .na, .highlighter-rouge .na { color: #008080 } /* Name.Attribute */
.highlight .nb, .highlighter-rouge .nb { color: #0086B3 } /* Name.Builtin */
.highlight .nc, .highlighter-rouge .nc { color: #445588; font-weight: bold } /* Name.Class */
.highlight .no, .highlighter-rouge .no { color: #008080 } /* Name.Constant */
.highlight .nd, .highlighter-rouge .nd { color: #3c5d5d; font-weight: bold } /* Name.Decorator */
.highlight .ni, .highlighter-rouge .ni { color: #800080 } /* Name.Entity */
.highlight .ne, .highlighter-rouge .ne { color: #990000; font-weight: bold } /* Name.Exception */
.highlight .nf, .highlighter-rouge .nf { color: #990000; font-weight: bold } /* Name.Function */
.highlight .nl, .highlighter-rouge .nl { color: #990000; font-weight: bold } /* Name.Label */
.highlight .nn, .highlighter-rouge .nn { color: #555555 } /* Name.Namespace */
.highlight .nt, .highlighter-rouge .nt { color: #000080 } /* Name.Tag */
.highlight .nv, .highlighter-rouge .nv { color: #008080 } /* Name.Variable */
.highlight .ow, .highlighter-rouge .ow { color: #000000; font-weight: bold } /* Operator.Word */
.highlight .w, .highlighter-rouge .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mf, .highlighter-rouge .mf { color: #009999 } /* Literal.Number.Float */
.highlight .mh, .highlighter-rouge .mh { color: #009999 } /* Literal.Number.Hex */
.highlight .mi, .highlighter-rouge .mi { color: #009999 } /* Literal.Number.Integer */
.highlight .mo, .highlighter-rouge .mo { color: #009999 } /* Literal.Number.Oct */
.highlight .sb, .highlighter-rouge .sb { color: #d01040 } /* Literal.String.Backtick */
.highlight .sc, .highlighter-rouge .sc { color: #d01040 } /* Literal.String.Char */
.highlight .sd, .highlighter-rouge .sd { color: #d01040 } /* Literal.String.Doc */
.highlight .s2, .highlighter-rouge .s2 { color: #d01040 } /* Literal.String.Double */
.highlight .se, .highlighter-rouge .se { color: #d01040 } /* Literal.String.Escape */
.highlight .sh, .highlighter-rouge .sh { color: #d01040 } /* Literal.String.Heredoc */
.highlight .si, .highlighter-rouge .si { color: #d01040 } /* Literal.String.Interpol */
.highlight .sx, .highlighter-rouge .sx { color: #d01040 } /* Literal.String.Other */
.highlight .sr, .highlighter-rouge .sr { color: #009926 } /* Literal.String.Regex */
.highlight .s1, .highlighter-rouge .s1 { color: #d01040 } /* Literal.String.Single */
.highlight .ss, .highlighter-rouge .ss { color: #990073 } /* Literal.String.Symbol */
.highlight .bp, .highlighter-rouge .bp { color: #999999 } /* Name.Builtin.Pseudo */
.highlight .vc, .highlighter-rouge .vc { color: #008080 } /* Name.Variable.Class */
.highlight .vg, .highlighter-rouge .vg { color: #008080 } /* Name.Variable.Global */
.highlight .vi, .highlighter-rouge .vi { color: #008080 } /* Name.Variable.Instance */
.highlight .il, .highlighter-rouge .il { color: #009999 } /* Literal.Number.Integer.Long */
